Skip to content

Commit

Permalink
add missing translations in ru_IL
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaKav committed Apr 15, 2020
1 parent 0716d14 commit 740c312
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions components/locale/ru_RU.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@ const localeValues: Locale = {
DatePicker,
TimePicker,
Calendar,
global: {
placeholder: 'Пожалуйста выберите',
},
Table: {
filterTitle: 'Фильтр',
filterConfirm: 'OK',
filterReset: 'Сбросить',
selectAll: 'Выбрать всё',
selectInvert: 'Инвертировать выбор',
sortTitle: 'Сортировка',
expand: 'Развернуть строку',
collapse: 'Свернуть строку',
triggerDesc: 'Нажмите для сортировки по убыванию',
triggerAsc: 'Нажмите для сортировки по возрастанию',
cancelSort: 'Нажмите, чтобы отменить сортировку',
},
Modal: {
okText: 'OK',
Expand All @@ -42,6 +50,9 @@ const localeValues: Locale = {
Empty: {
description: 'Нет данных',
},
Icon: {
icon: 'иконка',
},
Text: {
edit: 'редактировать',
copy: 'копировать',
Expand Down

0 comments on commit 740c312

Please sign in to comment.