Skip to content

Commit a907d39

Browse files
maxkoryukovziyoung
authored andcommitted
i18n: add Esperanto translation (#16955)
1 parent 4680e55 commit a907d39

File tree

5 files changed

+120
-0
lines changed

5 files changed

+120
-0
lines changed

examples/docs/en-US/i18n.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ Currently Element ships with the following languages:
220220
<li>Kyrgyz (kg)</li>
221221
<li>Armenian (hy)</li>
222222
<li>Croatian (hr)</li>
223+
<li>Esperanto (eo)</li>
223224
</ul>
224225

225226
If your target language is not included, you are more than welcome to contribute: just add another language config [here](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) and create a pull request.

examples/docs/es/i18n.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ Actualmente Element está disponible en los siguientes idiomas:
220220
<li>Kirguizstán (kg)</li>
221221
<li>Armenio (hy)</li>
222222
<li>Croatian (hr)</li>
223+
<li>Esperanto (eo)</li>
223224
</ul>
224225

225226
Si su idioma de destino no está incluido, puede contribuir: simplemente añada [aqui](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) otra configuración de idioma y cree un pull request.

examples/docs/fr-FR/i18n.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ Actuellement, Element supporte les langues suivantes:
223223
<li>Kirghize (kg)</li>
224224
<li>Croate (hr)</li>
225225
<li>Arménien (hy)</li>
226+
<li>Espéranto (eo)</li>
226227
</ul>
227228

228229
Si votre langue n'apparaît pas dans la liste, n'hésitez pas a contribuer: ajoutez simplement un fichier de configuration [ici](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) et créez une pull request.

examples/docs/zh-CN/i18n.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ ElementLocale.i18n((key, value) => i18n.t(key, value))
222222
<li>吉尔吉斯语(kg)</li>
223223
<li>亚美尼亚语 (hy)</li>
224224
<li>克罗地亚 (hr)</li>
225+
<li>世界语 (eo)</li>
225226
</ul>
226227

227228
如果你需要使用其他的语言,欢迎贡献 PR:只需在 [这里](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) 添加一个语言配置文件即可。

src/locale/lang/eo.js

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

0 commit comments

Comments
 (0)