-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add missing translations for en and es files
- Loading branch information
Showing
5 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
"contactUs": "A problem, a suggestion? Contact us at", | ||
"unknown_error": "An unexpected error occurred, please try again.", | ||
"reset": "Return to home", | ||
"showDetails": "Show error details", | ||
"platformNotSupported": "Platform not supported for this request", | ||
"serverError": "An error occurred while processing your request", | ||
"cacheCheckError": "An error occurred while processing your request", | ||
|
@@ -55,6 +56,10 @@ | |
"body": "You must click on the email sent at the end of your registration to complete it. If you can't find this email, please contact us at <a id=\"mailto\" href=\"#\">[email protected]</a>.", | ||
"title": "You have not completed your registration" | ||
}, | ||
"genericError": { | ||
"defaultBody": "The app encountered an unexpected error", | ||
"title": "A problem occurred" | ||
}, | ||
"managerError": { | ||
"body": "An error occurred while processing your login link", | ||
"title": "A problem occurred" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
{ | ||
"support": { | ||
"email": "[email protected]" | ||
}, | ||
"konnectors": { | ||
"errorDoubleRun": { | ||
"title": "Ya hay una cuenta en ejecución", | ||
|
@@ -12,7 +15,11 @@ | |
"contactUs": "¿Un problema, una sugerencia? Contáctanos en", | ||
"unknown_error": "Ha ocurrido un error inesperado, por favor inténtalo de nuevo.", | ||
"reset": "Volver al inicio", | ||
"showDetails": "Ver detalles del error", | ||
"platformNotSupported": "Plataforma no compatible con esta solicitud", | ||
"serverError": "Se ha producido un error al procesar su solicitud", | ||
"cacheCheckError": "Se ha producido un error al procesar su solicitud", | ||
"print": "No se ha podido imprimir, inténtelo de nuevo.", | ||
"shareFiles_other": "No pudimos compartir tus archivos, por favor intenta de nuevo.", | ||
"shareFiles_interval": "(1)[No pudimos compartir tu archivo, por favor intenta de nuevo.]||||(2-inf)[No pudimos compartir tus archivos, por favor intenta de nuevo.]" | ||
}, | ||
|
@@ -37,10 +44,22 @@ | |
"close": "Cerrar" | ||
} | ||
}, | ||
"cozyBlocked": { | ||
"body": "Póngase en contacto con nosotros, si desea más información, en <a id=\"mailto\" href=\"#\">[email protected]</a>.", | ||
"title": "Tu Cozy ha sido bloqueado" | ||
}, | ||
"cozyNotFound": { | ||
"body": "No hemos encontrado ningún Cozy en esta dirección. Puede que sea un error de tipeo. Para saberlo, verifica la dirección de tu Cozy en el correo electrónico que te enviamos cuando se creó.", | ||
"title": "La dirección de este Cozy no existe." | ||
}, | ||
"cozyNotOnboarded": { | ||
"body": "Debe hacer clic en el correo electrónico enviado al final de su inscripción para completarla. Si no encuentra este correo electrónico, póngase en contacto con nosotros en <a id=\"mailto\" href=\"#\">[email protected]</a>.", | ||
"title": "No ha completado su registro" | ||
}, | ||
"genericError": { | ||
"defaultBody": "La aplicación ha encontrado un error inesperado", | ||
"title": "Ha ocurrido un problema" | ||
}, | ||
"managerError": { | ||
"body": "Ha ocurrido un error al procesar tu enlace de conexión", | ||
"title": "Ha ocurrido un problema" | ||
|
@@ -150,6 +169,11 @@ | |
} | ||
}, | ||
"modals": { | ||
"ErrorToken": { | ||
"title": "Acceso revocado", | ||
"body": "Parece que has revocado este dispositivo de tu Cozy. Para volver a acceder a tus datos, inicia sesión de nuevo. Si esta acción no procede de usted, no dude en ponerse en contacto con nosotros en <linkTag>{{email}}</linkTag>.", | ||
"button": "Iniciar sesión de nuevo" | ||
}, | ||
"IconChangedModal": { | ||
"description": "El ícono de la aplicación 'Cozy' ha sido modificado." | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters