summaryrefslogtreecommitdiff
path: root/client/locales/uk/messages.gotext.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/locales/uk/messages.gotext.json')
-rw-r--r--client/locales/uk/messages.gotext.json16
1 files changed, 12 insertions, 4 deletions
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": ""
},
{