Chatwoot/app/javascript/dashboard/i18n/locale/ca/signup.json
2020-12-16 00:35:40 +05:30

39 lines
1.4 KiB
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.

{
"REGISTER": {
"TRY_WOOT": "Registra un compte",
"TITLE": "Registre",
"TERMS_ACCEPT": "En registrar-vos, esteu dacord amb el nostre <a href=\"https://www.chatwoot.com/terms\">T & C</a> i <a href=\"https://www.chatwoot.com/privacy-policy\">Polítiques de Privadesa</a>",
"ACCOUNT_NAME": {
"LABEL": "Nom del compte",
"PLACEHOLDER": "Wayne Enterprises",
"ERROR": "El nom del compte és massa curt"
},
"EMAIL": {
"LABEL": "Correu electrònic",
"PLACEHOLDER": "bruce@wayne.enterprises",
"ERROR": "El correu electrònic no és correcte"
},
"PASSWORD": {
"LABEL": "Contrasenya",
"PLACEHOLDER": "Contrasenya",
"ERROR": "La contrasenya és massa curta"
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirma la contrasenya",
"PLACEHOLDER": "Confirma la contrasenya",
"ERROR": "Les contrasenyes no coincideixen"
},
"API": {
"SUCCESS_MESSAGE": "Registrat correctament",
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
},
"SUBMIT": "Envia",
"FEATURES": {
"UNLIMITED_INBOXES": "Safates ilimitades",
"ROBUST_REPORTING": "Informa robust",
"CANNED_RESPONSES": "Respostes predeterminades",
"AUTO_ASSIGNMENT": "Tasca Automàtica",
"SECURITY": "Seguretat a nivell empreserial"
}
}
}