diff options
| -rw-r--r-- | client/locales/es/messages.gotext.json | 20 | ||||
| -rw-r--r-- | client/zgotext.go | 21 |
2 files changed, 25 insertions, 16 deletions
diff --git a/client/locales/es/messages.gotext.json b/client/locales/es/messages.gotext.json index 3b1976c..02d6693 100644 --- a/client/locales/es/messages.gotext.json +++ b/client/locales/es/messages.gotext.json @@ -4,7 +4,7 @@ { "id": "Failed to add an institute access server with URL: '{Identifier}'", "message": "Failed to add an institute access server with URL: '{Identifier}'", - "translation": "", + "translation": "Error al agregar el servidor de acceso a la institución. URL del servidor: '{Identifier}'", "placeholders": [ { "id": "Identifier", @@ -19,7 +19,7 @@ { "id": "Failed to add a secure internet server with organisation ID: '{Identifier}'", "message": "Failed to add a secure internet server with organisation ID: '{Identifier}'", - "translation": "", + "translation": "No se pudo añadir un servidor de internet seguro con ID de organización: '{Identifier}'", "placeholders": [ { "id": "Identifier", @@ -34,7 +34,7 @@ { "id": "Failed to add a server with URL: '{Identifier}'", "message": "Failed to add a server with URL: '{Identifier}'", - "translation": "", + "translation": "No se pudo añadir un servidor con URL: '{Identifier}'", "placeholders": [ { "id": "Identifier", @@ -49,7 +49,7 @@ { "id": "The input: '{Identifier}' is not a valid URL", "message": "The input: '{Identifier}' is not a valid URL", - "translation": "", + "translation": "La entrada: '{Identifier}' no es una URL válida", "placeholders": [ { "id": "Identifier", @@ -94,7 +94,7 @@ { "id": "Failed to connect to server: '{Identifier}'", "message": "Failed to connect to server: '{Identifier}'", - "translation": "", + "translation": "Error al conectar con el servidor: '{Identifier}'", "placeholders": [ { "id": "Identifier", @@ -109,7 +109,7 @@ { "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "", + "translation": "Error al obtener una configuración VPN para el servidor: '{Identifier}'", "placeholders": [ { "id": "Identifier", @@ -124,17 +124,17 @@ { "id": "Failed to obtain the list of organizations", "message": "Failed to obtain the list of organizations", - "translation": "" + "translation": "No se ha podido obtener la lista de las organizaciones" }, { "id": "Failed to obtain the list of servers", "message": "Failed to obtain the list of servers", - "translation": "" + "translation": "Error al obtener la lista de los servidores" }, { "id": "Timeout reached contacting URL: '{URL}'", "message": "Timeout reached contacting URL: '{URL}'", - "translation": "", + "translation": "Se ha alcanzado el tiempo de espera para conectar con la URL: {URL}", "placeholders": [ { "id": "URL", @@ -149,7 +149,7 @@ { "id": "{Msg}. The cause of the error is: {Error}.", "message": "{Msg}. The cause of the error is: {Error}.", - "translation": "", + "translation": "{Msg}. La causa del error es: {Error}.", "placeholders": [ { "id": "Msg", diff --git a/client/zgotext.go b/client/zgotext.go index 4ac4b1b..85bd0d8 100644 --- a/client/zgotext.go +++ b/client/zgotext.go @@ -106,16 +106,25 @@ const enData string = "" + // Size: 712 bytes var esIndex = []uint32{ // 14 elements 0x00000000, 0x0000008d, 0x000000f0, 0x00000109, - 0x00000109, 0x00000109, 0x00000109, 0x00000109, - 0x00000109, 0x00000109, 0x00000109, 0x00000109, - 0x00000109, 0x00000109, + 0x0000015d, 0x000001b0, 0x000001e0, 0x0000020a, + 0x00000235, 0x00000277, 0x000002ae, 0x000002da, + 0x0000031e, 0x00000343, } // Size: 80 bytes -const esData string = "" + // Size: 265 bytes +const esData string = "" + // Size: 835 bytes "\x02El cliente intentó autoconectarse al servidor VPN: '%[1]s', pero nec" + "esita autorizarse de nuevo. Por favor, conéctese manualmente de nuevo." + "\x02El cliente intentó autoconectarse al servidor VPN: %[1]s', pero la o" + - "peración no se ha completado\x02Se ha producido un error" + "peración no se ha completado\x02Se ha producido un error\x02Error al agr" + + "egar el servidor de acceso a la institución. URL del servidor: '%[1]s'" + + "\x02No se pudo añadir un servidor de internet seguro con ID de organizac" + + "ión: '%[1]s'\x02No se pudo añadir un servidor con URL: '%[1]s'\x02La ent" + + "rada: '%[1]s' no es una URL válida\x02Error al conectar con el servidor:" + + " '%[1]s'\x02Error al obtener una configuración VPN para el servidor: '%[" + + "1]s'\x02No se ha podido obtener la lista de las organizaciones\x02Error " + + "al obtener la lista de los servidores\x02Se ha alcanzado el tiempo de es" + + "pera para conectar con la URL: %[1]s\x02%[1]s. La causa del error es: %[" + + "2]s." var frIndex = []uint32{ // 14 elements 0x00000000, 0x000000a0, 0x0000010e, 0x00000130, @@ -199,4 +208,4 @@ var ukIndex = []uint32{ // 14 elements const ukData string = "" -// Total table size 4452 bytes (4KiB); checksum: EADB3284 +// Total table size 5022 bytes (4KiB); checksum: 307B5736 |
