]> BookStack Code Mirror - bookstack/blobdiff - lang/fa/activities.php
ZIP Imports: Added API examples, finished testing
[bookstack] / lang / fa / activities.php
index 7b536bf2dc55cde49435c0faa1c33c69bf33dd13..cd7e52ed24df8b77ae2166270fdc39130c294c86 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,7 +101,7 @@ return [
     'user_delete_notification' => 'کاربر با موفقیت حذف شد',
 
     // API Tokens
-    'api_token_create' => 'تÙ\88Ú©Ù\86 api Ø§Û\8cجاد Ø´Ø¯Ù\87',
+    'api_token_create' => 'اÛ\8cجاد ØªÙ\88Ú©Ù\86 API',
     'api_token_create_notification' => 'توکن api با موفقیت ایجاد شد',
     'api_token_update' => 'توکن api بروز شده',
     'api_token_update_notification' => 'توکن API با موفقیت بروزرسانی شد',
@@ -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'          => 'به روزرسانی مجوزها',
 ];