X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/bccf4653cb11df5e5c36bf9e9c48b528fcad90ef..refs/pull/2734/head:/resources/lang/vi/common.php diff --git a/resources/lang/vi/common.php b/resources/lang/vi/common.php index 5106e2769..b48c65676 100644 --- a/resources/lang/vi/common.php +++ b/resources/lang/vi/common.php @@ -33,7 +33,7 @@ return [ 'copy' => 'Sao chép', 'reply' => 'Trả lời', 'delete' => 'Xóa', - 'delete_confirm' => 'Confirm Deletion', + 'delete_confirm' => 'Xác nhận Xóa', 'search' => 'Tìm kiếm', 'search_clear' => 'Xoá tìm kiếm', 'reset' => 'Thiết lập lại', @@ -47,6 +47,7 @@ return [ 'sort_ascending' => 'Sắp xếp tăng dần', 'sort_descending' => 'Sắp xếp giảm dần', 'sort_name' => 'Tên', + 'sort_default' => 'Default', 'sort_created_at' => 'Ngày Tạo', 'sort_updated_at' => 'Ngày cập nhật', @@ -64,17 +65,25 @@ return [ 'breadcrumb' => 'Đường dẫn liên kết', // Header + 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Menu Hồ sơ', 'view_profile' => 'Xem Hồ sơ', 'edit_profile' => 'Sửa Hồ sơ', - 'dark_mode' => 'Dark Mode', - 'light_mode' => 'Light Mode', + 'dark_mode' => 'Chế độ Tối', + 'light_mode' => 'Chế độ Sáng', // Layout tabs 'tab_info' => 'Thông tin', + 'tab_info_label' => 'Tab: Show Secondary Information', 'tab_content' => 'Nội dung', + 'tab_content_label' => 'Tab: Show Primary Content', // Email Content 'email_action_help' => 'Nếu bạn đang có vấn đề trong việc bấm nút ":actionText", sao chép và dán địa chỉ URL dưới đây vào trình duyệt web:', 'email_rights' => 'Bản quyền đã được bảo hộ', + + // Footer Link Options + // Not directly used but available for convenience to users. + 'privacy_policy' => 'Privacy Policy', + 'terms_of_service' => 'Terms of Service', ];