194 lines
		
	
	
		
			5.4 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			194 lines
		
	
	
		
			5.4 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /*! Element Plus v2.11.3 */
 | |
| 
 | |
| (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.ElementPlusLocaleSk = factory());
 | |
| })(this, (function () { 'use strict';
 | |
| 
 | |
|   var sk = {
 | |
|     name: "sk",
 | |
|     el: {
 | |
|       breadcrumb: {
 | |
|         label: "Breadcrumb"
 | |
|       },
 | |
|       colorpicker: {
 | |
|         confirm: "OK",
 | |
|         clear: "Zmaza\u0165",
 | |
|         defaultLabel: "color picker",
 | |
|         description: "current color is {color}. press enter to select a new color.",
 | |
|         alphaLabel: "pick alpha value"
 | |
|       },
 | |
|       datepicker: {
 | |
|         now: "Teraz",
 | |
|         today: "Dnes",
 | |
|         cancel: "Zru\u0161i\u0165",
 | |
|         clear: "Zmaza\u0165",
 | |
|         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: "Vybra\u0165 d\xE1tum",
 | |
|         selectTime: "Vybra\u0165 \u010Das",
 | |
|         startDate: "D\xE1tum za\u010Diatku",
 | |
|         startTime: "\u010Cas za\u010Diatku",
 | |
|         endDate: "D\xE1tum konca",
 | |
|         endTime: "\u010Cas konca",
 | |
|         prevYear: "Predo\u0161l\xFD rok",
 | |
|         nextYear: "\u010Eal\u0161\xED rok",
 | |
|         prevMonth: "Predo\u0161l\xFD mesiac",
 | |
|         nextMonth: "\u010Eal\u0161\xED mesiac",
 | |
|         year: "Rok",
 | |
|         month1: "Janu\xE1r",
 | |
|         month2: "Febru\xE1r",
 | |
|         month3: "Marec",
 | |
|         month4: "Apr\xEDl",
 | |
|         month5: "M\xE1j",
 | |
|         month6: "J\xFAn",
 | |
|         month7: "J\xFAl",
 | |
|         month8: "August",
 | |
|         month9: "September",
 | |
|         month10: "Okt\xF3ber",
 | |
|         month11: "November",
 | |
|         month12: "December",
 | |
|         weeks: {
 | |
|           sun: "Ne",
 | |
|           mon: "Po",
 | |
|           tue: "Ut",
 | |
|           wed: "St",
 | |
|           thu: "\u0160t",
 | |
|           fri: "Pi",
 | |
|           sat: "So"
 | |
|         },
 | |
|         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: "M\xE1j",
 | |
|           jun: "J\xFAn",
 | |
|           jul: "J\xFAl",
 | |
|           aug: "Aug",
 | |
|           sep: "Sep",
 | |
|           oct: "Okt",
 | |
|           nov: "Nov",
 | |
|           dec: "Dec"
 | |
|         },
 | |
|         day: "De\u0148",
 | |
|         month: "Mesiac"
 | |
|       },
 | |
|       inputNumber: {
 | |
|         decrease: "decrease number",
 | |
|         increase: "increase number"
 | |
|       },
 | |
|       select: {
 | |
|         loading: "Na\u010D\xEDtavanie",
 | |
|         noMatch: "\u017Diadna zhoda",
 | |
|         noData: "\u017Diadne d\xE1ta",
 | |
|         placeholder: "Vybra\u0165"
 | |
|       },
 | |
|       mention: {
 | |
|         loading: "Na\u010D\xEDtavanie"
 | |
|       },
 | |
|       dropdown: {
 | |
|         toggleDropdown: "Toggle Dropdown"
 | |
|       },
 | |
|       cascader: {
 | |
|         noMatch: "\u017Diadna zhoda",
 | |
|         loading: "Na\u010D\xEDtavanie",
 | |
|         placeholder: "Vybra\u0165",
 | |
|         noData: "\u017Diadne d\xE1ta"
 | |
|       },
 | |
|       pagination: {
 | |
|         goto: "Cho\u010F na",
 | |
|         pagesize: "na stranu",
 | |
|         total: "V\u0161etko {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: "Spr\xE1va",
 | |
|         confirm: "OK",
 | |
|         cancel: "Zru\u0161i\u0165",
 | |
|         error: "Neplatn\xFD vstup",
 | |
|         close: "Close this dialog"
 | |
|       },
 | |
|       upload: {
 | |
|         deleteTip: "pre odstr\xE1nenie stisni kl\xE1vesu Delete",
 | |
|         delete: "Vymaza\u0165",
 | |
|         preview: "Prehliada\u0165",
 | |
|         continue: "Pokra\u010Dova\u0165"
 | |
|       },
 | |
|       slider: {
 | |
|         defaultLabel: "slider between {min} and {max}",
 | |
|         defaultRangeStartLabel: "pick start value",
 | |
|         defaultRangeEndLabel: "pick end value"
 | |
|       },
 | |
|       table: {
 | |
|         emptyText: "\u017Diadne d\xE1ta",
 | |
|         confirmFilter: "Potvrdi\u0165",
 | |
|         resetFilter: "Zresetova\u0165",
 | |
|         clearFilter: "V\u0161etko",
 | |
|         sumText: "Spolu"
 | |
|       },
 | |
|       tour: {
 | |
|         next: "Next",
 | |
|         previous: "Previous",
 | |
|         finish: "Finish",
 | |
|         close: "Close this dialog"
 | |
|       },
 | |
|       tree: {
 | |
|         emptyText: "\u017Diadne d\xE1ta"
 | |
|       },
 | |
|       transfer: {
 | |
|         noMatch: "\u017Diadna zhoda",
 | |
|         noData: "\u017Diadne d\xE1ta",
 | |
|         titles: ["Zoznam 1", "Zoznam 2"],
 | |
|         filterPlaceholder: "Filtrova\u0165 pod\u013Ea",
 | |
|         noCheckedFormat: "{total} polo\u017Eiek",
 | |
|         hasCheckedFormat: "{checked}/{total} ozna\u010Den\xFDch"
 | |
|       },
 | |
|       image: {
 | |
|         error: "FAILED"
 | |
|       },
 | |
|       pageHeader: {
 | |
|         title: "Back"
 | |
|       },
 | |
|       popconfirm: {
 | |
|         confirmButtonText: "Yes",
 | |
|         cancelButtonText: "No"
 | |
|       },
 | |
|       carousel: {
 | |
|         leftArrow: "Carousel arrow left",
 | |
|         rightArrow: "Carousel arrow right",
 | |
|         indicator: "Carousel switch to index {index}"
 | |
|       }
 | |
|     }
 | |
|   };
 | |
| 
 | |
|   return sk;
 | |
| 
 | |
| }));
 |