]> BookStack Code Mirror - bookstack/blob - resources/lang/uz/components.php
c6ae940d89c37272aac030baf7e8480482d86b8c
[bookstack] / resources / lang / uz / components.php
1 <?php
2 /**
3  * Text used in custom JavaScript driven components.
4  */
5 return [
6
7     // Image Manager
8     'image_select' => 'Rasmni tanlash',
9     'image_all' => 'Barchasi',
10     'image_all_title' => 'Barcha rasmlarni ko\'rish',
11     'image_book_title' => 'Ushbu kitobga yuklangan barcha rasmlarni ko\'rish',
12     'image_page_title' => 'Ushbu sahifaga yuklangan barcha rasmlarni ko\'rish',
13     'image_search_hint' => 'Rasmni nomi bo\'yicha izlash',
14     'image_uploaded' => ':uploadedDate sanada yuklangan',
15     'image_load_more' => 'Yana yuklash',
16     'image_image_name' => 'Rasm nomi',
17     'image_delete_used' => 'This image is used in the pages below.',
18     'image_delete_confirm_text' => 'Are you sure you want to delete this image?',
19     'image_select_image' => 'Rasmni tanlash',
20     'image_dropzone' => 'Drop images or click here to upload',
21     'images_deleted' => 'Images Deleted',
22     'image_preview' => 'Image Preview',
23     'image_upload_success' => 'Image uploaded successfully',
24     'image_update_success' => 'Image details successfully updated',
25     'image_delete_success' => 'Image successfully deleted',
26     'image_upload_remove' => 'Olib tashlash',
27
28     // Code Editor
29     'code_editor' => 'Kodni tahrirlash',
30     'code_language' => 'Kod tili',
31     'code_content' => 'Kod matni',
32     'code_session_history' => 'Sessiya tarixi',
33     'code_save' => 'Kodni saqlash',
34 ];