summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/locales/da/messages.gotext.json16
-rw-r--r--client/locales/de/messages.gotext.json20
-rw-r--r--client/locales/en/messages.gotext.json20
-rw-r--r--client/locales/es/messages.gotext.json20
-rw-r--r--client/locales/fr/messages.gotext.json22
-rw-r--r--client/locales/it/messages.gotext.json16
-rw-r--r--client/locales/nl/messages.gotext.json22
-rw-r--r--client/locales/sl/messages.gotext.json18
-rw-r--r--client/locales/uk/messages.gotext.json16
9 files changed, 121 insertions, 49 deletions
diff --git a/client/locales/da/messages.gotext.json b/client/locales/da/messages.gotext.json
index 4b897cb..a78cfc9 100644
--- a/client/locales/da/messages.gotext.json
+++ b/client/locales/da/messages.gotext.json
@@ -132,8 +132,8 @@
"translation": ""
},
{
- "id": "Timeout reached contacting URL: '{URL}'",
- "message": "Timeout reached contacting URL: '{URL}'",
+ "id": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
+ "message": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
"translation": "",
"placeholders": [
{
@@ -143,12 +143,20 @@
"underlyingType": "string",
"argNum": 1,
"expr": "tErr.URL"
+ },
+ {
+ "id": "Method",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "tErr.Method"
}
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
+ "id": "with cause:",
+ "message": "with cause:",
"translation": ""
},
{
diff --git a/client/locales/de/messages.gotext.json b/client/locales/de/messages.gotext.json
index 431fdab..ccf5487 100644
--- a/client/locales/de/messages.gotext.json
+++ b/client/locales/de/messages.gotext.json
@@ -132,9 +132,9 @@
"translation": ""
},
{
- "id": "Timeout reached contacting URL: '{URL}'",
- "message": "Timeout reached contacting URL: '{URL}'",
- "translation": "",
+ "id": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
+ "message": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
+ "translation": "Zeitüberschreitung für URL '{URL}' und HTTP-Methode '{Method}' erreicht",
"placeholders": [
{
"id": "URL",
@@ -143,13 +143,21 @@
"underlyingType": "string",
"argNum": 1,
"expr": "tErr.URL"
+ },
+ {
+ "id": "Method",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "tErr.Method"
}
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": ""
+ "id": "with cause:",
+ "message": "with cause:",
+ "translation": "mit Ursache:"
},
{
"id": "An internal error occurred",
diff --git a/client/locales/en/messages.gotext.json b/client/locales/en/messages.gotext.json
index 527f0bf..ce08917 100644
--- a/client/locales/en/messages.gotext.json
+++ b/client/locales/en/messages.gotext.json
@@ -152,9 +152,9 @@
"fuzzy": true
},
{
- "id": "Timeout reached contacting URL: '{URL}'",
- "message": "Timeout reached contacting URL: '{URL}'",
- "translation": "Timeout reached contacting URL: '{URL}'",
+ "id": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
+ "message": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
+ "translation": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
"translatorComment": "Copied from source.",
"placeholders": [
{
@@ -164,14 +164,22 @@
"underlyingType": "string",
"argNum": 1,
"expr": "tErr.URL"
+ },
+ {
+ "id": "Method",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "tErr.Method"
}
],
"fuzzy": true
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": "The cause of the error is:",
+ "id": "with cause:",
+ "message": "with cause:",
+ "translation": "with cause:",
"translatorComment": "Copied from source.",
"fuzzy": true
},
diff --git a/client/locales/es/messages.gotext.json b/client/locales/es/messages.gotext.json
index 06d4fdf..f7d0607 100644
--- a/client/locales/es/messages.gotext.json
+++ b/client/locales/es/messages.gotext.json
@@ -132,9 +132,9 @@
"translation": ""
},
{
- "id": "Timeout reached contacting URL: '{URL}'",
- "message": "Timeout reached contacting URL: '{URL}'",
- "translation": "",
+ "id": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
+ "message": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
+ "translation": "tiempo de espera alcanzado para URL: '{URL}' y método HTTP: '{Method}'",
"placeholders": [
{
"id": "URL",
@@ -143,13 +143,21 @@
"underlyingType": "string",
"argNum": 1,
"expr": "tErr.URL"
+ },
+ {
+ "id": "Method",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "tErr.Method"
}
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": ""
+ "id": "with cause:",
+ "message": "with cause:",
+ "translation": "Por el motivo:"
},
{
"id": "An internal error occurred",
diff --git a/client/locales/fr/messages.gotext.json b/client/locales/fr/messages.gotext.json
index ae6e4c6..06967b5 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 contacting URL: '{URL}'",
- "message": "Timeout reached contacting URL: '{URL}'",
- "translation": "",
+ "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}'",
"placeholders": [
{
"id": "URL",
@@ -143,13 +143,21 @@
"underlyingType": "string",
"argNum": 1,
"expr": "tErr.URL"
+ },
+ {
+ "id": "Method",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "tErr.Method"
}
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": ""
+ "id": "with cause:",
+ "message": "with cause:",
+ "translation": "avec la cause :"
},
{
"id": "An internal error occurred",
@@ -157,4 +165,4 @@
"translation": "Une erreur interne s'est produite"
}
]
-} \ No newline at end of file
+}
diff --git a/client/locales/it/messages.gotext.json b/client/locales/it/messages.gotext.json
index 235f2b9..37fe021 100644
--- a/client/locales/it/messages.gotext.json
+++ b/client/locales/it/messages.gotext.json
@@ -132,8 +132,8 @@
"translation": ""
},
{
- "id": "Timeout reached contacting URL: '{URL}'",
- "message": "Timeout reached contacting URL: '{URL}'",
+ "id": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
+ "message": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
"translation": "",
"placeholders": [
{
@@ -143,12 +143,20 @@
"underlyingType": "string",
"argNum": 1,
"expr": "tErr.URL"
+ },
+ {
+ "id": "Method",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "tErr.Method"
}
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
+ "id": "with cause:",
+ "message": "with cause:",
"translation": ""
},
{
diff --git a/client/locales/nl/messages.gotext.json b/client/locales/nl/messages.gotext.json
index 2786676..b4ea233 100644
--- a/client/locales/nl/messages.gotext.json
+++ b/client/locales/nl/messages.gotext.json
@@ -132,9 +132,9 @@
"translation": "Het is mislukt om de lijst van servers op te halen"
},
{
- "id": "Timeout reached contacting URL: '{URL}'",
- "message": "Timeout reached contacting URL: '{URL}'",
- "translation": "",
+ "id": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
+ "message": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
+ "translation": "Er heeft zich een time-out opgetreden voor URL: '{URL}' met HTTP methode: '{Method}'",
"placeholders": [
{
"id": "URL",
@@ -143,13 +143,21 @@
"underlyingType": "string",
"argNum": 1,
"expr": "tErr.URL"
+ },
+ {
+ "id": "Method",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "tErr.Method"
}
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": ""
+ "id": "with cause:",
+ "message": "with cause:",
+ "translation": "met oorzaak:"
},
{
"id": "An internal error occurred",
@@ -157,4 +165,4 @@
"translation": "Een interne fout is opgetreden"
}
]
-} \ No newline at end of file
+}
diff --git a/client/locales/sl/messages.gotext.json b/client/locales/sl/messages.gotext.json
index e557177..d252291 100644
--- a/client/locales/sl/messages.gotext.json
+++ b/client/locales/sl/messages.gotext.json
@@ -132,8 +132,8 @@
"translation": ""
},
{
- "id": "Timeout reached contacting URL: '{URL}'",
- "message": "Timeout reached contacting URL: '{URL}'",
+ "id": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
+ "message": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
"translation": "",
"placeholders": [
{
@@ -143,13 +143,21 @@
"underlyingType": "string",
"argNum": 1,
"expr": "tErr.URL"
+ },
+ {
+ "id": "Method",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "tErr.Method"
}
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
- "translation": ""
+ "id": "with cause:",
+ "message": "with cause:",
+ "translation": "; razlog:"
},
{
"id": "An internal error occurred",
diff --git a/client/locales/uk/messages.gotext.json b/client/locales/uk/messages.gotext.json
index edc2140..0ff4668 100644
--- a/client/locales/uk/messages.gotext.json
+++ b/client/locales/uk/messages.gotext.json
@@ -132,8 +132,8 @@
"translation": ""
},
{
- "id": "Timeout reached contacting URL: '{URL}'",
- "message": "Timeout reached contacting URL: '{URL}'",
+ "id": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
+ "message": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'",
"translation": "",
"placeholders": [
{
@@ -143,12 +143,20 @@
"underlyingType": "string",
"argNum": 1,
"expr": "tErr.URL"
+ },
+ {
+ "id": "Method",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "tErr.Method"
}
]
},
{
- "id": "The cause of the error is:",
- "message": "The cause of the error is:",
+ "id": "with cause:",
+ "message": "with cause:",
"translation": ""
},
{