mirror of https://github.com/ElemeFE/element
i18n: add Khmer language (km) (#11239)
* Adding Khmer language (Cambodia) to project * adding khmer languagepull/11260/head
parent
c889a615f5
commit
4d59616728
|
@ -214,6 +214,7 @@ Currently Element ships with the following languages:
|
||||||
<li>Romanian (ro)</li>
|
<li>Romanian (ro)</li>
|
||||||
<li>Kurdish (ku)</li>
|
<li>Kurdish (ku)</li>
|
||||||
<li>Uighur (ug-CN)</li>
|
<li>Uighur (ug-CN)</li>
|
||||||
|
<li>Khmer (km)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
|
@ -214,6 +214,7 @@ Actualmente Element está disponible en los siguientes idiomas:
|
||||||
<li>Romanian (ro)</li>
|
<li>Romanian (ro)</li>
|
||||||
<li>Kurdish (ku)</li>
|
<li>Kurdish (ku)</li>
|
||||||
<li>Uighur (ug-CN)</li>
|
<li>Uighur (ug-CN)</li>
|
||||||
|
<li>Khmer (km)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
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.
|
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.
|
|
@ -226,6 +226,7 @@ ElementLocale.i18n((key, value) => i18n.t(key, value))
|
||||||
<li>罗马尼亚语(ro)</li>
|
<li>罗马尼亚语(ro)</li>
|
||||||
<li>库尔德语(ku)</li>
|
<li>库尔德语(ku)</li>
|
||||||
<li>维吾尔语(ug-CN)</li>
|
<li>维吾尔语(ug-CN)</li>
|
||||||
|
<li>高棉语(km)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
如果你需要使用其他的语言,欢迎贡献 PR:只需在 [这里](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) 添加一个语言配置文件即可。
|
如果你需要使用其他的语言,欢迎贡献 PR:只需在 [这里](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) 添加一个语言配置文件即可。
|
||||||
|
|
|
@ -0,0 +1,109 @@
|
||||||
|
export default {
|
||||||
|
el: {
|
||||||
|
colorpicker: {
|
||||||
|
confirm: 'យល់ព្រម',
|
||||||
|
clear: 'លុប'
|
||||||
|
},
|
||||||
|
datepicker: {
|
||||||
|
now: 'ឥឡូវនេះ',
|
||||||
|
today: 'ថ្ងៃនេះ',
|
||||||
|
cancel: 'បោះបង់',
|
||||||
|
clear: 'លុប',
|
||||||
|
confirm: 'យល់ព្រម',
|
||||||
|
selectDate: 'ជ្រើសរើសថ្ងៃ',
|
||||||
|
selectTime: 'ជ្រើសរើសម៉ោង',
|
||||||
|
startDate: 'ថ្ងៃចាប់ផ្តើម',
|
||||||
|
startTime: 'ម៉ោងចាប់ផ្តើម',
|
||||||
|
endDate: 'ថ្ងៃបញ្ចប់',
|
||||||
|
endTime: 'ម៉ោងបញ្ចប់',
|
||||||
|
prevYear: 'ឆ្នាំមុន',
|
||||||
|
nextYear: 'ឆ្នាំក្រោយ',
|
||||||
|
prevMonth: 'ខែមុន',
|
||||||
|
nextMonth: 'ខែក្រោយ',
|
||||||
|
year: 'ឆ្នាំ',
|
||||||
|
month1: 'មករា',
|
||||||
|
month2: 'កុម្ភៈ',
|
||||||
|
month3: 'មីនា',
|
||||||
|
month4: 'មេសា',
|
||||||
|
month5: 'ឧសភា',
|
||||||
|
month6: 'មិថុនា',
|
||||||
|
month7: 'កក្កដា',
|
||||||
|
month8: 'សីហា',
|
||||||
|
month9: 'កញ្ញា',
|
||||||
|
month10: 'តុលា',
|
||||||
|
month11: 'វិច្ឆកា',
|
||||||
|
month12: 'ធ្នូ',
|
||||||
|
// week: 'week',
|
||||||
|
weeks: {
|
||||||
|
sun: 'អាទិត្យ',
|
||||||
|
mon: 'Mon',
|
||||||
|
tue: 'អង្គារ',
|
||||||
|
wed: 'ពុធ',
|
||||||
|
thu: 'ព្រ.ហ',
|
||||||
|
fri: 'សុក្រ',
|
||||||
|
sat: 'សៅរ៏'
|
||||||
|
},
|
||||||
|
months: {
|
||||||
|
jan: 'មករា',
|
||||||
|
feb: 'កុម្ភៈ',
|
||||||
|
mar: 'មីនា',
|
||||||
|
apr: 'មេសា',
|
||||||
|
may: 'ឧសភា',
|
||||||
|
jun: 'មិថុនា',
|
||||||
|
jul: 'កក្កដា',
|
||||||
|
aug: 'សីហា',
|
||||||
|
sep: 'កញ្ញា',
|
||||||
|
oct: 'តុលា',
|
||||||
|
nov: 'វិច្ឆកា',
|
||||||
|
dec: 'ធ្នូ'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
select: {
|
||||||
|
loading: 'កំពុងផ្ទុក',
|
||||||
|
noMatch: 'គ្មានទិន្ន័យដូច',
|
||||||
|
noData: 'គ្មានទិន្ន័យ',
|
||||||
|
placeholder: 'ជ្រើសរើស'
|
||||||
|
},
|
||||||
|
cascader: {
|
||||||
|
noMatch: 'គ្មានទិន្ន័យដូច',
|
||||||
|
loading: 'កំពុងផ្ទុក',
|
||||||
|
placeholder: 'ជ្រើសរើស'
|
||||||
|
},
|
||||||
|
pagination: {
|
||||||
|
goto: 'ទៅកាន់',
|
||||||
|
pagesize: '/ទំព័រ',
|
||||||
|
total: 'សរុប {total}',
|
||||||
|
pageClassifier: ''
|
||||||
|
},
|
||||||
|
messagebox: {
|
||||||
|
title: 'សារ',
|
||||||
|
confirm: 'យល់ព្រម',
|
||||||
|
cancel: 'បោះបង់',
|
||||||
|
error: 'ការបញ្ចូលមិនអនុញ្ញាត'
|
||||||
|
},
|
||||||
|
upload: {
|
||||||
|
deleteTip: 'ចុចលុបដើម្បីដកចេញ',
|
||||||
|
delete: 'លុប',
|
||||||
|
preview: 'មើល',
|
||||||
|
continue: 'បន្ត'
|
||||||
|
},
|
||||||
|
table: {
|
||||||
|
emptyText: 'គ្មានទិន្ន័យ',
|
||||||
|
confirmFilter: 'យល់ព្រម',
|
||||||
|
resetFilter: 'កំណត់ឡើងវិញ',
|
||||||
|
clearFilter: 'ទាំងអស់',
|
||||||
|
sumText: 'បូក'
|
||||||
|
},
|
||||||
|
tree: {
|
||||||
|
emptyText: 'គ្មានទិន្ន័យ'
|
||||||
|
},
|
||||||
|
transfer: {
|
||||||
|
noMatch: 'គ្មានទិន្ន័យដូច',
|
||||||
|
noData: 'គ្មានទិន្ន័យ',
|
||||||
|
titles: ['បញ្ជី ១', 'បញ្ជី ២'],
|
||||||
|
filterPlaceholder: 'បញ្ចូលពាក្យ',
|
||||||
|
noCheckedFormat: '{total} ធាតុ',
|
||||||
|
hasCheckedFormat: '{checked}/{total} បានគូសធីក'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
Loading…
Reference in New Issue