diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-31 13:58:59 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-31 13:58:59 +0200 |
| commit | 517d31c289ec2370838348226420b6d77d86ac64 (patch) | |
| tree | 704d1b3756f64cf7d9dc8f30de18a8990ec8594f /client/locales/de/messages.gotext.json | |
| parent | 1479f55e138fd8dcedac98ace5c7225036b6f462 (diff) | |
Client: Update translations from Weblate
Diffstat (limited to 'client/locales/de/messages.gotext.json')
| -rw-r--r-- | client/locales/de/messages.gotext.json | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/client/locales/de/messages.gotext.json b/client/locales/de/messages.gotext.json index ccf5487..431fdab 100644 --- a/client/locales/de/messages.gotext.json +++ b/client/locales/de/messages.gotext.json @@ -132,9 +132,9 @@ "translation": "" }, { - "id": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'", - "message": "timeout reached for URL: '{URL}' and HTTP method: '{Method}'", - "translation": "Zeitüberschreitung für URL '{URL}' und HTTP-Methode '{Method}' erreicht", + "id": "Timeout reached contacting URL: '{URL}'", + "message": "Timeout reached contacting URL: '{URL}'", + "translation": "", "placeholders": [ { "id": "URL", @@ -143,21 +143,13 @@ "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:", - "translation": "mit Ursache:" + "id": "The cause of the error is:", + "message": "The cause of the error is:", + "translation": "" }, { "id": "An internal error occurred", |
