From bf1607ee8163a769c6420280770e7ad7a8dc6d22 Mon Sep 17 00:00:00 2001 From: ANK Date: Thu, 24 May 2018 10:58:30 +0700 Subject: [PATCH 1/2] Added Russian language support --- src/locale/lang/ru-RU.js | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/locale/lang/ru-RU.js diff --git a/src/locale/lang/ru-RU.js b/src/locale/lang/ru-RU.js new file mode 100644 index 0000000..94a5d72 --- /dev/null +++ b/src/locale/lang/ru-RU.js @@ -0,0 +1,27 @@ +export default { + at: { + select: { + placeholder: 'Выбрать', + notFoundText: 'Не найдено' + }, + modal: { + okText: 'ОК', + cancelText: 'Отмена' + }, + pagination: { + prevText: 'Предыдущая страница', + nextText: 'Следующая страница', + total: 'Всего', + item: 'элемент', + items: 'элемены', + pageSize: '/ стр.', + goto: 'Перейти к', + pageText: '', + prev5Text: 'Предыдущие 5 страниц', + next5Text: 'Следующие 5 страниц' + }, + table: { + emptyText: 'Список пуст' + } + } +} From 5eeb55104321af46e4d53e82637fbb62dca2970d Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 18 Jun 2018 21:35:30 +0700 Subject: [PATCH 2/2] Update ru-RU.js --- src/locale/lang/ru-RU.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale/lang/ru-RU.js b/src/locale/lang/ru-RU.js index 94a5d72..a591d8c 100644 --- a/src/locale/lang/ru-RU.js +++ b/src/locale/lang/ru-RU.js @@ -13,7 +13,7 @@ export default { nextText: 'Следующая страница', total: 'Всего', item: 'элемент', - items: 'элемены', + items: 'элементы', pageSize: '/ стр.', goto: 'Перейти к', pageText: '',