UNPKG

3.7 kBJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define('element/locale/hr', ['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.hr = 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: 'Očisti'
23 },
24 datepicker: {
25 now: 'Sada',
26 today: 'Danas',
27 cancel: 'Otkaži',
28 clear: 'Očisti',
29 confirm: 'OK',
30 selectDate: 'Odaberi datum',
31 selectTime: 'Odaberi vrijeme',
32 startDate: 'Datum početka',
33 startTime: 'Vrijeme početka',
34 endDate: 'Datum završetka',
35 endTime: 'Vrijeme završetka',
36 prevYear: 'Prethodna godina',
37 nextYear: 'Sljedeća godina',
38 prevMonth: 'Prethodni mjesec',
39 nextMonth: 'Sljedeći mjesec',
40 year: '',
41 month1: 'Siječanj',
42 month2: 'Veljača',
43 month3: 'Ožujak',
44 month4: 'Travanj',
45 month5: 'Svibanj',
46 month6: 'Lipanj',
47 month7: 'Srpanj',
48 month8: 'Kolovoz',
49 month9: 'Rujan',
50 month10: 'Listopad',
51 month11: 'Studeni',
52 month12: 'Prosinac',
53 week: 'tjedan',
54 weeks: {
55 sun: 'Pon',
56 mon: 'Uto',
57 tue: 'Sri',
58 wed: 'Čet',
59 thu: 'Pet',
60 fri: 'Sub',
61 sat: 'Ned'
62 },
63 months: {
64 jan: 'Jan',
65 feb: 'Feb',
66 mar: 'Mar',
67 apr: 'Apr',
68 may: 'May',
69 jun: 'Jun',
70 jul: 'Jul',
71 aug: 'Aug',
72 sep: 'Sep',
73 oct: 'Oct',
74 nov: 'Nov',
75 dec: 'Dec'
76 }
77 },
78 select: {
79 loading: 'Učitavanje',
80 noMatch: 'Nema pronađenih podataka',
81 noData: 'Nema podataka',
82 placeholder: 'Izaberi'
83 },
84 cascader: {
85 noMatch: 'Nema pronađenih podataka',
86 loading: 'Učitavanje',
87 placeholder: 'Izaberi',
88 noData: 'Nema podataka'
89 },
90 pagination: {
91 goto: 'Idi na',
92 pagesize: '/stranica',
93 total: 'Ukupno {total}',
94 pageClassifier: ''
95 },
96 messagebox: {
97 title: 'Poruka',
98 confirm: 'OK',
99 cancel: 'Otkaži',
100 error: 'Pogrešan unos'
101 },
102 upload: {
103 deleteTip: 'pritisnite izbriši za brisanje',
104 delete: 'Izbriši',
105 preview: 'Pregled',
106 continue: 'Nastavak'
107 },
108 table: {
109 emptyText: 'Nema podataka',
110 confirmFilter: 'Potvrdi',
111 resetFilter: 'Resetiraj',
112 clearFilter: 'Sve',
113 sumText: 'Suma'
114 },
115 tree: {
116 emptyText: 'Nema podataka'
117 },
118 transfer: {
119 noMatch: 'Nema pronađenih podataka',
120 noData: 'Nema podataka',
121 titles: ['Lista 1', 'Lista 2'], // to be translated
122 filterPlaceholder: 'Unesite ključnu riječ', // to be translated
123 noCheckedFormat: '{total} stavki', // to be translated
124 hasCheckedFormat: '{checked}/{total} checked' // to be translated
125 },
126 image: {
127 error: 'FAILED' // to be translated
128 },
129 pageHeader: {
130 title: 'Back' // to be translated
131 },
132 popconfirm: {
133 confirmButtonText: 'Yes', // to be translated
134 cancelButtonText: 'No' // to be translated
135 }
136 }
137 };
138 module.exports = exports['default'];
139});
\No newline at end of file