]> BookStack Code Mirror - bookstack/blob - resources/lang/bg/activities.php
Added test for logical-theme-system command registration
[bookstack] / resources / lang / bg / 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'                 => 'създадена страница',
10     'page_create_notification'    => 'Страницата беше успешно създадена',
11     'page_update'                 => 'обновена страница',
12     'page_update_notification'    => 'Страницата успешно обновена',
13     'page_delete'                 => 'изтрита страница',
14     'page_delete_notification'    => 'Страницата беше успешно изтрита',
15     'page_restore'                => 'възстановена страница',
16     'page_restore_notification'   => 'Страницата беше успешно възстановена',
17     'page_move'                   => 'преместена страница',
18
19     // Chapters
20     'chapter_create'              => 'създадена страница',
21     'chapter_create_notification' => 'Главата беше успешно създадена',
22     'chapter_update'              => 'обновена глава',
23     'chapter_update_notification' => 'Главата беше успешно обновена',
24     'chapter_delete'              => 'изтрита глава',
25     'chapter_delete_notification' => 'Главата беше успешно изтрита',
26     'chapter_move'                => 'преместена глава',
27
28     // Books
29     'book_create'                 => 'създадена книга',
30     'book_create_notification'    => 'Книгата беше успешно създадена',
31     'book_update'                 => 'обновена книга',
32     'book_update_notification'    => 'Книгата беше успешно обновена',
33     'book_delete'                 => 'изтрита книга',
34     'book_delete_notification'    => 'Книгата беше успешно изтрита',
35     'book_sort'                   => 'сортирана книга',
36     'book_sort_notification'      => 'Книгата беше успешно преподредена',
37
38     // Bookshelves
39     'bookshelf_create'            => 'създаден рафт',
40     'bookshelf_create_notification'    => 'Рафтът беше успешно създаден',
41     'bookshelf_update'                 => 'обновен рафт',
42     'bookshelf_update_notification'    => 'Рафтът беше успешно обновен',
43     'bookshelf_delete'                 => 'изтрит рафт',
44     'bookshelf_delete_notification'    => 'Рафтът беше успешно изтрит',
45
46     // Favourites
47     'favourite_add_notification' => '":name" has been added to your favourites',
48     'favourite_remove_notification' => '":name" has been removed from your favourites',
49
50     // MFA
51     'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
52     'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
53
54     // Other
55     'commented_on'                => 'коментирано на',
56     'permissions_update'          => 'updated permissions',
57 ];