Files
yunkong2.modbus/admin/lib/js/grid.locale-ru.js
2018-09-15 01:04:38 +08:00

12 lines
648 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function translate_ru() {
window.jsGrid.Grid.prototype.noDataContent = "Не найдено";
window.jsGrid.Grid.prototype.deleteConfirm = "Вы уверены?";
window.jsGrid.Grid.prototype.pagerFormat = "Страницы = {first} {prev} {pages} {next} {last}    {pageIndex} of {pageCount}";
window.jsGrid.Grid.prototype.pagePrevText = "Пред.";
window.jsGrid.Grid.prototype.pageNextText = "След";
window.jsGrid.Grid.prototype.pageFirstText = "Первая";
window.jsGrid.Grid.prototype.pageLastText = "Последняя";
window.jsGrid.Grid.prototype.loadMessage = "Подождите...";
}