X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b3c47649b4a76e47f087a4948d7beadeb7e358ca..refs/pull/3391/head:/resources/lang/vi/common.php diff --git a/resources/lang/vi/common.php b/resources/lang/vi/common.php index b48c65676..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,7 +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' => 'Default', + 'sort_default' => 'Mặc định', 'sort_created_at' => 'Ngày Tạo', 'sort_updated_at' => 'Ngày cập nhật', @@ -56,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', @@ -63,6 +71,11 @@ 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', @@ -84,6 +97,6 @@ return [ // Footer Link Options // Not directly used but available for convenience to users. - 'privacy_policy' => 'Privacy Policy', - 'terms_of_service' => 'Terms of Service', + 'privacy_policy' => 'Chính Sách Quyền Riêng Tư', + 'terms_of_service' => 'Điều khoản Dịch vụ', ];