| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- /*! 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.ElementPlusLocaleSv = factory()));
- })(this, function() {
- //#region ../../packages/locale/lang/sv.ts
- var sv_default = {
- name: "sv",
- 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: "Nu",
- today: "Idag",
- 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: "Välj datum",
- selectTime: "Välj tid",
- startDate: "Startdatum",
- startTime: "Starttid",
- endDate: "Slutdatum",
- endTime: "Sluttid",
- prevYear: "Föregående år",
- nextYear: "Nästa år",
- prevMonth: "Föregående månad",
- nextMonth: "Nästa månad",
- year: "",
- month1: "Januari",
- month2: "Februari",
- month3: "Mars",
- month4: "April",
- month5: "Maj",
- month6: "Juni",
- month7: "Juli",
- month8: "Augusti",
- month9: "September",
- month10: "Oktober",
- month11: "November",
- month12: "December",
- weeks: {
- sun: "Sön",
- mon: "Mån",
- tue: "Tis",
- 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: "Maj",
- jun: "Jun",
- jul: "Jul",
- aug: "Aug",
- sep: "Sep",
- oct: "Okt",
- nov: "Nov",
- dec: "Dec"
- }
- },
- inputNumber: {
- decrease: "decrease number",
- increase: "increase number"
- },
- select: {
- loading: "Laddar",
- noMatch: "Hittade inget",
- noData: "Ingen data",
- placeholder: "Välj"
- },
- mention: { loading: "Laddar" },
- dropdown: { toggleDropdown: "Toggle Dropdown" },
- cascader: {
- noMatch: "Hittade inget",
- loading: "Laddar",
- placeholder: "Välj",
- noData: "Ingen data"
- },
- pagination: {
- goto: "Gå till",
- pagesize: "/sida",
- total: "Totalt {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: "Meddelande",
- confirm: "OK",
- cancel: "Avbryt",
- error: "Felaktig inmatning",
- close: "Close this dialog"
- },
- upload: {
- deleteTip: "press delete to remove",
- delete: "Radera",
- preview: "Förhandsvisa",
- continue: "Fortsätt"
- },
- slider: {
- defaultLabel: "slider between {min} and {max}",
- defaultRangeStartLabel: "pick start value",
- defaultRangeEndLabel: "pick end value"
- },
- table: {
- emptyText: "Inga Data",
- confirmFilter: "Bekräfta",
- resetFilter: "Återställ",
- clearFilter: "Alla",
- sumText: "Summa",
- 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: "Nästa",
- previous: "Föregående",
- finish: "Avsluta",
- close: "Close this dialog"
- },
- tree: { emptyText: "Ingen data" },
- transfer: {
- noMatch: "Hittade inget",
- noData: "Ingen data",
- titles: ["List 1", "List 2"],
- filterPlaceholder: "Enter keyword",
- noCheckedFormat: "{total} items",
- hasCheckedFormat: "{checked}/{total} checked"
- },
- image: { error: "FAILED" },
- pageHeader: { title: "Bakåt" },
- popconfirm: {
- confirmButtonText: "Ja",
- cancelButtonText: "Nej"
- },
- carousel: {
- leftArrow: "Carousel arrow left",
- rightArrow: "Carousel arrow right",
- indicator: "Carousel switch to index {index}"
- }
- }
- };
- //#endregion
- return sv_default;
- });
|