139 lines
3.6 KiB
JavaScript
139 lines
3.6 KiB
JavaScript
(function (global, factory) {
|
|
if (typeof define === "function" && define.amd) {
|
|
define('element/locale/hr', ['module', 'exports'], factory);
|
|
} else if (typeof exports !== "undefined") {
|
|
factory(module, exports);
|
|
} else {
|
|
var mod = {
|
|
exports: {}
|
|
};
|
|
factory(mod, mod.exports);
|
|
global.ELEMENT.lang = global.ELEMENT.lang || {};
|
|
global.ELEMENT.lang.hr = mod.exports;
|
|
}
|
|
})(this, function (module, exports) {
|
|
'use strict';
|
|
|
|
exports.__esModule = true;
|
|
exports.default = {
|
|
el: {
|
|
colorpicker: {
|
|
confirm: 'OK',
|
|
clear: 'Očisti'
|
|
},
|
|
datepicker: {
|
|
now: 'Sada',
|
|
today: 'Danas',
|
|
cancel: 'Otkaži',
|
|
clear: 'Očisti',
|
|
confirm: 'OK',
|
|
selectDate: 'Odaberi datum',
|
|
selectTime: 'Odaberi vrijeme',
|
|
startDate: 'Datum početka',
|
|
startTime: 'Vrijeme početka',
|
|
endDate: 'Datum završetka',
|
|
endTime: 'Vrijeme završetka',
|
|
prevYear: 'Prethodna godina',
|
|
nextYear: 'Sljedeća godina',
|
|
prevMonth: 'Prethodni mjesec',
|
|
nextMonth: 'Sljedeći mjesec',
|
|
year: '',
|
|
month1: 'Siječanj',
|
|
month2: 'Veljača',
|
|
month3: 'Ožujak',
|
|
month4: 'Travanj',
|
|
month5: 'Svibanj',
|
|
month6: 'Lipanj',
|
|
month7: 'Srpanj',
|
|
month8: 'Kolovoz',
|
|
month9: 'Rujan',
|
|
month10: 'Listopad',
|
|
month11: 'Studeni',
|
|
month12: 'Prosinac',
|
|
week: 'tjedan',
|
|
weeks: {
|
|
sun: 'Pon',
|
|
mon: 'Uto',
|
|
tue: 'Sri',
|
|
wed: 'Čet',
|
|
thu: 'Pet',
|
|
fri: 'Sub',
|
|
sat: 'Ned'
|
|
},
|
|
months: {
|
|
jan: 'Jan',
|
|
feb: 'Feb',
|
|
mar: 'Mar',
|
|
apr: 'Apr',
|
|
may: 'May',
|
|
jun: 'Jun',
|
|
jul: 'Jul',
|
|
aug: 'Aug',
|
|
sep: 'Sep',
|
|
oct: 'Oct',
|
|
nov: 'Nov',
|
|
dec: 'Dec'
|
|
}
|
|
},
|
|
select: {
|
|
loading: 'Učitavanje',
|
|
noMatch: 'Nema pronađenih podataka',
|
|
noData: 'Nema podataka',
|
|
placeholder: 'Izaberi'
|
|
},
|
|
cascader: {
|
|
noMatch: 'Nema pronađenih podataka',
|
|
loading: 'Učitavanje',
|
|
placeholder: 'Izaberi',
|
|
noData: 'Nema podataka'
|
|
},
|
|
pagination: {
|
|
goto: 'Idi na',
|
|
pagesize: '/stranica',
|
|
total: 'Ukupno {total}',
|
|
pageClassifier: ''
|
|
},
|
|
messagebox: {
|
|
title: 'Poruka',
|
|
confirm: 'OK',
|
|
cancel: 'Otkaži',
|
|
error: 'Pogrešan unos'
|
|
},
|
|
upload: {
|
|
deleteTip: 'pritisnite izbriši za brisanje',
|
|
delete: 'Izbriši',
|
|
preview: 'Pregled',
|
|
continue: 'Nastavak'
|
|
},
|
|
table: {
|
|
emptyText: 'Nema podataka',
|
|
confirmFilter: 'Potvrdi',
|
|
resetFilter: 'Resetiraj',
|
|
clearFilter: 'Sve',
|
|
sumText: 'Suma'
|
|
},
|
|
tree: {
|
|
emptyText: 'Nema podataka'
|
|
},
|
|
transfer: {
|
|
noMatch: 'Nema pronađenih podataka',
|
|
noData: 'Nema podataka',
|
|
titles: ['Lista 1', 'Lista 2'], // to be translated
|
|
filterPlaceholder: 'Unesite ključnu riječ', // to be translated
|
|
noCheckedFormat: '{total} stavki', // to be translated
|
|
hasCheckedFormat: '{checked}/{total} checked' // to be translated
|
|
},
|
|
image: {
|
|
error: 'FAILED' // to be translated
|
|
},
|
|
pageHeader: {
|
|
title: 'Back' // to be translated
|
|
},
|
|
popconfirm: {
|
|
confirmButtonText: 'Yes', // to be translated
|
|
cancelButtonText: 'No' // to be translated
|
|
}
|
|
}
|
|
};
|
|
module.exports = exports['default'];
|
|
}); |