summaryrefslogtreecommitdiff
path: root/client/locales/fr/messages.gotext.json
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-05-31 12:15:10 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-05-31 12:24:10 +0200
commit4b241e1e00c916d28ace4a837c6035dc9c4b8f0b (patch)
tree14d86ffd9f22288173f52e9785a258997aac7ad0 /client/locales/fr/messages.gotext.json
parentd33ad07e125ca2f5ccb31d0791a858c33076e3df (diff)
Translations: Sync with source code
Diffstat (limited to 'client/locales/fr/messages.gotext.json')
-rw-r--r--client/locales/fr/messages.gotext.json22
1 files changed, 7 insertions, 15 deletions
diff --git a/client/locales/fr/messages.gotext.json b/client/locales/fr/messages.gotext.json
index 06967b5..ae6e4c6 100644
--- a/client/locales/fr/messages.gotext.json
+++ b/client/locales/fr/messages.gotext.json
@@ -132,9 +132,9 @@
"translation": "Échec l'obtention de la liste des serveurs"
},
{
- "id": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
- "message": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
- "translation": "délai d'attente atteint pour l'URL : '{URL}' et la méthode HTTP: '{Method}'",
+ "id": "Timeout reached contacting URL: '{URL}'",
+ "message": "Timeout reached contacting URL: '{URL}'",
+ "translation": "",
"placeholders": [
{
"id": "URL",
@@ -143,21 +143,13 @@
"underlyingType": "string",
"argNum": 1,
"expr": "tErr.URL"
- },
- {
- "id": "Method",
- "string": "%[2]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 2,
- "expr": "tErr.Method"
}
]
},
{
- "id": "with cause:",
- "message": "with cause:",
- "translation": "avec la cause :"
+ "id": "The cause of the error is:",
+ "message": "The cause of the error is:",
+ "translation": ""
},
{
"id": "An internal error occurred",
@@ -165,4 +157,4 @@
"translation": "Une erreur interne s'est produite"
}
]
-}
+} \ No newline at end of file