You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bazarr/static/plugins/jtable/localization/jquery.jtable.ru.js

32 lines
1.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/*
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);