完全跑通1.0版本
This commit is contained in:
193
frontend/node_modules/element-plus/dist/locale/nb-no.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/nb-no.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleNbNo = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/nb-no.ts
|
||||
var nb_no_default = {
|
||||
name: "nb-no",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "OK",
|
||||
clear: "Tøm",
|
||||
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: "Nå",
|
||||
today: "I dag",
|
||||
cancel: "Avbryt",
|
||||
clear: "Tøm",
|
||||
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: "Velg dato",
|
||||
selectTime: "Velg tidspunkt",
|
||||
startDate: "Startdato",
|
||||
startTime: "Starttidspunkt",
|
||||
endDate: "Sluttdato",
|
||||
endTime: "Sluttidspunkt",
|
||||
prevYear: "I fjor",
|
||||
nextYear: "Neste år",
|
||||
prevMonth: "Forrige Måned",
|
||||
nextMonth: "Neste Måned",
|
||||
year: "",
|
||||
month1: "Januar",
|
||||
month2: "Februar",
|
||||
month3: "Mars",
|
||||
month4: "April",
|
||||
month5: "Mai",
|
||||
month6: "Juni",
|
||||
month7: "Juli",
|
||||
month8: "August",
|
||||
month9: "September",
|
||||
month10: "Oktober",
|
||||
month11: "November",
|
||||
month12: "Desember",
|
||||
weeks: {
|
||||
sun: "Søn",
|
||||
mon: "Man",
|
||||
tue: "Tir",
|
||||
wed: "Ons",
|
||||
thu: "Tor",
|
||||
fri: "Fre",
|
||||
sat: "Lør"
|
||||
},
|
||||
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: "Mai",
|
||||
jun: "Jun",
|
||||
jul: "Jul",
|
||||
aug: "Aug",
|
||||
sep: "Sep",
|
||||
oct: "Okt",
|
||||
nov: "Nov",
|
||||
dec: "Des"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Laster",
|
||||
noMatch: "Ingen samsvarende resulater",
|
||||
noData: "Ingen resulater",
|
||||
placeholder: "Velg"
|
||||
},
|
||||
mention: { loading: "Laster" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Ingen samsvarende resultater",
|
||||
loading: "Laster",
|
||||
placeholder: "Velg",
|
||||
noData: "Ingen resultater"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Gå til",
|
||||
pagesize: "/side",
|
||||
total: "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: "Message",
|
||||
confirm: "OK",
|
||||
cancel: "Avbryt",
|
||||
error: "Ugyldig input",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "trykk på x for å slette",
|
||||
delete: "Slett",
|
||||
preview: "Forhåndsvisning",
|
||||
continue: "Fortsett"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Ingen Data",
|
||||
confirmFilter: "Bekreft",
|
||||
resetFilter: "Tilbakestill",
|
||||
clearFilter: "Alle",
|
||||
sumText: "Sum",
|
||||
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: "Ingen Data" },
|
||||
transfer: {
|
||||
noMatch: "Ingen samsvarende data",
|
||||
noData: "Ingen data",
|
||||
titles: ["Liste 1", "Liste 2"],
|
||||
filterPlaceholder: "Skriv inn nøkkelord",
|
||||
noCheckedFormat: "{total} gjenstander",
|
||||
hasCheckedFormat: "{checked}/{total} valgt"
|
||||
},
|
||||
image: { error: "FEILET" },
|
||||
pageHeader: { title: "Tilbake" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Ja",
|
||||
cancelButtonText: "Nei"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return nb_no_default;
|
||||
});
|
||||
Reference in New Issue
Block a user