UNPKG

3.33 kBJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define('element/locale/sk', ['module', 'exports'], factory);
4 } else if (typeof exports !== "undefined") {
5 factory(module, exports);
6 } else {
7 var mod = {
8 exports: {}
9 };
10 factory(mod, mod.exports);
11 global.ELEMENT.lang = global.ELEMENT.lang || {};
12 global.ELEMENT.lang.sk = mod.exports;
13 }
14})(this, function (module, exports) {
15 'use strict';
16
17 exports.__esModule = true;
18 exports.default = {
19 el: {
20 colorpicker: {
21 confirm: 'OK',
22 clear: 'Zmazať'
23 },
24 datepicker: {
25 now: 'Teraz',
26 today: 'Dnes',
27 cancel: 'Zrušiť',
28 clear: 'Zmazať',
29 confirm: 'OK',
30 selectDate: 'Vybrať dátum',
31 selectTime: 'Vybrať čas',
32 startDate: 'Dátum začiatku',
33 startTime: 'Čas začiatku',
34 endDate: 'Dátum konca',
35 endTime: 'Čas konca',
36 prevYear: 'Predošlý rok',
37 nextYear: 'Ďalší rok',
38 prevMonth: 'Predošlý mesiac',
39 nextMonth: 'Ďalší mesiac',
40 day: 'Deň',
41 week: 'Týždeň',
42 month: 'Mesiac',
43 year: 'Rok',
44 month1: 'Január',
45 month2: 'Február',
46 month3: 'Marec',
47 month4: 'Apríl',
48 month5: 'Máj',
49 month6: 'Jún',
50 month7: 'Júl',
51 month8: 'August',
52 month9: 'September',
53 month10: 'Október',
54 month11: 'November',
55 month12: 'December',
56 weeks: {
57 sun: 'Ne',
58 mon: 'Po',
59 tue: 'Ut',
60 wed: 'St',
61 thu: 'Št',
62 fri: 'Pi',
63 sat: 'So'
64 },
65 months: {
66 jan: 'Jan',
67 feb: 'Feb',
68 mar: 'Mar',
69 apr: 'Apr',
70 may: 'Máj',
71 jun: 'Jún',
72 jul: 'Júl',
73 aug: 'Aug',
74 sep: 'Sep',
75 oct: 'Okt',
76 nov: 'Nov',
77 dec: 'Dec'
78 }
79 },
80 select: {
81 loading: 'Načítavanie',
82 noMatch: 'Žiadna zhoda',
83 noData: 'Žiadne dáta',
84 placeholder: 'Vybrať'
85 },
86 cascader: {
87 noMatch: 'Žiadna zhoda',
88 loading: 'Načítavanie',
89 placeholder: 'Vybrať'
90 },
91 pagination: {
92 goto: 'Choď na',
93 pagesize: 'na stranu',
94 total: 'Všetko {total}',
95 pageClassifier: ''
96 },
97 messagebox: {
98 title: 'Správa',
99 confirm: 'OK',
100 cancel: 'Zrušiť',
101 error: 'Neplatný vstup'
102 },
103 upload: {
104 deleteTip: 'pre odstránenie stisni klávesu Delete',
105 delete: 'Vymazať',
106 preview: 'Prehliadať',
107 continue: 'Pokračovať'
108 },
109 table: {
110 emptyText: 'Žiadne dáta',
111 confirmFilter: 'Potvrdiť',
112 resetFilter: 'Zresetovať',
113 clearFilter: 'Všetko',
114 sumText: 'Spolu'
115 },
116 tree: {
117 emptyText: 'Žiadne dáta'
118 },
119 transfer: {
120 noMatch: 'Žiadna zhoda',
121 noData: 'Žiadne dáta',
122 titles: ['Zoznam 1', 'Zoznam 2'],
123 filterPlaceholder: 'Filtrovať podľa',
124 noCheckedFormat: '{total} položiek',
125 hasCheckedFormat: '{checked}/{total} označených'
126 }
127 }
128 };
129 module.exports = exports['default'];
130});
\No newline at end of file