X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/dc6013fd7e5b6c261da4ce8a88052dd3f7b5111f..refs/pull/5685/head:/lang/sl/activities.php diff --git a/lang/sl/activities.php b/lang/sl/activities.php index e82b174c9..117c73ca1 100644 --- a/lang/sl/activities.php +++ b/lang/sl/activities.php @@ -59,7 +59,7 @@ return [ 'favourite_remove_notification' => '":name" odstranjen iz priljubljenih', // Watching - 'watch_update_level_notification' => 'Nastavitve opazovanja uspešno posodobljene', + 'watch_update_level_notification' => 'Nastavitve spremljanja uspešno posodobljene', // Auth 'auth_login' => 'prijavljen', @@ -84,6 +84,14 @@ return [ 'webhook_delete' => 'izbrisan webhook', 'webhook_delete_notification' => 'Webhook uspešno izbrisan', + // 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', + // Users 'user_create' => 'ustvarjen uporabnik', 'user_create_notification' => 'Uporabnik uspešno ustvarjen', @@ -93,11 +101,11 @@ return [ 'user_delete_notification' => 'Uporabnik uspešno izbrisan', // API Tokens - 'api_token_create' => 'created API token', + 'api_token_create' => 'ustvarjen žeton API', 'api_token_create_notification' => 'Žeton API uspešno ustvarjen', - 'api_token_update' => 'updated API token', + 'api_token_update' => 'posodobljen žeton API', 'api_token_update_notification' => 'Žeton API uspešno posodobljen', - 'api_token_delete' => 'deleted API token', + 'api_token_delete' => 'izbrisan žeton API', 'api_token_delete_notification' => 'Žeton API uspešno izbrisan', // Roles @@ -119,6 +127,14 @@ return [ 'comment_update' => 'posodobljen komentar', 'comment_delete' => 'izbrisan komentar', + // Sort Rules + 'sort_rule_create' => 'created sort rule', + 'sort_rule_create_notification' => 'Sort rule successfully created', + 'sort_rule_update' => 'updated sort rule', + 'sort_rule_update_notification' => 'Sort rule successfully updated', + 'sort_rule_delete' => 'deleted sort rule', + 'sort_rule_delete_notification' => 'Sort rule successfully deleted', + // Other 'permissions_update' => 'pravice so posodobljene', ];