diff options
Diffstat (limited to 'client/locales/sl')
| -rw-r--r-- | client/locales/sl/messages.gotext.json | 18 |
1 files changed, 13 insertions, 5 deletions
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", |
