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