Add new translations (#862)
* New translations agentMgmt.json (Dutch) * New translations login.json (Dutch) * New translations settings.json (French) * New translations en.json (French) * New translations en.json (Arabic) * New translations en.json (Greek) * New translations settings.json (Portuguese, Brazilian) * New translations settings.json (Dutch) * New translations settings.json (Greek) * New translations signup.json (Ukrainian) * New translations chatlist.json (Dutch) * New translations contact.json (Dutch) * New translations billing.json (Dutch) * New translations cannedMgmt.json (Dutch) * New translations inboxMgmt.json (Dutch) * New translations conversation.json (Dutch) * New translations generalSettings.json (Dutch) * New translations en.json (Dutch) * New translations en.json (Portuguese, Brazilian) * New translations devise.en.yml (Dutch) * New translations en.yml (Dutch)
This commit is contained in:
14
app/javascript/widget/i18n/locale/ar.json
Normal file
14
app/javascript/widget/i18n/locale/ar.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"COMPONENTS": {
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "تحميل",
|
||||
"UPLOADING": "جاري الرفع..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "إرسال"
|
||||
}
|
||||
},
|
||||
"POWERED_BY": "مدعوم بواسطة Chatwoot",
|
||||
"EMAIL_PLACEHOLDER": "الرجاء إدخال بريدك الإلكتروني",
|
||||
"CHAT_PLACEHOLDER": "أكتب رسالتك"
|
||||
}
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"COMPONENTS": {
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "Κατεβάστε",
|
||||
"UPLOADING": "Μεταφόρτωση..."
|
||||
"DOWNLOAD": "Κατέβασμα",
|
||||
"UPLOADING": "Ανέβασμα..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "υποβάλλουν"
|
||||
"SUBMIT": "Καταχώρηση"
|
||||
}
|
||||
},
|
||||
"POWERED_BY": "Με την υποστήριξη του Chatwoot",
|
||||
"EMAIL_PLACEHOLDER": "Εισαγάγετε το email σας",
|
||||
"POWERED_BY": "με την δύναμη του Chatwoot",
|
||||
"EMAIL_PLACEHOLDER": "Παρακαλώ εισάγετε το email σας",
|
||||
"CHAT_PLACEHOLDER": "Πληκτρολογήστε το μήνυμά σας"
|
||||
}
|
||||
|
||||
14
app/javascript/widget/i18n/locale/fr.json
Normal file
14
app/javascript/widget/i18n/locale/fr.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"COMPONENTS": {
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "Télécharger",
|
||||
"UPLOADING": "Téléversement..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "Envoyer"
|
||||
}
|
||||
},
|
||||
"POWERED_BY": "Propulsé par Chatwoot",
|
||||
"EMAIL_PLACEHOLDER": "Veuillez saisir votre adresse de courriel",
|
||||
"CHAT_PLACEHOLDER": "Tapez votre message"
|
||||
}
|
||||
14
app/javascript/widget/i18n/locale/nl.json
Normal file
14
app/javascript/widget/i18n/locale/nl.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"COMPONENTS": {
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "Downloaden",
|
||||
"UPLOADING": "Uploaden..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "Bevestigen"
|
||||
}
|
||||
},
|
||||
"POWERED_BY": "Mogelijk gemaakt door Chatwoot",
|
||||
"EMAIL_PLACEHOLDER": "Voer uw e-mailadres in",
|
||||
"CHAT_PLACEHOLDER": "Typ uw bericht"
|
||||
}
|
||||
14
app/javascript/widget/i18n/locale/pt_BR.json
Normal file
14
app/javascript/widget/i18n/locale/pt_BR.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"COMPONENTS": {
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "Baixar",
|
||||
"UPLOADING": "Enviando..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "Enviar"
|
||||
}
|
||||
},
|
||||
"POWERED_BY": "Desenvolvido por Chatwoot",
|
||||
"EMAIL_PLACEHOLDER": "Por favor, insira seu e-mail",
|
||||
"CHAT_PLACEHOLDER": "Digite sua mensagem"
|
||||
}
|
||||
Reference in New Issue
Block a user