Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update es-ES.js #1615

Merged
merged 3 commits into from
Jan 18, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions packages/component/src/Localization/es-ES.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
export default {
'Chat': 'Chat',
// 'Download file': '',
// 'Microphone off': '',
// 'Microphone on': '',
'Microphone off': 'Apagar micrófono',
'Microphone on': 'Encender micrófono',
'Download file': 'Descargar archivo',
'New messages': 'Nuevos mensajes',
'Listening…': 'Escuchando…',
'retry': 'reintentar',
'Send failed, {retry}': 'no enviado, {retry}',
'Send': 'Enviar',
'Sending': 'enviando',
// 'Speak': '',
// 'Starting…': '',
'Speak': 'Hablar',
'Starting…': 'Comenzando',
'Tax': 'Impuestos',
'Total': 'Total',
'Type your message': 'Escribe tu mensaje',
// 'Upload file': '',
'Type your message': 'Escribe tu mensaje...',
'Upload file': 'Subir archivo',
'VAT': 'IVA'
// 'X minutes ago':
}
}