]> BookStack Code Mirror - bookstack/blobdiff - lang/uk/activities.php
added routes for zip export
[bookstack] / lang / uk / activities.php
index f7d6d284c87c1750b014544571e925f77b8a2f51..fc076b510f07c1992986257937ef47e148d0fac3 100644 (file)
@@ -84,6 +84,14 @@ return [
     'webhook_delete' => 'видалений вебхук',
     'webhook_delete_notification' => 'Вебхуки успішно видалено',
 
+    // 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' => 'створений користувач',
     'user_create_notification' => 'Користувач успішно створений',
@@ -93,11 +101,11 @@ return [
     'user_delete_notification' => 'Користувача успішно видалено',
 
     // API Tokens
-    'api_token_create' => 'created API token',
+    'api_token_create' => 'створений APi токен',
     'api_token_create_notification' => 'API токен успішно створений',
-    'api_token_update' => 'updated API token',
+    'api_token_update' => 'оновлено API токен',
     'api_token_update_notification' => 'Токен API успішно оновлено',
-    'api_token_delete' => 'deleted API token',
+    'api_token_delete' => 'видалено API токен',
     'api_token_delete_notification' => 'API-токен успішно видалено',
 
     // Roles
@@ -119,6 +127,14 @@ return [
     'comment_update'              => 'оновлено коментар',
     'comment_delete'              => 'видалений коментар',
 
+    // 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'          => 'оновив дозволи',
 ];