UNPKG

element-plus

Version:

A Component Library for Vue 3

262 lines (257 loc) 7.63 kB
/*! Element Plus v2.13.2 */ (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.ElementPlusLocaleHu = factory()); })(this, (function () { 'use strict'; var hu = { name: "hu", el: { breadcrumb: { label: "Breadcrumb" // to be translated }, colorpicker: { confirm: "OK", clear: "T\xF6rl\xE9s", defaultLabel: "color picker", // to be translated description: "current color is {color}. press enter to select a new color.", // to be translated alphaLabel: "pick alpha value", // to be translated alphaDescription: "alpha {alpha}, current color is {color}", // to be translated hueLabel: "pick hue value", // to be translated hueDescription: "hue {hue}, current color is {color}", // to be translated svLabel: "pick saturation and brightness value", // to be translated svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}", // to be translated predefineDescription: "select {value} as the color" // to be translated }, datepicker: { now: "Most", today: "Ma", cancel: "M\xE9gse", clear: "T\xF6rl\xE9s", confirm: "OK", dateTablePrompt: "Use the arrow keys and enter to select the day of the month", // to be translated monthTablePrompt: "Use the arrow keys and enter to select the month", // to be translated yearTablePrompt: "Use the arrow keys and enter to select the year", // to be translated selectedDate: "Selected date", // to be translated selectDate: "D\xE1tum", selectTime: "Id\u0151pont", startDate: "D\xE1tum-t\xF3l", startTime: "Id\u0151pont-t\xF3l", endDate: "D\xE1tum-ig", endTime: "Id\u0151pont-ig", prevYear: "El\u0151z\u0151 \xE9v", nextYear: "K\xF6vetkez\u0151 \xE9v", prevMonth: "El\u0151z\u0151 h\xF3nap", nextMonth: "K\xF6vetkez\u0151 h\xF3nap", year: "", month1: "Janu\xE1r", month2: "Febru\xE1r", month3: "M\xE1rcius", month4: "\xC1prilis", month5: "M\xE1jus", month6: "J\xFAnius", month7: "J\xFAlius", month8: "Augusztus", month9: "Szeptember", month10: "Okt\xF3ber", month11: "November", month12: "December", weeks: { sun: "Vas", mon: "H\xE9t", tue: "Ked", wed: "Sze", thu: "Cs\xFC", fri: "P\xE9n", sat: "Szo" }, weeksFull: { sun: "Sunday", // to be translated mon: "Monday", // to be translated tue: "Tuesday", // to be translated wed: "Wednesday", // to be translated thu: "Thursday", // to be translated fri: "Friday", // to be translated sat: "Saturday" // to be translated }, months: { jan: "Jan", feb: "Feb", mar: "M\xE1r", apr: "\xC1pr", may: "M\xE1j", jun: "J\xFAn", jul: "J\xFAl", aug: "Aug", sep: "Szep", oct: "Okt", nov: "Nov", dec: "Dec" } }, inputNumber: { decrease: "decrease number", // to be translated increase: "increase number" // to be translated }, select: { loading: "Bet\xF6lt\xE9s", noMatch: "Nincs tal\xE1lat", noData: "Nincs adat", placeholder: "V\xE1lassz" }, mention: { loading: "Bet\xF6lt\xE9s" }, dropdown: { toggleDropdown: "Toggle Dropdown" // to be translated }, cascader: { noMatch: "Nincs tal\xE1lat", loading: "Bet\xF6lt\xE9s", placeholder: "V\xE1lassz", noData: "Nincs adat" }, pagination: { goto: "Ugr\xE1s", pagesize: "/oldal", total: "\xD6ssz {total}", pageClassifier: "", page: "Page", // to be translated prev: "Go to previous page", // to be translated next: "Go to next page", // to be translated currentPage: "page {pager}", // to be translated prevPages: "Previous {pager} pages", // to be translated nextPages: "Next {pager} pages", // to be translated deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details" // to be translated }, dialog: { close: "Close this dialog" // to be translated }, drawer: { close: "Close this dialog" // to be translated }, messagebox: { title: "\xDCzenet", confirm: "OK", cancel: "M\xE9gse", error: "Hib\xE1s adat", close: "Close this dialog" // to be translated }, upload: { deleteTip: "kattints a t\xF6rl\xE9shez", delete: "T\xF6rl\xE9s", preview: "El\u0151n\xE9zet", continue: "Tov\xE1bb" }, slider: { defaultLabel: "slider between {min} and {max}", // to be translated defaultRangeStartLabel: "pick start value", // to be translated defaultRangeEndLabel: "pick end value" // to be translated }, table: { emptyText: "Nincs adat", confirmFilter: "Meger\u0151s\xEDt", resetFilter: "Alaphelyet", clearFilter: "Mind", sumText: "\xD6sszeg", selectAllLabel: "Select all rows", // to be translated selectRowLabel: "Select this row", // to be translated expandRowLabel: "Expand this row", // to be translated collapseRowLabel: "Collapse this row", // to be translated sortLabel: "Sort by {column}", // to be translated filterLabel: "Filter by {column}" // to be translated }, tag: { close: "Close this tag" // to be translated }, tour: { next: "Next", // to be translated previous: "Previous", // to be translated finish: "Finish", // to be translated close: "Close this dialog" // to be translated }, tree: { emptyText: "Nincs adat" }, transfer: { noMatch: "Nincs tal\xE1lat", noData: "Nincs adat", titles: ["Lista 1", "Lista 2"], filterPlaceholder: "Kulcssz\xF3", noCheckedFormat: "{total} elem", hasCheckedFormat: "{checked}/{total} kiv\xE1lasztva" }, image: { error: "FAILED" // to be translated }, pageHeader: { title: "Back" // to be translated }, popconfirm: { confirmButtonText: "Yes", // to be translated cancelButtonText: "No" // to be translated }, carousel: { leftArrow: "Carousel arrow left", // to be translated rightArrow: "Carousel arrow right", // to be translated indicator: "Carousel switch to index {index}" // to be translated } } }; return hu; }));