]> BookStack Code Mirror - bookstack/blob - resources/lang/sv/activities.php
f730bf5ae4f141c15d94fad5ce993ad33e1fda35
[bookstack] / resources / lang / sv / 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'                 => 'skapade sidan',
10     'page_create_notification'    => 'Sidan har skapats',
11     'page_update'                 => 'uppdaterade sidan',
12     'page_update_notification'    => 'Sidan har uppdaterats',
13     'page_delete'                 => 'tog bort sidan',
14     'page_delete_notification'    => 'Sidan har tagits bort',
15     'page_restore'                => 'återställde sidan',
16     'page_restore_notification'   => 'Sidan har återställts',
17     'page_move'                   => 'flyttade sidan',
18
19     // Chapters
20     'chapter_create'              => 'skapade kapitlet',
21     'chapter_create_notification' => 'Kapitlet har skapats',
22     'chapter_update'              => 'uppdaterade kapitlet',
23     'chapter_update_notification' => 'Kapitlet har uppdaterats',
24     'chapter_delete'              => 'tog bort kapitlet',
25     'chapter_delete_notification' => 'Kapitlet har tagits bort',
26     'chapter_move'                => 'flyttade kapitlet',
27
28     // Books
29     'book_create'                 => 'skapade boken',
30     'book_create_notification'    => 'Boken har skapats',
31     'book_create_from_chapter'              => 'konverterade kapitel till bok',
32     'book_create_from_chapter_notification' => 'Kapitlet har konverterats till en bok',
33     'book_update'                 => 'uppdaterade boken',
34     'book_update_notification'    => 'Boken har uppdaterats',
35     'book_delete'                 => 'tog bort boken',
36     'book_delete_notification'    => 'Boken har tagits bort',
37     'book_sort'                   => 'sorterade boken',
38     'book_sort_notification'      => 'Boken har sorterats om',
39
40     // Bookshelves
41     'bookshelf_create'            => 'skapade hylla',
42     'bookshelf_create_notification'    => 'Hyllan har skapats',
43     'bookshelf_create_from_book'    => 'konverterade bok till hylla',
44     'bookshelf_create_from_book_notification'    => 'Boken har konverterats till en hylla',
45     'bookshelf_update'                 => 'uppdaterade hyllan',
46     'bookshelf_update_notification'    => 'Hyllan har uppdaterats',
47     'bookshelf_delete'                 => 'raderade hyllan',
48     'bookshelf_delete_notification'    => 'Hyllan har tagits bort',
49
50     // Favourites
51     'favourite_add_notification' => '":name" har lagts till i dina favoriter',
52     'favourite_remove_notification' => '":name" har tagits bort från dina favoriter',
53
54     // MFA
55     'mfa_setup_method_notification' => 'Multifaktor-metod har konfigurerats',
56     'mfa_remove_method_notification' => 'Multifaktor-metod har tagits bort',
57
58     // Webhooks
59     'webhook_create' => 'skapade webhook',
60     'webhook_create_notification' => 'Webhook har skapats',
61     'webhook_update' => 'uppdaterade webhook',
62     'webhook_update_notification' => 'Webhook har uppdaterats',
63     'webhook_delete' => 'raderade webhook',
64     'webhook_delete_notification' => 'Webhook har tagits bort',
65
66     // Users
67     'user_update_notification' => 'Användaren har uppdaterats',
68     'user_delete_notification' => 'Användaren har tagits bort',
69
70     // Other
71     'commented_on'                => 'kommenterade',
72     'permissions_update'          => 'uppdaterade behörigheter',
73 ];