]> BookStack Code Mirror - bookstack/blob - lang/uz/common.php
Updated translations with latest Crowdin changes (#5622)
[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     'archive' => 'Archive',
34     'unarchive' => 'Un-Archive',
35     'sort' => 'Saralash',
36     'move' => 'Ko‘chirish',
37     'copy' => 'Nusxalash',
38     'reply' => 'Javob berish',
39     'delete' => 'Oʻchirish',
40     'delete_confirm' => 'Oʻchirishni tasdiqlang',
41     'search' => 'Qidirish',
42     'search_clear' => 'Qidiruvni tozalash',
43     'reset' => 'Qayta o‘rnatish',
44     'remove' => 'O‘chirish',
45     'add' => 'Qo‘shish',
46     'configure' => 'Sozlash',
47     'manage' => 'Boshqarish',
48     'fullscreen' => 'To‘liq ekran',
49     'favourite' => 'Sevimli',
50     'unfavourite' => 'Sevimli emas',
51     'next' => 'Keyingisi',
52     'previous' => 'Oldingi',
53     'filter_active' => 'Faol filtr:',
54     'filter_clear' => 'Filtrni tozalash',
55     'download' => 'Yuklab olish',
56     'open_in_tab' => 'Tabda ochish',
57     'open' => 'Open',
58
59     // Sort Options
60     'sort_options' => 'Saralash opsiyalari',
61     'sort_direction_toggle' => 'Saralash yoʻnalishini almashtirish',
62     'sort_ascending' => 'O‘sish bo‘yicha tartiblash',
63     'sort_descending' => 'Kamayish bo‘yicha tartiblash',
64     'sort_name' => 'Nomi',
65     'sort_default' => 'Standart',
66     'sort_created_at' => 'Yaratilgan sana',
67     'sort_updated_at' => 'Yangilangan sana',
68
69     // Misc
70     'deleted_user' => 'O‘chirilgan foydalanuvchi',
71     'no_activity' => 'Ko‘rsatiladigan faollik yo‘q',
72     'no_items' => 'Hech narsa mavjud emas',
73     'back_to_top' => 'Yuqoriga qaytish',
74     'skip_to_main_content' => 'Asosiy tarkibga o‘tish',
75     'toggle_details' => 'Tafsilotlarni almashtirish',
76     'toggle_thumbnails' => 'Eskizlarni almashtirish',
77     'details' => 'Tafsilotlar',
78     'grid_view' => 'To‘r ko‘rinishi',
79     'list_view' => 'Roʻyxat koʻrinishi',
80     'default' => 'Standart',
81     'breadcrumb' => 'Non bo‘laklari',
82     'status' => 'Holat',
83     'status_active' => 'Faol',
84     'status_inactive' => 'Faol emas',
85     'never' => 'Hech qachon',
86     'none' => 'Yo‘q',
87
88     // Header
89     'homepage' => 'Bosh sahifa',
90     'header_menu_expand' => 'Sarlavha menyusini kengaytirish',
91     'profile_menu' => 'Profil menyusi',
92     'view_profile' => 'Profilni ko‘rish',
93     'edit_profile' => 'Profilni tahrirlash',
94     'dark_mode' => 'Qorong‘i rejim',
95     'light_mode' => 'Nur rejimi',
96     'global_search' => 'Global qidiruv',
97
98     // Layout tabs
99     'tab_info' => 'Ma‘lumot',
100     'tab_info_label' => 'Yorliq: Ikkilamchi ma‘lumotni ko‘rsatish',
101     'tab_content' => 'Tarkib',
102     'tab_content_label' => 'Yorliq: Asosiy tarkibni ko‘rsatish',
103
104     // Email Content
105     'email_action_help' => 'Agar siz ":actionText" tugmasini bosishda muammoga duch kelsangiz, quyidagi URL manzilidan nusxa oling va veb-brauzeringizga joylashtiring:',
106     'email_rights' => 'Barcha huquqlar himoyalangan',
107
108     // Footer Link Options
109     // Not directly used but available for convenience to users.
110     'privacy_policy' => 'Maxfiylik siyosati',
111     'terms_of_service' => 'Xizmat ko‘rsatish shartlari',
112
113     // OpenSearch
114     'opensearch_description' => 'Search :appName',
115 ];