]> BookStack Code Mirror - bookstack/blob - lang/sv/activities.php
Use zopfli for oxipng for extra 3KB~
[bookstack] / 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     'page_move_notification'      => 'Sidan har flyttats',
19
20     // Chapters
21     'chapter_create'              => 'skapade kapitlet',
22     'chapter_create_notification' => 'Kapitlet har skapats',
23     'chapter_update'              => 'uppdaterade kapitlet',
24     'chapter_update_notification' => 'Kapitlet har uppdaterats',
25     'chapter_delete'              => 'tog bort kapitlet',
26     'chapter_delete_notification' => 'Kapitlet har tagits bort',
27     'chapter_move'                => 'flyttade kapitlet',
28     'chapter_move_notification' => 'Kapitlet har flyttats',
29
30     // Books
31     'book_create'                 => 'skapade boken',
32     'book_create_notification'    => 'Boken har skapats',
33     'book_create_from_chapter'              => 'konverterade kapitel till bok',
34     'book_create_from_chapter_notification' => 'Kapitlet har konverterats till en bok',
35     'book_update'                 => 'uppdaterade boken',
36     'book_update_notification'    => 'Boken har uppdaterats',
37     'book_delete'                 => 'tog bort boken',
38     'book_delete_notification'    => 'Boken har tagits bort',
39     'book_sort'                   => 'sorterade boken',
40     'book_sort_notification'      => 'Boken har sorterats om',
41
42     // Bookshelves
43     'bookshelf_create'            => 'skapade hylla',
44     'bookshelf_create_notification'    => 'Hyllan har skapats',
45     'bookshelf_create_from_book'    => 'konverterade bok till hylla',
46     'bookshelf_create_from_book_notification'    => 'Boken har konverterats till en hylla',
47     'bookshelf_update'                 => 'uppdaterade hyllan',
48     'bookshelf_update_notification'    => 'Hyllan har uppdaterats',
49     'bookshelf_delete'                 => 'raderade hyllan',
50     'bookshelf_delete_notification'    => 'Hyllan har tagits bort',
51
52     // Revisions
53     'revision_restore' => 'återställde version',
54     'revision_delete' => 'tog bort version',
55     'revision_delete_notification' => 'Versionen har tagits bort',
56
57     // Favourites
58     'favourite_add_notification' => '":name" har lagts till i dina favoriter',
59     'favourite_remove_notification' => '":name" har tagits bort från dina favoriter',
60
61     // Watching
62     'watch_update_level_notification' => 'Inställningarna för bevakning har uppdaterats',
63
64     // Auth
65     'auth_login' => 'loggade in',
66     'auth_register' => 'registrerad som ny användare',
67     'auth_password_reset_request' => 'requested user password reset',
68     'auth_password_reset_update' => 'reset user password',
69     'mfa_setup_method' => 'configured MFA method',
70     'mfa_setup_method_notification' => 'Multifaktor-metod har konfigurerats',
71     'mfa_remove_method' => 'removed MFA method',
72     'mfa_remove_method_notification' => 'Multifaktor-metod har tagits bort',
73
74     // Settings
75     'settings_update' => 'updated settings',
76     'settings_update_notification' => 'Settings successfully updated',
77     'maintenance_action_run' => 'ran maintenance action',
78
79     // Webhooks
80     'webhook_create' => 'skapade webhook',
81     'webhook_create_notification' => 'Webhook har skapats',
82     'webhook_update' => 'uppdaterade webhook',
83     'webhook_update_notification' => 'Webhook har uppdaterats',
84     'webhook_delete' => 'raderade webhook',
85     'webhook_delete_notification' => 'Webhook har tagits bort',
86
87     // Users
88     'user_create' => 'created user',
89     'user_create_notification' => 'User successfully created',
90     'user_update' => 'updated user',
91     'user_update_notification' => 'Användaren har uppdaterats',
92     'user_delete' => 'deleted user',
93     'user_delete_notification' => 'Användaren har tagits bort',
94
95     // API Tokens
96     'api_token_create' => 'created API token',
97     'api_token_create_notification' => 'API token successfully created',
98     'api_token_update' => 'updated API token',
99     'api_token_update_notification' => 'API token successfully updated',
100     'api_token_delete' => 'deleted API token',
101     'api_token_delete_notification' => 'API token successfully deleted',
102
103     // Roles
104     'role_create' => 'created role',
105     'role_create_notification' => 'Role successfully created',
106     'role_update' => 'updated role',
107     'role_update_notification' => 'Role successfully updated',
108     'role_delete' => 'deleted role',
109     'role_delete_notification' => 'Role successfully deleted',
110
111     // Recycle Bin
112     'recycle_bin_empty' => 'emptied recycle bin',
113     'recycle_bin_restore' => 'restored from recycle bin',
114     'recycle_bin_destroy' => 'removed from recycle bin',
115
116     // Comments
117     'commented_on'                => 'kommenterade',
118     'comment_create'              => 'added comment',
119     'comment_update'              => 'updated comment',
120     'comment_delete'              => 'deleted comment',
121
122     // Other
123     'permissions_update'          => 'uppdaterade behörigheter',
124 ];