diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/locales/cs/messages.gotext.json | 80 | ||||
| -rw-r--r-- | client/locales/da/messages.gotext.json | 80 | ||||
| -rw-r--r-- | client/locales/de/messages.gotext.json | 80 | ||||
| -rw-r--r-- | client/locales/en/messages.gotext.json | 82 | ||||
| -rw-r--r-- | client/locales/es/messages.gotext.json | 80 | ||||
| -rw-r--r-- | client/locales/fr/messages.gotext.json | 80 | ||||
| -rw-r--r-- | client/locales/it/messages.gotext.json | 78 | ||||
| -rw-r--r-- | client/locales/ja/messages.gotext.json | 1 | ||||
| -rw-r--r-- | client/locales/nl/messages.gotext.json | 80 | ||||
| -rw-r--r-- | client/locales/pl/messages.gotext.json | 1 | ||||
| -rw-r--r-- | client/locales/pt/messages.gotext.json | 80 | ||||
| -rw-r--r-- | client/locales/sl/messages.gotext.json | 80 | ||||
| -rw-r--r-- | client/locales/tr/messages.gotext.json | 1 | ||||
| -rw-r--r-- | client/locales/uk/messages.gotext.json | 80 | ||||
| -rw-r--r-- | client/locales/und/messages.gotext.json | 148 | ||||
| -rw-r--r-- | client/zgotext.go | 267 |
16 files changed, 541 insertions, 757 deletions
diff --git a/client/locales/cs/messages.gotext.json b/client/locales/cs/messages.gotext.json index 364037f..7ea4558 100644 --- a/client/locales/cs/messages.gotext.json +++ b/client/locales/cs/messages.gotext.json @@ -2,6 +2,21 @@ "language": "cs", "messages": [ { + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", + "translation": "", + "placeholders": [ + { + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", + "argNum": 1, + "expr": "ret" + } + ] + }, + { "id": "Failed to add an institute access server with URL: '{Identifier}'", "message": "Failed to add an institute access server with URL: '{Identifier}'", "translation": "Nepodařilo se přidat přístupový server instituce s URL: '{Identifier}'", @@ -62,64 +77,19 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "translation": "Klient se pokusil o automatické připojení k VPN serveru: '{Identifier}', ale musíte se znovu autorizovat. Připojte se prosím znovu ručně.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "" }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "translation": "Klient se pokusil o automatické připojení k VPN serveru: '{Identifier}', ale operaci se nepodařilo dokončit", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] - }, - { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "Nepodařilo se připojit k serveru: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "Nepodařilo se získat konfiguraci VPN pro server: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "" }, { "id": "Failed to obtain the list of organizations", @@ -175,4 +145,4 @@ "translation": "Došlo k vnitřní chybě" } ] -} +}
\ No newline at end of file diff --git a/client/locales/da/messages.gotext.json b/client/locales/da/messages.gotext.json index b2e9e62..53b30d1 100644 --- a/client/locales/da/messages.gotext.json +++ b/client/locales/da/messages.gotext.json @@ -2,6 +2,21 @@ "language": "da", "messages": [ { + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", + "translation": "", + "placeholders": [ + { + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", + "argNum": 1, + "expr": "ret" + } + ] + }, + { "id": "Failed to add an institute access server with URL: '{Identifier}'", "message": "Failed to add an institute access server with URL: '{Identifier}'", "translation": "Kunne ikke tilføje en server for institutadgang med URL’en '{Identifier}'", @@ -62,64 +77,19 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "translation": "Klienten forsøgte at forbinde automatisk til VPN-serveren '{Identifier}', men dét kræver din fornyede godkendelse. Forbind venligst manuelt.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "" }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "translation": "Klienten forsøgte at forbinde til VPN-serveren '{Identifier}', men forsøget kunne ikke fuldføres", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] - }, - { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "Kunne ikke forbinde til serveren '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "Kunne ikke få en VPN-konfiguration for serveren '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "" }, { "id": "Failed to obtain the list of organizations", @@ -175,4 +145,4 @@ "translation": "Der skete en intern fejl" } ] -} +}
\ No newline at end of file diff --git a/client/locales/de/messages.gotext.json b/client/locales/de/messages.gotext.json index 3508c8b..856eaad 100644 --- a/client/locales/de/messages.gotext.json +++ b/client/locales/de/messages.gotext.json @@ -2,6 +2,21 @@ "language": "de", "messages": [ { + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", + "translation": "", + "placeholders": [ + { + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", + "argNum": 1, + "expr": "ret" + } + ] + }, + { "id": "Failed to add an institute access server with URL: '{Identifier}'", "message": "Failed to add an institute access server with URL: '{Identifier}'", "translation": "Fehler beim Hinzufügen eines Institutszugangsservers mit URL: '{Identifier}'", @@ -62,64 +77,19 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "translation": "Der Client hat versucht, sich automatisch mit dem VPN-Server '{Identifier}' zu verbinden, aber Sie müssen sich erneut autorisieren. Bitte verbinden Sie sich erneut manuell.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "" }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "translation": "Der Client hat versucht, sich automatisch mit dem VPN-Server '{Identifier}' zu verbinden, aber der Vorgang konnte nicht abgeschlossen werden", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] - }, - { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "Verbindung zum Server fehlgeschlagen: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "Es konnte keine VPN-Konfiguration für den Server abgerufen werden: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "" }, { "id": "Failed to obtain the list of organizations", @@ -175,4 +145,4 @@ "translation": "Ein interner Fehler ist aufgetreten" } ] -} +}
\ No newline at end of file diff --git a/client/locales/en/messages.gotext.json b/client/locales/en/messages.gotext.json index 5436d5d..657a87e 100644 --- a/client/locales/en/messages.gotext.json +++ b/client/locales/en/messages.gotext.json @@ -2,6 +2,23 @@ "language": "en", "messages": [ { + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", + "translation": "IP network does not contain incremented IP: {Ret}", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", + "argNum": 1, + "expr": "ret" + } + ], + "fuzzy": true + }, + { "id": "Failed to add an institute access server with URL: '{Identifier}'", "message": "Failed to add an institute access server with URL: '{Identifier}'", "translation": "Failed to add an institute access server with URL: '{Identifier}'", @@ -70,71 +87,24 @@ "fuzzy": true }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "translation": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "The client tried to autoconnect to the server, but the operation failed to complete", "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ], "fuzzy": true }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "translation": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "Failed to connect to server", "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ], - "fuzzy": true - }, - { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "Failed to connect to server: '{Identifier}'", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ], "fuzzy": true }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "Failed to obtain a VPN configuration for server: '{Identifier}'", + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "Failed to obtain a VPN configuration for the server", "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ], "fuzzy": true }, { diff --git a/client/locales/es/messages.gotext.json b/client/locales/es/messages.gotext.json index cdce493..7c96a5b 100644 --- a/client/locales/es/messages.gotext.json +++ b/client/locales/es/messages.gotext.json @@ -2,6 +2,21 @@ "language": "es", "messages": [ { + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", + "translation": "", + "placeholders": [ + { + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", + "argNum": 1, + "expr": "ret" + } + ] + }, + { "id": "Failed to add an institute access server with URL: '{Identifier}'", "message": "Failed to add an institute access server with URL: '{Identifier}'", "translation": "Error al agregar el servidor de acceso a la institución. URL del servidor: '{Identifier}'", @@ -62,64 +77,19 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "translation": "El cliente intentó autoconectarse al servidor VPN: '{Identifier}', pero necesita autorizarse de nuevo. Por favor, conéctese manualmente de nuevo.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "" }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "translation": "El cliente intentó autoconectarse al servidor VPN: {Identifier}', pero la operación no se ha completado", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] - }, - { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "Error al conectar con el servidor: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "Error al obtener una configuración VPN para el servidor: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "" }, { "id": "Failed to obtain the list of organizations", @@ -175,4 +145,4 @@ "translation": "Se ha producido un error" } ] -} +}
\ No newline at end of file diff --git a/client/locales/fr/messages.gotext.json b/client/locales/fr/messages.gotext.json index 4cf0324..01e41a3 100644 --- a/client/locales/fr/messages.gotext.json +++ b/client/locales/fr/messages.gotext.json @@ -2,6 +2,21 @@ "language": "fr", "messages": [ { + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", + "translation": "", + "placeholders": [ + { + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", + "argNum": 1, + "expr": "ret" + } + ] + }, + { "id": "Failed to add an institute access server with URL: '{Identifier}'", "message": "Failed to add an institute access server with URL: '{Identifier}'", "translation": "Échec de l'ajout d'un serveur d'accès à un institut avec l'URL : '{Identifier}'", @@ -62,64 +77,19 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "translation": "Le client a essayé de se connecter automatiquement au serveur VPN : '{Identifier}', mais vous devez l'autoriser de nouveau. Veuillez vous reconnecter manuellement.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "" }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "translation": "Le client a essayé de se connecter automatiquement au serveur VPN : '{Identifier}', mais l'opération a échouée", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] - }, - { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "Échec de la connexion au serveur : '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "Échec d'obtention d'une configuration VPN pour le serveur : '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "" }, { "id": "Failed to obtain the list of organizations", @@ -175,4 +145,4 @@ "translation": "Une erreur interne s'est produite" } ] -} +}
\ No newline at end of file diff --git a/client/locales/it/messages.gotext.json b/client/locales/it/messages.gotext.json index 063aaae..f2f98b2 100644 --- a/client/locales/it/messages.gotext.json +++ b/client/locales/it/messages.gotext.json @@ -2,23 +2,23 @@ "language": "it", "messages": [ { - "id": "Failed to add an institute access server with URL: '{Identifier}'", - "message": "Failed to add an institute access server with URL: '{Identifier}'", + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", "translation": "", "placeholders": [ { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", "argNum": 1, - "expr": "identifier" + "expr": "ret" } ] }, { - "id": "Failed to add a secure internet server with organisation ID: '{Identifier}'", - "message": "Failed to add a secure internet server with organisation ID: '{Identifier}'", + "id": "Failed to add an institute access server with URL: '{Identifier}'", + "message": "Failed to add an institute access server with URL: '{Identifier}'", "translation": "", "placeholders": [ { @@ -32,8 +32,8 @@ ] }, { - "id": "Failed to add a server with URL: '{Identifier}'", - "message": "Failed to add a server with URL: '{Identifier}'", + "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": "", "placeholders": [ { @@ -47,8 +47,8 @@ ] }, { - "id": "The input: '{Identifier}' is not a valid URL", - "message": "The input: '{Identifier}' is not a valid URL", + "id": "Failed to add a server with URL: '{Identifier}'", + "message": "Failed to add a server with URL: '{Identifier}'", "translation": "", "placeholders": [ { @@ -62,8 +62,8 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", + "id": "The input: '{Identifier}' is not a valid URL", + "message": "The input: '{Identifier}' is not a valid URL", "translation": "", "placeholders": [ { @@ -77,49 +77,19 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "translation": "", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "" }, { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "" }, { "id": "Failed to obtain the list of organizations", diff --git a/client/locales/ja/messages.gotext.json b/client/locales/ja/messages.gotext.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/client/locales/ja/messages.gotext.json @@ -0,0 +1 @@ +{} diff --git a/client/locales/nl/messages.gotext.json b/client/locales/nl/messages.gotext.json index 7d800cb..c66921a 100644 --- a/client/locales/nl/messages.gotext.json +++ b/client/locales/nl/messages.gotext.json @@ -2,6 +2,21 @@ "language": "nl", "messages": [ { + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", + "translation": "", + "placeholders": [ + { + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", + "argNum": 1, + "expr": "ret" + } + ] + }, + { "id": "Failed to add an institute access server with URL: '{Identifier}'", "message": "Failed to add an institute access server with URL: '{Identifier}'", "translation": "Het is mislukt om een institute access server toe te voegen met URL: '{Identifier}'", @@ -62,64 +77,19 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "translation": "De client wilde automatisch verbinden met de VPN server: '{Identifier}', maar er is geen geldige authorizatie. Verbind handmatig nog een keer.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "" }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "translation": "De client wilde automatisch verbinden met de VPN server: '{Identifier}', maar het was mislukt", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] - }, - { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "Het is mislukt om te verbinden met server: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "Het is mislukt om een VPN configuratie op te halen voor server: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "" }, { "id": "Failed to obtain the list of organizations", @@ -175,4 +145,4 @@ "translation": "Een interne fout is opgetreden" } ] -} +}
\ No newline at end of file diff --git a/client/locales/pl/messages.gotext.json b/client/locales/pl/messages.gotext.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/client/locales/pl/messages.gotext.json @@ -0,0 +1 @@ +{} diff --git a/client/locales/pt/messages.gotext.json b/client/locales/pt/messages.gotext.json index 3bc2c77..b4da4f3 100644 --- a/client/locales/pt/messages.gotext.json +++ b/client/locales/pt/messages.gotext.json @@ -2,6 +2,21 @@ "language": "pt", "messages": [ { + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", + "translation": "", + "placeholders": [ + { + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", + "argNum": 1, + "expr": "ret" + } + ] + }, + { "id": "Failed to add an institute access server with URL: '{Identifier}'", "message": "Failed to add an institute access server with URL: '{Identifier}'", "translation": "Falha ao adicionar um servidor de acesso ao instituto com URL: '{Identifier}'", @@ -62,64 +77,19 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "translation": "O cliente tentou se conectar automaticamente ao servidor VPN: '{Identifier}', mas você precisa autorizar novamente. Conecte-se manualmente novamente.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "" }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "translation": "O cliente tentou se conectar automaticamente ao servidor VPN: '{Identifier}', mas a operação não foi concluída", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] - }, - { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "Falha ao conectar ao servidor: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "Falha ao obter uma configuração VPN para o servidor: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "" }, { "id": "Failed to obtain the list of organizations", @@ -175,4 +145,4 @@ "translation": "Ocorreu um erro interno" } ] -} +}
\ No newline at end of file diff --git a/client/locales/sl/messages.gotext.json b/client/locales/sl/messages.gotext.json index d8d07a4..b61ca81 100644 --- a/client/locales/sl/messages.gotext.json +++ b/client/locales/sl/messages.gotext.json @@ -2,6 +2,21 @@ "language": "sl", "messages": [ { + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", + "translation": "", + "placeholders": [ + { + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", + "argNum": 1, + "expr": "ret" + } + ] + }, + { "id": "Failed to add an institute access server with URL: '{Identifier}'", "message": "Failed to add an institute access server with URL: '{Identifier}'", "translation": "Napaka pri dodajanju strežnika za dostop do ustanove. Strežnikov URL: '{Identifier}'", @@ -62,64 +77,19 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "translation": "Odjemalec se je poskusil samodejno povezati s strežnikom VPN \"{Identifier}\", vendar ga morate ponovno avtorizirati. Ponovno se povežite ročno.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "" }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "translation": "Odjemalec se je poskusil samodejno povezati s strežnikom VPN \"{Identifier}\", vendar mu ni uspelo", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] - }, - { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "Napaka pri povezovanju s strežnikom \"{Identifier}\"", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "Napaka pri pridobivanju nastavitve VPN za strežnik \"{Identifier}\"", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "" }, { "id": "Failed to obtain the list of organizations", @@ -175,4 +145,4 @@ "translation": "Prišlo je do notranje napake" } ] -} +}
\ No newline at end of file diff --git a/client/locales/tr/messages.gotext.json b/client/locales/tr/messages.gotext.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/client/locales/tr/messages.gotext.json @@ -0,0 +1 @@ +{} diff --git a/client/locales/uk/messages.gotext.json b/client/locales/uk/messages.gotext.json index 9df9e28..29d22d5 100644 --- a/client/locales/uk/messages.gotext.json +++ b/client/locales/uk/messages.gotext.json @@ -2,6 +2,21 @@ "language": "uk", "messages": [ { + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", + "translation": "", + "placeholders": [ + { + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", + "argNum": 1, + "expr": "ret" + } + ] + }, + { "id": "Failed to add an institute access server with URL: '{Identifier}'", "message": "Failed to add an institute access server with URL: '{Identifier}'", "translation": "Не вдалося додати сервер доступу до інституту з URL-адресою: '{Identifier}'", @@ -62,64 +77,19 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "translation": "Клієнт спробував автоматично підключитися до сервера VPN: '{Identifier}', але вам потрібно авторизуватися повторно. Знову підключіться вручну.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "" }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "translation": "Клієнт намагався автоматично підключитися до сервера VPN: '{Identifier}', але операція не завершилася", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] - }, - { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "Не вдалося підключитися до сервера: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "Не вдалося отримати конфігурацію VPN для сервера: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "" }, { "id": "Failed to obtain the list of organizations", @@ -175,4 +145,4 @@ "translation": "Сталася внутрішня помилка" } ] -} +}
\ No newline at end of file diff --git a/client/locales/und/messages.gotext.json b/client/locales/und/messages.gotext.json new file mode 100644 index 0000000..2d29a4c --- /dev/null +++ b/client/locales/und/messages.gotext.json @@ -0,0 +1,148 @@ +{ + "language": "und", + "messages": [ + { + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", + "translation": "", + "placeholders": [ + { + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", + "argNum": 1, + "expr": "ret" + } + ] + }, + { + "id": "Failed to add an institute access server with URL: '{Identifier}'", + "message": "Failed to add an institute access server with URL: '{Identifier}'", + "translation": "", + "placeholders": [ + { + "id": "Identifier", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "identifier" + } + ] + }, + { + "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": "", + "placeholders": [ + { + "id": "Identifier", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "identifier" + } + ] + }, + { + "id": "Failed to add a server with URL: '{Identifier}'", + "message": "Failed to add a server with URL: '{Identifier}'", + "translation": "", + "placeholders": [ + { + "id": "Identifier", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "identifier" + } + ] + }, + { + "id": "The input: '{Identifier}' is not a valid URL", + "message": "The input: '{Identifier}' is not a valid URL", + "translation": "", + "placeholders": [ + { + "id": "Identifier", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "identifier" + } + ] + }, + { + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "" + }, + { + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" + }, + { + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "" + }, + { + "id": "Failed to obtain the list of organizations", + "message": "Failed to obtain the list of organizations", + "translation": "" + }, + { + "id": "Failed to obtain the list of servers", + "message": "Failed to obtain the list of servers", + "translation": "" + }, + { + "id": "Timeout reached contacting URL: '{URL}'", + "message": "Timeout reached contacting URL: '{URL}'", + "translation": "", + "placeholders": [ + { + "id": "URL", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "tErr.URL" + } + ] + }, + { + "id": "{Msg}. The cause of the error is: {Error}.", + "message": "{Msg}. The cause of the error is: {Error}.", + "translation": "", + "placeholders": [ + { + "id": "Msg", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "msg" + }, + { + "id": "Error", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "e.wrapped.Error()" + } + ] + }, + { + "id": "An internal error occurred", + "message": "An internal error occurred", + "translation": "" + } + ] +}
\ No newline at end of file diff --git a/client/zgotext.go b/client/zgotext.go index 34f91f8..ccee480 100644 --- a/client/zgotext.go +++ b/client/zgotext.go @@ -27,17 +27,18 @@ func (d *dictionary) Lookup(key string) (data string, ok bool) { func init() { dict := map[string]catalog.Dictionary{ - "cs": &dictionary{index: csIndex, data: csData}, - "da": &dictionary{index: daIndex, data: daData}, - "de": &dictionary{index: deIndex, data: deData}, - "en": &dictionary{index: enIndex, data: enData}, - "es": &dictionary{index: esIndex, data: esData}, - "fr": &dictionary{index: frIndex, data: frData}, - "it": &dictionary{index: itIndex, data: itData}, - "nl": &dictionary{index: nlIndex, data: nlData}, - "pt": &dictionary{index: ptIndex, data: ptData}, - "sl": &dictionary{index: slIndex, data: slData}, - "uk": &dictionary{index: ukIndex, data: ukData}, + "cs": &dictionary{index: csIndex, data: csData}, + "da": &dictionary{index: daIndex, data: daData}, + "de": &dictionary{index: deIndex, data: deData}, + "en": &dictionary{index: enIndex, data: enData}, + "es": &dictionary{index: esIndex, data: esData}, + "fr": &dictionary{index: frIndex, data: frData}, + "it": &dictionary{index: itIndex, data: itData}, + "nl": &dictionary{index: nlIndex, data: nlData}, + "pt": &dictionary{index: ptIndex, data: ptData}, + "sl": &dictionary{index: slIndex, data: slData}, + "uk": &dictionary{index: ukIndex, data: ukData}, + "und": &dictionary{index: undIndex, data: undData}, } fallback := language.MustParse("en") cat, err := catalog.NewFromMap(dict, catalog.Fallback(fallback)) @@ -48,146 +49,119 @@ func init() { } var messageKeyToIndex = map[string]int{ - "%s. The cause of the error is: %s.": 11, - "An internal error occurred": 12, - "Failed to add a secure internet server with organisation ID: '%s'": 1, - "Failed to add a server with URL: '%s'": 2, - "Failed to add an institute access server with URL: '%s'": 0, - "Failed to connect to server: '%s'": 6, - "Failed to obtain a VPN configuration for server: '%s'": 7, - "Failed to obtain the list of organizations": 8, - "Failed to obtain the list of servers": 9, - "The client tried to autoconnect to the VPN server: '%s', but the operation failed to complete": 5, - "The client tried to autoconnect to the VPN server: '%s', but you need to authorize again. Please manually connect again.": 4, - "The input: '%s' is not a valid URL": 3, - "Timeout reached contacting URL: '%s'": 10, + "%s. The cause of the error is: %s.": 7, + "An internal error occurred": 8, + "Failed to add a secure internet server with organisation ID: '%s'": 1, + "Failed to add a server with URL: '%s'": 2, + "Failed to add an institute access server with URL: '%s'": 0, + "Failed to connect to server": 11, + "Failed to obtain a VPN configuration for the server": 12, + "Failed to obtain the list of organizations": 4, + "Failed to obtain the list of servers": 5, + "IP network does not contain incremented IP: %v": 9, + "The client tried to autoconnect to the server, but the operation failed to complete": 10, + "The input: '%s' is not a valid URL": 3, + "Timeout reached contacting URL: '%s'": 6, } var csIndex = []uint32{ // 14 elements 0x00000000, 0x00000045, 0x00000094, 0x000000c1, - 0x000000e2, 0x0000016d, 0x000001d7, 0x00000203, - 0x0000023e, 0x00000268, 0x0000028f, 0x000002c5, - 0x000002e8, 0x00000302, + 0x000000e2, 0x0000010c, 0x00000133, 0x00000169, + 0x0000018c, 0x000001a6, 0x000001a6, 0x000001a6, + 0x000001a6, 0x000001a6, } // Size: 80 bytes -const csData string = "" + // Size: 770 bytes +const csData string = "" + // Size: 422 bytes "\x02Nepodařilo se přidat přístupový server instituce s URL: '%[1]s'\x02N" + "epodařilo se přidat bezpečný internetový server s ID organizace: '%[1]s'" + "\x02Nepodařilo se přidat server s URL: '%[1]s'\x02Vstup: '%[1]s' není pl" + - "atná URL\x02Klient se pokusil o automatické připojení k VPN serveru: '%[" + - "1]s', ale musíte se znovu autorizovat. Připojte se prosím znovu ručně." + - "\x02Klient se pokusil o automatické připojení k VPN serveru: '%[1]s', al" + - "e operaci se nepodařilo dokončit\x02Nepodařilo se připojit k serveru: '%" + - "[1]s'\x02Nepodařilo se získat konfiguraci VPN pro server: '%[1]s'\x02Nep" + - "odařilo se získat seznam organizací\x02Nepodařilo se získat seznam serve" + - "rů\x02Vypršel časový limit připojování k URL: '%[1]s'\x02%[1]s. Příčina " + - "chyby je: %[2]s.\x02Došlo k vnitřní chybě" + "atná URL\x02Nepodařilo se získat seznam organizací\x02Nepodařilo se získ" + + "at seznam serverů\x02Vypršel časový limit připojování k URL: '%[1]s'\x02" + + "%[1]s. Příčina chyby je: %[2]s.\x02Došlo k vnitřní chybě" var daIndex = []uint32{ // 14 elements 0x00000000, 0x00000046, 0x0000009b, 0x000000ce, - 0x000000f8, 0x00000181, 0x000001de, 0x00000207, - 0x00000240, 0x00000270, 0x00000297, 0x000002ca, - 0x000002e8, 0x00000301, + 0x000000f8, 0x00000128, 0x0000014f, 0x00000182, + 0x000001a0, 0x000001b9, 0x000001b9, 0x000001b9, + 0x000001b9, 0x000001b9, } // Size: 80 bytes -const daData string = "" + // Size: 769 bytes +const daData string = "" + // Size: 441 bytes "\x02Kunne ikke tilføje en server for institutadgang med URL’en '%[1]s'" + "\x02Kunne ikke tilføje en server for sikkert internet med organisations-" + "ID’et '%[1]s'\x02Kunne ikke tilføje en server med URL’en '%[1]s'\x02Inpu" + - "ttet '%[1]s' er ikke nogen gyldig URL\x02Klienten forsøgte at forbinde a" + - "utomatisk til VPN-serveren '%[1]s', men dét kræver din fornyede godkende" + - "lse. Forbind venligst manuelt.\x02Klienten forsøgte at forbinde til VPN-" + - "serveren '%[1]s', men forsøget kunne ikke fuldføres\x02Kunne ikke forbin" + - "de til serveren '%[1]s'\x02Kunne ikke få en VPN-konfiguration for server" + - "en '%[1]s'\x02Kunne ikke få fat i listen over organisationer\x02Kunne ik" + - "ke få fat i listen af servere\x02Timeout i forsøget på at tilgå URL’en '" + - "%[1]s'\x02%[1]s. Fejlen skyldes: %[2]s.\x02Der skete en intern fejl" + "ttet '%[1]s' er ikke nogen gyldig URL\x02Kunne ikke få fat i listen over" + + " organisationer\x02Kunne ikke få fat i listen af servere\x02Timeout i fo" + + "rsøget på at tilgå URL’en '%[1]s'\x02%[1]s. Fejlen skyldes: %[2]s.\x02De" + + "r skete en intern fejl" var deIndex = []uint32{ // 14 elements 0x00000000, 0x00000047, 0x0000009c, 0x000000d7, - 0x00000103, 0x000001aa, 0x00000230, 0x0000025e, - 0x000002aa, 0x000002db, 0x00000305, 0x00000336, - 0x0000035b, 0x0000037f, + 0x00000103, 0x00000134, 0x0000015e, 0x0000018f, + 0x000001b4, 0x000001d8, 0x000001d8, 0x000001d8, + 0x000001d8, 0x000001d8, } // Size: 80 bytes -const deData string = "" + // Size: 895 bytes +const deData string = "" + // Size: 472 bytes "\x02Fehler beim Hinzufügen eines Institutszugangsservers mit URL: '%[1]s" + "'\x02Fehler beim Hinzufügen eines sicheren Internetservers mit Organisat" + "ions-ID: '%[1]s'\x02Fehler beim Hinzufügen eines Servers mit der URL: '%" + - "[1]s'\x02Die Eingabe: '%[1]s' ist keine gültige URL\x02Der Client hat ve" + - "rsucht, sich automatisch mit dem VPN-Server '%[1]s' zu verbinden, aber S" + - "ie müssen sich erneut autorisieren. Bitte verbinden Sie sich erneut manu" + - "ell.\x02Der Client hat versucht, sich automatisch mit dem VPN-Server '%[" + - "1]s' zu verbinden, aber der Vorgang konnte nicht abgeschlossen werden" + - "\x02Verbindung zum Server fehlgeschlagen: '%[1]s'\x02Es konnte keine VPN" + - "-Konfiguration für den Server abgerufen werden: '%[1]s'\x02Fehler beim A" + - "brufen der Liste von Organisationen\x02Fehler beim Abrufen der Liste von" + - " Servern\x02Zeitüberschreitung beim Aufruf der URL: '%[1]s'\x02%[1]s. Di" + - "e Fehlerursache ist: %[2]s.\x02Ein interner Fehler ist aufgetreten" + "[1]s'\x02Die Eingabe: '%[1]s' ist keine gültige URL\x02Fehler beim Abruf" + + "en der Liste von Organisationen\x02Fehler beim Abrufen der Liste von Ser" + + "vern\x02Zeitüberschreitung beim Aufruf der URL: '%[1]s'\x02%[1]s. Die Fe" + + "hlerursache ist: %[2]s.\x02Ein interner Fehler ist aufgetreten" var enIndex = []uint32{ // 14 elements 0x00000000, 0x0000003b, 0x00000080, 0x000000a9, - 0x000000cf, 0x0000014b, 0x000001ac, 0x000001d1, - 0x0000020a, 0x00000235, 0x0000025a, 0x00000282, - 0x000002ab, 0x000002c6, + 0x000000cf, 0x000000fa, 0x0000011f, 0x00000147, + 0x00000170, 0x0000018b, 0x000001bd, 0x00000211, + 0x0000022d, 0x00000261, } // Size: 80 bytes -const enData string = "" + // Size: 710 bytes +const enData string = "" + // Size: 609 bytes "\x02Failed to add an institute access server with URL: '%[1]s'\x02Failed" + " to add a secure internet server with organisation ID: '%[1]s'\x02Failed" + " to add a server with URL: '%[1]s'\x02The input: '%[1]s' is not a valid " + - "URL\x02The client tried to autoconnect to the VPN server: '%[1]s', but y" + - "ou need to authorize again. Please manually connect again.\x02The client" + - " tried to autoconnect to the VPN server: '%[1]s', but the operation fail" + - "ed to complete\x02Failed to connect to server: '%[1]s'\x02Failed to obta" + - "in a VPN configuration for server: '%[1]s'\x02Failed to obtain the list " + - "of organizations\x02Failed to obtain the list of servers\x02Timeout reac" + - "hed contacting URL: '%[1]s'\x02%[1]s. The cause of the error is: %[2]s." + - "\x02An internal error occurred" + "URL\x02Failed to obtain the list of organizations\x02Failed to obtain th" + + "e list of servers\x02Timeout reached contacting URL: '%[1]s'\x02%[1]s. T" + + "he cause of the error is: %[2]s.\x02An internal error occurred\x02IP net" + + "work does not contain incremented IP: %[1]v\x02The client tried to autoc" + + "onnect to the server, but the operation failed to complete\x02Failed to " + + "connect to server\x02Failed to obtain a VPN configuration for the server" var esIndex = []uint32{ // 14 elements 0x00000000, 0x00000054, 0x000000a7, 0x000000d7, - 0x00000101, 0x0000018e, 0x000001f1, 0x0000021c, - 0x0000025e, 0x00000295, 0x000002c1, 0x00000305, - 0x0000032a, 0x00000343, + 0x00000101, 0x00000138, 0x00000164, 0x000001a8, + 0x000001cd, 0x000001e6, 0x000001e6, 0x000001e6, + 0x000001e6, 0x000001e6, } // Size: 80 bytes -const esData string = "" + // Size: 835 bytes +const esData string = "" + // Size: 486 bytes "\x02Error al agregar el servidor de acceso a la institución. URL del ser" + "vidor: '%[1]s'\x02No se pudo añadir un servidor de internet seguro con I" + "D de organización: '%[1]s'\x02No se pudo añadir un servidor con URL: '%[" + - "1]s'\x02La entrada: '%[1]s' no es una URL válida\x02El cliente intentó a" + - "utoconectarse al servidor VPN: '%[1]s', pero necesita autorizarse de nue" + - "vo. Por favor, conéctese manualmente de nuevo.\x02El cliente intentó aut" + - "oconectarse al servidor VPN: %[1]s', pero la operación no se ha completa" + - "do\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 servi" + - "dores\x02Se ha alcanzado el tiempo de espera para conectar con la URL: %" + - "[1]s\x02%[1]s. La causa del error es: %[2]s.\x02Se ha producido un error" + "1]s'\x02La entrada: '%[1]s' no es una URL válida\x02No se ha podido obte" + + "ner la lista de las organizaciones\x02Error al obtener la lista de los s" + + "ervidores\x02Se ha alcanzado el tiempo de espera para conectar con la UR" + + "L: %[1]s\x02%[1]s. La causa del error es: %[2]s.\x02Se ha producido un e" + + "rror" var frIndex = []uint32{ // 14 elements 0x00000000, 0x0000004e, 0x000000aa, 0x000000e0, - 0x0000010e, 0x000001ae, 0x0000021c, 0x0000024a, - 0x00000291, 0x000002c2, 0x000002ee, 0x00000324, - 0x00000353, 0x00000375, + 0x0000010e, 0x0000013f, 0x0000016b, 0x000001a1, + 0x000001d0, 0x000001f2, 0x000001f2, 0x000001f2, + 0x000001f2, 0x000001f2, } // Size: 80 bytes -const frData string = "" + // Size: 885 bytes +const frData string = "" + // Size: 498 bytes "\x02Échec de l'ajout d'un serveur d'accès à un institut avec l'URL\u202f" + ": '%[1]s'\x02Échec de l'ajout d'un serveur d'accès à un institut avec l'" + "ID d'organisation\u202f: '%[1]s'\x02Échec de l'ajout d'un serveur avec l" + "'URL\u202f: '%[1]s'\x02L'entrée\u202f: '%[1]s' n'est pas un URL valide" + - "\x02Le client a essayé de se connecter automatiquement au serveur VPN" + - "\u202f: '%[1]s', mais vous devez l'autoriser de nouveau. Veuillez vous r" + - "econnecter manuellement.\x02Le client a essayé de se connecter automatiq" + - "uement au serveur VPN\u202f: '%[1]s', mais l'opération a échouée\x02Éche" + - "c de la connexion au serveur\u202f: '%[1]s'\x02Échec d'obtention d'une c" + - "onfiguration VPN pour le serveur\u202f: '%[1]s'\x02Échec de l'obtention " + - "de liste des organisations\x02Échec l'obtention de la liste des serveurs" + - "\x02Délai maximal atteint pour contacter l'URL\u202f: %[1]s\x02%[1]s. La" + - " cause de cette erreur est\u202f: %[2]s.\x02Une erreur interne s'est pro" + - "duite" + "\x02Échec de l'obtention de liste des organisations\x02Échec l'obtention" + + " de la liste des serveurs\x02Délai maximal atteint pour contacter l'URL" + + "\u202f: %[1]s\x02%[1]s. La cause de cette erreur est\u202f: %[2]s.\x02Un" + + "e erreur interne s'est produite" var itIndex = []uint32{ // 14 elements 0x00000000, 0x00000000, 0x00000000, 0x00000000, @@ -200,87 +174,76 @@ const itData string = "" var nlIndex = []uint32{ // 14 elements 0x00000000, 0x0000004d, 0x000000a4, 0x000000e0, - 0x00000110, 0x00000198, 0x000001ef, 0x00000222, - 0x0000026a, 0x000002a2, 0x000002d5, 0x00000305, - 0x00000330, 0x0000034f, + 0x00000110, 0x00000148, 0x0000017b, 0x000001ab, + 0x000001d6, 0x000001f5, 0x000001f5, 0x000001f5, + 0x000001f5, 0x000001f5, } // Size: 80 bytes -const nlData string = "" + // Size: 847 bytes +const nlData string = "" + // Size: 501 bytes "\x02Het is mislukt om een institute access server toe te voegen met URL:" + " '%[1]s'\x02Het is mislukt om een secure internet server toe te voegen m" + "et organisatie ID: '%[1]s'\x02Het is mislukt om een server toe te voegen" + " met URL: '%[1]s'\x02Het ingegeven veld: '%[1]s' is geen geldige URL\x02" + - "De client wilde automatisch verbinden met de VPN server: '%[1]s', maar e" + - "r is geen geldige authorizatie. Verbind handmatig nog een keer.\x02De cl" + - "ient wilde automatisch verbinden met de VPN server: '%[1]s', maar het wa" + - "s mislukt\x02Het is mislukt om te verbinden met server: '%[1]s'\x02Het i" + - "s mislukt om een VPN configuratie op te halen voor server: '%[1]s'\x02He" + - "t is mislukt om de lijst van organisaties op te halen\x02Het is mislukt " + - "om de lijst van servers op te halen\x02Er is een time-out opgetreden voo" + - "r URL: '%[1]s'\x02%[1]s. The oorzaak van de error is: %[2]s.\x02Een inte" + - "rne fout is opgetreden" + "Het is mislukt om de lijst van organisaties op te halen\x02Het is misluk" + + "t om de lijst van servers op te halen\x02Er is een time-out opgetreden v" + + "oor URL: '%[1]s'\x02%[1]s. The oorzaak van de error is: %[2]s.\x02Een in" + + "terne fout is opgetreden" var ptIndex = []uint32{ // 14 elements 0x00000000, 0x00000047, 0x0000009a, 0x000000ca, - 0x000000f4, 0x00000184, 0x000001f0, 0x00000217, - 0x00000256, 0x0000027f, 0x000002a4, 0x000002ea, - 0x0000030c, 0x00000324, + 0x000000f4, 0x0000011d, 0x00000142, 0x00000188, + 0x000001aa, 0x000001c2, 0x000001c2, 0x000001c2, + 0x000001c2, 0x000001c2, } // Size: 80 bytes -const ptData string = "" + // Size: 804 bytes +const ptData string = "" + // Size: 450 bytes "\x02Falha ao adicionar um servidor de acesso ao instituto com URL: '%[1]" + "s'\x02Falha ao adicionar um servidor de Internet seguro com ID da organi" + "zação: '%[1]s'\x02Falha ao adicionar um servidor com URL: '%[1]s'\x02A e" + - "ntrada: '%[1]s' não é um URL válido\x02O cliente tentou se conectar auto" + - "maticamente ao servidor VPN: '%[1]s', mas você precisa autorizar novamen" + - "te. Conecte-se manualmente novamente.\x02O cliente tentou se conectar au" + - "tomaticamente ao servidor VPN: '%[1]s', mas a operação não foi concluída" + - "\x02Falha ao conectar ao servidor: '%[1]s'\x02Falha ao obter uma configu" + - "ração VPN para o servidor: '%[1]s'\x02Falha ao obter a lista de organiza" + - "ções\x02Falha ao obter a lista de servidores\x02O tempo limite foi atin" + + "ntrada: '%[1]s' não é um URL válido\x02Falha ao obter a lista de organiz" + + "ações\x02Falha ao obter a lista de servidores\x02O tempo limite foi atin" + "gido para entrar em contato com o URL: '%[1]s'\x02%[1]s. A causa do erro" + " é: %[2]s.\x02Ocorreu um erro interno" var slIndex = []uint32{ // 14 elements 0x00000000, 0x00000050, 0x00000099, 0x000000cc, - 0x000000e9, 0x00000174, 0x000001cf, 0x000001fc, - 0x00000238, 0x00000264, 0x00000290, 0x000002d6, - 0x000002f5, 0x00000313, + 0x000000e9, 0x00000115, 0x00000141, 0x00000187, + 0x000001a6, 0x000001c4, 0x000001c4, 0x000001c4, + 0x000001c4, 0x000001c4, } // Size: 80 bytes -const slData string = "" + // Size: 787 bytes +const slData string = "" + // Size: 452 bytes "\x02Napaka pri dodajanju strežnika za dostop do ustanove. Strežnikov URL" + ": '%[1]s'\x02Napaka pri dodajanju strežnika za varni splet. Strežnikov U" + "RL: '%[1]s'\x02Napaka pri dodajanju strežnika z URL-jem: '%[1]s'\x02Vnos" + - " \x22%[1]s\x22 ni veljaven URL\x02Odjemalec se je poskusil samodejno pov" + - "ezati s strežnikom VPN \x22%[1]s\x22, vendar ga morate ponovno avtorizir" + - "ati. Ponovno se povežite ročno.\x02Odjemalec se je poskusil samodejno po" + - "vezati s strežnikom VPN \x22%[1]s\x22, vendar mu ni uspelo\x02Napaka pri" + - " povezovanju s strežnikom \x22%[1]s\x22\x02Napaka pri pridobivanju nasta" + - "vitve VPN za strežnik \x22%[1]s\x22\x02Napaka pri pridobivanju seznama o" + - "rganizacij\x02Napaka pri pridobivanju seznama strežnikov\x02Pri dostopu " + - "do URL-ja \x22%[1]s\x22 je prišlo do preteka časovne kontrole\x02%[1]s. " + - "Vzrok napake je: %[2]s.\x02Prišlo je do notranje napake" + " \x22%[1]s\x22 ni veljaven URL\x02Napaka pri pridobivanju seznama organi" + + "zacij\x02Napaka pri pridobivanju seznama strežnikov\x02Pri dostopu do UR" + + "L-ja \x22%[1]s\x22 je prišlo do preteka časovne kontrole\x02%[1]s. Vzrok" + + " napake je: %[2]s.\x02Prišlo je do notranje napake" var ukIndex = []uint32{ // 14 elements 0x00000000, 0x00000074, 0x00000108, 0x00000157, - 0x0000019b, 0x0000028d, 0x00000333, 0x0000037d, - 0x000003de, 0x00000427, 0x0000046a, 0x000004c3, - 0x000004f0, 0x00000521, + 0x0000019b, 0x000001e4, 0x00000227, 0x00000280, + 0x000002ad, 0x000002de, 0x000002de, 0x000002de, + 0x000002de, 0x000002de, } // Size: 80 bytes -const ukData string = "" + // Size: 1313 bytes +const ukData string = "" + // Size: 734 bytes "\x02Не вдалося додати сервер доступу до інституту з URL-адресою: '%[1]s'" + "\x02Не вдалося додати захищений Інтернет-сервер з ідентифікатором органі" + "зації: '%[1]s'\x02Не вдалося додати сервер із URL-адресою: '%[1]s'\x02В" + - "ведення: '%[1]s' не є дійсною URL-адресою\x02Клієнт спробував автоматич" + - "но підключитися до сервера VPN: '%[1]s', але вам потрібно авторизуватис" + - "я повторно. Знову підключіться вручну.\x02Клієнт намагався автоматично " + - "підключитися до сервера VPN: '%[1]s', але операція не завершилася\x02Не" + - " вдалося підключитися до сервера: '%[1]s'\x02Не вдалося отримати конфігу" + - "рацію VPN для сервера: '%[1]s'\x02Не вдалося отримати список організаці" + - "й\x02Не вдалося отримати список серверів\x02Час очікування досягнуто UR" + - "L-адреси зв’язку: '%[1]s'\x02%[1]s. Причина помилки: %[2]s.\x02Сталася в" + - "нутрішня помилка" + "ведення: '%[1]s' не є дійсною URL-адресою\x02Не вдалося отримати список" + + " організацій\x02Не вдалося отримати список серверів\x02Час очікування до" + + "сягнуто URL-адреси зв’язку: '%[1]s'\x02%[1]s. Причина помилки: %[2]s." + + "\x02Сталася внутрішня помилка" - // Total table size 9495 bytes (9KiB); checksum: 2A6F8D53 +var undIndex = []uint32{ // 14 elements + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, +} // Size: 80 bytes + +const undData string = "" + +// Total table size 6025 bytes (5KiB); checksum: 3F638AA |
