Skip to content

Commit

Permalink
feat: add russian locale (#4425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaler authored and KaelWD committed Jul 9, 2018
1 parent 7ac60f7 commit 0e7e0bc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/locale/ru.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default {
dataIterator: {
rowsPerPageText: 'Записей на странице:',
rowsPerPageAll: 'Все',
pageText: '{0}-{1} из {2}',
noResultsText: 'Не найдено подходящих записей',
nextPage: 'Следующая страница',
prevPage: 'Предыдущая страница'
},
dataTable: {
rowsPerPageText: 'Строк на странице:'
},
noDataText: 'Отсутствуют данные'
}

0 comments on commit 0e7e0bc

Please sign in to comment.