|
64 | 64 | // Auth |
65 | 65 | 'auth_login' => 'loggade in', |
66 | 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', |
| 67 | + 'auth_password_reset_request' => 'begärd återställning av användarlösenord', |
| 68 | + 'auth_password_reset_update' => 'återställa användarens lösenord', |
| 69 | + 'mfa_setup_method' => 'konfigurerad MFA metod', |
70 | 70 | 'mfa_setup_method_notification' => 'Multifaktor-metod har konfigurerats', |
71 | | - 'mfa_remove_method' => 'removed MFA method', |
| 71 | + 'mfa_remove_method' => 'tog bort MFA metod', |
72 | 72 | 'mfa_remove_method_notification' => 'Multifaktor-metod har tagits bort', |
73 | 73 |
|
74 | 74 | // Settings |
75 | | - 'settings_update' => 'updated settings', |
76 | | - 'settings_update_notification' => 'Settings successfully updated', |
77 | | - 'maintenance_action_run' => 'ran maintenance action', |
| 75 | + 'settings_update' => 'uppdaterade inställningar', |
| 76 | + 'settings_update_notification' => 'Inställningarna har uppdaterats', |
| 77 | + 'maintenance_action_run' => 'körde underhållsåtgärder', |
78 | 78 |
|
79 | 79 | // Webhooks |
80 | 80 | 'webhook_create' => 'skapade webhook', |
|
85 | 85 | 'webhook_delete_notification' => 'Webhook har tagits bort', |
86 | 86 |
|
87 | 87 | // Users |
88 | | - 'user_create' => 'created user', |
89 | | - 'user_create_notification' => 'User successfully created', |
90 | | - 'user_update' => 'updated user', |
| 88 | + 'user_create' => 'skapade användare', |
| 89 | + 'user_create_notification' => 'Användare skapades', |
| 90 | + 'user_update' => 'uppdaterad användare', |
91 | 91 | 'user_update_notification' => 'Användaren har uppdaterats', |
92 | | - 'user_delete' => 'deleted user', |
| 92 | + 'user_delete' => 'raderad användare', |
93 | 93 | 'user_delete_notification' => 'Användaren har tagits bort', |
94 | 94 |
|
95 | 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', |
| 96 | + 'api_token_create' => 'skapade API-token', |
| 97 | + 'api_token_create_notification' => 'API-token har skapats', |
| 98 | + 'api_token_update' => 'uppdaterad API-token', |
| 99 | + 'api_token_update_notification' => 'API-token har uppdaterats', |
| 100 | + 'api_token_delete' => 'raderad API-token', |
| 101 | + 'api_token_delete_notification' => 'API-token har tagits bort', |
102 | 102 |
|
103 | 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', |
| 104 | + 'role_create' => 'skapad roll', |
| 105 | + 'role_create_notification' => 'Rollen har skapats', |
| 106 | + 'role_update' => 'uppdaterad roll', |
| 107 | + 'role_update_notification' => 'Rollen har uppdaterats', |
| 108 | + 'role_delete' => 'raderad roll', |
| 109 | + 'role_delete_notification' => 'Rollen har tagits bort', |
110 | 110 |
|
111 | 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', |
| 112 | + 'recycle_bin_empty' => 'tömd papperskorg', |
| 113 | + 'recycle_bin_restore' => 'återställd från papperskorgen', |
| 114 | + 'recycle_bin_destroy' => 'borttagen från papperskorgen', |
115 | 115 |
|
116 | 116 | // Comments |
117 | 117 | 'commented_on' => 'kommenterade', |
118 | | - 'comment_create' => 'added comment', |
119 | | - 'comment_update' => 'updated comment', |
120 | | - 'comment_delete' => 'deleted comment', |
| 118 | + 'comment_create' => 'lagt till kommentar', |
| 119 | + 'comment_update' => 'uppdaterad kommentar', |
| 120 | + 'comment_delete' => 'raderad kommentar', |
121 | 121 |
|
122 | 122 | // Other |
123 | 123 | 'permissions_update' => 'uppdaterade behörigheter', |
|
0 commit comments