UNPKG

2.91 kBJavaScriptView Raw
1'use strict';
2
3exports.__esModule = true;
4exports.default = {
5 el: {
6 colorpicker: {
7 confirm: 'Təsdiqlə',
8 clear: 'Təmizlə'
9 },
10 datepicker: {
11 now: 'İndi',
12 today: 'Bugün',
13 cancel: 'İmtina',
14 clear: 'Təmizlə',
15 confirm: 'Təsdiqlə',
16 selectDate: 'Taxir seç',
17 selectTime: 'Saat seç',
18 startDate: 'Başlanğıc Tarixi',
19 startTime: 'Başlanğıc Saatı',
20 endDate: 'Bitmə Tarixi',
21 endTime: 'Bitmə Saatı',
22 prevYear: 'Öncəki il',
23 nextYear: 'Sonrakı il',
24 prevMonth: 'Öncəki ay',
25 nextMonth: 'Sonrakı ay',
26 year: '',
27 month1: 'Yanvar',
28 month2: 'Fevral',
29 month3: 'Mart',
30 month4: 'Aprel',
31 month5: 'May',
32 month6: 'İyun',
33 month7: 'İyul',
34 month8: 'Avqust',
35 month9: 'Sentyabr',
36 month10: 'Oktyabr',
37 month11: 'Noyabr',
38 month12: 'Dekabr',
39 // week: 'week',
40 weeks: {
41 sun: 'Baz',
42 mon: 'B.e',
43 tue: 'Ç.a',
44 wed: 'Çər',
45 thu: 'C.a',
46 fri: 'Cüm',
47 sat: 'Şən'
48 },
49 months: {
50 jan: 'Yan',
51 feb: 'Fev',
52 mar: 'Mar',
53 apr: 'Apr',
54 may: 'May',
55 jun: 'İyn',
56 jul: 'İyl',
57 aug: 'Avq',
58 sep: 'Sen',
59 oct: 'Okt',
60 nov: 'Noy',
61 dec: 'Dek'
62 }
63 },
64 select: {
65 loading: 'Yüklənir',
66 noMatch: 'Nəticə tapılmadı',
67 noData: 'Məlumat yoxdur',
68 placeholder: 'Seç'
69 },
70 cascader: {
71 noMatch: 'Nəticə tapılmadı',
72 loading: 'Yüklənir',
73 placeholder: 'Seç',
74 noData: 'Məlumat yoxdur'
75 },
76 pagination: {
77 goto: 'Get',
78 pagesize: '/səhifə',
79 total: 'Toplam {total}',
80 pageClassifier: ''
81 },
82 messagebox: {
83 title: 'Mesaj',
84 confirm: 'Təsdiqlə',
85 cancel: 'İmtina',
86 error: 'Səhv'
87 },
88 upload: {
89 deleteTip: 'Sürüşdürmədən sonra sil',
90 delete: 'Sil',
91 preview: 'Ön izlə',
92 continue: 'Davam et'
93 },
94 table: {
95 emptyText: 'Məlumat yoxdur',
96 confirmFilter: 'Təsdiqlə',
97 resetFilter: 'Sıfırla',
98 clearFilter: 'Bütün',
99 sumText: 'Cəmi'
100 },
101 tree: {
102 emptyText: 'Məlumat yoxdur'
103 },
104 transfer: {
105 noMatch: 'Nəticə tapılmadı',
106 noData: 'Məlumat yoxdur',
107 titles: ['List 1', 'List 2'],
108 filterPlaceholder: 'Kəliməliri daxil et',
109 noCheckedFormat: '{total} ədəd',
110 hasCheckedFormat: '{checked}/{total} seçildi'
111 },
112 image: {
113 error: 'SƏHV' // to be translated
114 },
115 pageHeader: {
116 title: 'Geri' // to be translated
117 },
118 popconfirm: {
119 confirmButtonText: 'Bəli', // to be translated
120 cancelButtonText: 'Xeyr' // to be translated
121 },
122 empty: {
123 description: 'Məlumat yoxdur'
124 }
125 }
126};
\No newline at end of file