]> BookStack Code Mirror - bookstack/blob - lang/he/activities.php
Followed Laravel 9 update steps and file changes
[bookstack] / lang / he / 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_create_from_chapter'              => 'converted chapter to book',
32     'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
33     'book_update'                 => 'ספר הועדכן',
34     'book_update_notification'    => 'ספר התעדכן בהצלחה',
35     'book_delete'                 => 'ספר נמחק',
36     'book_delete_notification'    => 'ספר נמחק בהצלחה',
37     'book_sort'                   => 'sorted book',
38     'book_sort_notification'      => 'Book successfully re-sorted',
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" has been added to your favourites',
52     'favourite_remove_notification' => '":name" has been removed from your favourites',
53
54     // MFA
55     'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
56     'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
57
58     // Webhooks
59     'webhook_create' => 'created webhook',
60     'webhook_create_notification' => 'Webhook successfully created',
61     'webhook_update' => 'updated webhook',
62     'webhook_update_notification' => 'Webhook successfully updated',
63     'webhook_delete' => 'deleted webhook',
64     'webhook_delete_notification' => 'Webhook successfully deleted',
65
66     // Users
67     'user_update_notification' => 'User successfully updated',
68     'user_delete_notification' => 'User successfully removed',
69
70     // Other
71     'commented_on'                => 'commented on',
72     'permissions_update'          => 'updated permissions',
73 ];