diff --git a/src/core/handler/ConfigHandler.cpp b/src/core/handler/ConfigHandler.cpp
index 080108cc..4ab59f70 100644
--- a/src/core/handler/ConfigHandler.cpp
+++ b/src/core/handler/ConfigHandler.cpp
@@ -664,8 +664,8 @@ namespace Qv2ray::core::handler
bool needContinue =
QvMessageBoxAsk(nullptr, //
tr("Update Subscription"),
- tr("There're %1 connection(s) in the group that do not belong the current subscription (any more).")
- .arg(originalConnectionIdList.count()) +
+ tr("There're %n connection(s) in the group that do not belong the current subscription (any more).", "",
+ originalConnectionIdList.count()) +
NEWLINE + tr("Would you like to remove them?")) == QMessageBox::Yes;
if (needContinue)
{
diff --git a/src/ui/windows/w_PreferencesWindow.cpp b/src/ui/windows/w_PreferencesWindow.cpp
index dc992290..1d149ded 100644
--- a/src/ui/windows/w_PreferencesWindow.cpp
+++ b/src/ui/windows/w_PreferencesWindow.cpp
@@ -838,7 +838,7 @@ void PreferencesWindow::on_checkVCoreSettings_clicked()
const auto strWarnTitle = tr("Watch Out!");
const auto strWarnContent = //
tr("You may be about to set V2Ray core incorrectly to V2Ray Control executable, which is absolutely not correct.\r\n"
- "The filename of V2Ray core is usually 'V2Ray' or 'V2Ray.exe'. Make sure to choose it wisely.\r\n"
+ "The filename of V2Ray core is usually 'v2ray' or 'v2ray.exe'. Make sure to choose it wisely.\r\n"
"If you insist to proceed, we're not providing with any support.");
const auto answer = QMessageBox::warning(this, strWarnTitle, strWarnContent, //
QMessageBox::StandardButton::Abort | QMessageBox::StandardButton::Ignore, //
@@ -969,7 +969,7 @@ void PreferencesWindow::on_setSessionResumptionCB_stateChanged(int arg1)
LOADINGCHECK
if (arg1 == Qt::Checked)
{
- QvMessageBoxWarn(this, tr("Dangerous Operation"), tr("This will make your TLS fingerpring different from common golang programs."));
+ QvMessageBoxWarn(this, tr("Dangerous Operation"), tr("This will make your TLS fingerpring different from common Golang programs."));
}
CurrentConfig.advancedConfig.setSessionResumption = arg1 == Qt::Checked;
}
diff --git a/translations/en_US.ts b/translations/en_US.ts
index b3504118..e2351331 100644
--- a/translations/en_US.ts
+++ b/translations/en_US.ts
@@ -292,6 +292,14 @@ This entry is ignored by V2Ray core when using DoH servers.
All connections will be moved to default group, do you want to continue?
+
+ The subscription link is empty.
+
+
+
+ The subscription link is invalid.
+
+ ImportConfigWindow
@@ -1210,18 +1218,10 @@ This entry is ignored by V2Ray core when using DoH servers.
Appearance
-
- Darkmode UI Icons
-
- Enabled
-
- Darkmode Tray Icon
-
- UI Theme
@@ -1393,26 +1393,10 @@ Qv2ray will give a more accurate latency value if Enabled, but makes it easy to
Select
-
- V2ray Assets Directory
-
-
-
- Check V2ray Core Settings
-
- Plugin Kernel Settings
-
- Enabling V2ray Integration will allow the kernel benefit from the V2ray routing engine.
-
-
-
- V2ray Integration
-
- If not checked, these features will be disabled:
@@ -1546,10 +1530,6 @@ Custom DNS SettingsBypass Bittorrent Protocol
-
- Use V2ray DNS for Direct Connection
-
- Use Local DNS
@@ -1666,42 +1646,18 @@ Custom DNS Settings
Invalid tproxy listening ipv6 address.
-
- Open V2ray assets folder
-
-
-
- Open V2ray core file
-
- Enable tProxy Support
-
- This will append capabilities to the V2ray executable.
-
-
-
- Qv2ray will copy your V2ray core to this path:
-
- If anything goes wrong after enabling this, please check issue #57 or the link below:
-
- Qv2ray cannot copy one or both V2ray files from:
-
- to this path:
-
- Failed to setcap onto V2ray executable. You may need to run `setcap` manually.
-
- tProxy is not supported on macOS and Windows
@@ -1726,18 +1682,6 @@ Custom DNS Settings
Failed to set auto start option.
-
- V2ray Core Settings
-
-
-
- V2ray path configuration check passed.
-
-
-
- Current version of V2ray is:
-
- Disabling API Subsystem
@@ -1758,10 +1702,6 @@ Custom DNS Settings
You will lose the advantage of TLS and make your connection under MITM attack.
-
- This will make your TLS fingerpring different from common golang programs.
-
- This will (probably) make it easy to fingerprint your connection.
@@ -1841,32 +1781,10 @@ This won't trigger a fork bomb, however, since Qv2ray works in singleton mo
If your V2Ray core filename happened to be 'qv2ray'-something, you are totally free to ignore this warning.
-
- You may be about to set V2Ray core incorrectly to V2Ray Control executable, which is absolutely not correct.
-The filename of V2Ray core is usually 'v2ray' or 'v2ray.exe'. Make sure to choose it wisely.
-If you insist to proceed, we're not providing with any support.
-
-
-
- V2ray Core Executable Path
-
- Check System Date and Time from the Internet
-
- V2ray API Subsystem
-
-
-
- V2ray API Port
-
-
-
- Outbound Statistics (V2ray Core v4.26+)
-
- Currently:
- vmess/shadowsocks/socks/http will be treated as PROXY.
@@ -1879,11 +1797,101 @@ If you insist to proceed, we're not providing with any support.
- Only V2ray Core v4.21+ is supported.
+ Old Share Link Format
- Old Share Link Format
+ Adapt Dark Theme
+
+
+
+ Adapt Dark Tray Theme
+
+
+
+ V2Ray Core Settings
+
+
+
+ V2Ray Core Executable Path
+
+
+
+ V2Ray Assets Directory
+
+
+
+ Check V2Ray Core Settings
+
+
+
+ V2Ray API Subsystem
+
+
+
+ V2Ray API Port
+
+
+
+ Outbound Statistics (V2Ray Core v4.26+)
+
+
+
+ Enabling V2Ray Integration will allow the kernel benefit from the V2Ray routing engine.
+
+
+
+ V2Ray Integration
+
+
+
+ Only V2Ray Core v4.21+ is supported.
+
+
+
+ Use V2Ray DNS for Direct Connection
+
+
+
+ Open V2Ray assets folder
+
+
+
+ Open V2Ray core file
+
+
+
+ This will append capabilities to the V2Ray executable.
+
+
+
+ Qv2ray will copy your V2Ray core to this path:
+
+
+
+ Qv2ray cannot copy one or both V2Ray files from:
+
+
+
+ Failed to setcap onto V2Ray executable. You may need to run `setcap` manually.
+
+
+
+ V2Ray path configuration check passed.
+
+
+
+ Current version of V2Ray is:
+
+
+
+ You may be about to set V2Ray core incorrectly to V2Ray Control executable, which is absolutely not correct.
+The filename of V2Ray core is usually 'v2ray' or 'v2ray.exe'. Make sure to choose it wisely.
+If you insist to proceed, we're not providing with any support.
+
+
+
+ This will make your TLS fingerpring different from common Golang programs.
@@ -2145,10 +2153,6 @@ If you insist to proceed, we're not providing with any support.
It will be removed or be provided as a plugin in the future.
-
- PAC will still work currently, but please switch to the V2ray built-in routing as soon as possible.
-
- Configuration Upgrade Failed
@@ -2181,6 +2185,10 @@ If you insist to proceed, we're not providing with any support.
Unknown state.
+
+ PAC will still work currently, but please switch to the V2Ray built-in routing as soon as possible.
+
+ Qv2ray::Qv2rayApplication
@@ -2293,11 +2301,11 @@ If you insist to proceed, we're not providing with any support.
- Qv2ray - A cross-platform Qt frontend for V2ray.
+ Do not automatically connect
- Do not automatically connect
+ Qv2ray - A cross-platform Qt frontend for V2Ray.
@@ -2394,74 +2402,27 @@ If you insist to proceed, we're not providing with any support.
%1 out of %n entries have been filtered out, do you want to continue?
+
+ Would you like to remove them?
+
+
+
+ There're %n connection(s) in the group that do not belong the current subscription (any more).
+
+ There is %n connection in the group that do not belong to the current subscription any more.
+ There are %n connections in the group that do not belong to the current subscription any more.
+
+ Qv2ray::core::kernel::APIWorker
- Failed to get statistics data, please check if V2ray is running properly
+ Failed to get statistics data, please check if V2Ray is running properly
- Qv2ray::core::kernel::V2rayKernelInstance
-
- V2ray core executable not found.
-
-
-
- V2ray core file cannot be opened, please ensure there's a file instead of a folder.
-
-
-
- V2Ray core is incompatible with your platform.
-Expected core ABI is %1, but got actual %2.
-Maybe you have downloaded the wrong core?
-
-
-
- V2ray assets path is not valid.
-
-
-
- No geoip.dat in assets path.
-
-
-
- No geosite.dat in assets path.
-
-
-
- V2ray core failed with an exit code:
-
-
-
- V2ray core returns empty string.
-
-
-
- Configuration Error
-
-
-
- Cannot start V2ray
-
-
-
- V2ray core settings is incorrect.
-
-
-
- The error is:
-
-
-
- Invalid V2ray Instance Status.
-
-
-
- V2ray kernel failed to start.
-
-
+ Qv2ray::core::kernel::V2RayKernelInstanceCore file is lacking executable permission for the current user.
@@ -2478,6 +2439,64 @@ Maybe you have downloaded the wrong core?
Check is skipped
+
+ V2Ray core executable not found.
+
+
+
+ V2Ray core file cannot be opened, please ensure there's a file instead of a folder.
+
+
+
+ V2Ray core is incompatible with your platform.
+Expected core ABI is %1, but got actual %2.
+Maybe you have downloaded the wrong core?
+
+
+
+ V2Ray assets path is not valid.
+
+
+
+ No geoip.dat in assets path.
+
+
+
+ No geosite.dat in assets path.
+
+
+
+ V2Ray core failed with an exit code:
+
+
+
+ V2Ray core returns empty string.
+
+
+
+ Configuration Error
+
+
+
+ Cannot start V2Ray
+
+
+
+ V2Ray core settings is incorrect.
+
+
+
+ The error is:
+
+
+
+ Invalid V2Ray Instance Status.
+
+
+
+ V2Ray kernel failed to start.
+
+ Qv2ray::ui::widgets::AutoCompleteTextEdit
@@ -2521,42 +2540,22 @@ Maybe you have downloaded the wrong core?
Add outbound
-
- Add an Inbound
-
- Add default inbound from global config
-
- Add From Global Settings
-
- Outbound
-
- Add an Outbound
-
- Add blackhole outbound
-
- Add Black Hole
-
- Add Freedom outbound
-
- Add Direct
-
- Selected Inbound/Outbound Info
@@ -2857,6 +2856,34 @@ Maybe you have downloaded the wrong core?
The new tag has been used, we appended a random string to the tag.
+
+ Add Inbound
+
+
+
+ Add Global Settings
+
+
+
+ New Outbound
+
+
+
+ Import
+
+
+
+ Blackhole
+
+
+
+ Direct / Freedom
+
+
+
+ Existing Outbound
+
+ RouteSettingsMatrix
diff --git a/translations/es_ES.ts b/translations/es_ES.ts
deleted file mode 100644
index e3fd2016..00000000
--- a/translations/es_ES.ts
+++ /dev/null
@@ -1,3351 +0,0 @@
-
-
-
-
- ConnectionInfoWidget
-
- Form
- Formar
-
-
- Configuration Details
- Detalles de configuracion
-
-
- Connect/Disconnect
- Conectar / desconectar
-
-
- Edit Connection
- Editar conexión
-
-
- Edit Connection as JSON
- Editar conexión como JSON
-
-
- Latency Test
- Prueba de latencia
-
-
- Delete Connection
- Eliminar conexión
-
-
- Group
- Grupo
-
-
- Protocol
- Protocolo
-
-
- Address
- Habla a
-
-
- Port
- Puerto
-
-
- Link
- Enlace
-
-
- QR Code
- Código QR
-
-
- Group Name
- Nombre del grupo
-
-
- Subscription Link
- Enlace de suscripción
-
-
- Share Link
- Compartir enlace
-
-
- Not a subscription
- No es una suscripción
-
-
- Delete an item
- Eliminar un elemento
-
-
- Are you sure to delete the current item?
- ¿Estás seguro de eliminar el elemento actual?
-
-
- (Ignored %n complex config(s))
-
-
-
-
-
-
-
- ConnectionItemWidget
-
- Not Tested
- No probado
-
-
- Error
- Error
-
-
- Type:
-
-
-
- connection
- conexión
-
-
- connections
- conexiones
-
-
- Testing...
- Pruebas...
-
-
- ms
- em
-
-
- Last Connected:
-
-
-
- Last Updated:
-
-
-
- Subscription
- Suscripción
-
-
-
- ConnectionSettingsWidget
-
- Form
- Formar
-
-
-
- ConnectionWidget
-
- Form
- Formar
-
-
- Connection Name
- Nombre de la conexión
-
-
- 500ms
- 500ms
-
-
- Type: vmess + tls + ws
- Tipo: vmess + tls + ws
-
-
- 0KB / 0KB
- 0 KB / 0 KB
-
-
- OK
- Okay
-
-
-
- DnsSettingsWidget
-
- Form
- Formar
-
-
- Client IP
- IP del cliente
-
-
- Tag
- Etiqueta
-
-
- DNS Servers
- Servidores DNS
-
-
- DNS List
- Lista de DNS
-
-
- DNS Server Settings
- Configuración del servidor DNS
-
-
- Address
- Habla a
-
-
- Detail Settings
- Configuraciones detalladas
-
-
- Expectd IPs
- IP esperadas
-
-
- Domains
- Dominios
-
-
- Port
- Puerto
-
-
- Statically Resolved Domains
- Dominios resueltos estáticamente
-
-
- Domain
- Dominio
-
-
- Resolved IP
- IP resuelta
-
-
- △
- △
-
-
- ▽
- ▽
-
-
- The current system's IP address is used to notify the server of the client's location when querying DNS.
-
-It cannot be a private address.
-
-
-
- (V2Ray 4.13+) The query traffic sent by this DNS, except for localhost and DOHL modes, will carry this identifier, which can be matched with inboundTag in the route.
-
-
-
- Port for DNS server. Normally it's 53.
-This entry is ignored by V2Ray core when using DoH servers.
-
-
-
-
- GroupManager
-
- Export Connection(s)
- Conexiones de exportación
-
-
- Delete Connection(s)
- Eliminar conexiones
-
-
- Copy to...
- Copiar a...
-
-
- Move to...
- Mover a...
-
-
- Link to...
- Enlace a...
-
-
- Connection Management
- Gestión de la conexión
-
-
- New Group
- Nuevo grupo
-
-
- Update Subscription
- Actualizar suscripción
-
-
- Would you like to update the subscription?
- ¿Desea actualizar la suscripción?
-
-
- Deleting a subscription
- Eliminar una suscripción
-
-
- All connections will be moved to default group, do you want to continue?
- Todas las conexiones se moverán al grupo predeterminado, ¿desea continuar?
-
-
-
- ImportConfigWindow
-
- Import file
- Importar archivo
-
-
- Name/Prefix
- Prefijo del nombre
-
-
- A prefix to the imported connection
- Un prefijo a la conexión importada
-
-
- Import To Group
- Importar a grupo
-
-
- Link
- Enlace
-
-
- Share Link
- Compartir enlace
-
-
- Error List
- Lista de errores
-
-
- Paste share link here, one line for each.
- Pegue el enlace para compartir aquí, una línea para cada uno.
-
-
- QR Code
- Código QR
-
-
- QRCode File
- Archivo QRCode
-
-
- Select
- Seleccione
-
-
- Screenshot
- Captura de pantalla
-
-
- Hide Qv2ray
- Ocultar Qv2ray
-
-
- secs
-
-
-
- Delay
- Retrasar
-
-
- Go
- Vamos
-
-
- Detected Link
- Enlace detectado
-
-
- Input Manually
- Entrada manual
-
-
- Simple Editor
- Editor simple
-
-
- Open Connection Editor
- Editor de conexión abierta
-
-
- Complex Editor
- Editor complejo
-
-
- Open Route / Complex Connection Editor
- Ruta abierta / Editor de conexiones complejas
-
-
- You can manually input connection here.
- Puede ingresar manualmente la conexión aquí.
-
-
- Advanced
- Avanzado
-
-
- Manually Input Connections
- Conexiones de entrada manual
-
-
- Path
- Camino
-
-
- Import as Complex Config (Manually edit route rules and inbounds)
- Importar como configuración compleja (editar manualmente las reglas de ruta y los límites)
-
-
- Json Editor
- Json Editor
-
-
- Open JSON Editor
- Abra el editor JSON
-
-
- Import
- Importar
-
-
- Cancel
- Cancelar
-
-
- Select file to import
- Seleccionar archivo para importar
-
-
- Capture QRCode
- Capture QRCode
-
-
- Cannot find a valid QRCode from this region.
- No se puede encontrar un código QR válido de esta región.
-
-
- Failed to import connection
- Error al importar la conexión
-
-
- Import config file
- Importar archivo de configuración
-
-
- Failed to check the validity of the config file.
- No se pudo verificar la validez del archivo de configuración.
-
-
- Select an image to import
- Seleccione una imagen para importar
-
-
- QRCode scanning failed
- Escaneo de QRCode fallido
-
-
- Cannot find any QRCode from the image.
- No se puede encontrar ningún código QR de la imagen.
-
-
-
- InboundEditor
-
- Inbound Editor
- Editor entrante
-
-
- Tag
- Etiqueta
-
-
- Tag of this inbound entry
- Etiqueta de esta entrada entrante
-
-
- Listening
- Escuchando
-
-
- Hostname or IP Address
- Nombre de host o la dirección IP
-
-
- :
- :
-
-
- Port: 1080|80-85
- Puerto: 1080 | 80-85
-
-
- Protocol
- Protocolo
-
-
- Allocation Settings
- Configuraciones de asignación
-
-
- Strategy
- Estrategia
-
-
- always
- siempre
-
-
- random
- aleatorio
-
-
- Refresh
- Actualizar
-
-
- Concurrency
- Concurrencia
-
-
- Sniffing Settings
- Configuración de olfateo
-
-
- Destination Override
- Anulación de destino
-
-
- Enabled
- Habilitado
-
-
- HTTP Inbound Settings
- Configuración de entrada HTTP
-
-
- Timeout
- Se acabó el tiempo
-
-
- Allow Transparent
- Permitir transparente
-
-
- User Level
- Nivel de usuario
-
-
- -
- -
-
-
- Password
- Contraseña
-
-
- +
- +
-
-
- Add
- Añadir
-
-
- Username
- Nombre de usuario
-
-
- Accounts
- Cuentas
-
-
- SOCKS Inbound Settings
- Configuración entrante de CALCETINES
-
-
- Auth
- Autenticación
-
-
- Enable UDP
- Habilitar UDP
-
-
- Local UDP IP
- IP UDP local
-
-
- 127.0.0.1
- 127.0.0.1
-
-
- Dokodemo-Door Inbound Settings
- Configuración de entrada de puerta de Dokodemo
-
-
- IP Address
- Dirección IP
-
-
- Not necessary when setting "Follow Redirect"
- No es necesario al configurar "Seguir redireccionamiento"
-
-
- Port
- Puerto
-
-
- Network
- Red
-
-
- TCP
- TCP
-
-
- UDP
- UDP
-
-
- Follow Redirect
- Seguir redireccionamiento
-
-
- MTProto Inbound Settings
- Configuración entrante de MTProto
-
-
- EMail Address
- Dirección de correo electrónico
-
-
- Secret
- Secreto
-
-
- SECRET
- SECRETO
-
-
- Inbound type not supported
- Tipo entrante no compatible
-
-
- The inbound type is not supported by Qv2ray (yet). Please use JsonEditor to change the settings
- El tipo de entrada no es compatible con Qv2ray (todavía). Utilice JsonEditor para cambiar la configuración.
-
-
- Inbound:
-
-
-
- Removing a user
- Eliminar un usuario
-
-
- You haven't selected a user yet.
- Aún no has seleccionado un usuario.
-
-
- Add a user
- Agregar un usuario
-
-
- This user exists already.
- Este usuario ya existe.
-
-
- tproxy mode
- modo tproxy
-
-
-
- InboundSettingsWidget
-
- Form
- Formar
-
-
-
- JsonEditor
-
- JSON Editor
- Editor JSON
-
-
- Json Editor
- Json Editor
-
-
- Format JSON
- Formato JSON
-
-
- Remove All Comments
- Eliminar todos los comentarios
-
-
- Json Structure Preview
- Vista previa de la estructura Json
-
-
- OK
- Okay
-
-
- Json Contains Syntax Errors
- Json contiene errores de sintaxis
-
-
- Original Json may contain syntax errors. Json tree is disabled.
- Json original puede contener errores de sintaxis. El árbol Json está deshabilitado.
-
-
- You must correct these errors before continuing.
- Debe corregir estos errores antes de continuar.
-
-
- Syntax Errors
- Errores de sintaxis
-
-
- Please fix the JSON errors or remove the comments before continue
- Corrige los errores de JSON o elimina los comentarios antes de continuar.
-
-
-
- MainWindow
-
- Qv2ray
- Qv2ray
-
-
- Preferences
- Preferencias
-
-
- Plugins
- Complementos
-
-
- Locate Current Connection
- Localizar conexión actual
-
-
- Search
- Buscar
-
-
- Sort
- Ordenar
-
-
- Import Connection
- Conexión de importación
-
-
- New
- Nuevo
-
-
- Groups / Subscriptions
- Grupos / Suscripciones
-
-
- Click to toggle show/hide
- Haga clic para alternar mostrar / ocultar
-
-
- Speed Graph
-
-
-
- Clear chart data
- Borrar datos del gráfico
-
-
- Log
-
-
-
- Clear log
- Borrar registro
-
-
- Not Connected
- No conectado
-
-
- Speed
- Velocidad
-
-
- Upload/Download speed
- Velocidad de carga / descarga
-
-
- 0.00 B/s
-0.00 B/s
-
-
-
- Data
- Datos
-
-
- Upload/Download Data
- Cargar / descargar datos
-
-
- 0.00 B
-0.00 B
-
-
-
- System Proxy
- Proxy del sistema
-
-
- Recent Connections
- Conexiones recientes
-
-
- Clear Recent Connections
- Borrar conexiones recientes
-
-
- Hide
- Esconder
-
-
- Quit
- Dejar
-
-
- Connect
- Conectar
-
-
- Reconnect
- Volver a conectar
-
-
- Disconnect
- Desconectar
-
-
- Enable System Proxy
- Habilitar proxy del sistema
-
-
- Disable System Proxy
- Deshabilitar proxy del sistema
-
-
- Connect to this
- Conéctate a esto
-
-
- Set as automatically connected
- Establecer como conectado automáticamente
-
-
- Edit
- Editar
-
-
- Edit as JSON
- Editar como JSON
-
-
- Edit as Complex Config
- Editar como configuración compleja
-
-
- Rename
- Rebautizar
-
-
- Duplicate to the Same Group
- Duplicar al mismo grupo
-
-
- Test Latency
- Prueba de latencia
-
-
- Clear Usage Data
- Borrar datos de uso
-
-
- Delete Connection
- Eliminar conexión
-
-
- Sort connection list.
- Ordenar la lista de conexiones.
-
-
- By connection name, A-Z
- Por nombre de conexión, A-Z
-
-
- By connection name, Z-A
- Por nombre de conexión, Z-A
-
-
- By latency, Ascending
- Por latencia, ascendente
-
-
- By latency, Descending
- Por latencia, descendiendo
-
-
- By data, Ascending
- Por datos, ascendente
-
-
- By data, Descending
- Por datos, descendiendo
-
-
- Switch to vCore log
- Cambiar al registro de vCore
-
-
- Switch to Qv2ray log
- Cambiar al registro de Qv2ray
-
-
- Kernel terminated.
- Kernel terminado.
-
-
- The kernel terminated unexpectedly:
- El núcleo terminó inesperadamente:
-
-
- To solve the problem, read the kernel log in the log text browser.
- Para resolver el problema, lea el registro del kernel en el navegador de texto de registro.
-
-
- Recent connections' jump list cleared.
- Lista de saltos de conexiones recientes borrada.
-
-
- Show
- mostrar
-
-
- Quit Qv2ray
- Salga de Qv2ray
-
-
- Are you sure to exit Qv2ray?
- ¿Estás seguro de salir de Qv2ray?
-
-
- Removing Connection(s)
-
- Eliminar conexiones
-
-
-
-
- Are you sure to remove selected connection(s)?
-
- ¿Está seguro de eliminar las conexiones seleccionadas?
-
-
-
-
- Disconnected from:
-
-
-
- Connected:
-
-
-
- Duplicating Connection(s)
-
- Duplicar conexiones
-
-
-
-
- Are you sure to duplicate these connection(s)?
-
- ¿Está seguro de duplicar estas conexiones?
-
-
-
-
- (Copy)
-
-
-
- System proxy configured.
- Proxy del sistema configurado.
-
-
- Cannot set system proxy
- No se puede establecer el proxy del sistema
-
-
- Both HTTP and SOCKS inbounds are not enabled
- Los inbounds HTTP y SOCKS no están habilitados
-
-
- System proxy removed.
- Proxy del sistema eliminado.
-
-
- Update Subscriptions
- Actualizar suscripciones
-
-
- Update Subscription
- Actualizar suscripción
-
-
- Subscription "%1" has been updated
- La suscripción "% 1" ha sido actualizada
-
-
- %1 has been set as auto connect.
- % 1 se ha configurado como conexión automática.
-
-
- Selected group is not a subscription
- El grupo seleccionado no es una suscripción
-
-
- Do you want to update these subscriptions?
- ¿Quieres actualizar estas suscripciones?
-
-
-
- OutboundEditor
-
- Edit Connection Settings
- Editar configuración de conexión
-
-
- Stream Settings
- Configuración de transmisión
-
-
- Tag
- Etiqueta
-
-
- Tag of this outbound setting
- Etiqueta de esta configuración de salida
-
-
- Type
- Tipo
-
-
- Socks
- Calcetines
-
-
- Host
- Anfitrión
-
-
- Hostname or IP/IPv6 Address
- Nombre de host o dirección IP / IPv6
-
-
- Port
- Puerto
-
-
- Misc Settings
- Configuraciones varias
-
-
- Use Mux
- Use Mux
-
-
- Enabled
- Habilitado
-
-
- Mux Concurrency
- Concurrencia de Mux
-
-
- Use Forward Proxy
- Usar proxy de reenvío
-
-
- Outbound Settings
- Configuraciones de salida
-
-
- UUID
- UUID
-
-
- Alter ID
- Alterar ID
-
-
- Security
- Seguridad
-
-
- Email
- Email
-
-
- Password
- Contraseña
-
-
- Encryption Method
- Método de encriptación
-
-
- OTA
- OTA
-
-
- Username
- Nombre de usuario
-
-
- Unknown outbound type.
- Tipo de salida desconocido.
-
-
- The specified outbound type is not supported, this may happen due to a plugin failure.
- El tipo de salida especificado no es compatible, esto puede suceder debido a una falla del complemento.
-
-
- Forward proxy has been disabled when using plugin outbound
- El proxy de reenvío se ha deshabilitado cuando se usa el complemento saliente
-
-
- Unknown outbound.
- Saliente desconocido.
-
-
- The specified outbound type is invalid, this may be caused by a plugin failure.
- El tipo de salida especificado no es válido, esto puede deberse a una falla del complemento.
-
-
- Please use the JsonEditor or reload the plugin.
- Utilice el JsonEditor o vuelva a cargar el complemento.
-
-
- Tests
-
-
-
- Http
-
-
-
-
- PluginManageWindow
-
- Loaded
- Cargado
-
-
- Not loaded
- Sin cargar
-
-
- Plugin Not Loaded
- Plugin no cargado
-
-
- Plugin does not have settings widget.
- El complemento no tiene un widget de configuración.
-
-
- Disabling a plugin
- Deshabilitar un complemento
-
-
- This plugin will keep loaded until the next time Qv2ray starts.
- Este complemento se mantendrá cargado hasta la próxima vez que se inicie Qv2ray.
-
-
- Plugin not loaded
- Plugin no cargado
-
-
- This plugin is not loaded, please enable or reload the plugin to continue.
- Este complemento no está cargado, habilítelo o vuelva a cargarlo para continuar.
-
-
-
- PreferencesWindow
-
- Preferences
- Preferencias
-
-
- General Settings
- Configuración general
-
-
- Appearance
- Apariencia
-
-
- Darkmode UI Icons
- Iconos de la interfaz de usuario de Darkmode
-
-
- Enabled
- Habilitado
-
-
- Darkmode Tray Icon
- Icono de la bandeja Darkmode
-
-
- UI Theme
- Tema UI
-
-
- Language
- Idioma
-
-
- Maximum log lines
- Máximo de líneas de registro
-
-
- lines
-
-
-
- Recent Jumplist
- Jumplista reciente
-
-
- Connections
-
-
-
- Behavior
- Comportamiento
-
-
- Launch at Login
- Lanzar al iniciar sesión
-
-
- Transparent Proxy
- Proxy transparente
-
-
- Auto Connect
- Autoconectar
-
-
- Config
- Config
-
-
- Group
- Grupo
-
-
- None
- Ninguna
-
-
- Last Connected
- Última conexión
-
-
- Fixed
- Fijo
-
-
- Quiet Mode
- Modo silencioso
-
-
- Network Settings
- Configuración de la red
-
-
- These settings are used by Qv2ray itself.
-For example, for updating subscriptions.
-
-
-
- User-Agent
- Agente de usuario
-
-
- Latency Test Method
- Método de prueba de latencia
-
-
- TCPing
- TCPing
-
-
- ICMPing
- ICMPing
-
-
- Qv2ray Proxy
- Proxy Qv2ray
-
-
- System Proxy
- Proxy del sistema
-
-
- Custom Proxy
- Proxy personalizado
-
-
- Type
- Tipo
-
-
- Server
- Servidor
-
-
- :
- :
-
-
- Advanced Behavior
- Comportamiento avanzado
-
-
- Set AllowInsecure By Default
- Establecer AllowInsecure por defecto
-
-
- Enable "AllowInsecure" settings for all connections when importing.
-This could resolve the certificate issues, but also could let one performing TLS MITM attack.
-
-
-
- Test Latency Periodcally
- Pruebe la latencia periódicamente
-
-
- Run TCPing or ICMPing periodcally after connecting to a server.
-Qv2ray will give a more accurate latency value if Enabled, but makes it easy to fingerprint the connection.
-
-
-
- Enable SessionResumption By Default
- Habilitar sesiónResumen por defecto
-
-
- Kernel Settings
- Configuración del kernel
-
-
- Log Level
- Nivel de registro
-
-
- none
- ninguna
-
-
- debug
- depurar
-
-
- info
- informacion
-
-
- warning
- advertencia
-
-
- error
- error
-
-
- Select
- Seleccione
-
-
- V2ray Assets Directory
- Directorio de activos de V2ray
-
-
- Check V2ray Core Settings
- Verifique la configuración principal de V2ray
-
-
- Plugin Kernel Settings
- Configuración del núcleo del complemento
-
-
- Enabling V2ray Integration will allow the kernel benefit from the V2ray routing engine.
- Habilitar la integración de V2ray permitirá que el núcleo se beneficie del motor de enrutamiento V2ray.
-
-
- V2ray Integration
- Integración V2ray
-
-
- If not checked, these features will be disabled:
-
-Advanced Routing Settings
-Bypass CN websites and IPs
-Direct connection of Local LAN addresses
-Custom DNS Settings
-
-
-
- Qv2ray will allocate ports, for HTTP and SOCKS respectively, if enabled, for each kernel plugin.
- Qv2ray asignará puertos, para HTTP y SOCKS respectivamente, si está habilitado, para cada complemento del kernel.
-
-
- Port Allocation Start
- Inicio de asignación de puertos
-
-
- Inbound Settings
- Configuraciones entrantes
-
-
- Listening Address
- Dirección de escucha
-
-
- IPv4 address, e.g. '127.0.0.1' or IPv6 address, e.g. ::1
- Dirección IPv4, p. '127.0.0.1' o dirección IPv6, p. :: 1
-
-
- Set System Proxy
- Establecer proxy del sistema
-
-
- SOCKS Settings
- Configuración de CALCETINES
-
-
- Port
- Puerto
-
-
- UDP Support
- Soporte UDP
-
-
- UDP Local IP
- UDP local IP
-
-
- Authentication
- Autenticación
-
-
- Username
- Nombre de usuario
-
-
- Password
- Contraseña
-
-
- Sniffing
- Olfatear
-
-
- HTTP Settings
- Configuraciones HTTP
-
-
- Transparent Proxy Settings
- Configuración de proxy transparente
-
-
- IPv4 address, e.g. '127.0.0.1'
- Dirección IPv4, p. '127.0.0.1'
-
-
- Network Options
- Opciones de red
-
-
- TCP
- TCP
-
-
- UDP
- UDP
-
-
- DNS Intercept
- Intercepción de DNS
-
-
- Mode
- Modo
-
-
- Outbound Mark
- Marca de salida
-
-
- Listening IPv4 Address
- Dirección IPv4 de escucha
-
-
- Listening IPv6 Address
- Dirección IPv6 de escucha
-
-
- IPv6 address, e.g. ::1. Leave blank will disable ipv6.
- Dirección IPv6, p. :: 1. Dejar en blanco deshabilitará ipv6.
-
-
- Connection Settings
- Configuraciones de conexión
-
-
- General Connection Settings
- Configuraciones generales de conexión
-
-
- Enable Proxy
- Habilitar proxy
-
-
- Bypass CN Mainland
- Bypass CN continental
-
-
- Bypass Bittorrent Protocol
- Omitir el protocolo Bittorrent
-
-
- Use V2ray DNS for Direct Connection
- Use DNS V2ray para conexión directa
-
-
- Use Local DNS
- Usar DNS local
-
-
- DNS Settings
- Configuraciones DNS
-
-
- Forward Proxy
- Proxy de reenvío
-
-
- Only simple config is supported.
- Solo se admite la configuración simple.
-
-
- HTTP
- HTTP
-
-
- Socks
- Calcetines
-
-
- Host Address
- Dirección del servidor
-
-
- Advanced Route Settings
- Configuración de ruta avanzada
-
-
- About
- Acerca de
-
-
- Ignored Version
- Versión ignorada
-
-
- Cancel
- Cancelar
-
-
- Update Channel
- Actualizar canal
-
-
- Stable Release
- Lanzamiento estable
-
-
- Testing
- Pruebas
-
-
- Qv2ray
- Qv2ray
-
-
- Version:
- Versión:
-
-
- Plugin Interface
- Interfaz de plugin
-
-
- Extra Build Info
- Información de construcción adicional
-
-
- Built Time
- Tiempo construido
-
-
- Build Info
- Información de compilación
-
-
- Official Repo
- Repo Oficial
-
-
- License
- Licencia
-
-
- About Qt
- Acerca de Qt
-
-
- Version: %1
- Versión 1
-
-
- Update is disabled by your vendor.
- La actualización está deshabilitada por su proveedor.
-
-
- Duplicated port numbers detected, please check the port number settings.
- Se detectaron números de puerto duplicados, verifique la configuración del número de puerto.
-
-
- Invalid inbound listening address.
- Dirección de escucha entrante no válida.
-
-
- Invalid tproxy listening ivp4 address.
- Dirección ivp4 de escucha de tproxy no válida.
-
-
- Invalid tproxy listening ipv6 address.
- Dirección IPv6 de escucha de tproxy no válida.
-
-
- Open V2ray assets folder
- Abra la carpeta de activos V2ray
-
-
- Open V2ray core file
- Abrir archivo principal de V2ray
-
-
- Enable tProxy Support
- Habilitar soporte tProxy
-
-
- This will append capabilities to the V2ray executable.
- Esto agregará capacidades al ejecutable V2ray.
-
-
- Qv2ray will copy your V2ray core to this path:
-
-
-
- If anything goes wrong after enabling this, please check issue #57 or the link below:
- Si algo sale mal después de habilitar esto, verifique el problema # 57 o el siguiente enlace:
-
-
- Qv2ray cannot copy one or both V2ray files from:
-
-
-
- to this path:
-
-
-
- Failed to setcap onto V2ray executable. You may need to run `setcap` manually.
- Error al establecer cap en el ejecutable V2ray. Es posible que deba ejecutar `setcap` manualmente.
-
-
- tProxy is not supported on macOS and Windows
- tProxy no es compatible con macOS y Windows
-
-
- Note
- Nota
-
-
- To recognize the protocol of a connection, one must enable sniffing option in inbound proxy.
- Para reconocer el protocolo de una conexión, uno debe habilitar la opción de rastreo en el proxy entrante.
-
-
- tproxy inbound's sniffing is enabled by default.
- El rastreo de tproxy inbound está habilitado de forma predeterminada.
-
-
- Start with boot
- Comience con arranque
-
-
- Failed to set auto start option.
- Error al establecer la opción de inicio automático.
-
-
- V2ray Core Settings
- Configuración básica de V2ray
-
-
- V2ray path configuration check passed.
- Comprobación de configuración de ruta V2ray aprobada.
-
-
- Current version of V2ray is:
-
-
-
- Disabling API Subsystem
- Deshabilitar el subsistema API
-
-
- Disabling API subsystem will also disable the statistics function of Qv2ray.
- La desactivación del subsistema API también desactivará la función de estadísticas de Qv2ray.
-
-
- Speed chart and traffic statistics will be disabled.
- La tabla de velocidad y las estadísticas de tráfico se deshabilitarán.
-
-
- Dangerous Operation
- Operación peligrosa
-
-
- You will lose the advantage of TLS and make your connection under MITM attack.
- Perderás la ventaja de TLS y harás tu conexión bajo ataque MITM.
-
-
- This will make your TLS fingerpring different from common golang programs.
- Esto hará que su resorte TLS sea diferente de los programas comunes de golang.
-
-
- This will (probably) make it easy to fingerprint your connection.
- Esto (probablemente) facilitará la huella digital de su conexión.
-
-
- NTP Checker
- NTP Checker
-
-
- Check date and time from server:
- Comprobar fecha y hora desde el servidor:
-
-
- Your time offset is %1 seconds, which is too high.
- Su compensación de tiempo es% 1 segundos, que es demasiado alta.
-
-
- Please synchronize your system to use V2Ray.
- Sincronice su sistema para usar V2Ray.
-
-
- Time Inaccurate
- Tiempo inexacto
-
-
- Your time offset is %1 seconds, which is a little high.
- Su compensación de tiempo es% 1 segundos, que es un poco alta.
-
-
- V2Ray may still work, but we suggest you synchronize your clock.
- V2Ray aún puede funcionar, pero le sugerimos que sincronice su reloj.
-
-
- Time Somewhat Inaccurate
- Tiempo algo impreciso
-
-
- Your time offset is %1 seconds, which looks good.
- Su compensación de tiempo es% 1 segundos, lo que se ve bien.
-
-
- V2Ray may not suffer from time inaccuracy.
- V2Ray puede no sufrir imprecisiones de tiempo.
-
-
- Time Accurate
- Tiempo exacto
-
-
- Failed to lookup server: %1
- Error al buscar el servidor:% 1
-
-
- You can configure default DNS settings for all simple connection config here.
- Puede configurar los ajustes de DNS predeterminados para toda la configuración de conexión simple aquí.
-
-
- You can configure default routing rules for all simple connection config here.
- Puede configurar las reglas de enrutamiento predeterminadas para toda la configuración de conexión simple aquí.
-
-
- Invalid DNS settings.
- Configuración de DNS no válida
-
-
- These settings may be useful.
-But could damage your server if improperly used.
-
-
-
- Watch Out!
-
-
-
- You may be about to set V2Ray core incorrectly to Qv2ray itself, which is absolutely not correct.
-This won't trigger a fork bomb, however, since Qv2ray works in singleton mode.
-If your V2Ray core filename happened to be 'qv2ray'-something, you are totally free to ignore this warning.
-
-
-
- You may be about to set V2Ray core incorrectly to V2Ray Control executable, which is absolutely not correct.
-The filename of V2Ray core is usually 'v2ray' or 'v2ray.exe'. Make sure to choose it wisely.
-If you insist to proceed, we're not providing with any support.
-
-
-
- V2ray Core Executable Path
-
-
-
- Check System Date and Time from the Internet
-
-
-
- V2ray API Subsystem
-
-
-
- V2ray API Port
-
-
-
- Outbound Statistics (V2ray Core v4.26+)
-
-
-
- Currently:
-- vmess/shadowsocks/socks/http will be treated as PROXY.
-- freedom will be treated as DIRECT
-- blackhole will be treated as BLOCK
-
-
-
- Include Direct Connection
-
-
-
- Only V2ray Core v4.21+ is supported.
-
-
-
- Old Share Link Format
-
-
-
-
- QObject
-
- Timeout
- Se acabó el tiempo
-
-
- DNS lookup failed.
- La búsqueda de DNS falló.
-
-
- Socket creation failed
- Creación de socket fallida
-
-
- Failed to setup TTL value
- Error al configurar el valor TTL
-
-
- Setting timeout failed
- Configuración de tiempo de espera fallido
-
-
- Unresolvable hostname
- Nombre de host irresoluble
-
-
- Sending echo request failed
- Error al enviar solicitud de eco
-
-
- Destination unreachable
- Destino inalcanzable
-
-
- Unknown error
- Error desconocido
-
-
- Normal Plugin
- Complemento normal
-
-
- Kernel
- Núcleo
-
-
- Share Link Parser
- Share Link Parser
-
-
- Unknown type.
- Tipo desconocido
-
-
- No Capability
- Sin capacidad
-
-
- Connection State Change
- Cambio de estado de conexión
-
-
- Connection Change
- Cambio de conexión
-
-
- Statistics Event
- Evento de estadísticas
-
-
- System Proxy Event
- Evento de proxy del sistema
-
-
- Unknown
- Desconocido
-
-
- Deepin Detected
- Deepin detectado
-
-
- Deepin plays smart and sets you the wrong HTTPS_PROXY, FTP_PROXY environment variable.
- Deepin juega de manera inteligente y te establece la variable de entorno HTTPS_PROXY, FTP_PROXY incorrecta.
-
-
- The origin scheme http is wrongly replaced by https and ftp, causing the problem.
- El esquema de origen http se reemplaza incorrectamente por https y ftp, lo que causa el problema.
-
-
- Qv2ray cannot help you change them back. Please don't blame us if things go wrong.
- Qv2ray no puede ayudarte a cambiarlos de nuevo. Por favor no nos culpes si las cosas salen mal.
-
-
- Unsupported share link format.
- Formato de enlace compartido no compatible.
-
-
- (Complex config)
- (Configuración compleja)
-
-
- %1 - %2 (rate %3)
- % 1 -% 2 (tasa% 3)
-
-
- SS URI is too short
- SS URI es demasiado corto
-
-
- Can't find the colon separator between method and password
- No se puede encontrar el separador de dos puntos entre método y contraseña
-
-
- Can't find the at separator between password and hostname
- No se puede encontrar el separador entre contraseña y nombre de host
-
-
- Can't find the colon separator between hostname and port
- No se puede encontrar el separador de dos puntos entre el nombre de host y el puerto
-
-
- invalid ssd link: json: field %1 must exist
- enlace ssd no válido: json: debe existir el campo% 1
-
-
- invalid ssd link: json: field %1 must be valid port number
- enlace ssd no válido: json: el campo% 1 debe ser un número de puerto válido
-
-
- invalid ssd link: json: field %1 must be of type 'string'
- enlace ssd no válido: json: el campo% 1 debe ser del tipo 'cadena'
-
-
- invalid ssd link: json: field %1 must be an array
- enlace ssd no válido: json: el campo% 1 debe ser una matriz
-
-
- skipping invalid ssd server: server must be an object
- omitiendo un servidor ssd no válido: el servidor debe ser un objeto
-
-
- skipping invalid ssd server: missing required field %1
- omitiendo servidor ssd no válido: falta el campo requerido% 1
-
-
- skipping invalid ssd server: field %1 should be of type 'string'
- omitiendo un servidor ssd no válido: el campo% 1 debe ser del tipo 'cadena'
-
-
- Invalid ssd link: should begin with ssd://
- Enlace ssd no válido: debe comenzar con ssd: //
-
-
- Invalid ssd link: base64 parse failed
- Enlace ssd no válido: análisis de base64 falló
-
-
- Invalid ssd link: json parse failed:
-
-
-
- Invalid ssd link: found non-object json, aborting
- Enlace ssd no válido: json no objeto encontrado, abortando
-
-
- Invalid ssd link: rc4-md5 encryption is not supported by v2ray-core
- Enlace ssd no válido: el cifrado rc4-md5 no es compatible con v2ray-core
-
-
- VMess string should start with 'vmess://'
- La cadena VMess debería comenzar con 'vmess: //'
-
-
- VMess string should be a valid base64 string
- La cadena VMess debe ser una cadena base64 válida
-
-
- JSON should not be empty
- JSON no debe estar vacío
-
-
- N/A
- N / A
-
-
- core executable file %1 does not exist
- el archivo ejecutable principal% 1 no existe
-
-
- cannot open core executable file %1 in read-only mode
- no se puede abrir el archivo ejecutable principal% 1 en modo de solo lectura
-
-
- core executable file %1 is an empty file
- El archivo ejecutable principal% 1 es un archivo vacío
-
-
- core executable file %1 is too short to be executed
- el archivo ejecutable principal% 1 es demasiado corto para ejecutarse
-
-
- cannot deduce the type of core executable file %1
- no puede deducir el tipo de archivo ejecutable principal% 1
-
-
- Windows PE executable
- Windows PE ejecutable
-
-
- macOS Mach-O executable
- ejecutable macOS Mach-O
-
-
- ELF x86 executable
- ELF x86 ejecutable
-
-
- ELF amd64 executable
- ELF ejecutable amd64
-
-
- ELF arm64 executable
- ELF arm64 ejecutable
-
-
- ELF arm executable
- ELF brazo ejecutable
-
-
- other ELF executable
- otro ejecutable ELF
-
-
- trusted abi
- abi de confianza
-
-
- unknown abi
- abi desconocido
-
-
- Default Group
- Grupo predeterminado
-
-
- Deprecated
- Obsoleto
-
-
- PAC is now deprecated and is not encouraged to be used anymore.
- PAC ahora está en desuso y ya no se recomienda su uso.
-
-
- It will be removed or be provided as a plugin in the future.
- Se eliminará o se proporcionará como un complemento en el futuro.
-
-
- PAC will still work currently, but please switch to the V2ray built-in routing as soon as possible.
- PAC todavía funcionará actualmente, pero cambie al enrutamiento integrado V2ray lo antes posible.
-
-
- Configuration Upgrade Failed
- Actualización de configuración fallida
-
-
- Unsupported config version number:
-
-
-
- Please upgrade firstly up to Qv2ray v2.0/v2.1 and try again.
- Actualice en primer lugar hasta Qv2ray v2.0 / v2.1 e intente nuevamente.
-
-
- Outbound
- Saliente
-
-
- Inbound
- Entrante
-
-
- vmess:// url is invalid
- vmess: // url no es válida
-
-
- Invalid streamSettings protocol:
-
-
-
- Unknown state.
-
-
-
-
- Qv2ray::Qv2rayApplication
-
- A new version of Qv2ray is attemping to start:
- Una nueva versión de Qv2ray está intentando comenzar:
-
-
- New version information:
-
-
-
- Qv2ray version: %1
- Versión de Qv2ray:% 1
-
-
- Qv2ray path: %1
- Ruta de Qv2ray:% 1
-
-
- Do you want to exit and launch that new version?
- ¿Quieres salir y lanzar esa nueva versión?
-
-
- New version detected
- Nueva versión detectada
-
-
- Cannot Start Qv2ray
- No se puede iniciar Qv2ray
-
-
- Cannot find a place to store config files.
- No se puede encontrar un lugar para almacenar archivos de configuración.
-
-
- Qv2ray has searched these paths below:
- Qv2ray ha buscado estos caminos a continuación:
-
-
- It usually means you don't have the write permission to all of those locations.
- Por lo general, significa que no tiene permiso de escritura para todas esas ubicaciones.
-
-
- Qv2ray will now exit.
- Qv2ray ahora saldrá.
-
-
- Failed to initialise Qv2ray
- Error al inicializar Qv2ray
-
-
- Failed to determine the location of config file:
- Error al determinar la ubicación del archivo de configuración:
-
-
- Qv2ray has found a config file, but it failed to be loaded due to some errors.
- Qv2ray ha encontrado un archivo de configuración, pero no se pudo cargar debido a algunos errores.
-
-
- A workaround is to remove the this file and restart Qv2ray:
- Una solución alternativa es eliminar este archivo y reiniciar Qv2ray:
-
-
- Please report if you think it's a bug.
- Por favor, informe si cree que es un error.
-
-
- Qv2ray Cannot Continue
- Qv2ray no puede continuar
-
-
- You are running a lower version of Qv2ray compared to the current config file.
- Está ejecutando una versión inferior de Qv2ray en comparación con el archivo de configuración actual.
-
-
- Please check if there's an issue explaining about it.
- Compruebe si hay un problema que lo explique.
-
-
- Or submit a new issue if you think this is an error.
- O envíe un nuevo problema si cree que es un error.
-
-
- Disable gRPC API subsystem
- Deshabilitar el subsistema API gRPC
-
-
- Disable plugins feature
- Deshabilitar la función de complementos
-
-
- Disable Qt UI scale factor
- Deshabilitar factor de escala Qt UI
-
-
- Enable debug output
- Habilitar salida de depuración
-
-
- Stop current connection
- Detener la conexión actual
-
-
- Reconnect last connection
- Vuelva a conectar la última conexión
-
-
- Exit Qv2ray
- Salga de Qv2ray
-
-
- Qv2ray - A cross-platform Qt frontend for V2ray.
- Qv2ray: una interfaz Qt multiplataforma para V2ray.
-
-
- Do not automatically connect
-
-
-
-
- Qv2ray::components::QvUpdateChecker
-
- Qv2ray Update
- Actualización Qv2ray
-
-
- A new version of Qv2ray has been found:
- Se ha encontrado una nueva versión de Qv2ray:
-
-
-
- Qv2ray::components::plugins::QvPluginHost
-
- Cannot load plugin
- No se puede cargar el complemento
-
-
- The plugin located here cannot be loaded:
-
-
-
- This plugin was built against an older/newer version of the Plugin Interface.
- Este complemento se creó con una versión anterior / más reciente de la interfaz del complemento.
-
-
- Please contact the plugin provider or report the issue to Qv2ray Workgroup.
- Póngase en contacto con el proveedor del complemento o informe el problema a Qv2ray Workgroup.
-
-
- Enabling a plugin
- Habilitar un complemento
-
-
- The plugin will become fully functional after restarting Qv2ray.
- El complemento se volverá completamente funcional después de reiniciar Qv2ray.
-
-
-
- Qv2ray::core::handler::KernelInstanceHandler
-
- Another process is using the port required to start the connection:
- Otro proceso está utilizando el puerto requerido para iniciar la conexión:
-
-
- A plugin kernel failed to start. Please check the outbound settings.
- Un núcleo del complemento no pudo iniciarse. Por favor, compruebe la configuración de salida.
-
-
- Port: %1 for listening IP: %2 for inbound tag: "%3"
- Puerto:% 1 para escuchar IP:% 2 para etiqueta entrante: "% 3"
-
-
- Port: %1 for listening IP: 127.0.0.1 for plugin integration.
-
-
-
-
- Qv2ray::core::handler::QvConfigHandler
-
- Default Group
- Grupo predeterminado
-
-
- Group does not exist
- El grupo no existe
-
-
- Failed to start connection
- Error al iniciar la conexión
-
-
- Update Subscription
- Actualizar suscripción
-
-
- Group: %1
- Grupo 1
-
-
- %n entrie(s) have been found from the subscription source, do you want to continue?
-
-
-
-
-
-
- %1 out of %n entrie(s) have been filtered out, do you want to continue?
-
-
-
-
-
-
-
- Qv2ray::core::kernel::APIWorker
-
- Failed to get statistics data, please check if V2ray is running properly
-
-
-
-
- Qv2ray::core::kernel::V2rayKernelInstance
-
- V2ray core executable not found.
- V2ray core ejecutable no encontrado.
-
-
- V2ray core file cannot be opened, please ensure there's a file instead of a folder.
- El archivo principal de V2ray no se puede abrir, asegúrese de que haya un archivo en lugar de una carpeta.
-
-
- V2Ray core is incompatible with your platform.
-Expected core ABI is %1, but got actual %2.
-Maybe you have downloaded the wrong core?
-
-
-
- V2ray assets path is not valid.
- La ruta de los activos de V2ray no es válida.
-
-
- No geoip.dat in assets path.
- No geoip.dat en la ruta de los activos.
-
-
- No geosite.dat in assets path.
- No geosite.dat en la ruta de los activos.
-
-
- V2ray core failed with an exit code:
-
-
-
- V2ray core returns empty string.
- El núcleo V2ray devuelve una cadena vacía.
-
-
- Configuration Error
- Error de configuración
-
-
- Cannot start V2ray
- No se puede iniciar V2ray
-
-
- V2ray core settings is incorrect.
- La configuración central de V2ray es incorrecta.
-
-
- The error is:
-
-
-
- Invalid V2ray Instance Status.
- Estado de instancia de V2ray no válido.
-
-
- V2ray kernel failed to start.
- El kernel V2ray no pudo iniciarse.
-
-
- Core file is lacking executable permission for the current user.
-
-
-
- Qv2ray tried to set, but failed because permission denied.
-
-
-
- Core control file is lacking executable permission for the current user.
-
-
-
- Check is skipped
-
-
-
-
- Qv2ray::ui::widgets::AutoCompleteTextEdit
-
- You can not input space characters here.
- No puede ingresar caracteres de espacio aquí.
-
-
-
- QvInboundNodeModel
-
- Missing or incorrect inputs
- Entradas faltantes o incorrectas
-
-
-
- QvOutboundNodeModel
-
- Missing or incorrect inputs
- Entradas faltantes o incorrectas
-
-
-
- QvRuleNodeModel
-
- Missing or incorrect inputs
- Entradas faltantes o incorrectas
-
-
-
- RouteEditor
-
- Route Editor
- Editor de ruta
-
-
- Inbound
- Entrante
-
-
- Add outbound
- Agregar saliente
-
-
- Add an Inbound
- Agregar un entrante
-
-
- Add default inbound from global config
- Agregar entrada predeterminada desde la configuración global
-
-
- Add From Global Settings
- Agregar desde la configuración global
-
-
- Outbound
- Saliente
-
-
- Add an Outbound
- Agregar un saliente
-
-
- Add blackhole outbound
- Agregar agujero negro de salida
-
-
- Add Black Hole
- Agregar agujero negro
-
-
- Add Freedom outbound
- Agregar libertad de salida
-
-
- Add Direct
- Agregar directo
-
-
- Selected Inbound/Outbound Info
- Información entrante / saliente seleccionada
-
-
- Protocol
- Protocolo
-
-
- Tag
- Etiqueta
-
-
- Host
- Anfitrión
-
-
- Port
- Puerto
-
-
- Routes
- Rutas
-
-
- A rule with no inbound connected means there's no inbound restriction.
- Una regla sin conexión entrante significa que no hay restricción de entrada.
-
-
- Edit outbound
- Editar saliente
-
-
- Edit Selection
- Editar selección
-
-
- Add new route
- Agregar nueva ruta
-
-
- Add Rule
- Agregar regla
-
-
- Delete outbound
- Eliminar saliente
-
-
- Delete Selection
- Eliminar selección
-
-
- General Settings
- Configuración general
-
-
- Misc Settings
- Configuraciones varias
-
-
- Domain Strategy
- Estrategia de dominio
-
-
- Default Outbound
- Salida predeterminada
-
-
- Rule Order Settings
- Configuración de orden de regla
-
-
- Drag and drop to re-order the rules.
- Arrastre y suelte para reordenar las reglas.
-
-
- Rule Settings
- Configuraciones de regla
-
-
- Rule Status
- Estado de la regla
-
-
- Enabled
- Habilitado
-
-
- Rule Tag
- Etiqueta de regla
-
-
- Rename
- Rebautizar
-
-
- Network
- Red
-
-
- TCP
- TCP
-
-
- UDP
- UDP
-
-
- Both
- Ambos
-
-
- HTTP
- HTTP
-
-
- TLS
- TLS
-
-
- BitTorrent
- BitTorrent
-
-
- e.g. 80, 443, 8000-8080
- p.ej. 80, 443, 8000-8080
-
-
- Balancers
- Equilibradores
-
-
- Use Balancers
- Usar equilibradores
-
-
- ...
- ...
-
-
- Route Detail Settings
- Configuración de detalles de ruta
-
-
- Users List
- Lista de usuarios
-
-
- Source IP Matches
- Fuente de coincidencias de IP
-
-
- Target Domain List
- Lista de dominios de destino
-
-
- Target IP List
- Lista de IP de destino
-
-
- Status
- Estado
-
-
- Show rule details
- Mostrar detalles de la regla
-
-
- A rule cannot be found:
-
-
-
- Added DIRECT outbound
- Saliente DIRECTO agregado
-
-
- Protocol list changed:
-
-
-
- OK
- Okay
-
-
- Balancer is empty, not processing.
- Balancer está vacío, no procesando.
-
-
- Removed a balancer entry.
- Se eliminó una entrada de equilibrador.
-
-
- To make this rule ready to use, you need to connect it to an outbound node.
- Para que esta regla esté lista para usar, debe conectarla a un nodo saliente.
-
-
- Remove Items
- Eliminar elementos
-
-
- Please select a node from the graph to continue.
- Seleccione un nodo del gráfico para continuar.
-
-
- Error
- Error
-
-
- Qv2ray entered an unknown state.
- Qv2ray entró en un estado desconocido.
-
-
- Edit Inbound/Outbound
- Editar entrante / saliente
-
-
- Edit Inbound
- Editar entrante
-
-
- No inbound tag found:
-
-
-
- Cannot Edit
- No se puede editar
-
-
- Currently, this type of outbound is not supported by the editor.
- Actualmente, este tipo de salida no es compatible con el editor.
-
-
- We will launch Json Editor instead.
- Lanzaremos Json Editor en su lugar.
-
-
- Opening JSON editor
- Apertura del editor JSON
-
-
- Opening default inbound editor
- Abrir el editor entrante predeterminado
-
-
- Unsupported Outbound Type
- Tipo de salida no compatible
-
-
- This outbound entry is not supported by the GUI editor.
- Esta entrada de salida no es compatible con el editor de GUI.
-
-
- Opening default outbound editor.
- Apertura del editor de salida predeterminado.
-
-
- Renaming a tag
- Renombrar una etiqueta
-
-
- New tag is empty, please try another.
- La nueva etiqueta está vacía, intente con otra.
-
-
- New tag is the same as the original one.
- La nueva etiqueta es la misma que la original.
-
-
- Duplicate rule tag detected, please try another.
- Se detectó una etiqueta de regla duplicada, intente con otra.
-
-
- Default rule
- Regla por defecto
-
-
- rule
- regla
-
-
- No Inbound
- No entrante
-
-
- No inbound item found:
-
-
-
- Rename tags
- Renombrar etiquetas
-
-
- The new tag has been used, we appended a postfix.
- Se ha utilizado la nueva etiqueta, agregamos un postfix.
-
-
- The new tag has been used, we appended a random string to the tag.
- Se ha utilizado la nueva etiqueta, agregamos una cadena aleatoria a la etiqueta.
-
-
-
- RouteSettingsMatrix
-
- Form
- Formar
-
-
- Domain Strategy
- Estrategia de dominio
-
-
- Lines start with "geoip:" or "geosite:" will have its autocompletion from geoip.dat and geosite.dat
- Las líneas comienzan con "geoip:" o "geosite:" tendrán su autocompletado de geoip.dat y geosite.dat
-
-
- Block
- Bloquear
-
-
- Direct
- Directo
-
-
- Domain
- Dominio
-
-
- Proxy
- Apoderado
-
-
- IP
- IP
-
-
- Use built-in route schemes
- Use esquemas de ruta incorporados
-
-
- Built-in Schemes...
- Esquemas integrados ...
-
-
- Import route scheme from file
- Importar esquema de ruta desde archivo
-
-
- Import Scheme...
- Esquema de importación ...
-
-
- Export route scheme to file
- Exportar esquema de ruta a archivo
-
-
- Export Scheme...
- Esquema de exportación ...
-
-
-
- RouteSettingsMatrixWidget
-
- empty scheme
- esquema vacío
-
-
- v2rayN preset
- v2rayN preestablecido
-
-
- Import scheme '%1' made by '%2'?
- Description: %3
-
-
-
- Importing Scheme
- Esquema de importación
-
-
- Exporting Scheme
- Esquema de exportación
-
-
- Scheme name:
- Nombre del esquema:
-
-
- Unnamed Scheme
- Esquema sin nombre
-
-
- Author:
- Autor:
-
-
- Description:
- Descripción:
-
-
- The author is too lazy to leave a comment
- El autor es demasiado vago para dejar un comentario.
-
-
- Your route scheme has been successfully exported!
- ¡Su esquema de ruta ha sido exportado con éxito!
-
-
- QvRoute Schemes(*.json)
- Esquemas QvRoute (*. Json)
-
-
-
- ScreenShot
-
- ScreenShot
- Captura de pantalla
-
-
- Size
- Talla
-
-
- Screen Shot
- Captura de pantalla
-
-
- FG
- FG
-
-
-
- SpeedWidget
-
- Proxy ↑
-
-
-
- Proxy ↓
-
-
-
- Direct ↑
-
-
-
- Direct ↓
-
-
-
- Total ↑
-
-
-
- Total ↓
-
-
-
-
- StreamSettingsWidget
-
- Stream Settings Widget
- Widget de configuración de transmisión
-
-
- Protocol Settings
- Configuraciones de protocolo
-
-
- Type
- Tipo
-
-
- Edit
- Editar
-
-
- Reset
- Reiniciar
-
-
- Response
- Respuesta
-
-
- Request
- Solicitud
-
-
- Path
- Camino
-
-
- Host
- Anfitrión
-
-
- Headers
- Encabezados
-
-
- MTU
- MTU
-
-
- TTI (ms)
- TTI (ms)
-
-
- Uplink Capacity (MB/s)
- Capacidad de enlace ascendente (MB / s)
-
-
- Congestion
- Congestión
-
-
- Enabled
- Habilitado
-
-
- Downlink Capacity (MB/s)
- Capacidad de enlace descendente (MB / s)
-
-
- Read Buffer Size (MB)
- Tamaño del búfer de lectura (MB)
-
-
- Write Buffer Size (MB)
- Tamaño del búfer de escritura (MB)
-
-
- Security
- Seguridad
-
-
- Key
- Llave
-
-
- keys
- llaves
-
-
- Transport Protocol
- Protocolo de transporte
-
-
- TLS Settings
- Configuraciones TLS
-
-
- Allow Insecure Certificates
- Permitir certificados inseguros
-
-
- Server
- Servidor
-
-
- ALPN
- ALPN
-
-
- Enable TLS
- Habilitar TLS
-
-
- Allow Insecure Ciphers
- Permitir cifrados inseguros
-
-
- SOCK Options
- Opciones de SOCK
-
-
- Mark
- marca
-
-
- TCP Fast Open
- TCP de apertura rápida
-
-
- tProxy Mode
- t Modo Proxy
-
-
- Seed (Experimental)
- Semilla (Experimental)
-
-
- Disable Session Resumption
- Deshabilitar reanudación de sesión
-
-
-
- w_GroupManager
-
- Group Editor
- Editor de grupo
-
-
- Group Info
- Información del grupo
-
-
- Group Name
- Nombre del grupo
-
-
- Created At
- Creado en
-
-
- Group List
- Lista de grupo
-
-
- Add Subscription
- Agregar suscripción
-
-
- Remove Subscription
- Eliminar suscripción
-
-
- Connections
- Conexiones
-
-
- Delete Selection
- Eliminar selección
-
-
- Name
- Nombre
-
-
- Type
- Tipo
-
-
- Host / Port
- Puerto host
-
-
- Groups
- Grupos
-
-
- Export Selection
- Selección de exportación
-
-
- Subscription Settings
- Configuraciones de suscripción
-
-
- This group is a subscription
- Este grupo es una suscripción.
-
-
- Subscription Address
- Dirección de suscripción
-
-
- Last Updated
- Última actualización
-
-
- Update Notify Interval
- Actualizar intervalo de notificación
-
-
- Days
- Dias
-
-
- Import Filters
- Importar filtros
-
-
- Leave blank to exclude nothing
- Dejar en blanco para excluir nada
-
-
- Relation
- Relación
-
-
- Leave blank to include all
- Dejar en blanco para incluir todo
-
-
- Only import when containing...
- Importar solo cuando contenga ...
-
-
- Only import when NOT containing...
- Importar solo cuando NO contenga ...
-
-
- Update Subscription
- Actualizar suscripción
-
-
- DNS Settings
- Configuraciones DNS
-
-
- Override Global DNS Settings
- Anular configuración global de DNS
-
-
- Advanced Route Settings
- Configuración de ruta avanzada
-
-
- Override Global Advanced Route Settings
- Anular configuración global de ruta avanzada
-
-
-
- w_PluginManager
-
- Plugin Manager
- Plugin Manager
-
-
- Plugins
- Complementos
-
-
- Open Local Plugin Folder
- Abrir carpeta de plugin local
-
-
- Online help about plugins
- Ayuda en línea sobre complementos
-
-
- ?
- ?
-
-
- Plugin Metadata
- Metadatos del complemento
-
-
- Name
- Nombre
-
-
- Author
- Autor
-
-
- Description
- Descripción
-
-
- Library Path
- Ruta de la biblioteca
-
-
- State
- Estado
-
-
- Capability
- Capacidad
-
-
- Special Type
- Tipo especial
-
-
- Plugin Settings
- Configuraciones de complementos
-
-
- Plugin Not Loaded
- Plugin no cargado
-
-
- Manually Edit Settings
- Editar configuración manualmente
-
-
-
diff --git a/translations/ja_JP.ts b/translations/ja_JP.ts
index 07827d9b..83970173 100644
--- a/translations/ja_JP.ts
+++ b/translations/ja_JP.ts
@@ -293,6 +293,14 @@ This entry is ignored by V2Ray core when using DoH servers.
Would you like to update the subscription?サブスクリプションを更新しますか?
+
+ The subscription link is empty.
+ このサブスクリプションリンクが空です。
+
+
+ The subscription link is invalid.
+ このサブスクリプションリンクが無効です。
+ ImportConfigWindow
@@ -1209,14 +1217,6 @@ This entry is ignored by V2Ray core when using DoH servers.
Enabled有効
-
- Darkmode UI Icons
- ダークモードUIアイコン
-
-
- Darkmode Tray Icon
- ダークモードトレイアイコン
- Language言語
@@ -1361,14 +1361,6 @@ This entry is ignored by V2Ray core when using DoH servers.
lines 行
-
- V2ray Assets Directory
- V2rayアセットフォルダー
-
-
- Check V2ray Core Settings
- V2ray Core設定を確認する
- UDP Local IPUDP ローカル IP
@@ -1429,34 +1421,10 @@ This entry is ignored by V2Ray core when using DoH servers.
Invalid inbound listening address.無効なインバウンドリスニングアドレス。
-
- Open V2ray assets folder
- V2rayアセットフォルダーを開く
-
-
- Open V2ray core file
- V2rayコアファイルを開く
-
-
- This will append capabilities to the V2ray executable.
- これにより、V2ray実行可能ファイルに機能が追加されます。
-
-
- Qv2ray will copy your V2ray core to this path:
- Qv2rayは、V2rayコアを次のパスにコピーします:
- If anything goes wrong after enabling this, please check issue #57 or the link below:これを有効にした後に何か問題が発生した場合は、問題#57または以下のリンクを確認してください:
-
- Qv2ray cannot copy one or both V2ray files from:
- Qv2rayは、V2rayファイルの一つまたは二つを以下からコピーできません:
-
-
- Failed to setcap onto V2ray executable. You may need to run `setcap` manually.
- V2ray実行可能ファイルへのsetcapに失敗しました。`setcap`を手動で実行する必要がある可能性があります。
- tProxy is not supported on macOS and WindowstProxyはmacOSおよびWindowsではサポートされていません
@@ -1469,10 +1437,6 @@ This entry is ignored by V2Ray core when using DoH servers.
You will lose the advantage of TLS and make your connection under MITM attack.TLSの保護を失い、MITMの攻撃を受ける可能性が高くなります。
-
- This will make your TLS fingerpring different from common golang programs.
- これにより、TLS の指紋は一般的な Golang プログラムとは異なるものになります。
- This will (probably) make it easy to fingerprint your connection.そのため、(おそらく)あなたの接続が特定しやすくなります。
@@ -1485,18 +1449,6 @@ This entry is ignored by V2Ray core when using DoH servers.
Failed to set auto start option.自動起動オプションの設定に失敗しました。
-
- V2ray Core Settings
- V2ray Core設定
-
-
- V2ray path configuration check passed.
- V2rayパス構成チェックに通過しました。
-
-
- Current version of V2ray is:
- V2rayの現在のバージョンは次のとおりです:
- Bypass CN Mainland中国本土をバイパス
@@ -1565,14 +1517,6 @@ This entry is ignored by V2Ray core when using DoH servers.
Plugin Kernel Settingsプラグインのカーネル設定
-
- Enabling V2ray Integration will allow the kernel benefit from the V2ray routing engine.
- V2Ray統合を有効にすると、カーネルはV2Rayルーティングエンジンの恩恵を受けることができます。
-
-
- V2ray Integration
- V2Rayの統合
- If not checked, these features will be disabled:
@@ -1817,10 +1761,6 @@ For example, for updating subscriptions.DNS SettingsDNS設定
-
- Use V2ray DNS for Direct Connection
- フリーダムアウトバウンドにはV2Ray DNSを使用
- You can configure default DNS settings for all simple connection config here.ここでは、すべてのシンプルな接続設定のデフォルトDNS設定を行うことができます。
@@ -1851,34 +1791,10 @@ If your V2Ray core filename happened to be 'qv2ray'-something, you are
しかし、Qv2rayはシングルトンモードで動作するため、フォークボムは発生しません。
もしあなたのV2Rayコアのファイル名が'qv2ray'などであれば、この警告を無視して構いません。
-
- You may be about to set V2Ray core incorrectly to V2Ray Control executable, which is absolutely not correct.
-The filename of V2Ray core is usually 'v2ray' or 'v2ray.exe'. Make sure to choose it wisely.
-If you insist to proceed, we're not providing with any support.
- V2Ray coreをV2Ray Control実行ファイルに間違って設定している可能性がありますが、これは絶対に正しくありません。
-V2Ray coreのファイル名は通常'v2ray'または'v2ray.exe'です。賢明に選択してください。
-先に進むことをお勧めする場合、サポートを提供しておりません。
-
-
- V2ray Core Executable Path
- V2rayコアのパス
- Check System Date and Time from the Internetインターネットからシステムの日時を確認する
-
- V2ray API Subsystem
- V2ray APIサブシステム
-
-
- V2ray API Port
- V2ray APIポート
-
-
- Outbound Statistics (V2ray Core v4.26+)
- アウトバウンド統計(V2ray Core v4.26以降)
- Currently:
- vmess/shadowsocks/socks/http will be treated as PROXY.
@@ -1893,14 +1809,106 @@ V2Ray coreのファイル名は通常'v2ray'または'v2ray.exe&a
Include Direct Connection直接接続を含む
-
- Only V2ray Core v4.21+ is supported.
- V2ray Core v4.21以降のみ対応しています。
- Old Share Link Format旧リンク形式
+
+ Adapt Dark Theme
+ 適応ダークテーマ
+
+
+ Adapt Dark Tray Theme
+ 適応ダークトレイのテーマ
+
+
+ V2Ray Core Settings
+ V2Rayコア設定
+
+
+ V2Ray Core Executable Path
+ V2Ray コアのパス
+
+
+ V2Ray Assets Directory
+ V2Ray アセットフォルダー
+
+
+ Check V2Ray Core Settings
+ V2Rayコア設定を確認する
+
+
+ V2Ray API Subsystem
+ V2Ray APIサブシステム
+
+
+ V2Ray API Port
+ V2Ray APIポート
+
+
+ Outbound Statistics (V2Ray Core v4.26+)
+ アウトバウンド統計(V2Rayコアv4.26以降)
+
+
+ Enabling V2Ray Integration will allow the kernel benefit from the V2Ray routing engine.
+ V2Ray統合を有効にすると、カーネルはV2Rayルーティングエンジンの恩恵を受けることができます。
+
+
+ V2Ray Integration
+ V2Rayの統合
+
+
+ Only V2Ray Core v4.21+ is supported.
+ V2Rayコアv4.21以降のみ対応しています。
+
+
+ Use V2Ray DNS for Direct Connection
+ フリーダムアウトバウンドにはV2Ray DNSを使用
+
+
+ Open V2Ray assets folder
+ V2Rayアセットフォルダーを開く
+
+
+ Open V2Ray core file
+ V2Rayコアファイルを開く
+
+
+ This will append capabilities to the V2Ray executable.
+ これにより、V2Ray実行可能ファイルに機能が追加されます。
+
+
+ Qv2ray will copy your V2Ray core to this path:
+ Qv2rayは、V2Rayコアを次のパスにコピーします:
+
+
+ Qv2ray cannot copy one or both V2Ray files from:
+ Qv2rayは、V2Rayファイルの一つまたは二つを以下からコピーできません:
+
+
+ Failed to setcap onto V2Ray executable. You may need to run `setcap` manually.
+ V2Ray実行可能ファイルへのsetcapに失敗しました。`setcap`を手動で実行する必要がある可能性があります。
+
+
+ V2Ray path configuration check passed.
+ V2Rayパス構成チェックに通過しました。
+
+
+ Current version of V2Ray is:
+ V2Rayの現在のバージョンは次のとおりです:
+
+
+ You may be about to set V2Ray core incorrectly to V2Ray Control executable, which is absolutely not correct.
+The filename of V2Ray core is usually 'v2ray' or 'v2ray.exe'. Make sure to choose it wisely.
+If you insist to proceed, we're not providing with any support.
+ V2RayコアをV2Ray制御実行ファイルに間違って設定している可能性がありますが、これは絶対に正しくありません。
+V2Rayコアのファイル名は通常'v2ray'または'v2ray.exe'です。賢明に選択してください。
+先に進むことをお勧めする場合、サポートを提供しておりません。
+
+
+ This will make your TLS fingerpring different from common Golang programs.
+ これにより、TLSのフィンガースプリングが一般的なGolangプログラムとは異なるものになります。
+ QObject
@@ -2004,10 +2012,6 @@ V2Ray coreのファイル名は通常'v2ray'または'v2ray.exe&a
It will be removed or be provided as a plugin in the future.今後削除されるか、プラグインとして提供されます。
-
- PAC will still work currently, but please switch to the V2ray built-in routing as soon as possible.
- PACは現在も機能しますが、できるだけ早くV2Rayの組み込みルーティングに切り替えてください。
- Configuration Upgrade Failed構成のアップグレードに失敗しました
@@ -2196,6 +2200,10 @@ V2Ray coreのファイル名は通常'v2ray'または'v2ray.exe&a
Unknown state.不明な状態。
+
+ PAC will still work currently, but please switch to the V2Ray built-in routing as soon as possible.
+ PACは現在も機能しますが、できるだけ早くV2Rayの組み込みルーティングに切り替えてください。
+ Qv2ray::Qv2rayApplication
@@ -2307,14 +2315,14 @@ V2Ray coreのファイル名は通常'v2ray'または'v2ray.exe&a
Exit Qv2rayQv2rayを終了
-
- Qv2ray - A cross-platform Qt frontend for V2ray.
- Qv2ray - V2Ray用のクロスプラットフォームQtフロントエンド。
- Do not automatically connect自動的に接続しない
+
+ Qv2ray - A cross-platform Qt frontend for V2Ray.
+ Qv2ray - V2Ray用のクロスプラットフォームQtフロントエンド。
+ Qv2ray::components::QvUpdateChecker
@@ -2407,76 +2415,26 @@ V2Ray coreのファイル名は通常'v2ray'または'v2ray.exe&a
%n 個のエントリのうち %1 個がフィルタリングされましたが、続けますか?
+
+ Would you like to remove them?
+ 撤去しますか?
+
+
+ There're %n connection(s) in the group that do not belong the current subscription (any more).
+
+ 現在のサブスクリプションに属していない接続がグループ内に %n あります。
+
+ Qv2ray::core::kernel::APIWorker
- Failed to get statistics data, please check if V2ray is running properly
- 統計データの取得に失敗しました。V2rayが正常に動作しているか確認してください
+ Failed to get statistics data, please check if V2Ray is running properly
+ 統計データの取得に失敗しました。V2Rayが正常に動作しているか確認してください
- Qv2ray::core::kernel::V2rayKernelInstance
-
- V2ray core executable not found.
- V2rayコア実行可能ファイルが見つかりません。
-
-
- V2ray core file cannot be opened, please ensure there's a file instead of a folder.
- V2rayコアファイルを開けません。フォルダーの代わりにファイルがあることを確認してください。
-
-
- V2Ray core is incompatible with your platform.
-Expected core ABI is %1, but got actual %2.
-Maybe you have downloaded the wrong core?
- V2Rayコアはプラットフォームと互換性がありません。
-予想されるコアABIは%1ですが、実際は%2でした。
-間違ったコアをダウンロードした可能性がありませんか?
-
-
- V2ray assets path is not valid.
- V2rayアセットのパスが無効です。
-
-
- No geoip.dat in assets path.
- アセットパスにgeoip.datはありません。
-
-
- No geosite.dat in assets path.
- アセットパスにgeosite.datはありません。
-
-
- V2ray core failed with an exit code:
- V2rayコアがエラー終了しました、終了コード:
-
-
- V2ray core returns empty string.
- V2rayコアは空の文字列を返します。
-
-
- Configuration Error
- 構成エラー
-
-
- Cannot start V2ray
- V2rayを起動できません
-
-
- V2ray core settings is incorrect.
- V2rayコアの設定が正しくありません。
-
-
- The error is:
- エラーは次のとおりです:
-
-
- Invalid V2ray Instance Status.
- 無効なV2rayインスタンスステータス。
-
-
- V2ray kernel failed to start.
- V2rayカーネルの起動に失敗しました。
-
+ Qv2ray::core::kernel::V2RayKernelInstanceCore file is lacking executable permission for the current user.コアファイルには、現在のユーザーの実行可能なパーミッションがありません。
@@ -2493,6 +2451,66 @@ Maybe you have downloaded the wrong core?
Check is skippedチェックはスキップされます
+
+ V2Ray core executable not found.
+ V2Rayコア実行可能ファイルが見つかりません。
+
+
+ V2Ray core file cannot be opened, please ensure there's a file instead of a folder.
+ V2Rayコアファイルを開けません。フォルダーの代わりにファイルがあることを確認してください。
+
+
+ V2Ray core is incompatible with your platform.
+Expected core ABI is %1, but got actual %2.
+Maybe you have downloaded the wrong core?
+ V2Rayコアはプラットフォームと互換性がありません。
+予想されるコアABIは%1ですが、実際は%2でした。
+間違ったコアをダウンロードした可能性がありませんか?
+
+
+ V2Ray assets path is not valid.
+ V2Rayアセットのパスが無効です。
+
+
+ No geoip.dat in assets path.
+ アセットパスにgeoip.datはありません。
+
+
+ No geosite.dat in assets path.
+ アセットパスにgeosite.datはありません。
+
+
+ V2Ray core failed with an exit code:
+ V2Rayコアがエラー終了しました、終了コード:
+
+
+ V2Ray core returns empty string.
+ V2Rayコアは空の文字列を返します。
+
+
+ Configuration Error
+ 構成エラー
+
+
+ Cannot start V2Ray
+ V2Rayを起動できません
+
+
+ V2Ray core settings is incorrect.
+ V2Rayコアの設定が正しくありません。
+
+
+ The error is:
+ エラーは次のとおりです:
+
+
+ Invalid V2Ray Instance Status.
+ 無効なV2Rayインスタンスステータス。
+
+
+ V2Ray kernel failed to start.
+ V2Rayカーネルの起動に失敗しました。
+ Qv2ray::ui::widgets::AutoCompleteTextEdit
@@ -2628,18 +2646,6 @@ Maybe you have downloaded the wrong core?
Inboundインバウンド
-
- Add From Global Settings
- グローバル設定から追加
-
-
- Add Black Hole
- ブラックホールを追加
-
-
- Add Direct
- 直接接続を追加
- Selected Inbound/Outbound Info選択したインバウンド/アウトバウンドの情報
@@ -2856,14 +2862,6 @@ Maybe you have downloaded the wrong core?
Add Ruleルールを追加
-
- Add an Inbound
- インバウンドを追加する
-
-
- Add an Outbound
- アウトバウンドを追加する
- Misc Settingsその他の設定
@@ -2872,6 +2870,34 @@ Maybe you have downloaded the wrong core?
Renameリネーム
+
+ Add Inbound
+ インバウンドを追加
+
+
+ Add Global Settings
+ グローバル設定を追加
+
+
+ New Outbound
+ アウトバウンドを追加
+
+
+ Import
+ インポート
+
+
+ Blackhole
+ ブラックホール
+
+
+ Direct / Freedom
+ 直接・自由
+
+
+ Existing Outbound
+ 既存のアウトバウンド
+ RouteSettingsMatrix
diff --git a/translations/ru_RU.ts b/translations/ru_RU.ts
deleted file mode 100644
index 0cf92d75..00000000
--- a/translations/ru_RU.ts
+++ /dev/null
@@ -1,3360 +0,0 @@
-
-
-
-
- ConnectionInfoWidget
-
- Latency Test
- Тест задержки
-
-
- Protocol
- Протокол
-
-
- Address
- Адрес
-
-
- Port
- Порт
-
-
- Subscription Link
- Подписка
-
-
- Share Link
- Поделитесь ссылкой
-
-
- Not a subscription
-
-
-
- Delete an item
-
-
-
- Are you sure to delete the current item?
-
-
-
- Form
-
-
-
- Configuration Details
-
-
-
- Connect/Disconnect
-
-
-
- Edit Connection
-
-
-
- Edit Connection as JSON
-
-
-
- Delete Connection
-
-
-
- Group
-
-
-
- Link
-
-
-
- QR Code
-
-
-
- Group Name
-
-
-
- (Ignored %n complex config(s))
-
-
-
-
-
-
-
-
- ConnectionItemWidget
-
- Not Tested
-
-
-
- ms
- мс
-
-
- Type:
-
-
-
- Testing...
- Тестирование...
-
-
- Error
- ошибка
-
-
- connection
-
-
-
- connections
-
-
-
- Last Connected:
-
-
-
- Last Updated:
-
-
-
- Subscription
-
-
-
-
- ConnectionSettingsWidget
-
- Form
-
-
-
-
- ConnectionWidget
-
- OK
- OK
-
-
- Form
-
-
-
- Connection Name
-
-
-
- 500ms
-
-
-
- Type: vmess + tls + ws
-
-
-
- 0KB / 0KB
-
-
-
-
- DnsSettingsWidget
-
- Form
-
-
-
- Client IP
-
-
-
- Tag
-
-
-
- DNS Servers
-
-
-
- DNS Server Settings
-
-
-
- Address
- Адрес
-
-
- Detail Settings
-
-
-
- Port
- Порт
-
-
- Domains
-
-
-
- Expectd IPs
-
-
-
- Domain
-
-
-
- Resolved IP
-
-
-
- Statically Resolved Domains
-
-
-
- DNS List
-
-
-
- △
-
-
-
- ▽
-
-
-
- The current system's IP address is used to notify the server of the client's location when querying DNS.
-
-It cannot be a private address.
-
-
-
- (V2Ray 4.13+) The query traffic sent by this DNS, except for localhost and DOHL modes, will carry this identifier, which can be matched with inboundTag in the route.
-
-
-
- Port for DNS server. Normally it's 53.
-This entry is ignored by V2Ray core when using DoH servers.
-
-
-
-
- GroupManager
-
- Connection Management
-
-
-
- Deleting a subscription
-
-
-
- All connections will be moved to default group, do you want to continue?
-
-
-
- Export Connection(s)
-
-
-
- Delete Connection(s)
-
-
-
- Copy to...
-
-
-
- Move to...
-
-
-
- Link to...
-
-
-
- New Group
-
-
-
- Update Subscription
- Обновить подписку
-
-
- Would you like to update the subscription?
-
-
-
-
- ImportConfigWindow
-
- Import file
- Импорт файла
-
-
- Name/Prefix
- Имя/Префикс
-
-
- secs
- секунд
-
-
- Hide Qv2ray
- Скрыть Qv2ray
-
-
- Share Link
- Поделитесь ссылкой
-
-
- Import
- Импорт
-
-
- Path
- Путь
-
-
- Select
- Выбрать
-
-
- Go
- Далее
-
-
- Error List
- Список ошибок
-
-
- Manually Input Connections
- Входные соединения вручную
-
-
- Open Connection Editor
- Открыть редактор подключений
-
-
- Cancel
- Отмена
-
-
- Select file to import
- Выберите файл для Импорта
-
-
- Capture QRCode
- Захват QRCode
-
-
- Cannot find a valid QRCode from this region.
- Не удается найти QRCode из этой области.
-
-
- Import config file
- Выберите файл конфигурации
-
-
- Failed to check the validity of the config file.
- Не удалось проверить правильность файла конфигурации.
-
-
- Select an image to import
- Выберите изображение для импорта
-
-
- QRCode scanning failed
- Ошибка сканирования QRCode
-
-
- Cannot find any QRCode from the image.
- Не удается найти QRCode в изображении.
-
-
- Json Editor
- Редактор Json
-
-
- A prefix to the imported connection
-
-
-
- Paste share link here, one line for each.
-
-
-
- QRCode File
-
-
-
- Screenshot
-
-
-
- Delay
-
-
-
- Open JSON Editor
-
-
-
- Import as Complex Config (Manually edit route rules and inbounds)
-
-
-
- Import To Group
-
-
-
- Link
-
-
-
- QR Code
-
-
-
- Detected Link
-
-
-
- Input Manually
-
-
-
- Simple Editor
-
-
-
- Complex Editor
-
-
-
- Open Route / Complex Connection Editor
-
-
-
- You can manually input connection here.
-
-
-
- Advanced
-
-
-
- Failed to import connection
-
-
-
-
- InboundEditor
-
- Inbound Editor
- Входящий редактор
-
-
- Tag
- Тег
-
-
- Tag of this inbound entry
- Тег этой входящей записи
-
-
- Listening
- Прослушивание
-
-
- Hostname or IP Address
- Имя хоста или IP-адрес
-
-
- :
- :
-
-
- Port: 1080|80-85
- Порт: 1080|80-85
-
-
- Protocol
- Протокол
-
-
- Allocation Settings
- Настройки распределения
-
-
- Strategy
- Стратегия
-
-
- always
- всегда
-
-
- random
- случайный
-
-
- Refresh
- Обновить
-
-
- Concurrency
- Согласие
-
-
- Sniffing Settings
- Настройки привязки
-
-
- Destination Override
- Переопределение назначения
-
-
- Enabled
- Включено
-
-
- HTTP Inbound Settings
- Параметры HTTP InBound
-
-
- Timeout
- Время ожидания истекло
-
-
- Allow Transparent
- Разрешить прозрачность
-
-
- User Level
- Уровень пользователя
-
-
- -
- -
-
-
- Password
- Пароль
-
-
- +
- +
-
-
- Add
- Добавить
-
-
- Username
- Имя пользователя
-
-
- Accounts
- Аккаунты
-
-
- SOCKS Inbound Settings
- Настройки SOCKS InBound
-
-
- Auth
- Авторизация
-
-
- Enable UDP
- Включить UDP
-
-
- Local UDP IP
- Локальный UDP IP
-
-
- 127.0.0.1
- 127.0.0.1
-
-
- Dokodemo-Door Inbound Settings
- Настройки Inbound Dokodemo-Door
-
-
- IP Address
- IP-Адрес
-
-
- Not necessary when setting "Follow Redirect"
- Не требуется при настройке "Follow Redirect"
-
-
- Port
- Порт
-
-
- Network
- Сеть
-
-
- TCP
- TCP
-
-
- UDP
- UDP
-
-
- Follow Redirect
- Использовать переадресацию
-
-
- MTProto Inbound Settings
- Параметры HTTP InBound
-
-
- EMail Address
- Адрес email
-
-
- Secret
- Секрет
-
-
- SECRET
- СЕКРЕТ
-
-
- Inbound type not supported
- Тип файла не поддерживается
-
-
- The inbound type is not supported by Qv2ray (yet). Please use JsonEditor to change the settings
- Входящий тип не поддерживается Qv2ray (еще). Пожалуйста, используйте JsonEditor для изменения настроек
-
-
- Inbound:
- Входящий:
-
-
- Removing a user
- Удаление пользователя
-
-
- You haven't selected a user yet.
- Вы еще выбрали пользователя'т.
-
-
- Add a user
- Добавить пользователя
-
-
- This user exists already.
- Этот пользователь уже существует.
-
-
- tproxy mode
-
-
-
-
- InboundSettingsWidget
-
- Form
-
-
-
-
- JsonEditor
-
- OK
- OK
-
-
- Json Structure Preview
- Просмотр структуры Json
-
-
- Format JSON
- Формат Json
-
-
- Json Editor
- Редактор Json
-
-
- Json Contains Syntax Errors
- Json содержит ошибки синтаксиса
-
-
- Original Json may contain syntax errors. Json tree is disabled.
- Оригинальный Json может содержать ошибки синтаксиса. Структура Json отключена.
-
-
- You must correct these errors before continuing.
-
-
-
- Syntax Errors
- Синтаксические ошибки
-
-
- Please fix the JSON errors or remove the comments before continue
-
-
-
- JSON Editor
-
-
-
- Remove All Comments
-
-
-
-
- MainWindow
-
- Qv2ray
- Qv2ray
-
-
- Connect
- Подключение
-
-
- Disconnect
- Отключен
-
-
- Reconnect
- Переподключить
-
-
- Preferences
- Настройки
-
-
- Edit
- Изменить
-
-
- Not Connected
-
-
-
- Speed
- Скорость
-
-
- 0.00 B/s
-0.00 B/s
- 0.00 B/s
-0.00 B/s
-
-
- Data
- Данные
-
-
- 0.00 B
-0.00 B
- 0.00 B
-0.00 B
-
-
- Hide
- Скрыть
-
-
- Quit
- Выход
-
-
- Set as automatically connected
-
-
-
- Edit as JSON
-
-
-
- Rename
- Переименование
-
-
- Duplicate to the Same Group
-
-
-
- Test Latency
-
-
-
- Clear Usage Data
-
-
-
- Delete Connection
-
-
-
- Connect to this
- Подключиться к этому
-
-
- Recent Connections
-
-
-
- Edit as Complex Config
- Изменить как Complex Config
-
-
- Show
- Показать
-
-
- Sort connection list.
-
-
-
- By connection name, A-Z
-
-
-
- By connection name, Z-A
-
-
-
- By latency, Ascending
-
-
-
- By latency, Descending
-
-
-
- By data, Ascending
-
-
-
- By data, Descending
-
-
-
- Switch to vCore log
-
-
-
- Switch to Qv2ray log
-
-
-
- Connected:
- Подключен:
-
-
- Kernel terminated.
-
-
-
- The kernel terminated unexpectedly:
-
-
-
- To solve the problem, read the kernel log in the log text browser.
-
-
-
- Quit Qv2ray
-
-
-
- Are you sure to exit Qv2ray?
-
-
-
- Duplicating Connection(s)
-
-
-
-
-
-
-
- Are you sure to duplicate these connection(s)?
-
-
-
-
-
-
-
- (Copy)
-
-
-
- Cannot set system proxy
- Не удается задать системный прокси
-
-
- Both HTTP and SOCKS inbounds are not enabled
- И HTTP, и SOCKS отключены
-
-
- System proxy configured.
-
-
-
- System proxy removed.
-
-
-
- Update Subscriptions
- Обновить подписку
-
-
- Enable System Proxy
- Включить системный прокси
-
-
- Disable System Proxy
- Отключить системный прокси
-
-
- System Proxy
- Системный прокси
-
-
- Disconnected from:
- Отключен от:
-
-
- Removing Connection(s)
-
- Удаление подключения(й)
-
-
-
-
-
- Are you sure to remove selected connection(s)?
-
- Вы уверены, что хотите удалить выбранные подключение(и)?
-
-
-
-
-
- Plugins
-
-
-
- Locate Current Connection
-
-
-
- Search
-
-
-
- Sort
-
-
-
- Import Connection
-
-
-
- Click to toggle show/hide
-
-
-
- Speed Graph
-
-
-
- Clear chart data
-
-
-
- Log
-
-
-
- Clear log
-
-
-
- Upload/Download speed
-
-
-
- Upload/Download Data
-
-
-
- Groups / Subscriptions
-
-
-
- New
-
-
-
- Clear Recent Connections
-
-
-
- Recent connections' jump list cleared.
-
-
-
- Update Subscription
- Обновить подписку
-
-
- Subscription "%1" has been updated
-
-
-
- %1 has been set as auto connect.
-
-
-
- Selected group is not a subscription
-
-
-
- Do you want to update these subscriptions?
-
-
-
-
- OutboundEditor
-
- Tag
- Тег
-
-
- Tag of this outbound setting
- Метка этой настройки исходящего трафика
-
-
- Host
- Сервер
-
-
- Hostname or IP/IPv6 Address
- Имя хоста или IP/IPv6 адрес
-
-
- Port
- Порт
-
-
- Type
- Тип
-
-
- Socks
- Socks
-
-
- Use Mux
- Использовать Mux
-
-
- Enabled
- Включено
-
-
- Edit Connection Settings
- Изменить настройки подключения
-
-
- Stream Settings
- Настройки потока
-
-
- Misc Settings
- Прочие настройки
-
-
- Mux Concurrency
- Mux Согласие
-
-
- Use Forward Proxy
- Использовать Ретрансляция прокси
-
-
- Outbound Settings
- Настройки соединения
-
-
- UUID
- UUID
-
-
- Alter ID
- ID Alter
-
-
- Security
- Защита
-
-
- Email
- Email
-
-
- Password
- Пароль
-
-
- Encryption Method
- Метод шифрования
-
-
- OTA
- OTA
-
-
- Username
- Имя пользователя
-
-
- Unknown outbound type.
-
-
-
- The specified outbound type is not supported, this may happen due to a plugin failure.
-
-
-
- Forward proxy has been disabled when using plugin outbound
-
-
-
- Unknown outbound.
-
-
-
- The specified outbound type is invalid, this may be caused by a plugin failure.
-
-
-
- Please use the JsonEditor or reload the plugin.
-
-
-
- Tests
-
-
-
- Http
-
-
-
-
- PluginManageWindow
-
- Loaded
-
-
-
- Not loaded
-
-
-
- Plugin Not Loaded
-
-
-
- Plugin does not have settings widget.
-
-
-
- Disabling a plugin
-
-
-
- This plugin will keep loaded until the next time Qv2ray starts.
-
-
-
- Plugin not loaded
-
-
-
- This plugin is not loaded, please enable or reload the plugin to continue.
-
-
-
-
- PreferencesWindow
-
- Preferences
- Настройки
-
-
- UI Theme
- Тема интерфейса
-
-
- Enabled
- Включено
-
-
- Darkmode UI Icons
- Темные иконки интерфейса
-
-
- Darkmode Tray Icon
- Светлая иконка в трее
-
-
- Language
- Язык (Language)
-
-
- Log Level
- Детализация журнала
-
-
- none
- никто
-
-
- debug
- отладка
-
-
- info
- информация
-
-
- warning
- внимание
-
-
- error
- ошибка
-
-
- Config
- Конфигурация
-
-
- Select
- Выбрать
-
-
- Auto Connect
- Автоподключение
-
-
- Inbound Settings
- Настройки соединения
-
-
- Listening Address
- Адрес прослушивания
-
-
- HTTP
- HTTP
-
-
- Set System Proxy
- Установить системным прокси
-
-
- SOCKS Settings
- Настройки SOCKS
-
-
- Port
- Порт
-
-
- UDP Support
- Поддержка UDP
-
-
- Launch at Login
- Запуск при входе
-
-
- Authentication
- Аутентификация
-
-
- Username
- Имя пользователя
-
-
- Password
- Пароль
-
-
- HTTP Settings
- Настройки HTTP
-
-
- Connection Settings
- Настройки соединения
-
-
- General Connection Settings
- Общие настройки соединения
-
-
- Enable Proxy
- Включить прокси
-
-
- Use Local DNS
- Использовать локальный DNS
-
-
- Forward Proxy
- Ретрансляция прокси
-
-
- Only simple config is supported.
- Поддерживаются только простые настройки.
-
-
- Build Info
- Информация о сборке
-
-
- Extra Build Info
- Дополнительная информация о сборке
-
-
- Type
- Тип
-
-
- Socks
- Socks
-
-
- Host Address
- Адрес хоста
-
-
- General Settings
- Общие настройки
-
-
- Maximum log lines
- Максимальное количество строк в журнале
-
-
- lines
- строки
-
-
- V2ray Assets Directory
- Каталог активов V2ray
-
-
- Check V2ray Core Settings
- Проверьте настройки ядра V2ray
-
-
- UDP Local IP
- UDP Локальный IP-адрес
-
-
- TCP
- TCP
-
-
- UDP
- UDP
-
-
- About
- О программе
-
-
- Qv2ray
- Qv2ray
-
-
- Version:
- Версия:
-
-
- Cancel
- Отменить
-
-
- About Qt
- Об инструментарии Qt
-
-
- Enable tProxy Support
- Включить tProxy поддержку
-
-
- to this path:
- на этот путь:
-
-
- Version: %1
-
-
-
- Update is disabled by your vendor.
-
-
-
- Duplicated port numbers detected, please check the port number settings.
- Обнаружены дублированные номера портов, проверьте настройки номера порта.
-
-
- Invalid inbound listening address.
- Неверный входящий адрес прослушивания.
-
-
- Open V2ray assets folder
- Откройте папку активов v2ray
-
-
- Open V2ray core file
- Открыть основной файл V2ray
-
-
- This will append capabilities to the V2ray executable.
- Это добавит возможности к исполняемому файлу V2ray.
-
-
- Qv2ray will copy your V2ray core to this path:
- Qv2ray скопирует ваше ядро V2ray по этому пути:
-
-
- If anything goes wrong after enabling this, please check issue #57 or the link below:
- Если после включения этого параметра что-то пойдет не так, проверьте проблему № 57 или ссылку ниже:
-
-
- Qv2ray cannot copy one or both V2ray files from:
- Qv2ray не может скопировать один или оба файла V2ray из:
-
-
- Failed to setcap onto V2ray executable. You may need to run `setcap` manually.
- Не удалось установить setcap на исполняемый файл V2ray. Возможно, вам придется запустить `setcap` вручную.
-
-
- tProxy is not supported on macOS and Windows
- tProxy не поддерживается на macOS и Windows
-
-
- Dangerous Operation
-
-
-
- You will lose the advantage of TLS and make your connection under MITM attack.
-
-
-
- This will make your TLS fingerpring different from common golang programs.
-
-
-
- This will (probably) make it easy to fingerprint your connection.
-
-
-
- Start with boot
- Автозапуск
-
-
- Failed to set auto start option.
- Не удалось установить опцию автозапуска.
-
-
- V2ray Core Settings
- Настройки ядра V2ray
-
-
- V2ray path configuration check passed.
- Проверка конфигурации пути V2ray пройдена.
-
-
- Current version of V2ray is:
- Текущая версия V2ray:
-
-
- :
- :
-
-
- System Proxy
- Системный прокси
-
-
- Note
-
-
-
- To recognize the protocol of a connection, one must enable sniffing option in inbound proxy.
-
-
-
- tproxy inbound's sniffing is enabled by default.
-
-
-
- Disabling API Subsystem
-
-
-
- Disabling API subsystem will also disable the statistics function of Qv2ray.
-
-
-
- Speed chart and traffic statistics will be disabled.
-
-
-
- NTP Checker
-
-
-
- Check date and time from server:
-
-
-
- Your time offset is %1 seconds, which is too high.
-
-
-
- Please synchronize your system to use V2Ray.
-
-
-
- Time Inaccurate
-
-
-
- Your time offset is %1 seconds, which is a little high.
-
-
-
- V2Ray may still work, but we suggest you synchronize your clock.
-
-
-
- Time Somewhat Inaccurate
-
-
-
- Your time offset is %1 seconds, which looks good.
-
-
-
- V2Ray may not suffer from time inaccuracy.
-
-
-
- Time Accurate
-
-
-
- Failed to lookup server: %1
-
-
-
- Appearance
-
-
-
- Recent Jumplist
-
-
-
- Connections
-
-
-
- Behavior
-
-
-
- Transparent Proxy
-
-
-
- Group
-
-
-
- Quiet Mode
-
-
-
- Network Settings
-
-
-
- User-Agent
-
-
-
- Qv2ray Proxy
-
-
-
- Custom Proxy
-
-
-
- Advanced Behavior
-
-
-
- Enable "AllowInsecure" settings for all connections when importing.
-This could resolve the certificate issues, but also could let one performing TLS MITM attack.
-
-
-
- Test Latency Periodcally
-
-
-
- Run TCPing or ICMPing periodcally after connecting to a server.
-Qv2ray will give a more accurate latency value if Enabled, but makes it easy to fingerprint the connection.
-
-
-
- Kernel Settings
-
-
-
- Plugin Kernel Settings
-
-
-
- Enabling V2ray Integration will allow the kernel benefit from the V2ray routing engine.
-
-
-
- V2ray Integration
-
-
-
- If not checked, these features will be disabled:
-
-Advanced Routing Settings
-Bypass CN websites and IPs
-Direct connection of Local LAN addresses
-Custom DNS Settings
-
-
-
- Qv2ray will allocate ports, for HTTP and SOCKS respectively, if enabled, for each kernel plugin.
-
-
-
- Port Allocation Start
-
-
-
- Sniffing
-
-
-
- Transparent Proxy Settings
-
-
-
- Network Options
-
-
-
- DNS Intercept
-
-
-
- Mode
-
-
-
- Outbound Mark
-
-
-
- Bypass CN Mainland
-
-
-
- Bypass Bittorrent Protocol
-
-
-
- Advanced Route Settings
-
-
-
- Ignored Version
-
-
-
- Update Channel
-
-
-
- Stable Release
-
-
-
- Testing
-
-
-
- Plugin Interface
-
-
-
- Built Time
-
-
-
- Official Repo
-
-
-
- License
-
-
-
- None
-
-
-
- Last Connected
-
-
-
- Fixed
-
-
-
- These settings are used by Qv2ray itself.
-For example, for updating subscriptions.
-
-
-
- Latency Test Method
-
-
-
- TCPing
-
-
-
- ICMPing
-
-
-
- Server
- сервер
-
-
- Set AllowInsecure By Default
-
-
-
- Enable SessionResumption By Default
-
-
-
- IPv4 address, e.g. '127.0.0.1'
-
-
-
- Listening IPv4 Address
-
-
-
- Listening IPv6 Address
-
-
-
- IPv6 address, e.g. ::1. Leave blank will disable ipv6.
-
-
-
- Invalid tproxy listening ivp4 address.
-
-
-
- Invalid tproxy listening ipv6 address.
-
-
-
- IPv4 address, e.g. '127.0.0.1' or IPv6 address, e.g. ::1
-
-
-
- DNS Settings
-
-
-
- Use V2ray DNS for Direct Connection
-
-
-
- You can configure default DNS settings for all simple connection config here.
-
-
-
- You can configure default routing rules for all simple connection config here.
-
-
-
- Invalid DNS settings.
-
-
-
- These settings may be useful.
-But could damage your server if improperly used.
-
-
-
- Watch Out!
-
-
-
- You may be about to set V2Ray core incorrectly to Qv2ray itself, which is absolutely not correct.
-This won't trigger a fork bomb, however, since Qv2ray works in singleton mode.
-If your V2Ray core filename happened to be 'qv2ray'-something, you are totally free to ignore this warning.
-
-
-
- You may be about to set V2Ray core incorrectly to V2Ray Control executable, which is absolutely not correct.
-The filename of V2Ray core is usually 'v2ray' or 'v2ray.exe'. Make sure to choose it wisely.
-If you insist to proceed, we're not providing with any support.
-
-
-
- V2ray Core Executable Path
-
-
-
- Check System Date and Time from the Internet
-
-
-
- V2ray API Subsystem
-
-
-
- V2ray API Port
-
-
-
- Outbound Statistics (V2ray Core v4.26+)
-
-
-
- Currently:
-- vmess/shadowsocks/socks/http will be treated as PROXY.
-- freedom will be treated as DIRECT
-- blackhole will be treated as BLOCK
-
-
-
- Include Direct Connection
-
-
-
- Only V2ray Core v4.21+ is supported.
-
-
-
- Old Share Link Format
-
-
-
-
- QObject
-
- Unsupported share link format.
- Неподдерживаемый формат ссылки.
-
-
- SS URI is too short
- URI Shadowsocks слишком короткий.
-
-
- Can't find the colon separator between method and password
- Не удается найти разделитель двоеточий между методом и паролем
-
-
- Can't find the at separator between password and hostname
- Не удается найти разделитель между паролем и именем хоста
-
-
- Can't find the colon separator between hostname and port
- Не удается найти разделитель двоеточий между именем хоста и портом
-
-
- VMess string should start with 'vmess://'
- VMess строка должна начинаться с 'vmess://'
-
-
- VMess string should be a valid base64 string
- VMess строка должна быть корректной строкой base64
-
-
- JSON should not be empty
- JSON не должен быть пустым
-
-
- N/A
- N/A
-
-
- Outbound
- Outbound
-
-
- Inbound
- Входящее
-
-
- Normal Plugin
-
-
-
- Kernel
-
-
-
- Share Link Parser
-
-
-
- Unknown type.
-
-
-
- No Capability
-
-
-
- Connection State Change
-
-
-
- Connection Change
-
-
-
- Statistics Event
-
-
-
- System Proxy Event
-
-
-
- Unknown
-
-
-
- Deepin Detected
-
-
-
- Deepin plays smart and sets you the wrong HTTPS_PROXY, FTP_PROXY environment variable.
-
-
-
- The origin scheme http is wrongly replaced by https and ftp, causing the problem.
-
-
-
- Qv2ray cannot help you change them back. Please don't blame us if things go wrong.
-
-
-
- (Complex config)
-
-
-
- %1 - %2 (rate %3)
-
-
-
- invalid ssd link: json: field %1 must exist
-
-
-
- invalid ssd link: json: field %1 must be valid port number
-
-
-
- invalid ssd link: json: field %1 must be of type 'string'
-
-
-
- invalid ssd link: json: field %1 must be an array
-
-
-
- skipping invalid ssd server: server must be an object
-
-
-
- skipping invalid ssd server: missing required field %1
-
-
-
- skipping invalid ssd server: field %1 should be of type 'string'
-
-
-
- Invalid ssd link: should begin with ssd://
-
-
-
- Invalid ssd link: base64 parse failed
-
-
-
- Invalid ssd link: json parse failed:
-
-
-
- Invalid ssd link: found non-object json, aborting
-
-
-
- Invalid ssd link: rc4-md5 encryption is not supported by v2ray-core
-
-
-
- core executable file %1 does not exist
-
-
-
- cannot open core executable file %1 in read-only mode
-
-
-
- core executable file %1 is an empty file
-
-
-
- core executable file %1 is too short to be executed
-
-
-
- cannot deduce the type of core executable file %1
-
-
-
- Windows PE executable
-
-
-
- macOS Mach-O executable
-
-
-
- ELF x86 executable
-
-
-
- ELF amd64 executable
-
-
-
- ELF arm64 executable
-
-
-
- ELF arm executable
-
-
-
- other ELF executable
-
-
-
- trusted abi
-
-
-
- unknown abi
-
-
-
- Default Group
-
-
-
- Deprecated
-
-
-
- PAC is now deprecated and is not encouraged to be used anymore.
-
-
-
- It will be removed or be provided as a plugin in the future.
-
-
-
- PAC will still work currently, but please switch to the V2ray built-in routing as soon as possible.
-
-
-
- Configuration Upgrade Failed
-
-
-
- Unsupported config version number:
-
-
-
- Please upgrade firstly up to Qv2ray v2.0/v2.1 and try again.
-
-
-
- Timeout
- Время ожидания истекло
-
-
- DNS lookup failed.
-
-
-
- Socket creation failed
-
-
-
- Failed to setup TTL value
-
-
-
- Setting timeout failed
-
-
-
- Unresolvable hostname
-
-
-
- Sending echo request failed
-
-
-
- Destination unreachable
-
-
-
- Unknown error
-
-
-
- vmess:// url is invalid
-
-
-
- Invalid streamSettings protocol:
-
-
-
- Unknown state.
-
-
-
-
- Qv2ray::Qv2rayApplication
-
- A new version of Qv2ray is attemping to start:
-
-
-
- New version information:
-
-
-
- Qv2ray version: %1
-
-
-
- Qv2ray path: %1
-
-
-
- Do you want to exit and launch that new version?
-
-
-
- New version detected
-
-
-
- Cannot Start Qv2ray
-
-
-
- Cannot find a place to store config files.
-
-
-
- Qv2ray has searched these paths below:
-
-
-
- It usually means you don't have the write permission to all of those locations.
-
-
-
- Qv2ray will now exit.
-
-
-
- Failed to initialise Qv2ray
-
-
-
- Failed to determine the location of config file:
-
-
-
- Qv2ray has found a config file, but it failed to be loaded due to some errors.
-
-
-
- A workaround is to remove the this file and restart Qv2ray:
-
-
-
- Please report if you think it's a bug.
-
-
-
- Qv2ray Cannot Continue
-
-
-
- You are running a lower version of Qv2ray compared to the current config file.
-
-
-
- Please check if there's an issue explaining about it.
-
-
-
- Or submit a new issue if you think this is an error.
-
-
-
- Disable gRPC API subsystem
-
-
-
- Disable plugins feature
-
-
-
- Disable Qt UI scale factor
-
-
-
- Enable debug output
-
-
-
- Stop current connection
-
-
-
- Reconnect last connection
-
-
-
- Exit Qv2ray
-
-
-
- Qv2ray - A cross-platform Qt frontend for V2ray.
- Qv2ray - кросс-платформенный Qt фронтенд для V2ray.
-
-
- Do not automatically connect
-
-
-
-
- Qv2ray::components::QvUpdateChecker
-
- Qv2ray Update
-
-
-
- A new version of Qv2ray has been found:
-
-
-
-
- Qv2ray::components::plugins::QvPluginHost
-
- Cannot load plugin
-
-
-
- This plugin was built against an older/newer version of the Plugin Interface.
-
-
-
- Please contact the plugin provider or report the issue to Qv2ray Workgroup.
-
-
-
- Enabling a plugin
-
-
-
- The plugin will become fully functional after restarting Qv2ray.
-
-
-
- The plugin located here cannot be loaded:
-
-
-
-
- Qv2ray::core::handler::KernelInstanceHandler
-
- Another process is using the port required to start the connection:
-
-
-
- A plugin kernel failed to start. Please check the outbound settings.
-
-
-
- Port: %1 for listening IP: %2 for inbound tag: "%3"
-
-
-
- Port: %1 for listening IP: 127.0.0.1 for plugin integration.
-
-
-
-
- Qv2ray::core::handler::QvConfigHandler
-
- Default Group
-
-
-
- Group does not exist
-
-
-
- Failed to start connection
-
-
-
- Update Subscription
- Обновить подписку
-
-
- Group: %1
-
-
-
- %n entrie(s) have been found from the subscription source, do you want to continue?
-
-
-
-
-
-
-
- %1 out of %n entrie(s) have been filtered out, do you want to continue?
-
-
-
-
-
-
-
-
- Qv2ray::core::kernel::APIWorker
-
- Failed to get statistics data, please check if V2ray is running properly
-
-
-
-
- Qv2ray::core::kernel::V2rayKernelInstance
-
- V2ray core executable not found.
- Исполняемый файл ядра V2ray не найден.
-
-
- V2ray core file cannot be opened, please ensure there's a file instead of a folder.
- Файл ядра V2ray не может быть открыт, убедитесь, что вместо папки есть файл.
-
-
- V2ray assets path is not valid.
- Недопустимый путь к ресурсам V2ray.
-
-
- No geoip.dat in assets path.
- Нет geoip.dat в пути активов.
-
-
- No geosite.dat in assets path.
- Нет geosite.dat в пути активов.
-
-
- V2ray core failed with an exit code:
- Ядро V2ray вышло из строя с кодом выхода:
-
-
- V2ray core returns empty string.
- Ядро V2ray возвращает пустую строку.
-
-
- Configuration Error
- Ошибка конфигурации
-
-
- Cannot start V2ray
- Невозможно запустить V2ray
-
-
- V2ray core settings is incorrect.
- Настройки ядра V2ray неверны.
-
-
- The error is:
- Ошибка:
-
-
- V2Ray core is incompatible with your platform.
-Expected core ABI is %1, but got actual %2.
-Maybe you have downloaded the wrong core?
-
-
-
- Invalid V2ray Instance Status.
-
-
-
- V2ray kernel failed to start.
-
-
-
- Core file is lacking executable permission for the current user.
-
-
-
- Qv2ray tried to set, but failed because permission denied.
-
-
-
- Core control file is lacking executable permission for the current user.
-
-
-
- Check is skipped
-
-
-
-
- Qv2ray::ui::widgets::AutoCompleteTextEdit
-
- You can not input space characters here.
-
-
-
-
- QvInboundNodeModel
-
- Missing or incorrect inputs
- Отсутствующие или неправильные входы
-
-
-
- QvOutboundNodeModel
-
- Missing or incorrect inputs
- Отсутствующие или неправильные входы
-
-
-
- QvRuleNodeModel
-
- Missing or incorrect inputs
- Отсутствующие или неправильные входы
-
-
-
- RouteEditor
-
- Route Editor
- Редактор маршрута
-
-
- Route Detail Settings
- Параметры детализации маршрута
-
-
- Source IP Matches
- Источник IP Соответствия
-
-
- Status
- Статус
-
-
- Add default inbound from global config
- Добавить входящие по умолчанию из глобальной конфигурации
-
-
- Port
- Порт
-
-
- Tag
- Тэг
-
-
- Add outbound
- Добавить исходящий
-
-
- Delete outbound
- Удалить исходящий
-
-
- Edit outbound
- Изменить исходящий
-
-
- Add Freedom outbound
- Добавить свободу исходящих
-
-
- Add blackhole outbound
- Добавить черный дыра исходящих
-
-
- Routes
- Маршруты
-
-
- Enabled
- Включено
-
-
- Outbound
- Outbound
-
-
- Add new route
- Добавить новый маршрут
-
-
- Use Balancers
- Использовать балансиры
-
-
- ...
- ...
-
-
- Target IP List
- Список адресов IP
-
-
- Target Domain List
- Список адресов
-
-
- Network
- Сеть
-
-
- TCP
- TCP
-
-
- UDP
- UDP
-
-
- Both
- Оба
-
-
- Protocol
- Протокол
-
-
- Inbound
- Входящее
-
-
- Add From Global Settings
- Добавить из глобальных настроек
-
-
- Add Black Hole
- Запуск черной дыры
-
-
- Add Direct
- Добавить прямую
-
-
- Selected Inbound/Outbound Info
- Выбранная информация о входящих/исходящих
-
-
- Host
- Хост
-
-
- A rule with no inbound connected means there's no inbound restriction.
- Правило без входящего соединения означает, что нет входящего ограничения.
-
-
- Edit Selection
- Изменение выделения
-
-
- Delete Selection
- Удалить выделение
-
-
- General Settings
- Общие настройки
-
-
- Domain Strategy
- Стратегия домена
-
-
- Default Outbound
- Исходящий по умолчанию
-
-
- Rule Order Settings
- Настройки заказов
-
-
- Drag and drop to re-order the rules.
- Перетащите для изменения порядка правил.
-
-
- Rule Settings
- Настройки правил
-
-
- Rule Status
- Правило Статус
-
-
- Rule Tag
- Тег правила
-
-
- HTTP
- HTTP
-
-
- TLS
- TLS
-
-
- BitTorrent
- BitTorrent
-
-
- e.g. 80, 443, 8000-8080
- напр. 80, 443, 8000-8080
-
-
- Balancers
- Балансеры
-
-
- Users List
- Список пользователей
-
-
- OK
- OK
-
-
- Cannot Edit
- Не удается изменить
-
-
- This outbound entry is not supported by the GUI editor.
- Эта исходящая запись не поддерживается редактором GUI.
-
-
- We will launch Json Editor instead.
- Запущен Json редактор.
-
-
- Show rule details
- Показать подробности правила
-
-
- A rule cannot be found:
- Правило не может быть найдено:
-
-
- Protocol list changed:
- Список протоколов изменен:
-
-
- Balancer is empty, not processing.
- Балансер пуст и не обрабатывается.
-
-
- Default rule
- Правило по умолчанию
-
-
- rule
- равило
-
-
- No Inbound
- Входящий не найден
-
-
- No inbound item found:
- Входящий элемент не найден:
-
-
- The new tag has been used, we appended a postfix.
- Новый тег был использован, поэтому мы добавили постфикс.
-
-
- The new tag has been used, we appended a random string to the tag.
-
-
-
- To make this rule ready to use, you need to connect it to an outbound node.
- Чтобы это правило было готовым к использованию, необходимо подключить его к исходящему узлу.
-
-
- Remove Items
- Удалить элементы
-
-
- Please select a node from the graph to continue.
- Пожалуйста, выберите узел на графике для продолжения.
-
-
- Error
- ошибка
-
-
- Qv2ray entered an unknown state.
- Qv2ray вошел в неизвестное состояние.
-
-
- Edit Inbound/Outbound
- Тип: входящий / исходящий
-
-
- Edit Inbound
- Изменить входящий
-
-
- No inbound tag found:
- Входящий тег не найден:
-
-
- Opening JSON editor
- Открыть в JSON редакторе
-
-
- Unsupported Outbound Type
- Неподдерживаемый исходящий тип
-
-
- Opening default outbound editor.
- Открытие стандартного редактора исходящих соединений.
-
-
- Renaming a tag
- Переименовать тег
-
-
- New tag is empty, please try another.
- Новый тег пуст, попробуйте другой.
-
-
- New tag is the same as the original one.
- Новый тег такой же, как и оригинальный.
-
-
- Duplicate rule tag detected, please try another.
- Обнаружен повторяющийся тег правила, попробуйте другой.
-
-
- Added DIRECT outbound
- Добавлен исходящий DIRECT
-
-
- Currently, this type of outbound is not supported by the editor.
- В настоящее время этот тип outbound не поддерживается в этой версии программы.
-
-
- Opening default inbound editor
- Открытие стандартного входящего редактора
-
-
- Removed a balancer entry.
- Удалена запись балансировщика.
-
-
- Rename tags
- Переименовать теги
-
-
- Add Rule
- Добавить правило
-
-
- Add an Inbound
- Новый входящий
-
-
- Add an Outbound
- Новый входящий
-
-
- Misc Settings
- Прочие настройки
-
-
- Rename
- Переименование
-
-
-
- RouteSettingsMatrix
-
- Domain Strategy
- Стратегия домена
-
-
- Form
-
-
-
- Lines start with "geoip:" or "geosite:" will have its autocompletion from geoip.dat and geosite.dat
-
-
-
- Block
-
-
-
- Direct
-
-
-
- Domain
-
-
-
- Proxy
-
-
-
- IP
-
-
-
- Use built-in route schemes
-
-
-
- Built-in Schemes...
-
-
-
- Import route scheme from file
-
-
-
- Import Scheme...
-
-
-
- Export route scheme to file
-
-
-
- Export Scheme...
-
-
-
-
- RouteSettingsMatrixWidget
-
- empty scheme
-
-
-
- v2rayN preset
-
-
-
- Import scheme '%1' made by '%2'?
- Description: %3
-
-
-
- Importing Scheme
-
-
-
- Exporting Scheme
-
-
-
- Scheme name:
-
-
-
- Unnamed Scheme
-
-
-
- Author:
-
-
-
- Description:
-
-
-
- The author is too lazy to leave a comment
-
-
-
- Your route scheme has been successfully exported!
-
-
-
- QvRoute Schemes(*.json)
-
-
-
-
- ScreenShot
-
- ScreenShot
- Скриншот
-
-
- Size
- Размер
-
-
- FG
- FG
-
-
- Screen Shot
- Снимок экрана
-
-
-
- SpeedWidget
-
- Proxy ↑
-
-
-
- Proxy ↓
-
-
-
- Direct ↑
-
-
-
- Direct ↓
-
-
-
- Total ↑
-
-
-
- Total ↓
-
-
-
-
- StreamSettingsWidget
-
- Stream Settings Widget
- Виджет настроек потока
-
-
- Transport Protocol
- Транспортный протокол
-
-
- Enabled
- Включено
-
-
- TLS Settings
- Настройки TLS
-
-
- Server
- сервер
-
-
- ALPN
- ALPN
-
-
- SOCK Options
- Опции SOCK
-
-
- Mark
- Mark
-
-
- TCP Fast Open
- TCP Fast Open
-
-
- Protocol Settings
- Настройки протокола
-
-
- Request
- Запрос
-
-
- Type
- Тип
-
-
- Response
- Ответ
-
-
- Path
- Путь
-
-
- Host
- Имя хоста
-
-
- Headers
- Headers
-
-
- MTU
- мТУ
-
-
- TTI (ms)
- TTI (мс)
-
-
- Uplink Capacity (MB/s)
- Емкость восходящей линии связи (МБ/с)
-
-
- Congestion
- Контроль заторов
-
-
- Downlink Capacity (MB/s)
- Емкость нисходящей линии связи (МБ/с)
-
-
- Read Buffer Size (MB)
- Размер буфера чтения (МБ)
-
-
- Write Buffer Size (MB)
- Размер буфера записи (МБ)
-
-
- Security
- Безопасность
-
-
- Key
- Key
-
-
- keys
- keys
-
-
- Edit
- Редактировать
-
-
- Reset
- Сброс настроек
-
-
- Allow Insecure Certificates
- Разрешить небезопасные сертификаты
-
-
- tProxy Mode
- Режим tProxy
-
-
- Enable TLS
-
-
-
- Allow Insecure Ciphers
-
-
-
- Seed (Experimental)
-
-
-
- Disable Session Resumption
-
-
-
-
- w_GroupManager
-
- Add Subscription
- Добавить подписку
-
-
- Remove Subscription
- Удалить подписку
-
-
- Subscription Address
- Адрес подписки
-
-
- Days
- Дней
-
-
- Last Updated
- Последнее обновление
-
-
- Delete Selection
- Удалить выделение
-
-
- Group Editor
-
-
-
- Group Info
-
-
-
- Group Name
-
-
-
- Created At
-
-
-
- Group List
-
-
-
- Connections
-
-
-
- Name
-
-
-
- Type
- Тип
-
-
- Host / Port
-
-
-
- Groups
-
-
-
- Export Selection
-
-
-
- Subscription Settings
-
-
-
- This group is a subscription
-
-
-
- Update Notify Interval
-
-
-
- Import Filters
-
-
-
- Leave blank to exclude nothing
-
-
-
- Relation
-
-
-
- Leave blank to include all
-
-
-
- Only import when containing...
-
-
-
- Only import when NOT containing...
-
-
-
- DNS Settings
-
-
-
- Advanced Route Settings
-
-
-
- Update Subscription
- Обновить подписку
-
-
- Override Global DNS Settings
-
-
-
- Override Global Advanced Route Settings
-
-
-
-
- w_PluginManager
-
- Plugin Manager
-
-
-
- Plugins
-
-
-
- Open Local Plugin Folder
-
-
-
- Online help about plugins
-
-
-
- ?
-
-
-
- Plugin Metadata
-
-
-
- Name
-
-
-
- Author
-
-
-
- Description
-
-
-
- Library Path
-
-
-
- State
-
-
-
- Capability
-
-
-
- Special Type
-
-
-
- Plugin Settings
-
-
-
- Plugin Not Loaded
-
-
-
- Manually Edit Settings
-
-
-
-
diff --git a/translations/translations.qrc b/translations/translations.qrc
index c6bf1fdb..23c7ca08 100644
--- a/translations/translations.qrc
+++ b/translations/translations.qrc
@@ -1,9 +1,7 @@
en_US.qm
- ru_RU.qmja_JP.qmzh_CN.qm
- es_ES.qm
diff --git a/translations/zh_CN.ts b/translations/zh_CN.ts
index f9a2d9fc..eb43e400 100644
--- a/translations/zh_CN.ts
+++ b/translations/zh_CN.ts
@@ -293,6 +293,14 @@ This entry is ignored by V2Ray core when using DoH servers.
Would you like to update the subscription?您要更新订阅吗?
+
+ The subscription link is empty.
+ 订阅链接为空。
+
+
+ The subscription link is invalid.
+ 订阅链接无效。
+ ImportConfigWindow
@@ -1209,14 +1217,6 @@ This entry is ignored by V2Ray core when using DoH servers.
Enabled已启用
-
- Darkmode UI Icons
- 深色模式 UI 图标
-
-
- Darkmode Tray Icon
- 深色模式托盘图标
- Language语言
@@ -1353,14 +1353,6 @@ This entry is ignored by V2Ray core when using DoH servers.
lines 行
-
- V2ray Assets Directory
- V2ray 资源目录
-
-
- Check V2ray Core Settings
- 检查 V2ray 核心设置
- UDP Local IPUDP 本地IP
@@ -1409,34 +1401,10 @@ This entry is ignored by V2Ray core when using DoH servers.
Invalid inbound listening address.入站监听地址不可用。
-
- Open V2ray assets folder
- 打开 V2ray 资源文件夹
-
-
- Open V2ray core file
- 打开 V2ray 核心文件
-
-
- This will append capabilities to the V2ray executable.
- 这会将功能附加到 V2ray 可执行文件。
-
-
- Qv2ray will copy your V2ray core to this path:
- Qv2ray 会将您的 V2ray 核心复制到以下路径:
- If anything goes wrong after enabling this, please check issue #57 or the link below:如果有出现任何问题,请参阅 Issue #57 或以下链接:
-
- Qv2ray cannot copy one or both V2ray files from:
- Qv2ray 无法从以下位置复制一个或两个 V2ray 文件:
-
-
- Failed to setcap onto V2ray executable. You may need to run `setcap` manually.
- 无法将 Capcap 设置到 V2ray 可执行文件上。 您可能需要手动运行“ setcap”。
- tProxy is not supported on macOS and Windows在 macOS 和 Windows 上不支持 tProxy
@@ -1461,18 +1429,6 @@ This entry is ignored by V2Ray core when using DoH servers.
Failed to set auto start option.无法设置自动启动选项。
-
- V2ray Core Settings
- V2ray 核心设置
-
-
- V2ray path configuration check passed.
- V2ray 路径配置检查通过。
-
-
- Current version of V2ray is:
- V2ray 当前版本是:
- Transparent Proxy Settings透明代理设置
@@ -1561,14 +1517,6 @@ This entry is ignored by V2Ray core when using DoH servers.
Plugin Kernel Settings插件内核设置
-
- Enabling V2ray Integration will allow the kernel benefit from the V2ray routing engine.
- 启用 V2Ray 插件集成将允许核心受益于 V2Ray 的路由引擎。
-
-
- V2ray Integration
- V2Ray 集成
- If not checked, these features will be disabled:
@@ -1813,10 +1761,6 @@ For example, for updating subscriptions.DNS SettingsDNS 设置
-
- Use V2ray DNS for Direct Connection
- 为直连使用 V2Ray DNS
- You can configure default DNS settings for all simple connection config here.你可在此为所有简单连接配置 DNS 设定。
@@ -1835,10 +1779,6 @@ But could damage your server if improperly used.
此处的设定可能很有用。
但若使用不当,将会造成不良后果。
-
- This will make your TLS fingerpring different from common golang programs.
- 这将让你的 TLS 指纹有异于正常的 Golang 程序。
- Watch Out!小心!
@@ -1851,34 +1791,10 @@ If your V2Ray core filename happened to be 'qv2ray'-something, you are
然而,这样做并不会触发 Fork 炸弹,因为 Qv2ray 以单例模式工作。
若你的 V2Ray 核心文件名恰好是 'qv2ray' 什么的,你完全可以忽略这个警告。
-
- You may be about to set V2Ray core incorrectly to V2Ray Control executable, which is absolutely not correct.
-The filename of V2Ray core is usually 'v2ray' or 'v2ray.exe'. Make sure to choose it wisely.
-If you insist to proceed, we're not providing with any support.
- 您或许要将 V2Ray 核心错误地设置为 V2Ray 控制文件了,这是非常不对的。
-V2Ray 核心的文件名通常为 'v2ray' 或者 'v2ray.exe'。确保你作出了明智的选择。
-若您执意继续,请恕吾等无法提供任何保证。
-
-
- V2ray Core Executable Path
- V2ray 核心可执行文件路径
- Check System Date and Time from the Internet联网对时
-
- V2ray API Subsystem
- V2Ray API 子系统
-
-
- V2ray API Port
- V2Ray API 端口
-
-
- Outbound Statistics (V2ray Core v4.26+)
- 分出站统计 (V2Ray v4.26+)
- Currently:
- vmess/shadowsocks/socks/http will be treated as PROXY.
@@ -1894,12 +1810,104 @@ V2Ray 核心的文件名通常为 'v2ray' 或者 'v2ray.exe'
包括直连流量
- Only V2ray Core v4.21+ is supported.
+ Old Share Link Format
+ 旧 VMess 链接格式
+
+
+ Adapt Dark Theme
+ 适应暗色主题
+
+
+ Adapt Dark Tray Theme
+ 适应暗色托盘主题
+
+
+ V2Ray Core Settings
+ V2Ray 核心设置
+
+
+ V2Ray Core Executable Path
+ V2Ray 核心可执行文件路径
+
+
+ V2Ray Assets Directory
+ V2Ray 资源目录
+
+
+ Check V2Ray Core Settings
+ 检查 V2Ray 核心设置
+
+
+ V2Ray API Subsystem
+ V2Ray API 子系统
+
+
+ V2Ray API Port
+ V2Ray API 端口
+
+
+ Outbound Statistics (V2Ray Core v4.26+)
+ 分出站统计 (V2Ray v4.26+)
+
+
+ Enabling V2Ray Integration will allow the kernel benefit from the V2Ray routing engine.
+ 启用 V2Ray 插件集成将允许核心受益于 V2Ray 的路由引擎。
+
+
+ V2Ray Integration
+ V2Ray 集成
+
+
+ Only V2Ray Core v4.21+ is supported.仅支持 V2Ray v4.21+。
- Old Share Link Format
- 旧 VMess 链接格式
+ Use V2Ray DNS for Direct Connection
+ 为直连使用 V2Ray DNS
+
+
+ Open V2Ray assets folder
+ 打开 V2Ray 资源文件夹
+
+
+ Open V2Ray core file
+ 打开 V2Ray 核心文件
+
+
+ This will append capabilities to the V2Ray executable.
+ 这会将功能附加到 V2Ray 可执行文件。
+
+
+ Qv2ray will copy your V2Ray core to this path:
+ Qv2ray 会将您的 V2Ray 核心复制到以下路径:
+
+
+ Qv2ray cannot copy one or both V2Ray files from:
+ Qv2ray 无法从以下位置复制一个或两个 V2Ray 文件:
+
+
+ Failed to setcap onto V2Ray executable. You may need to run `setcap` manually.
+ 无法为 V2Ray 可执行文件应用 setcap。您可能需要手动运行 setcap。
+
+
+ V2Ray path configuration check passed.
+ V2Ray 路径配置检查通过。
+
+
+ Current version of V2Ray is:
+ V2Ray 当前版本是:
+
+
+ You may be about to set V2Ray core incorrectly to V2Ray Control executable, which is absolutely not correct.
+The filename of V2Ray core is usually 'v2ray' or 'v2ray.exe'. Make sure to choose it wisely.
+If you insist to proceed, we're not providing with any support.
+ 您或许要将 V2Ray 的核心可执行文件错误地设置成 V2Ray 控制文件了,这是非常不对的。
+V2Ray 核心可执行文件的文件名通常是 'v2ray' 或者 'v2ray.exe'。确保你作出了正确的选择。
+若您执意继续,我们将不提供任何支持。
+
+
+ This will make your TLS fingerpring different from common Golang programs.
+ 这将使你的 TLS 指纹有异于正常的 Golang 程序。
@@ -1956,10 +1964,6 @@ V2Ray 核心的文件名通常为 'v2ray' 或者 'v2ray.exe'
It will be removed or be provided as a plugin in the future.它可能会在将来某个版本被移除,或者作为单独的插件提供。
-
- PAC will still work currently, but please switch to the V2ray built-in routing as soon as possible.
- PAC 目前将会继续工作,但是我们强烈建议您切换使用 V2ray 自带的路由功能。
- Configuration Upgrade Failed配置升级失败
@@ -2196,6 +2200,10 @@ V2Ray 核心的文件名通常为 'v2ray' 或者 'v2ray.exe'
Unknown state.未知状态。
+
+ PAC will still work currently, but please switch to the V2Ray built-in routing as soon as possible.
+ PAC 目前将会继续工作,但是我们强烈建议您切换使用 V2Ray 自带的路由功能。
+ Qv2ray::Qv2rayApplication
@@ -2307,14 +2315,14 @@ V2Ray 核心的文件名通常为 'v2ray' 或者 'v2ray.exe'
Exit Qv2ray退出 Qv2ray
-
- Qv2ray - A cross-platform Qt frontend for V2ray.
- Qv2ray - 一个 V2Ray 的跨平台 Qt 前端。
- Do not automatically connect不要自动连接节点
+
+ Qv2ray - A cross-platform Qt frontend for V2Ray.
+ Qv2ray - 一个 V2Ray 的跨平台 Qt 前端。
+ Qv2ray::components::QvUpdateChecker
@@ -2407,76 +2415,26 @@ V2Ray 核心的文件名通常为 'v2ray' 或者 'v2ray.exe'
%n 条中过滤出 %1 条项目,要继续吗?
+
+ Would you like to remove them?
+ 要移除这些节点吗?
+
+
+ There're %n connection(s) in the group that do not belong the current subscription (any more).
+
+ 分组中有 %n 条连接不包含在订阅中。
+
+ Qv2ray::core::kernel::APIWorker
- Failed to get statistics data, please check if V2ray is running properly
+ Failed to get statistics data, please check if V2Ray is running properly无法获取统计数据,请检查 V2Ray 核心是否在正常运行
- Qv2ray::core::kernel::V2rayKernelInstance
-
- V2ray core executable not found.
- V2ray 核心可执行文件未找到。
-
-
- V2ray core file cannot be opened, please ensure there's a file instead of a folder.
- 无法打开 V2ray 核心文件,请检查对应的文件存在而不是文件夹。
-
-
- V2Ray core is incompatible with your platform.
-Expected core ABI is %1, but got actual %2.
-Maybe you have downloaded the wrong core?
- V2Ray 核心与您的平台不兼容。
-期待的核心 ABI 为 %1,但实际为 %2。
-您也许下载了错误的核心?
-
-
- V2ray assets path is not valid.
- V2ray Assets 路径不可用。
-
-
- No geoip.dat in assets path.
- 没有在 Assets 路径找到 geoip.dat。
-
-
- No geosite.dat in assets path.
- 没有在 Assets 路径找到 geosite.dat。
-
-
- V2ray core failed with an exit code:
- V2ray 核心退出代码:
-
-
- V2ray core returns empty string.
- V2ray 核心返回空字符串。
-
-
- Configuration Error
- 配置错误
-
-
- Cannot start V2ray
- 无法启动 V2ray
-
-
- V2ray core settings is incorrect.
- V2ray 核心设置不正确。
-
-
- The error is:
- 错误是:
-
-
- Invalid V2ray Instance Status.
- V2ray 实例状态无效。
-
-
- V2ray kernel failed to start.
- V2ray 核心启动失败。
-
+ Qv2ray::core::kernel::V2RayKernelInstanceCore file is lacking executable permission for the current user.当前用户没有 V2Ray 核心文件的执行权限。
@@ -2493,6 +2451,66 @@ Maybe you have downloaded the wrong core?
Check is skipped检查已跳过
+
+ V2Ray core executable not found.
+ V2Ray 核心可执行文件未找到。
+
+
+ V2Ray core file cannot be opened, please ensure there's a file instead of a folder.
+ 无法打开 V2Ray 核心文件,请检查对应的文件存在而不是文件夹。
+
+
+ V2Ray core is incompatible with your platform.
+Expected core ABI is %1, but got actual %2.
+Maybe you have downloaded the wrong core?
+ V2Ray 核心与您的平台不兼容。
+期待的核心 ABI 为 %1,但实际为 %2。
+您也许下载了错误的核心?
+
+
+ V2Ray assets path is not valid.
+ V2Ray 资源文件路径不可用。
+
+
+ No geoip.dat in assets path.
+ 没有在 V2Ray 资源文件路径找到 geoip.dat。
+
+
+ No geosite.dat in assets path.
+ 没有在 V2Ray 资源文件路径找到 geosite.dat。
+
+
+ V2Ray core failed with an exit code:
+ V2Ray 核心退出代码:
+
+
+ V2Ray core returns empty string.
+ V2Ray 核心返回空字符串。
+
+
+ Configuration Error
+ 配置错误
+
+
+ Cannot start V2Ray
+ 无法启动 V2Ray
+
+
+ V2Ray core settings is incorrect.
+ V2Ray 核心设置不正确。
+
+
+ The error is:
+ 错误如下:
+
+
+ Invalid V2Ray Instance Status.
+ V2Ray 实例状态无效。
+
+
+ V2Ray kernel failed to start.
+ V2Ray 核心启动失败。
+ Qv2ray::ui::widgets::AutoCompleteTextEdit
@@ -2628,18 +2646,6 @@ Maybe you have downloaded the wrong core?
Inbound入站
-
- Add From Global Settings
- 从全局设置添加
-
-
- Add Black Hole
- 添加黑洞
-
-
- Add Direct
- 添加直连
- Selected Inbound/Outbound Info选定进出站信息
@@ -2856,14 +2862,6 @@ Maybe you have downloaded the wrong core?
Add Rule添加路由规则
-
- Add an Inbound
- 添加一个入站
-
-
- Add an Outbound
- 添加一个出站
- Misc Settings杂项设置
@@ -2872,6 +2870,34 @@ Maybe you have downloaded the wrong core?
Rename重命名
+
+ Add Inbound
+ 添加入站
+
+
+ Add Global Settings
+ 添加全局设置
+
+
+ New Outbound
+ 新建出站
+
+
+ Import
+ 导入
+
+
+ Blackhole
+ 黑洞
+
+
+ Direct / Freedom
+ 直连 / 自由
+
+
+ Existing Outbound
+ 现有节点
+ RouteSettingsMatrix