mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
Enable Spanish (#913)
This commit is contained in:
@@ -3,6 +3,7 @@ import { default as ca } from './locale/ca.json';
|
||||
import { default as de } from './locale/de.json';
|
||||
import { default as el } from './locale/el.json';
|
||||
import { default as en } from './locale/en.json';
|
||||
import { default as es } from './locale/es.json';
|
||||
import { default as fr } from './locale/fr.json';
|
||||
import { default as ml } from './locale/ml.json';
|
||||
import { default as nl } from './locale/nl.json';
|
||||
@@ -15,6 +16,7 @@ export default {
|
||||
de,
|
||||
el,
|
||||
en,
|
||||
es,
|
||||
fr,
|
||||
ml,
|
||||
nl,
|
||||
|
||||
@@ -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