Skip to content

Commit 418436d

Browse files
island205Feng
authored andcommitted
i18n: support Kyrgyz language (ElemeFE#14174)
* Update i18n.md Submit the internationalization profile of element in Kyrgyz * Add international language - Kyrgyz
1 parent d9caf00 commit 418436d

File tree

4 files changed

+113
-1
lines changed

4 files changed

+113
-1
lines changed

examples/docs/en-US/i18n.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ Currently Element ships with the following languages:
217217
<li>Khmer (km)</li>
218218
<li>Serbian (sr)</li>
219219
<li>Basque (eu)</li>
220+
<li>Kyrgyz (kg)</li>
220221
</ul>
221222

222223
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ Actualmente Element está disponible en los siguientes idiomas:
217217
<li>Khmer (km)</li>
218218
<li>Serbian (sr)</li>
219219
<li>Vasco (eu)</li>
220+
<li>Kirguizstán (kg)</li>
220221
</ul>
221222

222-
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.
223+
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/zh-CN/i18n.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ ElementLocale.i18n((key, value) => i18n.t(key, value))
229229
<li>高棉语(km)</li>
230230
<li>塞尔维亚语(sr)</li>
231231
<li>巴斯克语(eu)</li>
232+
<li>吉尔吉斯语(kg)</li>
232233
</ul>
233234

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

src/locale/lang/kg.js

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
export default {
2+
el: {
3+
colorpicker: {
4+
confirm: 'Мурунку',
5+
clear: 'ачык'
6+
},
7+
datepicker: {
8+
now: 'азыр',
9+
today: 'бүгүн',
10+
cancel: 'жокко чыгарылды',
11+
clear: 'ачык',
12+
confirm: 'белгилөө',
13+
selectDate: 'дата',
14+
selectTime: 'тандоо убактысы',
15+
startDate: 'Башталган датасы',
16+
startTime: 'Start убакыт',
17+
endDate: 'Бүткөн датасы',
18+
endTime: 'End убакыт',
19+
prevYear: 'өткөн жылы',
20+
nextYear: 'бир жылдан кийин',
21+
prevMonth: 'Өткөн айда',
22+
nextMonth: 'Кийинки ай',
23+
year: 'жыл',
24+
month1: 'биринчи ай',
25+
month2: 'Экинчи айда',
26+
month3: 'Үчүнчү айда',
27+
month4: 'Төртүнчү айда',
28+
month5: 'бешинчи айда',
29+
month6: 'Алгачкы алты ай',
30+
month7: 'жетинчи айда',
31+
month8: 'сегизинчи ай',
32+
month9: 'Алгачкы тогуз ай',
33+
month10: 'онунчу айда',
34+
month11: 'он биринчи ай',
35+
month12: 'он экинчи айда',
36+
// week: '周次',
37+
weeks: {
38+
sun: 'жети жума',
39+
mon: 'дүйшөмбү',
40+
tue: 'шейшемби',
41+
wed: 'шаршемби',
42+
thu: 'бейшемби',
43+
fri: 'жума',
44+
sat: 'ишемби'
45+
},
46+
months: {
47+
jan: 'биринчи ай',
48+
feb: 'Экинчи айда',
49+
mar: 'Үчүнчү айда',
50+
apr: 'Төртүнчү айда',
51+
may: 'бешинчи айда',
52+
jun: 'Алгачкы алты ай',
53+
jul: 'жетинчи айда',
54+
aug: 'сегизинчи ай',
55+
sep: 'Алгачкы тогуз ай',
56+
oct: 'онунчу айда',
57+
nov: 'он биринчи ай',
58+
dec: 'он экинчи айда'
59+
}
60+
},
61+
select: {
62+
loading: 'Жүктөлүүдө',
63+
noMatch: 'Дал келген маалыматтар',
64+
noData: 'маалымат жок',
65+
placeholder: 'тандоо'
66+
},
67+
cascader: {
68+
noMatch: 'Дал келген маалыматтар',
69+
loading: 'Жүктөлүүдө',
70+
placeholder: 'тандоо'
71+
},
72+
pagination: {
73+
goto: 'Мурунку',
74+
pagesize: 'бир',
75+
total: 'бүтүндөй {total} сан ',
76+
pageClassifier: 'бет'
77+
},
78+
messagebox: {
79+
title: 'тез',
80+
confirm: 'белгилөө',
81+
cancel: 'жокко чыгарылды',
82+
error: 'Маалыматтарды киргизүү мыйзамдуу эмес!'
83+
},
84+
upload: {
85+
deleteTip: 'Жок кылуу баскычын басуу жок',
86+
delete: 'жок кылуу',
87+
preview: 'ЖМКнын картинки',
88+
continue: 'жүктөп бер'
89+
},
90+
table: {
91+
emptyText: 'маалымат жок',
92+
confirmFilter: 'чыпка',
93+
resetFilter: 'кайра орнотуу',
94+
clearFilter: 'бүткөн',
95+
sumText: 'Бардыгы болуп'
96+
},
97+
tree: {
98+
emptyText: 'маалымат жок'
99+
},
100+
transfer: {
101+
noMatch: 'Дал келген маалыматтар',
102+
noData: 'маалымат жок',
103+
titles: ['1 тизмеси', '2 тизмеси'],
104+
filterPlaceholder: 'Сураныч, издөө кирет',
105+
noCheckedFormat: 'бүтүндөй {total} сан',
106+
hasCheckedFormat: 'Тандалган {checked}/{total} сан'
107+
}
108+
}
109+
};

0 commit comments

Comments
 (0)