263 lines
10 KiB
JavaScript
263 lines
10 KiB
JavaScript
|
/*
|
|||
|
This file is part of Ext JS 4.2
|
|||
|
|
|||
|
Copyright (c) 2011-2013 Sencha Inc
|
|||
|
|
|||
|
Contact: http://www.sencha.com/contact
|
|||
|
|
|||
|
GNU General Public License Usage
|
|||
|
This file may be used under the terms of the GNU General Public License version 3.0 as
|
|||
|
published by the Free Software Foundation and appearing in the file LICENSE included in the
|
|||
|
packaging of this file.
|
|||
|
|
|||
|
Please review the following information to ensure the GNU General Public License version 3.0
|
|||
|
requirements will be met: http://www.gnu.org/copyleft/gpl.html.
|
|||
|
|
|||
|
If you are unsure which license is appropriate for your use, please contact the sales department
|
|||
|
at http://www.sencha.com/contact.
|
|||
|
|
|||
|
Build date: 2013-05-16 14:36:50 (f9be68accb407158ba2b1be2c226a6ce1f649314)
|
|||
|
*/
|
|||
|
/**
|
|||
|
* Ukrainian translations for ExtJS (UTF-8 encoding)
|
|||
|
*
|
|||
|
* Original translation by zlatko
|
|||
|
* 3 October 2007
|
|||
|
*
|
|||
|
* Updated by dev.ashevchuk@gmail.com
|
|||
|
* 01.09.2009
|
|||
|
*/
|
|||
|
Ext.onReady(function() {
|
|||
|
|
|||
|
if (Ext.Date) {
|
|||
|
Ext.Date.monthNames = ["Січень", "Лютий", "Березень", "Квітень", "Травень", "Червень", "Липень", "Серпень", "Вересень", "Жовтень", "Листопад", "Грудень"];
|
|||
|
|
|||
|
Ext.Date.dayNames = ["Неділя", "Понеділок", "Вівторок", "Середа", "Четвер", "П’ятниця", "Субота"];
|
|||
|
}
|
|||
|
|
|||
|
if (Ext.util && Ext.util.Format) {
|
|||
|
Ext.apply(Ext.util.Format, {
|
|||
|
thousandSeparator: '.',
|
|||
|
decimalSeparator: ',',
|
|||
|
currencySign: '\u20b4',
|
|||
|
// Ukranian Hryvnia
|
|||
|
dateFormat: 'd.m.Y'
|
|||
|
});
|
|||
|
}
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.view.View", {
|
|||
|
override: "Ext.view.View",
|
|||
|
emptyText: "<Порожньо>"
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.grid.plugin.DragDrop", {
|
|||
|
override: "Ext.grid.plugin.DragDrop",
|
|||
|
dragText: "{0} обраних рядків"
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.tab.Tab", {
|
|||
|
override: "Ext.tab.Tab",
|
|||
|
closeText: "Закрити цю вкладку"
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.form.field.Base", {
|
|||
|
override: "Ext.form.field.Base",
|
|||
|
invalidText: "Хибне значення"
|
|||
|
});
|
|||
|
|
|||
|
// changing the msg text below will affect the LoadMask
|
|||
|
Ext.define("Ext.locale.ukr.view.AbstractView", {
|
|||
|
override: "Ext.view.AbstractView",
|
|||
|
loadingText: "Завантаження..."
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.picker.Date", {
|
|||
|
override: "Ext.picker.Date",
|
|||
|
todayText: "Сьогодні",
|
|||
|
minText: "Ця дата меньша за мінімальну допустиму дату",
|
|||
|
maxText: "Ця дата більша за максимальну допустиму дату",
|
|||
|
disabledDaysText: "",
|
|||
|
disabledDatesText: "",
|
|||
|
nextText: 'Наступний місяць (Control+Вправо)',
|
|||
|
prevText: 'Попередній місяць (Control+Вліво)',
|
|||
|
monthYearText: 'Вибір місяця (Control+Вверх/Вниз для вибору року)',
|
|||
|
todayTip: "{0} (Пробіл)",
|
|||
|
format: "d.m.y",
|
|||
|
startDay: 1
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.picker.Month", {
|
|||
|
override: "Ext.picker.Month",
|
|||
|
okText: " OK ",
|
|||
|
cancelText: "Відміна"
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.toolbar.Paging", {
|
|||
|
override: "Ext.PagingToolbar",
|
|||
|
beforePageText: "Сторінка",
|
|||
|
afterPageText: "з {0}",
|
|||
|
firstText: "Перша сторінка",
|
|||
|
prevText: "Попередня сторінка",
|
|||
|
nextText: "Наступна сторінка",
|
|||
|
lastText: "Остання сторінка",
|
|||
|
refreshText: "Освіжити",
|
|||
|
displayMsg: "Відображення записів з {0} по {1}, всього {2}",
|
|||
|
emptyMsg: 'Дані для відображення відсутні'
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.form.field.Text", {
|
|||
|
override: "Ext.form.field.Text",
|
|||
|
minLengthText: "Мінімальна довжина цього поля {0}",
|
|||
|
maxLengthText: "Максимальна довжина цього поля {0}",
|
|||
|
blankText: "Це поле є обов’язковим для заповнення",
|
|||
|
regexText: "",
|
|||
|
emptyText: null
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.form.field.Number", {
|
|||
|
override: "Ext.form.field.Number",
|
|||
|
minText: "Значення у цьому полі не може бути меньше {0}",
|
|||
|
maxText: "Значення у цьому полі не може бути більше {0}",
|
|||
|
nanText: "{0} не є числом"
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.form.field.Date", {
|
|||
|
override: "Ext.form.field.Date",
|
|||
|
disabledDaysText: "Не доступно",
|
|||
|
disabledDatesText: "Не доступно",
|
|||
|
minText: "Дата у цьому полі повинна бути більша {0}",
|
|||
|
maxText: "Дата у цьому полі повинна бути меньша {0}",
|
|||
|
invalidText: "{0} хибна дата - дата повинна бути вказана у форматі {1}",
|
|||
|
format: "d.m.y"
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.form.field.ComboBox", {
|
|||
|
override: "Ext.form.field.ComboBox",
|
|||
|
valueNotFoundText: undefined
|
|||
|
}, function() {
|
|||
|
Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, {
|
|||
|
loadingText: "Завантаження..."
|
|||
|
});
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.form.field.VTypes", {
|
|||
|
override: "Ext.form.field.VTypes",
|
|||
|
emailText: 'Це поле повинно містити адресу електронної пошти у форматі "user@example.com"',
|
|||
|
urlText: 'Це поле повинно містити URL у форматі "http:/' + '/www.example.com"',
|
|||
|
alphaText: 'Це поле повинно містити виключно латинські літери та символ підкреслення "_"',
|
|||
|
alphanumText: 'Це поле повинно містити виключно латинські літери, цифри та символ підкреслення "_"'
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.form.field.HtmlEditor", {
|
|||
|
override: "Ext.form.field.HtmlEditor",
|
|||
|
createLinkText: 'Будь-ласка введіть адресу:'
|
|||
|
}, function() {
|
|||
|
Ext.apply(Ext.form.field.HtmlEditor.prototype, {
|
|||
|
buttonTips: {
|
|||
|
bold: {
|
|||
|
title: 'Напівжирний (Ctrl+B)',
|
|||
|
text: 'Зробити напівжирним виділений текст.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
},
|
|||
|
italic: {
|
|||
|
title: 'Курсив (Ctrl+I)',
|
|||
|
text: 'Зробити курсивом виділений текст.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
},
|
|||
|
underline: {
|
|||
|
title: 'Підкреслений (Ctrl+U)',
|
|||
|
text: 'Зробити підкресленим виділений текст.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
},
|
|||
|
increasefontsize: {
|
|||
|
title: 'Збільшити розмір',
|
|||
|
text: 'Збільшити розмір шрифта.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
},
|
|||
|
decreasefontsize: {
|
|||
|
title: 'Зменьшити розмір',
|
|||
|
text: 'Зменьшити розмір шрифта.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
},
|
|||
|
backcolor: {
|
|||
|
title: 'Заливка',
|
|||
|
text: 'Змінити колір фону для виділеного тексту або абзацу.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
},
|
|||
|
forecolor: {
|
|||
|
title: 'Колір тексту',
|
|||
|
text: 'Змінити колір виділеного тексту або абзацу.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
},
|
|||
|
justifyleft: {
|
|||
|
title: 'Вирівняти текст по лівому полю',
|
|||
|
text: 'Вирівнювання тексту по лівому полю.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
},
|
|||
|
justifycenter: {
|
|||
|
title: 'Вирівняти текст по центру',
|
|||
|
text: 'Вирівнювання тексту по центру.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
},
|
|||
|
justifyright: {
|
|||
|
title: 'Вирівняти текст по правому полю',
|
|||
|
text: 'Вирівнювання тексту по правому полю.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
},
|
|||
|
insertunorderedlist: {
|
|||
|
title: 'Маркери',
|
|||
|
text: 'Почати маркований список.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
},
|
|||
|
insertorderedlist: {
|
|||
|
title: 'Нумерація',
|
|||
|
text: 'Почати нумернований список.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
},
|
|||
|
createlink: {
|
|||
|
title: 'Вставити гіперпосилання',
|
|||
|
text: 'Створення посилання із виділеного тексту.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
},
|
|||
|
sourceedit: {
|
|||
|
title: 'Джерельний код',
|
|||
|
text: 'Режим редагування джерельного коду.',
|
|||
|
cls: Ext.baseCSSPrefix + 'html-editor-tip'
|
|||
|
}
|
|||
|
}
|
|||
|
});
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.grid.header.Container", {
|
|||
|
override: "Ext.grid.header.Container",
|
|||
|
sortAscText: "Сортувати по зростанню",
|
|||
|
sortDescText: "Сортувати по спаданню",
|
|||
|
lockText: "Закріпити стовпець",
|
|||
|
unlockText: "Відкріпити стовпець",
|
|||
|
columnsText: "Стовпці"
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.grid.PropertyColumnModel", {
|
|||
|
override: "Ext.grid.PropertyColumnModel",
|
|||
|
nameText: "Назва",
|
|||
|
valueText: "Значення",
|
|||
|
dateFormat: "j.m.Y"
|
|||
|
});
|
|||
|
|
|||
|
Ext.define("Ext.locale.ukr.window.MessageBox", {
|
|||
|
override: "Ext.window.MessageBox",
|
|||
|
buttonText: {
|
|||
|
ok: "OK",
|
|||
|
cancel: "Відміна",
|
|||
|
yes: "Так",
|
|||
|
no: "Ні"
|
|||
|
}
|
|||
|
});
|
|||
|
|
|||
|
// This is needed until we can refactor all of the locales into individual files
|
|||
|
Ext.define("Ext.locale.ukr.Component", {
|
|||
|
override: "Ext.Component"
|
|||
|
});
|
|||
|
|