]> BookStack Code Mirror - bookstack/blob - resources/lang/he/activities.php
Add footer element, styles, and associated settings
[bookstack] / resources / 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'                 => 'created page',
10     'page_create_notification'    => 'הדף נוצר בהצלחה',
11     'page_update'                 => 'updated page',
12     'page_update_notification'    => 'הדף עודכן בהצלחה',
13     'page_delete'                 => 'deleted page',
14     'page_delete_notification'    => 'הדף הוסר בהצלחה',
15     'page_restore'                => 'restored page',
16     'page_restore_notification'   => 'הדף שוחזר בהצלחה',
17     'page_move'                   => 'moved page',
18
19     // Chapters
20     'chapter_create'              => 'created chapter',
21     'chapter_create_notification' => 'הפרק נוצר בהצלחה',
22     'chapter_update'              => 'updated chapter',
23     'chapter_update_notification' => 'הפרק עודכן בהצלחה',
24     'chapter_delete'              => 'deleted chapter',
25     'chapter_delete_notification' => 'הפרק הוסר בהצלחה',
26     'chapter_move'                => 'moved chapter',
27
28     // Books
29     'book_create'                 => 'created book',
30     'book_create_notification'    => 'הספר נוצר בהצלחה',
31     'book_update'                 => 'updated book',
32     'book_update_notification'    => 'הספר עודכן בהצלחה',
33     'book_delete'                 => 'deleted book',
34     'book_delete_notification'    => 'הספר הוסר בהצלחה',
35     'book_sort'                   => 'sorted book',
36     'book_sort_notification'      => 'הספר מוין מחדש בהצלחה',
37
38     // Bookshelves
39     'bookshelf_create'            => 'created Bookshelf',
40     'bookshelf_create_notification'    => 'מדף הספרים נוצר בהצלחה',
41     'bookshelf_update'                 => 'updated bookshelf',
42     'bookshelf_update_notification'    => 'מדף הספרים עודכן בהצלחה',
43     'bookshelf_delete'                 => 'deleted bookshelf',
44     'bookshelf_delete_notification'    => 'מדף הספרים הוסר בהצלחה',
45
46     // Other
47     'commented_on'                => 'commented on',
48 ];