]> BookStack Code Mirror - bookstack/blobdiff - lang/vi/activities.php
Tests: Updated comment test to account for new editor usage
[bookstack] / lang / vi / activities.php
index 280da03df2c671a24a9a951359533506fcffac14..ef9cf7203c3159b49d6d0edfb98e3a972f7d9e95 100644 (file)
@@ -15,6 +15,7 @@ return [
     'page_restore'                => 'đã khôi phục trang',
     'page_restore_notification'   => 'Trang đã được khôi phục thành công',
     'page_move'                   => 'đã di chuyển trang',
+    'page_move_notification'      => 'Đã di chuyển trang thành công',
 
     // Chapters
     'chapter_create'              => 'đã tạo chương',
@@ -24,6 +25,7 @@ return [
     'chapter_delete'              => 'đã xóa chương',
     'chapter_delete_notification' => 'Chương đã được xóa thành công',
     'chapter_move'                => 'đã di chuyển chương',
+    'chapter_move_notification' => 'Đã chuyển chương thành công',
 
     // Books
     'book_create'                 => 'đã tạo sách',
@@ -47,14 +49,33 @@ return [
     'bookshelf_delete'                 => 'xoá giá sách',
     'bookshelf_delete_notification'    => 'Xoá giá sách thành công',
 
+    // Revisions
+    'revision_restore' => 'đã khôi phục sửa đổi',
+    'revision_delete' => 'đã xóa bản sửa đổi',
+    'revision_delete_notification' => 'Bản sửa đổi đã được xóa thành công',
+
     // Favourites
     'favourite_add_notification' => '":name" đã được thêm vào danh sách yêu thích của bạn',
     'favourite_remove_notification' => '":name" đã được gỡ khỏi danh sách yêu thích của bạn',
 
-    // MFA
+    // Watching
+    'watch_update_level_notification' => 'Watch preferences successfully updated',
+
+    // Auth
+    'auth_login' => 'đăng nhập',
+    'auth_register' => 'đã đăng ký như người dùng mới',
+    'auth_password_reset_request' => 'yêu cầu người dùng đặt lại mật khẩu',
+    'auth_password_reset_update' => 'đặt lại mật khẩu người dùng',
+    'mfa_setup_method' => 'đã định cấu hình phương thức MFA',
     'mfa_setup_method_notification' => 'Cấu hình xác thực nhiều bước thành công',
+    'mfa_remove_method' => 'loại bỏ phương thức MFA',
     'mfa_remove_method_notification' => 'Đã gỡ xác thực nhiều bước',
 
+    // Settings
+    'settings_update' => 'cập nhật cài đặt',
+    'settings_update_notification' => 'Cài đặt đã cập nhật thành công',
+    'maintenance_action_run' => 'chạy hành động bảo trì',
+
     // Webhooks
     'webhook_create' => 'đã tạo webhook',
     'webhook_create_notification' => 'Webhook đã được tạo thành công',
@@ -63,16 +84,57 @@ return [
     'webhook_delete' => 'đã xóa webhook',
     'webhook_delete_notification' => 'Webhook đã được xóa thành công',
 
+    // 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' => 'đã tạo người dùng',
+    'user_create_notification' => 'Người dùng được tạo thành công',
+    'user_update' => 'người dùng được cập nhật',
     'user_update_notification' => 'Người dùng được cập nhật thành công',
+    'user_delete' => 'người dùng đã bị xóa',
     'user_delete_notification' => 'Người dùng đã được xóa thành công',
 
+    // API Tokens
+    'api_token_create' => 'created API token',
+    'api_token_create_notification' => 'API token successfully created',
+    'api_token_update' => 'updated API token',
+    'api_token_update_notification' => 'API token successfully updated',
+    'api_token_delete' => 'deleted API token',
+    'api_token_delete_notification' => 'API token successfully deleted',
+
     // Roles
+    'role_create' => 'created role',
     'role_create_notification' => 'Vai trò mới đã được tạo thành công',
+    'role_update' => 'updated role',
     'role_update_notification' => 'Vai trò đã được cập nhật thành công',
+    'role_delete' => 'đã xóa vai trò',
     'role_delete_notification' => 'Vai trò đã được xóa thành công',
 
-    // Other
+    // Recycle Bin
+    'recycle_bin_empty' => 'làm trống thùng rác',
+    'recycle_bin_restore' => 'khôi phục từ thùng rác',
+    'recycle_bin_destroy' => 'đã xóa khỏi thùng rác',
+
+    // Comments
     'commented_on'                => 'đã bình luận về',
+    'comment_create'              => 'thêm bình luận',
+    'comment_update'              => 'cập nhật bình luận',
+    'comment_delete'              => 'đã xóa bình luận',
+
+    // 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'          => 'các quyền đã được cập nhật',
 ];