2022-06-24 06:35:59 -04:00
< ? php
/**
* Common elements found throughout many areas of BookStack .
*/
return [
// Buttons
2023-10-30 07:16:19 -04:00
'cancel' => 'Bekor qilsih' ,
'close' => 'Yopish' ,
'confirm' => 'Tasdiqlang' ,
'back' => 'Orqaga' ,
'save' => 'Saqlash' ,
'continue' => 'Davom etish' ,
'select' => 'Tanlang' ,
'toggle_all' => 'Hammasini almashtirish' ,
'more' => 'Ko‘ proq' ,
2022-06-24 06:35:59 -04:00
// Form Labels
2023-10-30 07:16:19 -04:00
'name' => 'Nom' ,
'description' => 'Tavsif' ,
'role' => 'Rol' ,
'cover_image' => 'Muqova rasmi' ,
2024-02-28 07:19:36 -05:00
'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.' ,
2022-06-24 06:35:59 -04:00
// Actions
2023-10-30 07:16:19 -04:00
'actions' => 'Harakatlar' ,
'view' => 'Ko‘ rinish' ,
'view_all' => 'Hammasini ko‘ rish' ,
'new' => 'Yangi' ,
'create' => 'Yaratish' ,
'update' => 'Yangilash' ,
'edit' => 'Tahrirlash' ,
'sort' => 'Saralash' ,
'move' => 'Ko‘ chirish' ,
'copy' => 'Nusxalash' ,
'reply' => 'Javob berish' ,
'delete' => 'Oʻ chirish' ,
'delete_confirm' => 'Oʻ chirishni tasdiqlang' ,
'search' => 'Qidirish' ,
'search_clear' => 'Qidiruvni tozalash' ,
'reset' => 'Qayta o‘ rnatish' ,
'remove' => 'O‘ chirish' ,
'add' => 'Qo‘ shish' ,
'configure' => 'Sozlash' ,
'manage' => 'Boshqarish' ,
'fullscreen' => 'To‘ liq ekran' ,
'favourite' => 'Sevimli' ,
'unfavourite' => 'Sevimli emas' ,
'next' => 'Keyingisi' ,
'previous' => 'Oldingi' ,
'filter_active' => 'Faol filtr:' ,
'filter_clear' => 'Filtrni tozalash' ,
'download' => 'Yuklab olish' ,
'open_in_tab' => 'Tabda ochish' ,
'open' => 'Open' ,
2022-06-24 06:35:59 -04:00
// Sort Options
2023-10-30 07:16:19 -04:00
'sort_options' => 'Saralash opsiyalari' ,
'sort_direction_toggle' => 'Saralash yoʻ nalishini almashtirish' ,
'sort_ascending' => 'O‘ sish bo‘ yicha tartiblash' ,
'sort_descending' => 'Kamayish bo‘ yicha tartiblash' ,
'sort_name' => 'Nomi' ,
'sort_default' => 'Standart' ,
'sort_created_at' => 'Yaratilgan sana' ,
'sort_updated_at' => 'Yangilangan sana' ,
2022-06-24 06:35:59 -04:00
// Misc
2023-10-30 07:16:19 -04:00
'deleted_user' => 'O‘ chirilgan foydalanuvchi' ,
'no_activity' => 'Ko‘ rsatiladigan faollik yo‘ q' ,
'no_items' => 'Hech narsa mavjud emas' ,
'back_to_top' => 'Yuqoriga qaytish' ,
'skip_to_main_content' => 'Asosiy tarkibga o‘ tish' ,
'toggle_details' => 'Tafsilotlarni almashtirish' ,
'toggle_thumbnails' => 'Eskizlarni almashtirish' ,
'details' => 'Tafsilotlar' ,
'grid_view' => 'To‘ r ko‘ rinishi' ,
'list_view' => 'Roʻ yxat koʻ rinishi' ,
'default' => 'Standart' ,
'breadcrumb' => 'Non bo‘ laklari' ,
'status' => 'Holat' ,
'status_active' => 'Faol' ,
'status_inactive' => 'Faol emas' ,
'never' => 'Hech qachon' ,
'none' => 'Yo‘ q' ,
2022-06-24 06:35:59 -04:00
// Header
2023-10-30 07:16:19 -04:00
'homepage' => 'Bosh sahifa' ,
'header_menu_expand' => 'Sarlavha menyusini kengaytirish' ,
'profile_menu' => 'Profil menyusi' ,
'view_profile' => 'Profilni ko‘ rish' ,
'edit_profile' => 'Profilni tahrirlash' ,
'dark_mode' => 'Qorong‘ i rejim' ,
'light_mode' => 'Nur rejimi' ,
'global_search' => 'Global qidiruv' ,
2022-06-24 06:35:59 -04:00
// Layout tabs
2023-10-30 07:16:19 -04:00
'tab_info' => 'Ma‘ lumot' ,
'tab_info_label' => 'Yorliq: Ikkilamchi ma‘ lumotni ko‘ rsatish' ,
'tab_content' => 'Tarkib' ,
'tab_content_label' => 'Yorliq: Asosiy tarkibni ko‘ rsatish' ,
2022-06-24 06:35:59 -04:00
// Email Content
2023-10-30 07:16:19 -04:00
'email_action_help' => 'Agar siz ":actionText" tugmasini bosishda muammoga duch kelsangiz, quyidagi URL manzilidan nusxa oling va veb-brauzeringizga joylashtiring:' ,
'email_rights' => 'Barcha huquqlar himoyalangan' ,
2022-06-24 06:35:59 -04:00
// Footer Link Options
// Not directly used but available for convenience to users.
2023-10-30 07:16:19 -04:00
'privacy_policy' => 'Maxfiylik siyosati' ,
'terms_of_service' => 'Xizmat ko‘ rsatish shartlari' ,
2022-06-24 06:35:59 -04:00
];