element-plus
Version:
A Component Library for Vue 3
182 lines (180 loc) • 5.38 kB
JavaScript
/*! Element Plus v2.13.6 */
//#region ../../packages/locale/lang/uk.ts
var uk_default = {
name: "uk",
el: {
breadcrumb: { label: "Breadcrumb" },
colorpicker: {
confirm: "OK",
clear: "Очистити",
defaultLabel: "color picker",
description: "current color is {color}. press enter to select a new color.",
alphaLabel: "pick alpha value",
alphaDescription: "alpha {alpha}, current color is {color}",
hueLabel: "pick hue value",
hueDescription: "hue {hue}, current color is {color}",
svLabel: "pick saturation and brightness value",
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
predefineDescription: "select {value} as the color"
},
datepicker: {
now: "Зараз",
today: "Сьогодні",
cancel: "Відміна",
clear: "Очистити",
confirm: "OK",
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
monthTablePrompt: "Use the arrow keys and enter to select the month",
yearTablePrompt: "Use the arrow keys and enter to select the year",
selectedDate: "Selected date",
selectDate: "Вибрати дату",
selectTime: "Вибрати час",
startDate: "Дата початку",
startTime: "Час початку",
endDate: "Дата завершення",
endTime: "Час завершення",
prevYear: "Попередній Рік",
nextYear: "Наступний Рік",
prevMonth: "Попередній Місяць",
nextMonth: "Наступний Місяць",
year: "",
month1: "Січень",
month2: "Лютий",
month3: "Березень",
month4: "Квітень",
month5: "Травень",
month6: "Червень",
month7: "Липень",
month8: "Серпень",
month9: "Вересень",
month10: "Жовтень",
month11: "Листопад",
month12: "Грудень",
weeks: {
sun: "Нд",
mon: "Пн",
tue: "Вт",
wed: "Ср",
thu: "Чт",
fri: "Пт",
sat: "Сб"
},
weeksFull: {
sun: "Sunday",
mon: "Monday",
tue: "Tuesday",
wed: "Wednesday",
thu: "Thursday",
fri: "Friday",
sat: "Saturday"
},
months: {
jan: "Січ",
feb: "Лют",
mar: "Бер",
apr: "Кві",
may: "Тра",
jun: "Чер",
jul: "Лип",
aug: "Сер",
sep: "Вер",
oct: "Жов",
nov: "Лис",
dec: "Гру"
}
},
inputNumber: {
decrease: "decrease number",
increase: "increase number"
},
select: {
loading: "Завантаження",
noMatch: "Співпадінь не знайдено",
noData: "Немає даних",
placeholder: "Обрати"
},
mention: { loading: "Завантаження" },
dropdown: { toggleDropdown: "Toggle Dropdown" },
cascader: {
noMatch: "Співпадінь не знайдено",
loading: "Завантаження",
placeholder: "Обрати",
noData: "Немає даних"
},
pagination: {
goto: "Перейти",
pagesize: "на сторінці",
total: "Всього {total}",
pageClassifier: "",
page: "Page",
prev: "Go to previous page",
next: "Go to next page",
currentPage: "page {pager}",
prevPages: "Previous {pager} pages",
nextPages: "Next {pager} pages",
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
},
dialog: { close: "Close this dialog" },
drawer: { close: "Close this dialog" },
messagebox: {
title: "Повідомлення",
confirm: "OK",
cancel: "Відміна",
error: "Неприпустимий ввід даних",
close: "Close this dialog"
},
upload: {
deleteTip: "натисніть кнопку щоб видалити",
delete: "Видалити",
preview: "Перегляд",
continue: "Продовжити"
},
slider: {
defaultLabel: "slider between {min} and {max}",
defaultRangeStartLabel: "pick start value",
defaultRangeEndLabel: "pick end value"
},
table: {
emptyText: "Немає даних",
confirmFilter: "Підтвердити",
resetFilter: "Скинути",
clearFilter: "Все",
sumText: "Сума",
selectAllLabel: "Select all rows",
selectRowLabel: "Select this row",
expandRowLabel: "Expand this row",
collapseRowLabel: "Collapse this row",
sortLabel: "Sort by {column}",
filterLabel: "Filter by {column}"
},
tag: { close: "Close this tag" },
tour: {
next: "Далі",
previous: "Назад",
finish: "Завершити",
close: "Close this dialog"
},
tree: { emptyText: "Немає даних" },
transfer: {
noMatch: "Співпадінь не знайдено",
noData: "Обрати",
titles: ["Список 1", "Список 2"],
filterPlaceholder: "Введіть ключове слово",
noCheckedFormat: "{total} пунктів",
hasCheckedFormat: "{checked}/{total} вибрано"
},
image: { error: "FAILED" },
pageHeader: { title: "Back" },
popconfirm: {
confirmButtonText: "Yes",
cancelButtonText: "No"
},
carousel: {
leftArrow: "Carousel arrow left",
rightArrow: "Carousel arrow right",
indicator: "Carousel switch to index {index}"
}
}
};
//#endregion
export { uk_default as default };