]> BookStack Code Mirror - bookstack/blob - resources/lang/uz/activities.php
Merge branch 'development' of github.com:BookStackApp/BookStack into development
[bookstack] / resources / lang / uz / activities.php
1 <?php
2 /**
3  * Activity text strings.
4  * Is used for all the text within activity logs & notifications.
5  */
6 return [
7
8     // Pages
9     'page_create'                 => 'yaratilgan sahifa',
10     'page_create_notification'    => 'Sahifa muvaffaqiyatli yaratildi',
11     'page_update'                 => 'yangilangan sahifa',
12     'page_update_notification'    => 'Sahifa muvaffaqiyatli yangilandi',
13     'page_delete'                 => 'o\'chirilgan sahifa',
14     'page_delete_notification'    => 'Sahifa muvaffaqiyatli o\'chirildi',
15     'page_restore'                => 'tiklangan sahifa',
16     'page_restore_notification'   => 'Sahifa muvaffaqiyatli qayta tiklandi',
17     'page_move'                   => 'ko\'chirilgan sahifa',
18
19     // Chapters
20     'chapter_create'              => 'yaratilgan bo\'lim',
21     'chapter_create_notification' => 'Bo\'lim muvaffaqiyatli yaratildi',
22     'chapter_update'              => 'yangilangan bo\'lim',
23     'chapter_update_notification' => 'Bo\'lim muvaffaqiyatli yangilandi',
24     'chapter_delete'              => 'o\'chirilgan bo\'lim',
25     'chapter_delete_notification' => 'Bo\'lim muvaffaqiyatli o\'chirildi',
26     'chapter_move'                => 'ko\'chirilgan bo\'lim',
27
28     // Books
29     'book_create'                 => 'yaratilgan kitob',
30     'book_create_notification'    => 'Kitob muvaffaqiyatli yaratildi',
31     'book_create_from_chapter'              => 'converted chapter to book',
32     'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
33     'book_update'                 => 'yangilangan kitob',
34     'book_update_notification'    => 'Kitob muvaffaqiyatli yangilandi',
35     'book_delete'                 => 'o\'chirilgan kitob',
36     'book_delete_notification'    => 'Kitob muvaffaqiyatli o\'chirildi',
37     'book_sort'                   => 'tartiblangan kitob',
38     'book_sort_notification'      => 'Kitob muvaffaqiyatli qayta tartiblandi',
39
40     // Bookshelves
41     'bookshelf_create'            => 'created shelf',
42     'bookshelf_create_notification'    => 'Shelf successfully created',
43     'bookshelf_create_from_book'    => 'converted book to shelf',
44     'bookshelf_create_from_book_notification'    => 'Book successfully converted to a shelf',
45     'bookshelf_update'                 => 'updated shelf',
46     'bookshelf_update_notification'    => 'Shelf successfully updated',
47     'bookshelf_delete'                 => 'deleted shelf',
48     'bookshelf_delete_notification'    => 'Shelf successfully deleted',
49
50     // Favourites
51     'favourite_add_notification' => '":name" sevimlilaringizga qo\'shildi',
52     'favourite_remove_notification' => '":name" sevimlilaringizdan olib tashlandi',
53
54     // MFA
55     'mfa_setup_method_notification' => 'Multi-faktor uslubi muvaffaqiyatli sozlandi',
56     'mfa_remove_method_notification' => 'Multi-faktor uslubi muvaffaqiyatli o\'chirildi',
57
58     // Webhooks
59     'webhook_create' => 'yaratilgan webhook',
60     'webhook_create_notification' => 'Webhook muvaffaqiyatli yaratildi',
61     'webhook_update' => 'yangilangan webhook',
62     'webhook_update_notification' => 'Webhook muvaffaqiyatli yangilandi',
63     'webhook_delete' => 'o\'chirilgan webhook',
64     'webhook_delete_notification' => 'Webhook muvaffaqiyatli o\'chirildi',
65
66     // Users
67     'user_update_notification' => 'Foydalanuvchi muvaffaqiyatli yangilandi',
68     'user_delete_notification' => 'Foydalanuvchi muvaffaqiyatli olib tashlandi',
69
70     // Other
71     'commented_on'                => 'fikr qoldirdi',
72     'permissions_update'          => 'yangilangan huquqlar',
73 ];