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

30 lines
1.3 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 'Ukrainian' language.
Author: Volodymyr Sokolov
*/
(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);