Enable Spanish (#913)

This commit is contained in:
Sojan Jose
2020-06-02 23:43:03 +05:30
committed by GitHub
parent f78df91dd2
commit 93d8a25877
38 changed files with 395 additions and 32 deletions

View File

@@ -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,

View File

@@ -11,7 +11,7 @@
"AGENT_AVAILABILITY": {
"IS_AVAILABLE": "είναι διαθέσιμο",
"ARE_AVAILABLE": "είναι διαθέσιμα",
"OTHERS_ARE_AVAILABLE": "άλλοι είναι διαθέσιμοι",
"OTHERS_ARE_AVAILABLE": "άλλα είναι διαθέσιμα",
"AND": "και"
},
"POWERED_BY": "με την δύναμη του Chatwoot",

View 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"
}

View File

@@ -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",

View File

@@ -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"

View 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"
}