BookStack/lang/uz/common.php

111 lines
3.8 KiB
PHP
Raw Normal View History

2022-06-24 10:35:59 +00:00
<?php
/**
* Common elements found throughout many areas of BookStack.
*/
return [
// Buttons
'cancel' => 'Bekor qilsih',
'close' => 'Yopish',
'confirm' => 'Tasdiqlang',
'back' => 'Orqaga',
'save' => 'Saqlash',
'continue' => 'Davom etish',
'select' => 'Tanlang',
'toggle_all' => 'Hammasini almashtirish',
'more' => 'Koproq',
2022-06-24 10:35:59 +00:00
// Form Labels
'name' => 'Nom',
'description' => 'Tavsif',
'role' => 'Rol',
'cover_image' => 'Muqova rasmi',
'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 10:35:59 +00:00
// Actions
'actions' => 'Harakatlar',
'view' => 'Korinish',
'view_all' => 'Hammasini korish',
'new' => 'Yangi',
'create' => 'Yaratish',
'update' => 'Yangilash',
'edit' => 'Tahrirlash',
'sort' => 'Saralash',
'move' => 'Kochirish',
'copy' => 'Nusxalash',
'reply' => 'Javob berish',
'delete' => 'Oʻchirish',
'delete_confirm' => 'Oʻchirishni tasdiqlang',
'search' => 'Qidirish',
'search_clear' => 'Qidiruvni tozalash',
'reset' => 'Qayta ornatish',
'remove' => 'Ochirish',
'add' => 'Qoshish',
'configure' => 'Sozlash',
'manage' => 'Boshqarish',
'fullscreen' => 'Toliq 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 10:35:59 +00:00
// Sort Options
'sort_options' => 'Saralash opsiyalari',
'sort_direction_toggle' => 'Saralash yoʻnalishini almashtirish',
'sort_ascending' => 'Osish boyicha tartiblash',
'sort_descending' => 'Kamayish boyicha tartiblash',
'sort_name' => 'Nomi',
'sort_default' => 'Standart',
'sort_created_at' => 'Yaratilgan sana',
'sort_updated_at' => 'Yangilangan sana',
2022-06-24 10:35:59 +00:00
// Misc
'deleted_user' => 'Ochirilgan foydalanuvchi',
'no_activity' => 'Korsatiladigan faollik yoq',
'no_items' => 'Hech narsa mavjud emas',
'back_to_top' => 'Yuqoriga qaytish',
'skip_to_main_content' => 'Asosiy tarkibga otish',
'toggle_details' => 'Tafsilotlarni almashtirish',
'toggle_thumbnails' => 'Eskizlarni almashtirish',
'details' => 'Tafsilotlar',
'grid_view' => 'Tor korinishi',
'list_view' => 'Roʻyxat koʻrinishi',
'default' => 'Standart',
'breadcrumb' => 'Non bolaklari',
'status' => 'Holat',
'status_active' => 'Faol',
'status_inactive' => 'Faol emas',
'never' => 'Hech qachon',
'none' => 'Yoq',
2022-06-24 10:35:59 +00:00
// Header
'homepage' => 'Bosh sahifa',
'header_menu_expand' => 'Sarlavha menyusini kengaytirish',
'profile_menu' => 'Profil menyusi',
'view_profile' => 'Profilni korish',
'edit_profile' => 'Profilni tahrirlash',
'dark_mode' => 'Qorongi rejim',
'light_mode' => 'Nur rejimi',
'global_search' => 'Global qidiruv',
2022-06-24 10:35:59 +00:00
// Layout tabs
'tab_info' => 'Malumot',
'tab_info_label' => 'Yorliq: Ikkilamchi malumotni korsatish',
'tab_content' => 'Tarkib',
'tab_content_label' => 'Yorliq: Asosiy tarkibni korsatish',
2022-06-24 10:35:59 +00:00
// Email Content
'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 10:35:59 +00:00
// Footer Link Options
// Not directly used but available for convenience to users.
'privacy_policy' => 'Maxfiylik siyosati',
'terms_of_service' => 'Xizmat korsatish shartlari',
2022-06-24 10:35:59 +00:00
];