summaryrefslogtreecommitdiff
path: root/client/locales/en/messages.gotext.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/locales/en/messages.gotext.json')
-rw-r--r--client/locales/en/messages.gotext.json30
1 files changed, 24 insertions, 6 deletions
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
},
{