tu-view-plus
Version:
139 lines (138 loc) • 3.26 kB
JavaScript
const a = {
name: "uz-uz",
tu: {
colorpicker: {
confirm: "Qabul qilish",
clear: "Tozalash"
},
datepicker: {
now: "Hozir",
today: "Bugun",
cancel: "Bekor qilish",
clear: "Tozalash",
confirm: "Qabul qilish",
selectDate: "Kunni tanlash",
selectTime: "Soatni tanlash",
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: "Sentabr",
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 topilmadi",
loading: "Yuklanmoqda",
placeholder: "Tanlash",
noData: "Maʼlumot yoʻq"
},
pagination: {
goto: "Oʻtish",
pagesize: "/sahifa",
total: "Barchasi {total} ta",
pageClassifier: "",
page: "Page",
// to be translated
prev: "Go to previous page",
// to be translated
next: "Go to next page",
// to be translated
currentPage: "page {pager}",
// to be translated
prevPages: "Previous {pager} pages",
// to be translated
nextPages: "Next {pager} pages"
// to be translated
},
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: "Davom qilish"
},
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: ["1-jadval", "2-jadval"],
filterPlaceholder: "Kalit soʻzni kiriting",
noCheckedFormat: "{total} ta element",
hasCheckedFormat: "{checked}/{total} ta belgilandi"
},
image: {
error: "Xatolik"
},
pageHeader: {
title: "Orqaga"
},
popconfirm: {
confirmButtonText: "Yes",
// to be translated
cancelButtonText: "No"
// to be translated
}
}
};
export {
a as default
};