summaryrefslogtreecommitdiff
path: root/client/locales/de
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-05-31 14:09:57 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-05-31 14:09:57 +0200
commit7351042dcf9bfe2dc720489650eaf37243f78e17 (patch)
treeb50375a149dd4b73a68fc6a7863f9880c1deb425 /client/locales/de
parent517d31c289ec2370838348226420b6d77d86ac64 (diff)
i18n: Punctuation changes
Diffstat (limited to 'client/locales/de')
-rw-r--r--client/locales/de/messages.gotext.json32
1 files changed, 25 insertions, 7 deletions
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
+}