UNPKG

2.98 kBJavaScriptView Raw
1export default {
2 el: {
3 colorpicker: {
4 confirm: 'Sawa',
5 clear: 'Futa'
6 },
7 datepicker: {
8 now: 'Hivi Punde',
9 today: 'Leo',
10 cancel: 'Katisha',
11 clear: 'Futa',
12 confirm: 'Sawa',
13 selectDate: 'Chagua tarehe',
14 selectTime: 'Chagua Muda',
15 startDate: 'Kuanzia tarehe',
16 startTime: 'Kuanzia saa',
17 endDate: 'Mpaka Tarehe',
18 endTime: 'Mpaka Saa',
19 prevYear: 'Mwaka uliopita',
20 nextYear: 'Mwaka ujao',
21 prevMonth: 'Mwezi uliopita',
22 nextMonth: 'Mwezi ujao',
23 year: '',
24 month1: 'Januari',
25 month2: 'Februari',
26 month3: 'Machi',
27 month4: 'Aprili',
28 month5: 'Mei',
29 month6: 'Juni',
30 month7: 'Jalai',
31 month8: 'Agosti',
32 month9: 'Septemba',
33 month10: 'Oktoba',
34 month11: 'Novemba',
35 month12: 'Disemba',
36 week: 'wili',
37 weeks: {
38 sun: 'J2',
39 mon: 'J3',
40 tue: 'J4',
41 wed: 'J5',
42 thu: 'Alhamis',
43 fri: 'Ijumaa',
44 sat: 'J1'
45 },
46 months: {
47 jan: 'Jan',
48 feb: 'Feb',
49 mar: 'Mar',
50 apr: 'Apr',
51 may: 'Mei',
52 jun: 'Jun',
53 jul: 'Jul',
54 aug: 'Ago',
55 sep: 'Sep',
56 oct: 'Okt',
57 nov: 'Nov',
58 dec: 'Dec'
59 }
60 },
61 select: {
62 loading: 'Inapakia',
63 noMatch: 'Hakuna Matokeo yaliyofanana',
64 noData: 'Hakuna Matokeo',
65 placeholder: 'Chagua'
66 },
67 cascader: {
68 noMatch: 'Hakuna Matokeo yaliyofanana',
69 loading: 'Inapakia',
70 placeholder: 'Chagua',
71 noData: 'Hakuna Matokeo'
72 },
73 pagination: {
74 goto: 'Nenda',
75 pagesize: '/page',
76 total: 'Jumla {total}',
77 pageClassifier: ''
78 },
79 messagebox: {
80 title: 'Ujumbe',
81 confirm: 'Sawa',
82 cancel: 'Katisha',
83 error: 'Maingizo yasiyo sahihi'
84 },
85 upload: {
86 deleteTip: 'bonyeza futa kuondoa',
87 delete: 'Futa',
88 preview: 'Onyesha',
89 continue: 'Endelea'
90 },
91 table: {
92 emptyText: 'Hakuna Data',
93 confirmFilter: 'Hakikisha',
94 resetFilter: 'Ondoa Kichujio',
95 clearFilter: 'Zote',
96 sumText: 'Jumla'
97 },
98 tree: {
99 emptyText: 'Hakuna Data'
100 },
101 transfer: {
102 noMatch: 'Hakuna Matokeo yaliyofanana',
103 noData: 'Hakuna Data',
104 titles: ['List 1', 'List 2'], // to be translated
105 filterPlaceholder: 'Enter keyword', // to be translated
106 noCheckedFormat: '{total} ya zote', // to be translated
107 hasCheckedFormat: '{checked}/{total} zilizochaguliwa' // to be translated
108 },
109 image: {
110 error: 'IMEFELI'
111 },
112 pageHeader: {
113 title: 'Nyuma' // to be translated
114 },
115 popconfirm: {
116 confirmButtonText: 'Ndio',
117 cancelButtonText: 'Hapana'
118 },
119 empty: {
120 description: 'Hakuna Data'
121 }
122 }
123};