-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add translations in Catalan and Spanish
- Loading branch information
Showing
4 changed files
with
39 additions
and
4 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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"config": { | ||
"flow_title": "Inici de sessió", | ||
"step": { | ||
"login": { | ||
"title": "Inici de sessió", | ||
"description": "Si us plau, introdueix les teves credenciales de Cecotec.", | ||
"data": { | ||
"username": "Usuari", | ||
"password": "Contrasenya" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"auth_error": "Credencials incorrectes. Torna a provar." | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"config": { | ||
"flow_title": "Inicia sesión", | ||
"step": { | ||
"login": { | ||
"title": "Inicia sesión", | ||
"description": "Por favor, introduce tus credenciales de Cecotec.", | ||
"data": { | ||
"username": "Usuario", | ||
"password": "Contraseña" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"auth_error": "Credenciales inválidas. Prueba de nuevo." | ||
} | ||
} | ||
} |