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