]> BookStack Code Mirror - bookstack/blobdiff - lang/sl/activities.php
Themes: Documented public file serving
[bookstack] / lang / sl / activities.php
index e82b174c9300364318a0357147a51c5d0d54fb74..11627a89ad92d3e91f91d51b4c5ad7a37a740f21 100644 (file)
@@ -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