]> BookStack Code Mirror - bookstack/blob - lang/uz/common.php
Dockerfile: Don't cache 50MB of lists and use a single layer, make it pretty
[bookstack] / lang / uz / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Bekor qilsih',
9     'close' => 'Yopish',
10     'confirm' => 'Tasdiqlang',
11     'back' => 'Orqaga',
12     'save' => 'Saqlash',
13     'continue' => 'Davom etish',
14     'select' => 'Tanlang',
15     'toggle_all' => 'Hammasini almashtirish',
16     'more' => 'Ko‘proq',
17
18     // Form Labels
19     'name' => 'Nom',
20     'description' => 'Tavsif',
21     'role' => 'Rol',
22     'cover_image' => 'Muqova rasmi',
23     'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.',
24
25     // Actions
26     'actions' => 'Harakatlar',
27     'view' => 'Ko‘rinish',
28     'view_all' => 'Hammasini ko‘rish',
29     'new' => 'Yangi',
30     'create' => 'Yaratish',
31     'update' => 'Yangilash',
32     'edit' => 'Tahrirlash',
33     'sort' => 'Saralash',
34     'move' => 'Ko‘chirish',
35     'copy' => 'Nusxalash',
36     'reply' => 'Javob berish',
37     'delete' => 'Oʻchirish',
38     'delete_confirm' => 'Oʻchirishni tasdiqlang',
39     'search' => 'Qidirish',
40     'search_clear' => 'Qidiruvni tozalash',
41     'reset' => 'Qayta o‘rnatish',
42     'remove' => 'O‘chirish',
43     'add' => 'Qo‘shish',
44     'configure' => 'Sozlash',
45     'manage' => 'Boshqarish',
46     'fullscreen' => 'To‘liq ekran',
47     'favourite' => 'Sevimli',
48     'unfavourite' => 'Sevimli emas',
49     'next' => 'Keyingisi',
50     'previous' => 'Oldingi',
51     'filter_active' => 'Faol filtr:',
52     'filter_clear' => 'Filtrni tozalash',
53     'download' => 'Yuklab olish',
54     'open_in_tab' => 'Tabda ochish',
55     'open' => 'Open',
56
57     // Sort Options
58     'sort_options' => 'Saralash opsiyalari',
59     'sort_direction_toggle' => 'Saralash yoʻnalishini almashtirish',
60     'sort_ascending' => 'O‘sish bo‘yicha tartiblash',
61     'sort_descending' => 'Kamayish bo‘yicha tartiblash',
62     'sort_name' => 'Nomi',
63     'sort_default' => 'Standart',
64     'sort_created_at' => 'Yaratilgan sana',
65     'sort_updated_at' => 'Yangilangan sana',
66
67     // Misc
68     'deleted_user' => 'O‘chirilgan foydalanuvchi',
69     'no_activity' => 'Ko‘rsatiladigan faollik yo‘q',
70     'no_items' => 'Hech narsa mavjud emas',
71     'back_to_top' => 'Yuqoriga qaytish',
72     'skip_to_main_content' => 'Asosiy tarkibga o‘tish',
73     'toggle_details' => 'Tafsilotlarni almashtirish',
74     'toggle_thumbnails' => 'Eskizlarni almashtirish',
75     'details' => 'Tafsilotlar',
76     'grid_view' => 'To‘r ko‘rinishi',
77     'list_view' => 'Roʻyxat koʻrinishi',
78     'default' => 'Standart',
79     'breadcrumb' => 'Non bo‘laklari',
80     'status' => 'Holat',
81     'status_active' => 'Faol',
82     'status_inactive' => 'Faol emas',
83     'never' => 'Hech qachon',
84     'none' => 'Yo‘q',
85
86     // Header
87     'homepage' => 'Bosh sahifa',
88     'header_menu_expand' => 'Sarlavha menyusini kengaytirish',
89     'profile_menu' => 'Profil menyusi',
90     'view_profile' => 'Profilni ko‘rish',
91     'edit_profile' => 'Profilni tahrirlash',
92     'dark_mode' => 'Qorong‘i rejim',
93     'light_mode' => 'Nur rejimi',
94     'global_search' => 'Global qidiruv',
95
96     // Layout tabs
97     'tab_info' => 'Ma‘lumot',
98     'tab_info_label' => 'Yorliq: Ikkilamchi ma‘lumotni ko‘rsatish',
99     'tab_content' => 'Tarkib',
100     'tab_content_label' => 'Yorliq: Asosiy tarkibni ko‘rsatish',
101
102     // Email Content
103     'email_action_help' => 'Agar siz ":actionText" tugmasini bosishda muammoga duch kelsangiz, quyidagi URL manzilidan nusxa oling va veb-brauzeringizga joylashtiring:',
104     'email_rights' => 'Barcha huquqlar himoyalangan',
105
106     // Footer Link Options
107     // Not directly used but available for convenience to users.
108     'privacy_policy' => 'Maxfiylik siyosati',
109     'terms_of_service' => 'Xizmat ko‘rsatish shartlari',
110 ];