Skip to content

Commit

Permalink
fix(module:i18n): fix Russian i18n file
Browse files Browse the repository at this point in the history
  • Loading branch information
Svetomechc authored and Wendell committed Sep 3, 2019
1 parent 1e76e37 commit f267bdd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/i18n/languages/ru_RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export default {
DatePicker,
TimePicker,
Calendar,
global: {
placeholder: 'Пожалуйста, выберите'
},
Table: {
filterTitle: 'Фильтр',
filterConfirm: 'OK',
Expand All @@ -35,6 +38,7 @@ export default {
cancelText: 'Отмена'
},
Transfer: {
titles: ['', ''],
searchPlaceholder: 'Поиск',
itemUnit: 'элем.',
itemsUnit: 'элем.'
Expand All @@ -48,6 +52,9 @@ export default {
Empty: {
description: 'Нет данных'
},
Icon: {
icon: 'иконка'
},
Text: {
edit: 'редактировать',
copy: 'копировать',
Expand Down

0 comments on commit f267bdd

Please sign in to comment.