]> BookStack Code Mirror - bookstack/blob - resources/lang/et/activities.php
Added method for using enity ownership in relation queries
[bookstack] / resources / lang / et / 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'                 => 'lisas lehe',
10     'page_create_notification'    => 'Leht on lisatud',
11     'page_update'                 => 'muutis lehte',
12     'page_update_notification'    => 'Leht on muudetud',
13     'page_delete'                 => 'kustutas lehe',
14     'page_delete_notification'    => 'Leht on kustutatud',
15     'page_restore'                => 'taastas lehe',
16     'page_restore_notification'   => 'Leht on taastatud',
17     'page_move'                   => 'liigutas lehte',
18
19     // Chapters
20     'chapter_create'              => 'lisas peatüki',
21     'chapter_create_notification' => 'Peatükk on lisatud',
22     'chapter_update'              => 'muutis peatükki',
23     'chapter_update_notification' => 'Peatükk on muudetud',
24     'chapter_delete'              => 'kustutas peatüki',
25     'chapter_delete_notification' => 'Peatükk on kustutatud',
26     'chapter_move'                => 'liigutas peatükki',
27
28     // Books
29     'book_create'                 => 'lisas raamatu',
30     'book_create_notification'    => 'Raamat on lisatud',
31     'book_create_from_chapter'              => 'muutis peatüki raamatuks',
32     'book_create_from_chapter_notification' => 'Peatükk on muudetud raamatuks',
33     'book_update'                 => 'muutis raamatut',
34     'book_update_notification'    => 'Raamat on muudetud',
35     'book_delete'                 => 'kustutas raamatu',
36     'book_delete_notification'    => 'Raamat on kustutatud',
37     'book_sort'                   => 'sorteeris raamatut',
38     'book_sort_notification'      => 'Raamat on sorteeritud',
39
40     // Bookshelves
41     'bookshelf_create'            => 'lisas riiuli',
42     'bookshelf_create_notification'    => 'Riiul on lisatud',
43     'bookshelf_create_from_book'    => 'muutis raamatu riiuliks',
44     'bookshelf_create_from_book_notification'    => 'Raamat on muudetud riiuliks',
45     'bookshelf_update'                 => 'muutis riiulit',
46     'bookshelf_update_notification'    => 'Riiul on muudetud',
47     'bookshelf_delete'                 => 'kustutas riiuli',
48     'bookshelf_delete_notification'    => 'Riiul on kustutatud',
49
50     // Favourites
51     'favourite_add_notification' => '":name" lisati su lemmikute hulka',
52     'favourite_remove_notification' => '":name" eemaldati su lemmikute hulgast',
53
54     // MFA
55     'mfa_setup_method_notification' => 'Mitmeastmeline autentimine seadistatud',
56     'mfa_remove_method_notification' => 'Mitmeastmeline autentimine eemaldatud',
57
58     // Webhooks
59     'webhook_create' => 'lisas veebihaagi',
60     'webhook_create_notification' => 'Veebihaak on lisatud',
61     'webhook_update' => 'muutis veebihaaki',
62     'webhook_update_notification' => 'Veebihaak on muudetud',
63     'webhook_delete' => 'kustutas veebihaagi',
64     'webhook_delete_notification' => 'Veebihaak on kustutatud',
65
66     // Users
67     'user_update_notification' => 'Kasutaja on muudetud',
68     'user_delete_notification' => 'Kasutaja on kustutatud',
69
70     // Other
71     'commented_on'                => 'kommenteeris lehte',
72     'permissions_update'          => 'muutis õiguseid',
73 ];