Enable Spanish (#913)
This commit is contained in:
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"
|
||||
}
|
||||
Reference in New Issue
Block a user