Enable Spanish (#913)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"AGENT_AVAILABILITY": {
|
||||
"IS_AVAILABLE": "είναι διαθέσιμο",
|
||||
"ARE_AVAILABLE": "είναι διαθέσιμα",
|
||||
"OTHERS_ARE_AVAILABLE": "άλλοι είναι διαθέσιμοι",
|
||||
"OTHERS_ARE_AVAILABLE": "άλλα είναι διαθέσιμα",
|
||||
"AND": "και"
|
||||
},
|
||||
"POWERED_BY": "με την δύναμη του Chatwoot",
|
||||
|
||||
20
app/javascript/widget/i18n/locale/es.json
Normal file
20
app/javascript/widget/i18n/locale/es.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"COMPONENTS": {
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "Descargar",
|
||||
"UPLOADING": "Subiendo..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "Enviar"
|
||||
}
|
||||
},
|
||||
"AGENT_AVAILABILITY": {
|
||||
"IS_AVAILABLE": "está disponible",
|
||||
"ARE_AVAILABLE": "están disponibles",
|
||||
"OTHERS_ARE_AVAILABLE": "otros están disponibles",
|
||||
"AND": "y"
|
||||
},
|
||||
"POWERED_BY": "Desarrollado por Chatwoot",
|
||||
"EMAIL_PLACEHOLDER": "Por favor ingrese su email",
|
||||
"CHAT_PLACEHOLDER": "Escribe tu mensaje"
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"AGENT_AVAILABILITY": {
|
||||
"IS_AVAILABLE": "est disponible",
|
||||
"ARE_AVAILABLE": "sont disponibles",
|
||||
"OTHERS_ARE_AVAILABLE": "autres sont disponibles",
|
||||
"OTHERS_ARE_AVAILABLE": "d'autres sont disponibles",
|
||||
"AND": "et"
|
||||
},
|
||||
"POWERED_BY": "Propulsé par Chatwoot",
|
||||
|
||||
@@ -8,6 +8,12 @@
|
||||
"SUBMIT": "Enviar"
|
||||
}
|
||||
},
|
||||
"AGENT_AVAILABILITY": {
|
||||
"IS_AVAILABLE": "está disponível",
|
||||
"ARE_AVAILABLE": "estão disponíveis",
|
||||
"OTHERS_ARE_AVAILABLE": "outros estão disponíveis",
|
||||
"AND": "e"
|
||||
},
|
||||
"POWERED_BY": "Desenvolvido por Chatwoot",
|
||||
"EMAIL_PLACEHOLDER": "Por favor, insira seu e-mail",
|
||||
"CHAT_PLACEHOLDER": "Digite sua mensagem"
|
||||
|
||||
20
app/javascript/widget/i18n/locale/ro.json
Normal file
20
app/javascript/widget/i18n/locale/ro.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"COMPONENTS": {
|
||||
"FILE_BUBBLE": {
|
||||
"DOWNLOAD": "Descărcare",
|
||||
"UPLOADING": "Încărcare..."
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "Trimite"
|
||||
}
|
||||
},
|
||||
"AGENT_AVAILABILITY": {
|
||||
"IS_AVAILABLE": "este disponibil",
|
||||
"ARE_AVAILABLE": "sunt disponibile",
|
||||
"OTHERS_ARE_AVAILABLE": "altele sunt disponibile",
|
||||
"AND": "şi"
|
||||
},
|
||||
"POWERED_BY": "Oferit de Chatwoot",
|
||||
"EMAIL_PLACEHOLDER": "Te rugăm să introduci adresa de e-mail",
|
||||
"CHAT_PLACEHOLDER": "Scrie mesajul tău"
|
||||
}
|
||||
Reference in New Issue
Block a user