diff options
| author | Saeid <43953720+surbiks@users.noreply.github.com> | 2024-02-06 11:10:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-06 11:10:49 +0300 |
| commit | c53cee31f5a64ed3292f977bf5a0749324eb78a2 (patch) | |
| tree | 8a900083690e0767ee7fc2371f8203938d6e3a00 /web/translation/translate.es_ES.toml | |
| parent | 222b9734caba389604fd81caa068e815bdb16dcb (diff) | |
Manage balancers in settings UI (#1759)
* add balancer config to ui
* manage balancer in rules table
* fix balancer translations
* fix edit button text
Diffstat (limited to 'web/translation/translate.es_ES.toml')
| -rw-r--r-- | web/translation/translate.es_ES.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/translation/translate.es_ES.toml b/web/translation/translate.es_ES.toml index b21fe252..ae4408fd 100644 --- a/web/translation/translate.es_ES.toml +++ b/web/translation/translate.es_ES.toml @@ -388,6 +388,7 @@ "Inbounds" = "Entrante" "InboundsDesc" = "Cambia la plantilla de configuración para aceptar clientes específicos." "Outbounds" = "Salidas" +"Balancers" = "Equilibradores" "OutboundsDesc" = "Cambia la plantilla de configuración para definir formas de salida para este servidor." "Routings" = "Reglas de enrutamiento" "RoutingsDesc" = "¡La prioridad de cada regla es importante!" @@ -406,6 +407,7 @@ "dest" = "Destino" "inbound" = "Entrante" "outbound" = "saliente" +"balancer" = "Balancín" "info" = "Información" "add" = "Agregar regla" "edit" = "Editar regla" @@ -426,6 +428,15 @@ "portal" = "portal" "intercon" = "Interconexión" +[pages.xray.balancer] +"addBalancer" = "Agregar equilibrador" +"editBalancer" = "Editar balanceador" +"balancerStrategy" = "Estrategia" +"balancerSelectors" = "Selectores" +"tag" = "Etiqueta" +"tagDesc" = "etiqueta única" +"balancerDesc" = "No es posible utilizar balancerTag y outboundTag al mismo tiempo. Si se utilizan al mismo tiempo, sólo funcionará outboundTag." + [pages.xray.wireguard] "secretKey" = "Llave secreta" "publicKey" = "Llave pública" |
