X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/2be504e0d20aa7c95b1fe006f675928faf0bd1a9..refs/pull/5725/head:/lang/sv/activities.php diff --git a/lang/sv/activities.php b/lang/sv/activities.php index 5244b2243..3acf6d4ff 100644 --- a/lang/sv/activities.php +++ b/lang/sv/activities.php @@ -85,12 +85,12 @@ return [ 'webhook_delete_notification' => 'Webhook har tagits bort', // Imports - 'import_create' => 'created import', - 'import_create_notification' => 'Import successfully uploaded', - 'import_run' => 'updated import', - 'import_run_notification' => 'Content successfully imported', - 'import_delete' => 'deleted import', - 'import_delete_notification' => 'Import successfully deleted', + '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' => 'skapade användare', @@ -127,6 +127,14 @@ return [ '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', ];