X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b1b8067cbe79d7ca2bca9021ab9d37465b0c44fe..refs/pull/5721/head:/lang/sv/activities.php diff --git a/lang/sv/activities.php b/lang/sv/activities.php index 5285a9b75..3acf6d4ff 100644 --- a/lang/sv/activities.php +++ b/lang/sv/activities.php @@ -15,7 +15,7 @@ return [ 'page_restore' => 'återställde sidan', 'page_restore_notification' => 'Sidan har återställts', 'page_move' => 'flyttade sidan', - 'page_move_notification' => 'Page successfully moved', + 'page_move_notification' => 'Sidan har flyttats', // Chapters 'chapter_create' => 'skapade kapitlet', @@ -25,7 +25,7 @@ return [ 'chapter_delete' => 'tog bort kapitlet', 'chapter_delete_notification' => 'Kapitlet har tagits bort', 'chapter_move' => 'flyttade kapitlet', - 'chapter_move_notification' => 'Chapter successfully moved', + 'chapter_move_notification' => 'Kapitlet har flyttats', // Books 'book_create' => 'skapade boken', @@ -50,28 +50,31 @@ return [ 'bookshelf_delete_notification' => 'Hyllan har tagits bort', // Revisions - 'revision_restore' => 'restored revision', - 'revision_delete' => 'deleted revision', - 'revision_delete_notification' => 'Revision successfully deleted', + 'revision_restore' => 'återställde version', + 'revision_delete' => 'tog bort version', + 'revision_delete_notification' => 'Versionen har tagits bort', // Favourites 'favourite_add_notification' => '":name" har lagts till i dina favoriter', 'favourite_remove_notification' => '":name" har tagits bort från dina favoriter', + // Watching + 'watch_update_level_notification' => 'Inställningarna för bevakning har uppdaterats', + // Auth - 'auth_login' => 'logged in', - 'auth_register' => 'registered as new user', - 'auth_password_reset_request' => 'requested user password reset', - 'auth_password_reset_update' => 'reset user password', - 'mfa_setup_method' => 'configured MFA method', + 'auth_login' => 'loggade in', + 'auth_register' => 'registrerad som ny användare', + 'auth_password_reset_request' => 'begärd återställning av användarlösenord', + 'auth_password_reset_update' => 'återställa användarens lösenord', + 'mfa_setup_method' => 'konfigurerad MFA metod', 'mfa_setup_method_notification' => 'Multifaktor-metod har konfigurerats', - 'mfa_remove_method' => 'removed MFA method', + 'mfa_remove_method' => 'tog bort MFA metod', 'mfa_remove_method_notification' => 'Multifaktor-metod har tagits bort', // Settings - 'settings_update' => 'updated settings', - 'settings_update_notification' => 'Settings successfully updated', - 'maintenance_action_run' => 'ran maintenance action', + 'settings_update' => 'uppdaterade inställningar', + 'settings_update_notification' => 'Inställningarna har uppdaterats', + 'maintenance_action_run' => 'körde underhållsåtgärder', // Webhooks 'webhook_create' => 'skapade webhook', @@ -81,36 +84,57 @@ return [ 'webhook_delete' => 'raderade webhook', 'webhook_delete_notification' => 'Webhook har tagits bort', + // Imports + 'import_create' => 'import skapades', + 'import_create_notification' => 'Import har laddats upp', + 'import_run' => 'import uppdaterad', + 'import_run_notification' => 'Innehållet har importerats', + 'import_delete' => 'import borttagen', + 'import_delete_notification' => 'Importen har tagits bort', + // Users - 'user_create' => 'created user', - 'user_create_notification' => 'User successfully created', - 'user_update' => 'updated user', + 'user_create' => 'skapade användare', + 'user_create_notification' => 'Användare skapades', + 'user_update' => 'uppdaterad användare', 'user_update_notification' => 'Användaren har uppdaterats', - 'user_delete' => 'deleted user', + 'user_delete' => 'raderad användare', 'user_delete_notification' => 'Användaren har tagits bort', // API Tokens - 'api_token_create' => 'created api token', - 'api_token_create_notification' => 'API token successfully created', - 'api_token_update' => 'updated api token', - 'api_token_update_notification' => 'API token successfully updated', - 'api_token_delete' => 'deleted api token', - 'api_token_delete_notification' => 'API token successfully deleted', + 'api_token_create' => 'skapade API-token', + 'api_token_create_notification' => 'API-token har skapats', + 'api_token_update' => 'uppdaterad API-token', + 'api_token_update_notification' => 'API-token har uppdaterats', + 'api_token_delete' => 'raderad API-token', + 'api_token_delete_notification' => 'API-token har tagits bort', // Roles - 'role_create' => 'created role', - 'role_create_notification' => 'Role successfully created', - 'role_update' => 'updated role', - 'role_update_notification' => 'Role successfully updated', - 'role_delete' => 'deleted role', - 'role_delete_notification' => 'Role successfully deleted', + 'role_create' => 'skapad roll', + 'role_create_notification' => 'Rollen har skapats', + 'role_update' => 'uppdaterad roll', + 'role_update_notification' => 'Rollen har uppdaterats', + 'role_delete' => 'raderad roll', + 'role_delete_notification' => 'Rollen har tagits bort', // Recycle Bin - 'recycle_bin_empty' => 'emptied recycle bin', - 'recycle_bin_restore' => 'restored from recycle bin', - 'recycle_bin_destroy' => 'removed from recycle bin', + 'recycle_bin_empty' => 'tömd papperskorg', + 'recycle_bin_restore' => 'återställd från papperskorgen', + 'recycle_bin_destroy' => 'borttagen från papperskorgen', - // Other + // Comments 'commented_on' => 'kommenterade', + 'comment_create' => 'lagt till kommentar', + 'comment_update' => 'uppdaterad kommentar', + 'comment_delete' => 'raderad kommentar', + + // Sort Rules + 'sort_rule_create' => 'sorteringsregel skapad', + 'sort_rule_create_notification' => 'Sorteringsregel har skapats', + 'sort_rule_update' => 'sorteringsregel uppdaterad', + 'sort_rule_update_notification' => 'Sorteringsregel har uppdaterats', + 'sort_rule_delete' => 'sorteringsregel borttagen', + 'sort_rule_delete_notification' => 'Sorteringsregel har tagits bort', + + // Other 'permissions_update' => 'uppdaterade behörigheter', ];