element-plus
Version:
A Component Library for Vue 3
189 lines (186 loc) • 5.24 kB
JavaScript
/*! Element Plus v2.13.6 */
(function(global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define([], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, (global.ElementPlusLocaleEo = factory()));
})(this, function() {
//#region ../../packages/locale/lang/eo.ts
var eo_default = {
name: "eo",
el: {
breadcrumb: { label: "Breadcrumb" },
colorpicker: {
confirm: "Bone",
clear: "Malplenigi",
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: "Nun",
today: "Hodiaŭ",
cancel: "Nuligi",
clear: "Malplenigi",
confirm: "Bone",
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: "Elektu daton",
selectTime: "Elektu horon",
startDate: "Komenca Dato",
startTime: "Komenca Horo",
endDate: "Fina Dato",
endTime: "Fina Horo",
prevYear: "Antaŭa Jaro",
nextYear: "Sekva Jaro",
prevMonth: "Antaŭa Monato",
nextMonth: "Sekva Monato",
year: "Jaro",
month1: "Januaro",
month2: "Februaro",
month3: "Marto",
month4: "Aprilo",
month5: "Majo",
month6: "Junio",
month7: "Julio",
month8: "Aŭgusto",
month9: "Septembro",
month10: "Oktobro",
month11: "Novembro",
month12: "Decembro",
weeks: {
sun: "Dim",
mon: "Lun",
tue: "Mar",
wed: "Mer",
thu: "Ĵaŭ",
fri: "Ven",
sat: "Sab"
},
weeksFull: {
sun: "Sunday",
mon: "Monday",
tue: "Tuesday",
wed: "Wednesday",
thu: "Thursday",
fri: "Friday",
sat: "Saturday"
},
months: {
jan: "Jan",
feb: "Feb",
mar: "Mar",
apr: "Apr",
may: "Maj",
jun: "Jun",
jul: "Jul",
aug: "Aŭg",
sep: "Sep",
oct: "Okt",
nov: "Nov",
dec: "Dec"
}
},
inputNumber: {
decrease: "decrease number",
increase: "increase number"
},
select: {
loading: "Ŝarĝante",
noMatch: "Neniuj kongruaj datumoj",
noData: "Neniuj datumoj",
placeholder: "Bonvolu elekti"
},
mention: { loading: "Ŝarĝante" },
dropdown: { toggleDropdown: "Toggle Dropdown" },
cascader: {
noMatch: "Neniuj kongruaj datumoj",
loading: "Ŝarĝante",
placeholder: "Bonvolu elekti",
noData: "Neniuj datumoj"
},
pagination: {
goto: "Iru al",
pagesize: "/ paĝo",
total: "Entute {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: "Mesaĝo",
confirm: "Bone",
cancel: "Nuligi",
error: "Nevalida Enigo!",
close: "Close this dialog"
},
upload: {
deleteTip: "Premu \"Delete\" por forigi",
delete: "Forigi",
preview: "Antaŭrigardi",
continue: "Daŭrigi"
},
slider: {
defaultLabel: "slider between {min} and {max}",
defaultRangeStartLabel: "pick start value",
defaultRangeEndLabel: "pick end value"
},
table: {
emptyText: "Neniuj datumoj",
confirmFilter: "Konfirmi",
resetFilter: "Restarigi",
clearFilter: "Ĉiuj",
sumText: "Sumo",
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: "Next",
previous: "Previous",
finish: "Finish",
close: "Close this dialog"
},
tree: { emptyText: "Neniuj datumoj" },
transfer: {
noMatch: "Neniuj kongruaj datumoj",
noData: "Neniuj datumoj",
titles: ["Listo 1", "Listo 2"],
filterPlaceholder: "Enigu ŝlosilvorton",
noCheckedFormat: "{total} elementoj",
hasCheckedFormat: "{checked}/{total} elektitaj"
},
image: { error: "MALSUKCESIS" },
pageHeader: { title: "Reen" },
popconfirm: {
confirmButtonText: "Yes",
cancelButtonText: "No"
},
carousel: {
leftArrow: "Carousel arrow left",
rightArrow: "Carousel arrow right",
indicator: "Carousel switch to index {index}"
}
}
};
//#endregion
return eo_default;
});