Skip to content

Commit

Permalink
Update es-ES.js (#1615)
Browse files Browse the repository at this point in the history
* Update es-ES.js

added missing translations for v4.x.x

* update CHANGELOG.md

added PR #1615

* Update CHANGELOG.md
  • Loading branch information
Schuchhardt authored and Corina committed Jan 18, 2019
1 parent b34fa87 commit 14eebbb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added ability to style sendbox background and text color, thru `styleOptions.sendBoxBackground` and `styleOptions.sendBoxTextColor`, in PR [#1575](https://github.com/Microsoft/BotFramework-WebChat/pull/1575)
- `core`: Added `sendEvent`, in PR [#1286](https://github.com/Microsoft/BotFramework-WebChat/pull/1286)
- `core`: Added `CONNECT_FULFILLING` action to workaround `redux-saga` [design decision](https://github.com/redux-saga/redux-saga/issues/1651), in PR [#1286](https://github.com/Microsoft/BotFramework-WebChat/pull/1286)
- Added missing Spanish (es-ES) locale by [@schgressive](https://github.com/schgressive) in PR [#1615](https://github.com/Microsoft/BotFramework-WebChat/pull/1615)

### Changed
- Moved `botAvatarImage` and `userAvatarImage` to `styleOptions.botAvatarImage` and `styleOptions.userAvatarImage` respectively, in PR [#1486](https://github.com/Microsoft/BotFramework-WebChat/pull/1486)
Expand Down
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':
}
}

0 comments on commit 14eebbb

Please sign in to comment.