element-plus
Version:
A Component Library for Vue 3
255 lines (252 loc) • 6.65 kB
JavaScript
/*! Element Plus v2.13.2 */
var da = {
name: "da",
el: {
breadcrumb: {
label: "Breadcrumb"
// to be translated
},
colorpicker: {
confirm: "OK",
clear: "Ryd",
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: "Nu",
today: "I dag",
cancel: "Annuller",
clear: "Ryd",
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: "V\xE6lg dato",
selectTime: "V\xE6lg tidspunkt",
startDate: "Startdato",
startTime: "Starttidspunkt",
endDate: "Slutdato",
endTime: "Sluttidspunkt",
prevYear: "Forrige \xE5r",
nextYear: "N\xE6ste \xE5r",
prevMonth: "Forrige m\xE5ned",
nextMonth: "N\xE6ste m\xE5ned",
year: "",
month1: "Januar",
month2: "Februar",
month3: "Marts",
month4: "April",
month5: "Maj",
month6: "Juni",
month7: "Juli",
month8: "August",
month9: "September",
month10: "Oktober",
month11: "November",
month12: "December",
weeks: {
sun: "S\xF8n",
mon: "Man",
tue: "Tir",
wed: "Ons",
thu: "Tor",
fri: "Fre",
sat: "L\xF8r"
},
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: "Mar",
apr: "Apr",
may: "Maj",
jun: "Jun",
jul: "Jul",
aug: "Aug",
sep: "Sep",
oct: "Okt",
nov: "Nov",
dec: "Dec"
}
},
inputNumber: {
decrease: "decrease number",
// to be translated
increase: "increase number"
// to be translated
},
select: {
loading: "Henter",
noMatch: "Ingen matchende data",
noData: "Ingen data",
placeholder: "V\xE6lg"
},
mention: {
loading: "Henter"
},
dropdown: {
toggleDropdown: "Toggle Dropdown"
// to be translated
},
cascader: {
noMatch: "Ingen matchende data",
loading: "Henter",
placeholder: "V\xE6lg",
noData: "Ingen data"
},
pagination: {
goto: "G\xE5 til",
pagesize: "/side",
total: "Total {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: "Message",
// to be translated
confirm: "OK",
cancel: "Annuller",
error: "Ugyldig input",
close: "Close this dialog"
// to be translated
},
upload: {
deleteTip: "tryk slet for at fjerne",
delete: "Slet",
preview: "Forh\xE5ndsvisning",
continue: "Forts\xE6t"
},
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: "Ingen data",
confirmFilter: "Bekr\xE6ft",
resetFilter: "Nulstil",
clearFilter: "Alle",
sumText: "Sum",
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: "Ingen data"
},
transfer: {
noMatch: "Ingen matchende data",
noData: "Ingen data",
titles: ["Liste 1", "Liste 2"],
filterPlaceholder: "Indtast s\xF8geord",
noCheckedFormat: "{total} emner",
hasCheckedFormat: "{checked}/{total} valgt"
},
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
}
}
};
export { da as default };