UNPKG

2.89 kBJavaScriptView Raw
1'use strict';
2
3exports.__esModule = true;
4exports.default = {
5 el: {
6 colorpicker: {
7 confirm: 'Bone',
8 clear: 'Malplenigi'
9 },
10 datepicker: {
11 now: 'Nun',
12 today: 'Hodiaŭ',
13 cancel: 'Nuligi',
14 clear: 'Malplenigi',
15 confirm: 'Bone',
16 selectDate: 'Elektu daton',
17 selectTime: 'Elektu horon',
18 startDate: 'Komenca Dato',
19 startTime: 'Komenca Horo',
20 endDate: 'Fina Dato',
21 endTime: 'Fina Horo',
22 prevYear: 'Antaŭa Jaro',
23 nextYear: 'Sekva Jaro',
24 prevMonth: 'Antaŭa Monato',
25 nextMonth: 'Sekva Monato',
26 year: 'Jaro',
27 month1: 'Januaro',
28 month2: 'Februaro',
29 month3: 'Marto',
30 month4: 'Aprilo',
31 month5: 'Majo',
32 month6: 'Junio',
33 month7: 'Julio',
34 month8: 'Aŭgusto',
35 month9: 'Septembro',
36 month10: 'Oktobro',
37 month11: 'Novembro',
38 month12: 'Decembro',
39 week: 'Semajno',
40 weeks: {
41 sun: 'Dim',
42 mon: 'Lun',
43 tue: 'Mar',
44 wed: 'Mer',
45 thu: 'Ĵaŭ',
46 fri: 'Ven',
47 sat: 'Sab'
48 },
49 months: {
50 jan: 'Jan',
51 feb: 'Feb',
52 mar: 'Mar',
53 apr: 'Apr',
54 may: 'Maj',
55 jun: 'Jun',
56 jul: 'Jul',
57 aug: 'Aŭg',
58 sep: 'Sep',
59 oct: 'Okt',
60 nov: 'Nov',
61 dec: 'Dec'
62 }
63 },
64 select: {
65 loading: 'Ŝarĝante',
66 noMatch: 'Neniuj kongruaj datumoj',
67 noData: 'Neniuj datumoj',
68 placeholder: 'Bonvolu elekti'
69 },
70 cascader: {
71 noMatch: 'Neniuj kongruaj datumoj',
72 loading: 'Ŝarĝante',
73 placeholder: 'Bonvolu elekti',
74 noData: 'Neniuj datumoj'
75 },
76 pagination: {
77 goto: 'Iru al',
78 pagesize: '/ paĝo',
79 total: 'Entute {total}',
80 pageClassifier: ''
81 },
82 messagebox: {
83 title: 'Mesaĝo',
84 confirm: 'Bone',
85 cancel: 'Nuligi',
86 error: 'Nevalida Enigo!'
87 },
88 upload: {
89 deleteTip: 'Premu "Delete" por forigi',
90 delete: 'Forigi',
91 preview: 'Antaŭrigardi',
92 continue: 'Daŭrigi'
93 },
94 table: {
95 emptyText: 'Neniuj datumoj',
96 confirmFilter: 'Konfirmi',
97 resetFilter: 'Restarigi',
98 clearFilter: 'Ĉiuj',
99 sumText: 'Sumo'
100 },
101 tree: {
102 emptyText: 'Neniuj datumoj'
103 },
104 transfer: {
105 noMatch: 'Neniuj kongruaj datumoj',
106 noData: 'Neniuj datumoj',
107 titles: ['Listo 1', 'Listo 2'],
108 filterPlaceholder: 'Enigu ŝlosilvorton',
109 noCheckedFormat: '{total} elementoj',
110 hasCheckedFormat: '{checked}/{total} elektitaj'
111 },
112 image: {
113 error: 'MALSUKCESIS'
114 },
115 pageHeader: {
116 title: 'Reen'
117 },
118 popconfirm: {
119 confirmButtonText: 'Yes', // to be translated
120 cancelButtonText: 'No' // to be translated
121 },
122 empty: {
123 description: 'Neniuj datumoj'
124 }
125 }
126};
\No newline at end of file