From 186ae1eb472cd6a18f69e0bf3877ae9f42e9a85e Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 31 May 2024 12:24:45 +0200 Subject: Client: Update translations from Weblate --- client/locales/en/messages.gotext.json | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'client/locales/en') 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 }, -- cgit v1.2.3