Chatwoot/app/javascript/widget/i18n/locale/ca.json
Sojan Jose 7a7f6234b1
chore: Enable Polish (pl), update translations (#2403)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-06-15 22:15:18 +05:30

60 lines
1.6 KiB
JSON

{
"COMPONENTS": {
"FILE_BUBBLE": {
"DOWNLOAD": "Descarrega",
"UPLOADING": "S'està carregant..."
},
"FORM_BUBBLE": {
"SUBMIT": "Envia"
}
},
"TEAM_AVAILABILITY": {
"ONLINE": "Estem en línia",
"OFFLINE": "We are away at the moment"
},
"REPLY_TIME": {
"IN_A_FEW_MINUTES": "Normalment responem en pocs minuts",
"IN_A_FEW_HOURS": "Normalment responem en poques hores",
"IN_A_DAY": "Normalment respon en un dia"
},
"START_CONVERSATION": "Inicia la conversa",
"UNREAD_VIEW": {
"VIEW_MESSAGES_BUTTON": "Veure missatges nous",
"CLOSE_MESSAGES_BUTTON": "Tanca",
"COMPANY_FROM": "from",
"BOT": "Bot"
},
"BUBBLE": {
"LABEL": "Xateja amb nosaltres"
},
"POWERED_BY": "Desenvolupat per Chatwoot",
"EMAIL_PLACEHOLDER": "Introduïu el correu electrònic",
"CHAT_PLACEHOLDER": "Escriu el missatge",
"TODAY": "Avui",
"YESTERDAY": "Ahir",
"PRE_CHAT_FORM": {
"FIELDS": {
"FULL_NAME": {
"LABEL": "Nom complet",
"PLACEHOLDER": "Introdueix el vostre nom complet",
"ERROR": "El Nom Complert és obligatori"
},
"EMAIL_ADDRESS": {
"LABEL": "Adreça de correu electrònic",
"PLACEHOLDER": "Si us plau, introdueix la teva adreça email",
"ERROR": "Adreça email invàlida"
},
"MESSAGE": {
"LABEL": "Missatge",
"PLACEHOLDER": "Si us plau, introdueix el teu missatge",
"ERROR": "Missatge massa curt"
}
}
},
"FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit",
"CHAT_FORM": {
"INVALID": {
"FIELD": "Invalid field"
}
}
}