From 4b241e1e00c916d28ace4a837c6035dc9c4b8f0b Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 31 May 2024 12:15:10 +0200 Subject: Translations: Sync with source code --- client/locales/da/messages.gotext.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'client/locales/da') diff --git a/client/locales/da/messages.gotext.json b/client/locales/da/messages.gotext.json index a78cfc9..4b897cb 100644 --- a/client/locales/da/messages.gotext.json +++ b/client/locales/da/messages.gotext.json @@ -132,8 +132,8 @@ "translation": "" }, { - "id": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'", - "message": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'", + "id": "Timeout reached contacting URL: '{URL}'", + "message": "Timeout reached contacting URL: '{URL}'", "translation": "", "placeholders": [ { @@ -143,20 +143,12 @@ "underlyingType": "string", "argNum": 1, "expr": "tErr.URL" - }, - { - "id": "Method", - "string": "%[2]s", - "type": "string", - "underlyingType": "string", - "argNum": 2, - "expr": "tErr.Method" } ] }, { - "id": "with cause:", - "message": "with cause:", + "id": "The cause of the error is:", + "message": "The cause of the error is:", "translation": "" }, { -- cgit v1.2.3