UNPKG

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