X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3433/head:/resources/lang/vi/common.php diff --git a/resources/lang/vi/common.php b/resources/lang/vi/common.php index d1dc8a048..58447720e 100644 --- a/resources/lang/vi/common.php +++ b/resources/lang/vi/common.php @@ -20,7 +20,7 @@ return [ 'role' => 'Quyền', 'cover_image' => 'Ảnh bìa', 'cover_image_description' => 'Ảnh nên có kích thước 440x250px.', - + // Actions 'actions' => 'Hành động', 'view' => 'Xem', @@ -39,7 +39,14 @@ return [ 'reset' => 'Thiết lập lại', 'remove' => 'Xóa bỏ', 'add' => 'Thêm', + 'configure' => 'Cấu hình', 'fullscreen' => 'Toàn màn hình', + 'favourite' => 'Yêu thích', + 'unfavourite' => 'Bỏ yêu thích', + 'next' => 'Tiếp theo', + 'previous' => 'Trước đó', + 'filter_active' => 'Active Filter:', + 'filter_clear' => 'Clear Filter', // Sort Options 'sort_options' => 'Tùy Chọn Sắp Xếp', @@ -47,6 +54,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' => 'Mặc định', 'sort_created_at' => 'Ngày Tạo', 'sort_updated_at' => 'Ngày cập nhật', @@ -55,6 +63,7 @@ return [ 'no_activity' => 'Không có hoạt động nào', 'no_items' => 'Không có mục nào khả dụng', 'back_to_top' => 'Lên đầu trang', + 'skip_to_main_content' => 'Nhảy đến nội dung chính', 'toggle_details' => 'Bật/tắt chi tiết', 'toggle_thumbnails' => 'Bật/tắt ảnh ảnh nhỏ', 'details' => 'Chi tiết', @@ -62,8 +71,14 @@ return [ 'list_view' => 'Hiển thị dạng danh sách', 'default' => 'Mặc định', 'breadcrumb' => 'Đường dẫn liên kết', + 'status' => 'Status', + 'status_active' => 'Active', + 'status_inactive' => 'Inactive', + 'never' => 'Never', + 'none' => 'None', // Header + 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Menu Hồ sơ', 'view_profile' => 'Xem Hồ sơ', 'edit_profile' => 'Sửa Hồ sơ', @@ -72,9 +87,16 @@ return [ // 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' => 'Chính Sách Quyền Riêng Tư', + 'terms_of_service' => 'Điều khoản Dịch vụ', ];