diff options
Diffstat (limited to 'client/locales/es/messages.gotext.json')
| -rw-r--r-- | client/locales/es/messages.gotext.json | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/client/locales/es/messages.gotext.json b/client/locales/es/messages.gotext.json index f7d0607..06d4fdf 100644 --- a/client/locales/es/messages.gotext.json +++ b/client/locales/es/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": "tiempo de espera alcanzado para URL: '{URL}' y método HTTP: '{Method}'", + "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": "Por el motivo:" + "id": "The cause of the error is:", + "message": "The cause of the error is:", + "translation": "" }, { "id": "An internal error occurred", |
