Chatwoot/app/javascript/dashboard/i18n/locale/ca/resetPassword.json
Fernando Verdugo c2167fcaaf
Feature: Add catalan (Catalonia) language (#672)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
2020-04-16 15:28:23 +05:30

15 lines
515 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"RESET_PASSWORD": {
"TITLE": "Reinicialitza la contrasenya",
"EMAIL": {
"LABEL": "Correu electrònic",
"PLACEHOLDER": "Introduïu el correu electrònic",
"ERROR": "Introduïu un correu electrònic vàlid"
},
"API": {
"SUCCESS_MESSAGE": "Lenllaç de reinicialització de la contrasenya sha enviat al vostre correu electrònic",
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
},
"SUBMIT": "Envia"
}
}