diff options
Diffstat (limited to 'client/locales/es')
| -rw-r--r-- | client/locales/es/messages.gotext.json | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/client/locales/es/messages.gotext.json b/client/locales/es/messages.gotext.json index 06d4fdf..5a05964 100644 --- a/client/locales/es/messages.gotext.json +++ b/client/locales/es/messages.gotext.json @@ -62,9 +62,9 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again", - "translation": "El cliente intentó autoconectarse al servidor VPN: '{Identifier}', pero necesita autorizarse de nuevo. Por favor, conéctese manualmente de nuevo", + "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.", + "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.", + "translation": "El cliente intentó autoconectarse al servidor VPN: '{Identifier}', pero necesita autorizarse de nuevo. Por favor, conéctese manualmente de nuevo.", "placeholders": [ { "id": "Identifier", @@ -147,9 +147,27 @@ ] }, { - "id": "The cause of the error is:", - "message": "The cause of the error is:", - "translation": "" + "id": "{Msg}. The cause of the error is: {Error}.", + "message": "{Msg}. The cause of the error is: {Error}.", + "translation": "", + "placeholders": [ + { + "id": "Msg", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "msg" + }, + { + "id": "Error", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "e.wrapped.Error()" + } + ] }, { "id": "An internal error occurred", @@ -157,4 +175,4 @@ "translation": "Se ha producido un error" } ] -}
\ No newline at end of file +} |
