hyb
2025-05-14 87453ffd761425b9f363a09a0f8fe07d770cb325
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
'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
        }
    }
};