@eslamdevui/ui
Version:
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
130 lines (129 loc) • 2.96 kB
JavaScript
import { defineLocale } from "../composables/defineLocale.js";
export default defineLocale({
name: "O\u02BBzbek",
code: "uz",
messages: {
alert: {
close: "Yopish"
},
authForm: {
hidePassword: "Parolni yashirish",
showPassword: "Parolni ko'rsatish",
submit: "Davom etish"
},
banner: {
close: "Yopish"
},
calendar: {
nextMonth: "Keyingi oy",
nextYear: "Keyingi yil",
prevMonth: "Oldingi oy",
prevYear: "Oldingi yil"
},
carousel: {
dots: "Ko\u02BBrsatish uchun slaydni tanlang",
goto: "{slide}-slaydga o'tish",
next: "Oldinga",
prev: "Ortga"
},
chatPrompt: {
placeholder: "Bu yerda savolingizni yozing\u2026"
},
chatPromptSubmit: {
label: "Jo'natish"
},
colorMode: {
dark: "Qorong'i",
light: "Yorug'",
switchToDark: "Qorong'i rejimga o'tish",
switchToLight: "Yorug' rejimga o'tish",
system: "Tizim"
},
commandPalette: {
back: "Orqaga",
close: "Yopish",
noData: "Ma\u02BClumot yo\u02BBq",
noMatch: "Mos keluvchi natija topilmadi",
placeholder: "Buyruq kiriting yoki qidiring\u2026"
},
contentSearch: {
links: "Havolalar",
theme: "Mavzu"
},
contentSearchButton: {
label: "Qidirish\u2026"
},
contentToc: {
title: "Ushbu sahifada"
},
dashboardSearch: {
theme: "Mavzu"
},
dashboardSearchButton: {
label: "Qidirish\u2026"
},
dashboardSidebarCollapse: {
collapse: "Yon panelni yig'ish",
expand: "Yon panelni kengaytirish"
},
dashboardSidebarToggle: {
close: "Yon panelni yopish",
open: "Yon panelni ochish"
},
error: {
clear: "Bosh sahifaga qaytish"
},
fileUpload: {
removeFile: "{filename}ni o\u02BBchirish"
},
header: {
close: "Menyuni yopish",
open: "Menyuni ochish"
},
inputMenu: {
create: '"{label}" yaratish',
noData: "Ma\u02BClumot yo\u02BBq",
noMatch: "Mos keluvchi natija topilmadi"
},
inputNumber: {
decrement: "Ayirish",
increment: "Qo\u02BBshish"
},
modal: {
close: "Yopish"
},
pricingTable: {
caption: "Narx planlarini taqqoslash"
},
prose: {
codeCollapse: {
closeText: "Yig'ish",
name: "kod",
openText: "Kengaytirish"
},
collapsible: {
closeText: "Yashirish",
name: "xususiyatlar",
openText: "Ko'rsatish"
},
pre: {
copy: "Koddan buferga nusxa olish"
}
},
selectMenu: {
create: '"{label}" yaratish',
noData: "Ma\u02BClumot yo\u02BBq",
noMatch: "Mos keluvchi natija topilmadi",
search: "Qidirish\u2026"
},
slideover: {
close: "Yopish"
},
table: {
noData: "Ma\u02BClumot yo\u02BBq"
},
toast: {
close: "Yopish"
}
}
});