Skip to content

Commit

Permalink
Update Russian and Japanese localization files (#1747)
Browse files Browse the repository at this point in the history
* Update Russian localizations & LOCALIZATION.md

* Update Japanese localization

* Update CHANGELOG.md

* Fix type in CHANGELOG.md

* Add Italian localization credits
  • Loading branch information
Corina authored Feb 22, 2019
1 parent db34ce4 commit a4b8c3d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `core`: Fix [#1344](https://github.com/Microsoft/BotFramework-WebChat/issues/1344). Use random user ID if not specified, by [@compulim](https://github.com/compulim) in PR [#1612](https://github.com/Microsoft/BotFramework-WebChat/pull/1612)
- `component`: Bump to [`react-film@1.1.2`](https://npmjs.com/package/react-film/) and [`react-scroll-to-bottom@1.3.1`](https://npmjs.com/package/react-scroll-to-bottom/), by [@compulim](https://github.com/compulim), in PR [#1621](https://github.com/Microsoft/BotFramework-WebChat/pull/1621) and PR [#1725](https://github.com/Microsoft/BotFramework-WebChat/pull/1725)
- Expand german locale by [@matmuenzel](https://github.com/matmuenzel) in PR [#1740](https://github.com/Microsoft/BotFramework-WebChat/pull/1740)
- Update Russian and Japanese locale by [@corinagum](https://github.com/corinagum) in PR [#1747](https://github.com/Microsoft/BotFramework-WebChat/pull/1747)

### Fixed
- Fix [#1360](https://github.com/Microsoft/BotFramework-WebChat/issues/1360). Added `roles` to components of Web Chat, by [@corinagum](https://github.com/corinagum) in PR [#1462](https://github.com/Microsoft/BotFramework-WebChat/pull/1462)
Expand Down
10 changes: 5 additions & 5 deletions LOCALIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ If you want to help to translate Web Chat to different language, please submit a
| -------------- | --------------------- |
| cs-cz | @msimecek |
| da-dk | Thomas Skødt Andersen |
| de-de | |
| de-de | @matmuenzel |
| el-gr | @qdoop |
| es-es | @SantiEspada |
| fi-fi | @jsur |
| fr-fr | @meulta, @tao1 |
| hu-hu | |
| it-it | Maurizio Moriconi |
| ja-jp | @bigplants |
| it-it | Maurizio Moriconi, @Andrea-Orimoto|
| ja-jp | @bigplants, @corinagum|
| ko-kr | @Eunji |
| lv-lv | |
| nb-no | @taarskog |
| nl-nl | @iMicknl |
| pl-pl | @peterblazejewicz |
| pt-br | @rcarubbi, @pedropacheco92 |
| pt-br | @rcarubbi, @pedropacheco92|
| pt-pt | |
| ru-ru | @odysseus1973 |
| ru-ru | @odysseus1973, @seaen |
| sv-se | |
| tr-tr | |
| zh-hans | @Antimoney |
Expand Down
4 changes: 2 additions & 2 deletions packages/component/src/Localization/ja-JP.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ function xMinutesAgo(dateStr) {
}

export default {
// FAILED_CONNECTION_NOTIFICATION: '',
FAILED_CONNECTION_NOTIFICATION: '接続できませんでした。',
// Do not localize {Retry}; it is a placeholder for "Retry". English translation should be, "Send failed. Retry."
SEND_FAILED_KEY: '送信できませんでした。{Retry}。',
// SLOW_CONNECTION_NOTIFICATION: '',
SLOW_CONNECTION_NOTIFICATION: '接続するのにはいつもより長くかかります。',
'Chat': 'チャット',
'Download file': 'ダウンロード',
'Microphone off': 'マイクオン',
Expand Down
12 changes: 6 additions & 6 deletions packages/component/src/Localization/ru-RU.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@ function xMinutesAgo(dateStr) {
}

export default {
// FAILED_CONNECTION_NOTIFICATION: '',
FAILED_CONNECTION_NOTIFICATION: 'Ошибка подключения.',
// Do not localize {Retry}; it is a placeholder for "Retry". English translation should be, "Send failed. Retry."
SEND_FAILED_KEY: 'Не удалось отправить, {Retry}.',
// SLOW_CONNECTION_NOTIFICATION: '',
SLOW_CONNECTION_NOTIFICATION: 'Требуется больше времени, чем обычно.',
'Adaptive Card parse error': 'Ошибка парсинга адаптивной карты',
'Adaptive Card render error': 'Ошибка отображения адаптивной карты',
'Chat': 'Чат',
// 'Download file': '',
// 'Microphone off': '',
// 'Microphone on': '',
'Download file': 'Скачать файл',
'Microphone off': 'Микрофон влючен',
'Microphone on': 'Микрофон выключен',
'Listening…': 'Прослушивание…',
'retry': 'повторить',
'Retry': '{retry}', // Please alter this value if 'Retry' at the beginning of a sentence is written differently than at the end of a sentence.
'Send': 'Отправить',
'Sending': 'Отправка',
// 'Speak': '',
'Speak': 'Говорить',
'Starting…': 'Запуск…',
'Tax': 'Налог',
'Total': 'Итого',
Expand Down

0 comments on commit a4b8c3d

Please sign in to comment.