-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Russian language support (#1402)
- Loading branch information
Showing
4 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,6 @@ define({ | |
}, | ||
es: true, | ||
ro: true, | ||
ru: true, | ||
sl: true | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ define({ | |
ja: true, | ||
pt: true, | ||
ro: true, | ||
ru: true, | ||
sk: true, | ||
sl: true, | ||
th: true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
define({ | ||
popupTriggerLabel: 'Показать или скрыть столбцы', | ||
popupLabel: 'Показать или скрыть столбцы' | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
define({ | ||
status: '${start} - ${end} записей из ${total}', | ||
gotoFirst: 'Перейти к первой странице', | ||
gotoNext: 'Перейти к следующей странице', | ||
gotoPrev: 'Перейти к предыдущей странице', | ||
gotoLast: 'Перейти к последней странице', | ||
gotoPage: 'Перейти к странице', | ||
jumpPage: 'К странице', | ||
rowsPerPage: 'Количество строк на странице', | ||
notCompatibleWithOnDemand: 'Расширение Pagination несовместимо с dgrid/OnDemandList ' + | ||
'и dgrid/OnDemandGrid. Используйте, пожалуйста, dgrid/List или dgrid/Grid в качестве базового класса.' | ||
|
||
}); |