]> BookStack Code Mirror - bookstack/blob - lang/vi/common.php
Merge branch 'development' of github.com:BookStackApp/BookStack into development
[bookstack] / lang / vi / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Huỷ',
9     'close' => 'Đóng',
10     'confirm' => 'Xác nhận',
11     'back' => 'Quay lại',
12     'save' => 'Lưu',
13     'continue' => 'Tiếp tục',
14     'select' => 'Chọn',
15     'toggle_all' => 'Bật/tắt tất cả',
16     'more' => 'Thêm',
17
18     // Form Labels
19     'name' => 'Tên',
20     'description' => 'Mô tả',
21     'role' => 'Vai trò',
22     'cover_image' => 'Ảnh bìa',
23     'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.',
24
25     // Actions
26     'actions' => 'Hành động',
27     'view' => 'Xem',
28     'view_all' => 'Xem tất cả',
29     'new' => 'Mới',
30     'create' => 'Tạo',
31     'update' => 'Cập nhật',
32     'edit' => 'Sửa',
33     'archive' => 'Archive',
34     'unarchive' => 'Un-Archive',
35     'sort' => 'Sắp xếp',
36     'move' => 'Di chuyển',
37     'copy' => 'Sao chép',
38     'reply' => 'Trả lời',
39     'delete' => 'Xóa',
40     'delete_confirm' => 'Xác nhận Xóa',
41     'search' => 'Tìm kiếm',
42     'search_clear' => 'Xoá tìm kiếm',
43     'reset' => 'Thiết lập lại',
44     'remove' => 'Xóa bỏ',
45     'add' => 'Thêm',
46     'configure' => 'Cấu hình',
47     'manage' => 'Manage',
48     'fullscreen' => 'Toàn màn hình',
49     'favourite' => 'Yêu thích',
50     'unfavourite' => 'Bỏ yêu thích',
51     'next' => 'Tiếp theo',
52     'previous' => 'Trước đó',
53     'filter_active' => 'Bộ lọc có hiệu lực:',
54     'filter_clear' => 'Xóa bộ lọc',
55     'download' => 'Tải về',
56     'open_in_tab' => 'Mở trong thẻ mới',
57     'open' => 'Open',
58
59     // Sort Options
60     'sort_options' => 'Tùy Chọn Sắp Xếp',
61     'sort_direction_toggle' => 'Đảo chiều sắp xếp',
62     'sort_ascending' => 'Sắp xếp tăng dần',
63     'sort_descending' => 'Sắp xếp giảm dần',
64     'sort_name' => 'Tên',
65     'sort_default' => 'Mặc định',
66     'sort_created_at' => 'Ngày Tạo',
67     'sort_updated_at' => 'Ngày cập nhật',
68
69     // Misc
70     'deleted_user' => 'Người dùng bị xóa',
71     'no_activity' => 'Không có hoạt động nào',
72     'no_items' => 'Không có mục nào khả dụng',
73     'back_to_top' => 'Lên đầu trang',
74     'skip_to_main_content' => 'Nhảy đến nội dung chính',
75     'toggle_details' => 'Bật/tắt chi tiết',
76     'toggle_thumbnails' => 'Bật/tắt ảnh ảnh nhỏ',
77     'details' => 'Chi tiết',
78     'grid_view' => 'Hiển thị dạng lưới',
79     'list_view' => 'Hiển thị dạng danh sách',
80     'default' => 'Mặc định',
81     'breadcrumb' => 'Đường dẫn liên kết',
82     'status' => 'Trạng thái',
83     'status_active' => 'Hoạt động',
84     'status_inactive' => 'Không hoạt động',
85     'never' => 'Không bao giờ',
86     'none' => 'Không',
87
88     // Header
89     'homepage' => 'Trang chủ',
90     'header_menu_expand' => 'Mở rộng Header Menu',
91     'profile_menu' => 'Menu Hồ sơ',
92     'view_profile' => 'Xem Hồ sơ',
93     'edit_profile' => 'Sửa Hồ sơ',
94     'dark_mode' => 'Chế độ Tối',
95     'light_mode' => 'Chế độ Sáng',
96     'global_search' => 'Tìm kiếm toàn trang',
97
98     // Layout tabs
99     'tab_info' => 'Thông tin',
100     'tab_info_label' => 'Tab: Hiển thị thông tin phụ',
101     'tab_content' => 'Nội dung',
102     'tab_content_label' => 'Tab: Hiển thị nội dung chính',
103
104     // Email Content
105     '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:',
106     'email_rights' => 'Bản quyền đã được bảo hộ',
107
108     // Footer Link Options
109     // Not directly used but available for convenience to users.
110     'privacy_policy' => 'Chính Sách Quyền Riêng Tư',
111     'terms_of_service' => 'Điều khoản Dịch vụ',
112
113     // OpenSearch
114     'opensearch_description' => 'Search :appName',
115 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.