]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/vi/activities.php
Guest create page: name field autofocus
[bookstack] / resources / lang / vi / activities.php
index 19fae850a4ffd73aa36f8086be79167bb5ee0d21..56f3406b3483047dc1f669f1529dd64c6316cf31 100644 (file)
@@ -28,6 +28,8 @@ return [
     // Books
     'book_create'                 => 'đã tạo sách',
     'book_create_notification'    => 'Sách đã được tạo thành công',
+    'book_create_from_chapter'              => 'converted chapter to book',
+    'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
     'book_update'                 => 'đã cập nhật sách',
     'book_update_notification'    => 'Sách đã được cập nhật thành công',
     'book_delete'                 => 'đã xóa sách',
@@ -36,13 +38,36 @@ return [
     'book_sort_notification'      => 'Sách đã được sắp xếp lại thành công',
 
     // Bookshelves
-    'bookshelf_create'            => 'đã tạo giá sách',
-    'bookshelf_create_notification'    => 'Giá sách đã được tạo thành công',
-    'bookshelf_update'                 => 'cập nhật giá sách',
-    'bookshelf_update_notification'    => 'Giá sách đã tạo thành công',
-    'bookshelf_delete'                 => 'đã xóa giá sách',
-    'bookshelf_delete_notification'    => 'Giá sách đã được xóa thành công',
+    'bookshelf_create'            => 'created shelf',
+    'bookshelf_create_notification'    => 'Shelf successfully created',
+    'bookshelf_create_from_book'    => 'converted book to shelf',
+    'bookshelf_create_from_book_notification'    => 'Book successfully converted to a shelf',
+    'bookshelf_update'                 => 'updated shelf',
+    'bookshelf_update_notification'    => 'Shelf successfully updated',
+    'bookshelf_delete'                 => 'deleted shelf',
+    'bookshelf_delete_notification'    => 'Shelf successfully deleted',
+
+    // 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
+    'mfa_setup_method_notification' => 'Cấu hình xác thực nhiều bước thành công',
+    'mfa_remove_method_notification' => 'Đã gỡ xác thực nhiều bước',
+
+    // Webhooks
+    'webhook_create' => 'đã tạo webhook',
+    'webhook_create_notification' => 'Webhook đã được tạo thành công',
+    'webhook_update' => 'đã cập nhật webhook',
+    'webhook_update_notification' => 'Webhook đã được cập nhật thành công',
+    'webhook_delete' => 'đã xóa webhook',
+    'webhook_delete_notification' => 'Webhook đã được xóa thành công',
+
+    // Users
+    'user_update_notification' => 'Người dùng được cập nhật thành công',
+    'user_delete_notification' => 'Người dùng đã được xóa thành công',
 
     // Other
     'commented_on'                => 'đã bình luận về',
+    'permissions_update'          => 'các quyền đã được cập nhật',
 ];