3 * Activity text strings.
4 * Is used for all the text within activity logs & notifications.
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 'page_move_notification' => 'Page successfully moved',
21 'chapter_create' => 'създадена глава',
22 'chapter_create_notification' => 'Успешно създадена глава',
23 'chapter_update' => 'обновена глава',
24 'chapter_update_notification' => 'Успешно обновена глава',
25 'chapter_delete' => 'изтрита глава',
26 'chapter_delete_notification' => 'Успешно изтрита глава',
27 'chapter_move' => 'преместена глава',
28 'chapter_move_notification' => 'Chapter successfully moved',
31 'book_create' => 'създадена книга',
32 'book_create_notification' => 'Книгата е създадена успешно',
33 'book_create_from_chapter' => 'превърната глава в книга',
34 'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
35 'book_update' => 'обновена книга',
36 'book_update_notification' => 'Книгата е обновена успешно',
37 'book_delete' => 'изтрита книга',
38 'book_delete_notification' => 'Книгата е изтрита успешно',
39 'book_sort' => 'сортирана книга',
40 'book_sort_notification' => 'Книгата е преподредена успешно',
43 'bookshelf_create' => 'created shelf',
44 'bookshelf_create_notification' => 'Shelf successfully created',
45 'bookshelf_create_from_book' => 'converted book to shelf',
46 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
47 'bookshelf_update' => 'updated shelf',
48 'bookshelf_update_notification' => 'Shelf successfully updated',
49 'bookshelf_delete' => 'deleted shelf',
50 'bookshelf_delete_notification' => 'Shelf successfully deleted',
53 'revision_restore' => 'restored revision',
54 'revision_delete' => 'deleted revision',
55 'revision_delete_notification' => 'Revision successfully deleted',
58 'favourite_add_notification' => '":name" е добавен към любими успешно',
59 'favourite_remove_notification' => '":name" е премахнат от любими успешно',
62 'auth_login' => 'logged in',
63 'auth_register' => 'registered as new user',
64 'auth_password_reset_request' => 'requested user password reset',
65 'auth_password_reset_update' => 'reset user password',
66 'mfa_setup_method' => 'configured MFA method',
67 'mfa_setup_method_notification' => 'Многофакторният метод е конфигуриран успешно',
68 'mfa_remove_method' => 'removed MFA method',
69 'mfa_remove_method_notification' => 'Многофакторният метод е премахнат успешно',
72 'settings_update' => 'updated settings',
73 'settings_update_notification' => 'Settings successfully updated',
74 'maintenance_action_run' => 'ran maintenance action',
77 'webhook_create' => 'създадена уебкука',
78 'webhook_create_notification' => 'Уебкуката е създадена успешно',
79 'webhook_update' => 'обновена уебкука',
80 'webhook_update_notification' => 'Уебкуката е обновена успешно',
81 'webhook_delete' => 'изтрита уебкука',
82 'webhook_delete_notification' => 'Уебкуката е изтрита успешно',
85 'user_create' => 'created user',
86 'user_create_notification' => 'User successfully created',
87 'user_update' => 'updated user',
88 'user_update_notification' => 'Потребителят е обновен успешно',
89 'user_delete' => 'deleted user',
90 'user_delete_notification' => 'Потребителят е премахнат успешно',
93 'api_token_create' => 'created api token',
94 'api_token_create_notification' => 'API token successfully created',
95 'api_token_update' => 'updated api token',
96 'api_token_update_notification' => 'API token successfully updated',
97 'api_token_delete' => 'deleted api token',
98 'api_token_delete_notification' => 'API token successfully deleted',
101 'role_create' => 'created role',
102 'role_create_notification' => 'Успешна създадена роля',
103 'role_update' => 'updated role',
104 'role_update_notification' => 'Успешно обновена роля',
105 'role_delete' => 'deleted role',
106 'role_delete_notification' => 'Успешно изтрита роля',
109 'recycle_bin_empty' => 'emptied recycle bin',
110 'recycle_bin_restore' => 'restored from recycle bin',
111 'recycle_bin_destroy' => 'removed from recycle bin',
114 'commented_on' => 'коментирано на',
115 'permissions_update' => 'обновени права',