UNPKG

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