summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/locales/da/messages.gotext.json28
-rw-r--r--client/locales/de/messages.gotext.json32
-rw-r--r--client/locales/en/messages.gotext.json30
-rw-r--r--client/locales/es/messages.gotext.json32
-rw-r--r--client/locales/fr/messages.gotext.json32
-rw-r--r--client/locales/it/messages.gotext.json28
-rw-r--r--client/locales/nl/messages.gotext.json30
-rw-r--r--client/locales/sl/messages.gotext.json30
-rw-r--r--client/locales/uk/messages.gotext.json28
-rw-r--r--client/zgotext.go22
10 files changed, 228 insertions, 64 deletions
diff --git a/client/locales/da/messages.gotext.json b/client/locales/da/messages.gotext.json
index 4b897cb..3430dd1 100644
--- a/client/locales/da/messages.gotext.json
+++ b/client/locales/da/messages.gotext.json
@@ -62,8 +62,8 @@
]
},
{
- "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
- "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
+ "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
+ "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
"translation": "",
"placeholders": [
{
@@ -147,9 +147,27 @@
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": ""
+ "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",
diff --git a/client/locales/de/messages.gotext.json b/client/locales/de/messages.gotext.json
index 431fdab..3594b75 100644
--- a/client/locales/de/messages.gotext.json
+++ b/client/locales/de/messages.gotext.json
@@ -62,9 +62,9 @@
]
},
{
- "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
- "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate 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 manuell erneut",
+ "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
+ "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate 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 manuell erneut.",
"placeholders": [
{
"id": "Identifier",
@@ -147,9 +147,27 @@
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": ""
+ "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",
@@ -157,4 +175,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 527f0bf..6c8d2df 100644
--- a/client/locales/en/messages.gotext.json
+++ b/client/locales/en/messages.gotext.json
@@ -70,9 +70,9 @@
"fuzzy": true
},
{
- "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
- "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
- "translation": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
+ "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
+ "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
+ "translation": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
"translatorComment": "Copied from source.",
"placeholders": [
{
@@ -169,10 +169,28 @@
"fuzzy": true
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": "The cause of the error is:",
+ "id": "{Msg}. The cause of the error is: {Error}.",
+ "message": "{Msg}. The cause of the error is: {Error}.",
+ "translation": "{Msg}. The cause of the error is: {Error}.",
"translatorComment": "Copied from source.",
+ "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()"
+ }
+ ],
"fuzzy": true
},
{
diff --git a/client/locales/es/messages.gotext.json b/client/locales/es/messages.gotext.json
index 06d4fdf..5a05964 100644
--- a/client/locales/es/messages.gotext.json
+++ b/client/locales/es/messages.gotext.json
@@ -62,9 +62,9 @@
]
},
{
- "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
- "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate 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",
+ "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
+ "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate 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",
@@ -147,9 +147,27 @@
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": ""
+ "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",
@@ -157,4 +175,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 ae6e4c6..fe9d5d6 100644
--- a/client/locales/fr/messages.gotext.json
+++ b/client/locales/fr/messages.gotext.json
@@ -62,9 +62,9 @@
]
},
{
- "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
- "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate 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",
+ "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
+ "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate 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",
@@ -147,9 +147,27 @@
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": ""
+ "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",
@@ -157,4 +175,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 235f2b9..19d5323 100644
--- a/client/locales/it/messages.gotext.json
+++ b/client/locales/it/messages.gotext.json
@@ -62,8 +62,8 @@
]
},
{
- "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
- "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
+ "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
+ "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
"translation": "",
"placeholders": [
{
@@ -147,9 +147,27 @@
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": ""
+ "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",
diff --git a/client/locales/nl/messages.gotext.json b/client/locales/nl/messages.gotext.json
index 24a6ccd..56399c5 100644
--- a/client/locales/nl/messages.gotext.json
+++ b/client/locales/nl/messages.gotext.json
@@ -62,9 +62,9 @@
]
},
{
- "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
- "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate 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",
+ "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
+ "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate 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",
@@ -147,9 +147,27 @@
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": "The oorzaak van de error is:"
+ "id": "{Msg}. The cause of the error is: {Error}.",
+ "message": "{Msg}. The cause of the error is: {Error}.",
+ "translation": "{Msg}. The oorzaak van de error is: {Error}.",
+ "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",
diff --git a/client/locales/sl/messages.gotext.json b/client/locales/sl/messages.gotext.json
index 46faa77..2c0723b 100644
--- a/client/locales/sl/messages.gotext.json
+++ b/client/locales/sl/messages.gotext.json
@@ -62,9 +62,9 @@
]
},
{
- "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
- "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate 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",
+ "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
+ "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate 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",
@@ -147,9 +147,27 @@
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": "Vzrok napake je:"
+ "id": "{Msg}. The cause of the error is: {Error}.",
+ "message": "{Msg}. The cause of the error is: {Error}.",
+ "translation": "{Msg}. Vzrok napake je: {Error}.",
+ "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",
diff --git a/client/locales/uk/messages.gotext.json b/client/locales/uk/messages.gotext.json
index edc2140..079795c 100644
--- a/client/locales/uk/messages.gotext.json
+++ b/client/locales/uk/messages.gotext.json
@@ -62,8 +62,8 @@
]
},
{
- "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
- "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again",
+ "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
+ "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
"translation": "",
"placeholders": [
{
@@ -147,9 +147,27 @@
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": ""
+ "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",
diff --git a/client/zgotext.go b/client/zgotext.go
index 430c101..487574b 100644
--- a/client/zgotext.go
+++ b/client/zgotext.go
@@ -46,7 +46,7 @@ func init() {
}
var messageKeyToIndex = map[string]int{
- "%s. The cause of the error is: %s": 12,
+ "%s. The cause of the error is: %s.": 12,
"An internal error occurred": 1,
"Failed to add a secure internet server with organisation ID: '%s'": 3,
"Failed to add a server with URL: '%s'": 4,
@@ -86,10 +86,10 @@ var enIndex = []uint32{ // 14 elements
0x00000000, 0x00000061, 0x0000007c, 0x000000b7,
0x000000fc, 0x00000125, 0x0000014b, 0x000001c9,
0x000001ee, 0x00000227, 0x00000252, 0x00000277,
- 0x0000029f, 0x000002c7,
+ 0x0000029f, 0x000002c8,
} // Size: 80 bytes
-const enData string = "" + // Size: 711 bytes
+const enData string = "" + // Size: 712 bytes
"\x02The client tried to autoconnect to the VPN server: '%[1]s', but the " +
"operation failed to complete\x02An internal error occurred\x02Failed to " +
"add an institute access server with URL: '%[1]s'\x02Failed to add a secu" +
@@ -100,7 +100,7 @@ const enData string = "" + // Size: 711 bytes
"erver: '%[1]s'\x02Failed to obtain a VPN configuration for server: '%[1]" +
"s'\x02Failed to obtain the list of organizations\x02Failed to obtain the" +
" list of servers\x02Timeout reached contacting URL: '%[1]s'\x02%[1]s. Th" +
- "e cause of the error is: %[2]s"
+ "e cause of the error is: %[2]s."
var esIndex = []uint32{ // 14 elements
0x00000000, 0x00000063, 0x0000007c, 0x0000007c,
@@ -162,18 +162,20 @@ const nlData string = "" + // Size: 668 bytes
var slIndex = []uint32{ // 14 elements
0x00000000, 0x0000005b, 0x00000079, 0x000000c9,
- 0x00000112, 0x00000145, 0x00000162, 0x00000162,
- 0x0000018f, 0x000001cb, 0x000001f7, 0x00000223,
- 0x00000269, 0x00000269,
+ 0x00000112, 0x00000145, 0x00000162, 0x000001ed,
+ 0x0000021a, 0x00000256, 0x00000282, 0x000002ae,
+ 0x000002f4, 0x000002f4,
} // Size: 80 bytes
-const slData string = "" + // Size: 617 bytes
+const slData string = "" + // Size: 756 bytes
"\x02Odjemalec se je poskusil samodejno povezati s strežnikom VPN \x22%[1" +
"]s\x22, vendar mu ni uspelo\x02Prišlo je do notranje napake\x02Napaka pr" +
"i dodajanju strežnika za dostop do ustanove. Strežnikov URL: '%[1]s'\x02" +
"Napaka pri dodajanju strežnika za varni splet. Strežnikov URL: '%[1]s'" +
"\x02Napaka pri dodajanju strežnika z URL-jem: '%[1]s'\x02Vnos \x22%[1]s" +
- "\x22 ni veljaven URL\x02Napaka pri povezovanju s strežnikom \x22%[1]s" +
+ "\x22 ni veljaven URL\x02Odjemalec se je poskusil samodejno povezati s st" +
+ "režnikom VPN \x22%[1]s\x22, vendar ga morate ponovno avtorizirati. Ponov" +
+ "no se povežite ročno.\x02Napaka pri povezovanju s strežnikom \x22%[1]s" +
"\x22\x02Napaka pri pridobivanju nastavitve VPN za strežnik \x22%[1]s\x22" +
"\x02Napaka pri pridobivanju seznama organizacij\x02Napaka pri pridobivan" +
"ju seznama strežnikov\x02Pri dostopu do URL-ja \x22%[1]s\x22 je prišlo d" +
@@ -188,4 +190,4 @@ var ukIndex = []uint32{ // 14 elements
const ukData string = ""
-// Total table size 3634 bytes (3KiB); checksum: 5B988031
+// Total table size 3774 bytes (3KiB); checksum: 95432E62