187 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			187 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
'use strict';
 | 
						|
 | 
						|
Object.defineProperty(exports, '__esModule', { value: true });
 | 
						|
 | 
						|
var sv = {
 | 
						|
  name: "sv",
 | 
						|
  el: {
 | 
						|
    breadcrumb: {
 | 
						|
      label: "Breadcrumb"
 | 
						|
    },
 | 
						|
    colorpicker: {
 | 
						|
      confirm: "OK",
 | 
						|
      clear: "T\xF6m",
 | 
						|
      defaultLabel: "color picker",
 | 
						|
      description: "current color is {color}. press enter to select a new color.",
 | 
						|
      alphaLabel: "pick alpha value"
 | 
						|
    },
 | 
						|
    datepicker: {
 | 
						|
      now: "Nu",
 | 
						|
      today: "Idag",
 | 
						|
      cancel: "Avbryt",
 | 
						|
      clear: "T\xF6m",
 | 
						|
      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\xE4lj datum",
 | 
						|
      selectTime: "V\xE4lj tid",
 | 
						|
      startDate: "Startdatum",
 | 
						|
      startTime: "Starttid",
 | 
						|
      endDate: "Slutdatum",
 | 
						|
      endTime: "Sluttid",
 | 
						|
      prevYear: "F\xF6reg\xE5ende \xE5r",
 | 
						|
      nextYear: "N\xE4sta \xE5r",
 | 
						|
      prevMonth: "F\xF6reg\xE5ende m\xE5nad",
 | 
						|
      nextMonth: "N\xE4sta m\xE5nad",
 | 
						|
      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\xF6n",
 | 
						|
        mon: "M\xE5n",
 | 
						|
        tue: "Tis",
 | 
						|
        wed: "Ons",
 | 
						|
        thu: "Tor",
 | 
						|
        fri: "Fre",
 | 
						|
        sat: "L\xF6r"
 | 
						|
      },
 | 
						|
      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\xE4lj"
 | 
						|
    },
 | 
						|
    mention: {
 | 
						|
      loading: "Laddar"
 | 
						|
    },
 | 
						|
    dropdown: {
 | 
						|
      toggleDropdown: "Toggle Dropdown"
 | 
						|
    },
 | 
						|
    cascader: {
 | 
						|
      noMatch: "Hittade inget",
 | 
						|
      loading: "Laddar",
 | 
						|
      placeholder: "V\xE4lj",
 | 
						|
      noData: "Ingen data"
 | 
						|
    },
 | 
						|
    pagination: {
 | 
						|
      goto: "G\xE5 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\xF6rhandsvisa",
 | 
						|
      continue: "Forts\xE4tt"
 | 
						|
    },
 | 
						|
    slider: {
 | 
						|
      defaultLabel: "slider between {min} and {max}",
 | 
						|
      defaultRangeStartLabel: "pick start value",
 | 
						|
      defaultRangeEndLabel: "pick end value"
 | 
						|
    },
 | 
						|
    table: {
 | 
						|
      emptyText: "Inga Data",
 | 
						|
      confirmFilter: "Bekr\xE4fta",
 | 
						|
      resetFilter: "\xC5terst\xE4ll",
 | 
						|
      clearFilter: "Alla",
 | 
						|
      sumText: "Summa"
 | 
						|
    },
 | 
						|
    tour: {
 | 
						|
      next: "N\xE4sta",
 | 
						|
      previous: "F\xF6reg\xE5ende",
 | 
						|
      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\xE5t"
 | 
						|
    },
 | 
						|
    popconfirm: {
 | 
						|
      confirmButtonText: "Ja",
 | 
						|
      cancelButtonText: "Nej"
 | 
						|
    },
 | 
						|
    carousel: {
 | 
						|
      leftArrow: "Carousel arrow left",
 | 
						|
      rightArrow: "Carousel arrow right",
 | 
						|
      indicator: "Carousel switch to index {index}"
 | 
						|
    }
 | 
						|
  }
 | 
						|
};
 | 
						|
 | 
						|
exports["default"] = sv;
 | 
						|
//# sourceMappingURL=sv.js.map
 |