Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加维语语言包 #10585

Merged
merged 1 commit into from
Apr 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 109 additions & 0 deletions src/locale/lang/ug-CN
Original file line number Diff line number Diff line change
@@ -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: '1-ئاي',
month2: '2-ئاي',
month3: '3-ئاي',
month4: '4-ئاي',
month5: '5-ئاي',
month6: '6-ئاي',
month7: '7-ئاي',
month8: '8-ئاي',
month9: '9-ئاي',
month10: '10-ئاي',
month11: '11-ئاي',
month12: '12-ئاي',
// week: '周次',
weeks: {
sun: 'يەكشەنبە',
mon: 'دۈشەنبە',
tue: 'سەيشەنبە',
wed: 'چارشەنبە',
thu: 'پەيشەنبە',
fri: 'جۈمە',
sat: 'شەنبە'
},
months: {
jan: '1-ئاي',
feb: '2-ئاي',
mar: '3-ئاي',
apr: '4-ئاي',
may: '5-ئاي',
jun: '6-ئاي',
jul: '7-ئاي',
aug: '8-ئاي',
sep: '9-ئاي',
oct: '10-ئاي',
nov: '11-ئاي',
dec: '12-ئاي'
}
},
select: {
loading: 'يۈكلىنىۋاتىدۇ',
noMatch: 'ئۇچۇر تېپىلمىدى',
noData: 'ئۇچۇر يوق',
placeholder: 'تاللاڭ'
},
cascader: {
noMatch: 'ئۇچۇر تېپىلمىدى',
loading: 'يۈكلىنىۋاتىدۇ',
placeholder: 'تاللاڭ'
},
pagination: {
goto: 'كىيىنكى بەت',
pagesize: 'تال/بەت',
total: 'جەمئىي {total} تال',
pageClassifier: 'بەت'
},
messagebox: {
title: 'ئەسكەرتىش',
confirm: 'جەزىملەش',
cancel: 'بىكار قىلىش',
error: 'كىرگۈزگەن ئۇچۇرىڭىزدا خاتالىق بار!'
},
upload: {
deleteTip: 'delete كۇنپكىسىنى بېسىپ ئۆچۈرەلەيسىز',
delete: 'ئۆچۈرۈش',
preview: 'رەسىمنى كۆرۈش',
continue: 'رەسىم يوللاش'
},
table: {
emptyText: 'ئۇچۇر يوق',
confirmFilter: 'سۈزگۈچ',
resetFilter: 'قايتا تولدۇرۇش',
clearFilter: 'ھەممە',
sumText: 'جەمئىي'
},
tree: {
emptyText: 'ئۇچۇر يوق'
},
transfer: {
noMatch: 'ئۇچۇر تېپىلمىدى',
noData: 'ئۇچۇر يوق',
titles: ['جەدۋەل 1', 'جەدۋەل 2'],
filterPlaceholder: 'ئىزدىمەكچى بولغان مەزمۇننى كىرگۈزۈڭ',
noCheckedFormat: 'جەمئىي {total} تۈر',
hasCheckedFormat: 'تاللانغىنى {checked}/{total} تۈر'
}
}
};