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

Added Uzbek language #15796

Merged
merged 2 commits into from
Jun 18, 2019
Merged
Changes from 1 commit
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
112 changes: 112 additions & 0 deletions src/locale/lang/uz-UZ.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
'use strict';

exports.__esModule = true;
exports.default = {
Copy link
Contributor

@island205 island205 Jun 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those lines above this one are not need.

el: {
colorpicker: {
confirm: 'Qabul qilish',
clear: 'Tozalash'
},
datepicker: {
now: 'Hozir',
today: 'Bugun',
cancel: 'Bekor qilish',
clear: 'Tozalash',
confirm: 'Qabul qilish',
selectDate: 'Kunni taladingiz',
selectTime: 'Soatni tanladingiz',
startDate: 'Boshlanish sanasi',
startTime: 'Boshlanish vaqti',
endDate: 'Tugash sanasi',
endTime: 'Tugash vaqti',
prevYear: 'O`tgan yil',
nextYear: 'Kelgusi yil',
prevMonth: 'O`tgan oy',
nextMonth: 'Kelgusi oy',
year: 'Yil',
month1: 'Yanvar',
month2: 'Fevral',
month3: 'Mart',
month4: 'Aprel',
month5: 'May',
month6: 'Iyun',
month7: 'Iyul',
month8: 'Avgust',
month9: 'Sentyabr',
month10: 'Oktabr',
month11: 'Noyabr',
month12: 'Dekabr',
week: 'Hafta',
weeks: {
sun: 'Yak',
mon: 'Dush',
tue: 'Sesh',
wed: 'Chor',
thu: 'Pay',
fri: 'Jum',
sat: 'Shan'
},
months: {
jan: 'Yan',
feb: 'Fev',
mar: 'Mar',
apr: 'Apr',
may: 'May',
jun: 'Iyun',
jul: 'Iyul',
aug: 'Avg',
sep: 'Sen',
oct: 'Okt',
nov: 'Noy',
dec: 'Dek'
}
},
select: {
loading: 'Yuklanmoqda',
noMatch: 'Mos ma`lumot yo`q',
noData: 'Ma`lumot yo`q',
placeholder: 'Tanladizngiz'
},
cascader: {
noMatch: 'Mos ma`lumot yo`q',
loading: 'Yuklanmoqda',
placeholder: 'Tanladingiz'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

},
pagination: {
goto: 'Borish',
pagesize: '/page',
total: 'Jami {total}',
pageClassifier: ''
},
messagebox: {
title: 'Xabar',
confirm: 'Qabul qilish',
cancel: 'Bekor qilish',
error: 'Xatolik'
},
upload: {
deleteTip: 'O`chirish tugmasini bosib o`chiring',
delete: 'O`chirish',
preview: 'Oldin ko`rish',
continue: 'Joylashtirish'
},
table: {
emptyText: 'Bo`sh',
confirmFilter: 'Qabul qilish',
resetFilter: 'Oldingi holatga qaytarish',
clearFilter: 'Jami',
sumText: 'Summasi'
},
tree: {
emptyText: 'Ma`lumot yo`q'
},
transfer: {
noMatch: 'Mos ma`lumot topilmadi',
noData: 'Ma`lumot yo`q',
titles: ['List 1', 'List 2'],
filterPlaceholder: 'Kalit so`zni kiriting',
noCheckedFormat: '{total} ta element',
hasCheckedFormat: '{checked}/{total} belgilandi'
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

}
};