]> BookStack Code Mirror - bookstack/blob - resources/lang/et/activities.php
Add unit test for ip addess searching
[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_update'                 => 'muutis raamatut',
32     'book_update_notification'    => 'Raamat on muudetud',
33     'book_delete'                 => 'kustutas raamatu',
34     'book_delete_notification'    => 'Raamat on kustutatud',
35     'book_sort'                   => 'sorteeris raamatut',
36     'book_sort_notification'      => 'Raamat on sorteeritud',
37
38     // Bookshelves
39     'bookshelf_create'            => 'lisas riiuli',
40     'bookshelf_create_notification'    => 'Riiul on lisatud',
41     'bookshelf_update'                 => 'muutis riiulit',
42     'bookshelf_update_notification'    => 'Riiul on muudetud',
43     'bookshelf_delete'                 => 'kustutas riiuli',
44     'bookshelf_delete_notification'    => 'Riiul on kustutatud',
45
46     // Favourites
47     'favourite_add_notification' => '":name" lisati su lemmikute hulka',
48     'favourite_remove_notification' => '":name" eemaldati su lemmikute hulgast',
49
50     // MFA
51     'mfa_setup_method_notification' => 'Mitmeastmeline autentimine seadistatud',
52     'mfa_remove_method_notification' => 'Mitmeastmeline autentimine eemaldatud',
53
54     // Other
55     'commented_on'                => 'kommenteeris lehte',
56     'permissions_update'          => 'muutis õiguseid',
57 ];