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/it/messages.gotext.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'client/locales/it/messages.gotext.json') 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": "" }, { -- cgit v1.2.3