nsedit/jtable/lib/localization/jquery.jtable.ru.js

31 lines
1.4 KiB
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.

/*
jTable localization file for 'Russian' language.
Author: Stanislav Reznikov
Updated: Andrei Lukovenko
*/
(function ($) {
$.extend(true, $.hik.jtable.prototype.options.messages, {
serverCommunicationError: 'Ошибка связи с сервером.',
loadingMessage: 'Загрузка...',
noDataAvailable: 'Данные отсутствуют',
addNewRecord: 'Добавить',
editRecord: 'Изменить',
areYouSure: 'Вы уверены?',
deleteConfirmation: 'Удалить запись?',
save: 'Сохранить',
saving: 'Сохранение...',
cancel: 'Отмена',
deleteText: 'Удалить',
deleting: 'Удаление...',
error: 'Ошибка',
close: 'Закрыть',
cannotLoadOptionsFor: 'Невозможно загрузить варианты для поля {0}',
pagingInfo: 'Записи с {0} по {1} из {2}',
canNotDeletedRecords: 'Невозможно удалить записи: {0} из {1}!',
deleteProggress: 'Удаление {0} из {1} записей...',
pageSizeChangeLabel: 'Строк',
gotoPageLabel: 'На страницу'
});
})(jQuery);