Skip to content
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
33 changes: 33 additions & 0 deletions src/locale/uz_UZ.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
import type { Locale } from '../interface';

const locale: Locale = {
locale: 'uz_UZ',
today: 'Bugun',
now: 'Hozir',
backToToday: 'Bugunga qaytish',
ok: 'OK',
clear: 'Toza',
month: 'Oy',
year: 'Yil',
timeSelect: 'vaqtni tanlang',
dateSelect: 'sanani tanlang',
weekSelect: 'Haftani tanlang',
monthSelect: 'Oyni tanlang',
yearSelect: 'Yilni tanlang',
decadeSelect: 'O\'n yilni tanlang',
yearFormat: 'YYYY',
dateFormat: 'M/D/YYYY',
dayFormat: 'D',
dateTimeFormat: 'M/D/YYYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'Oldingi oy (PageUp)',
nextMonth: 'Keyingi oy (PageDown)',
previousYear: 'O\'tgan yili (Control + left)',
nextYear: 'Keyingi yil (Control + right)',
previousDecade: 'Oxirgi o\'n yil',
nextDecade: 'Keyingi o\'n yil',
previousCentury: 'O\'tgan asr',
nextCentury: 'Keyingi asr',
};

export default locale;