|
| 1 | +export default { |
| 2 | + el: { |
| 3 | + colorpicker: { |
| 4 | + confirm: 'Qabul qilish', |
| 5 | + clear: 'Tozalash' |
| 6 | + }, |
| 7 | + datepicker: { |
| 8 | + now: 'Hozir', |
| 9 | + today: 'Bugun', |
| 10 | + cancel: 'Bekor qilish', |
| 11 | + clear: 'Tozalash', |
| 12 | + confirm: 'Qabul qilish', |
| 13 | + selectDate: 'Kunni taladingiz', |
| 14 | + selectTime: 'Soatni tanladingiz', |
| 15 | + startDate: 'Boshlanish sanasi', |
| 16 | + startTime: 'Boshlanish vaqti', |
| 17 | + endDate: 'Tugash sanasi', |
| 18 | + endTime: 'Tugash vaqti', |
| 19 | + prevYear: 'O`tgan yil', |
| 20 | + nextYear: 'Kelgusi yil', |
| 21 | + prevMonth: 'O`tgan oy', |
| 22 | + nextMonth: 'Kelgusi oy', |
| 23 | + year: 'Yil', |
| 24 | + month1: 'Yanvar', |
| 25 | + month2: 'Fevral', |
| 26 | + month3: 'Mart', |
| 27 | + month4: 'Aprel', |
| 28 | + month5: 'May', |
| 29 | + month6: 'Iyun', |
| 30 | + month7: 'Iyul', |
| 31 | + month8: 'Avgust', |
| 32 | + month9: 'Sentyabr', |
| 33 | + month10: 'Oktabr', |
| 34 | + month11: 'Noyabr', |
| 35 | + month12: 'Dekabr', |
| 36 | + week: 'Hafta', |
| 37 | + weeks: { |
| 38 | + sun: 'Yak', |
| 39 | + mon: 'Dush', |
| 40 | + tue: 'Sesh', |
| 41 | + wed: 'Chor', |
| 42 | + thu: 'Pay', |
| 43 | + fri: 'Jum', |
| 44 | + sat: 'Shan' |
| 45 | + }, |
| 46 | + months: { |
| 47 | + jan: 'Yan', |
| 48 | + feb: 'Fev', |
| 49 | + mar: 'Mar', |
| 50 | + apr: 'Apr', |
| 51 | + may: 'May', |
| 52 | + jun: 'Iyun', |
| 53 | + jul: 'Iyul', |
| 54 | + aug: 'Avg', |
| 55 | + sep: 'Sen', |
| 56 | + oct: 'Okt', |
| 57 | + nov: 'Noy', |
| 58 | + dec: 'Dek' |
| 59 | + } |
| 60 | + }, |
| 61 | + select: { |
| 62 | + loading: 'Yuklanmoqda', |
| 63 | + noMatch: 'Mos ma`lumot yo`q', |
| 64 | + noData: 'Ma`lumot yo`q', |
| 65 | + placeholder: 'Tanladizngiz' |
| 66 | + }, |
| 67 | + cascader: { |
| 68 | + noMatch: 'Mos ma`lumot yo`q', |
| 69 | + loading: 'Yuklanmoqda', |
| 70 | + placeholder: 'Tanladingiz', |
| 71 | + noData: 'Ma`lumot yo`q' |
| 72 | + }, |
| 73 | + pagination: { |
| 74 | + goto: 'Borish', |
| 75 | + pagesize: '/page', |
| 76 | + total: 'Jami {total}', |
| 77 | + pageClassifier: '' |
| 78 | + }, |
| 79 | + messagebox: { |
| 80 | + title: 'Xabar', |
| 81 | + confirm: 'Qabul qilish', |
| 82 | + cancel: 'Bekor qilish', |
| 83 | + error: 'Xatolik' |
| 84 | + }, |
| 85 | + upload: { |
| 86 | + deleteTip: 'O`chirish tugmasini bosib o`chiring', |
| 87 | + delete: 'O`chirish', |
| 88 | + preview: 'Oldin ko`rish', |
| 89 | + continue: 'Joylashtirish' |
| 90 | + }, |
| 91 | + table: { |
| 92 | + emptyText: 'Bo`sh', |
| 93 | + confirmFilter: 'Qabul qilish', |
| 94 | + resetFilter: 'Oldingi holatga qaytarish', |
| 95 | + clearFilter: 'Jami', |
| 96 | + sumText: 'Summasi' |
| 97 | + }, |
| 98 | + tree: { |
| 99 | + emptyText: 'Ma`lumot yo`q' |
| 100 | + }, |
| 101 | + transfer: { |
| 102 | + noMatch: 'Mos ma`lumot topilmadi', |
| 103 | + noData: 'Ma`lumot yo`q', |
| 104 | + titles: ['List 1', 'List 2'], |
| 105 | + filterPlaceholder: 'Kalit so`zni kiriting', |
| 106 | + noCheckedFormat: '{total} ta element', |
| 107 | + hasCheckedFormat: '{checked}/{total} belgilandi' |
| 108 | + }, |
| 109 | + image: { |
| 110 | + error: 'Xatolik' |
| 111 | + }, |
| 112 | + pageHeader: { |
| 113 | + title: 'Orqaga' |
| 114 | + } |
| 115 | + } |
| 116 | +}; |
0 commit comments