]> BookStack Code Mirror - bookstack/blob - lang/vi/editor.php
Vectors: Added command to regenerate for all
[bookstack] / lang / vi / editor.php
1 <?php
2 /**
3  * Page Editor Lines
4  * Contains text strings used within the user interface of the
5  * WYSIWYG page editor. Some Markdown editor strings may still
6  * exist in the 'entities' file instead since this was added later.
7  */
8 return [
9     // General editor terms
10     'general' => 'Tổng quát',
11     'advanced' => 'Nâng cao',
12     'none' => 'Không',
13     'cancel' => 'Huỷ',
14     'save' => 'Lưu',
15     'close' => 'Đóng',
16     'apply' => 'Apply',
17     'undo' => 'Hoàn tác',
18     'redo' => 'Làm lại',
19     'left' => 'Bên trái',
20     'center' => 'Chính giữa',
21     'right' => 'Bên phải',
22     'top' => 'Trên cùng',
23     'middle' => 'Giữa',
24     'bottom' => 'Dưới cùng',
25     'width' => 'Chiều rộng',
26     'height' => 'Chiều cao',
27     'More' => 'Thêm',
28     'select' => 'Chọn...',
29
30     // Toolbar
31     'formats' => 'Định dạng',
32     'header_large' => 'Tiêu đề lớn',
33     'header_medium' => 'Tiêu đề trung binh',
34     'header_small' => 'Tiêu đề nhỏ',
35     'header_tiny' => 'Tiêu đề cực nhỏ',
36     'paragraph' => 'Đoạn văn',
37     'blockquote' => 'Trích dẫn',
38     'inline_code' => 'Mã nội tuyến',
39     'callouts' => 'Chú thích',
40     'callout_information' => 'Thông tin',
41     'callout_success' => 'Thành công',
42     'callout_warning' => 'Cánh báo',
43     'callout_danger' => 'Nguy hiểm',
44     'bold' => 'In đậm',
45     'italic' => 'In nghiêng',
46     'underline' => 'Gạch chân',
47     'strikethrough' => 'Gạch ngang',
48     'superscript' => 'Chỉ số trên',
49     'subscript' => 'Đăng ký',
50     'text_color' => 'Màu chữ',
51     'custom_color' => 'Màu tùy chỉnh',
52     'remove_color' => 'Xoá màu',
53     'background_color' => 'Màu nền',
54     'align_left' => 'Canh lề trái',
55     'align_center' => 'Căn giữa',
56     'align_right' => 'Căn lề phải',
57     'align_justify' => 'Căn đều',
58     'list_bullet' => 'Danh sách kiểu ký hiệu',
59     'list_numbered' => 'Danh sách kiểu số',
60     'list_task' => 'Danh sách tác vụ',
61     'indent_increase' => 'Tăng thụt lề',
62     'indent_decrease' => 'Giảm thụt lề',
63     'table' => 'Bảng',
64     'insert_image' => 'Chèn hình ảnh',
65     'insert_image_title' => 'Chèn/Sửa hình ảnh',
66     'insert_link' => 'Chèn/sửa liên kết',
67     'insert_link_title' => 'Chèn/sửa liên kết',
68     'insert_horizontal_line' => 'Chèn đường ngang',
69     'insert_code_block' => 'Chèn khối mã',
70     'edit_code_block' => 'Chỉnh sửa khối mã',
71     'insert_drawing' => 'Chèn/chỉnh sửa bản vẻ',
72     'drawing_manager' => 'Quản lý hình vẽ',
73     'insert_media' => 'Chèn/chỉnh sửa media',
74     'insert_media_title' => 'Chèn/chỉnh sửa media',
75     'clear_formatting' => 'Xóa định dạng',
76     'source_code' => 'Mã nguồn',
77     'source_code_title' => 'Mã Nguồn',
78     'fullscreen' => 'Toàn màn hình',
79     'image_options' => 'Tuỳ chọn hình ảnh',
80
81     // Tables
82     'table_properties' => 'Thuộc tính bảng',
83     'table_properties_title' => 'Thuộc tính bảng',
84     'delete_table' => 'Xóa bảng',
85     'table_clear_formatting' => 'Clear table formatting',
86     'resize_to_contents' => 'Resize to contents',
87     'row_header' => 'Row header',
88     'insert_row_before' => 'Chèn thêm hàng ở trên',
89     'insert_row_after' => 'Chèn thêm hàng ở dưới',
90     'delete_row' => 'Xóa hàng',
91     'insert_column_before' => 'Chèn cột mới vào bên trái',
92     'insert_column_after' => 'Chèn cột mới vào bên phải',
93     'delete_column' => 'Xóa cột',
94     'table_cell' => 'Ô',
95     'table_row' => 'Hàng',
96     'table_column' => 'Cột',
97     'cell_properties' => 'Đặt thuộc tính ô',
98     'cell_properties_title' => 'Đặt thuộc tính ô',
99     'cell_type' => 'Kiểu ô',
100     'cell_type_cell' => 'Ô',
101     'cell_scope' => 'Phạm vi',
102     'cell_type_header' => 'Ô tiêu đề',
103     'merge_cells' => 'Sát nhập các ô',
104     'split_cell' => 'Chia tách ô',
105     'table_row_group' => 'Nhóm hàng',
106     'table_column_group' => 'Nhóm cột',
107     'horizontal_align' => 'Căn chỉnh theo chiều ngang',
108     'vertical_align' => 'Căn chỉnh theo chiều dọc',
109     'border_width' => 'Chiều rộng viền',
110     'border_style' => 'Kiểu đường viền',
111     'border_color' => 'Màu viền',
112     'row_properties' => 'Đặt thuộc tính hàng',
113     'row_properties_title' => 'Đặt thuộc tính hàng',
114     'cut_row' => 'Tách cột',
115     'copy_row' => 'Sao chép cột',
116     'paste_row_before' => 'Dán cột vào bên trái',
117     'paste_row_after' => 'Dán cột vào bên phải',
118     'row_type' => 'Kiểu hàng',
119     'row_type_header' => 'Tiêu đề',
120     'row_type_body' => 'Nội dung',
121     'row_type_footer' => 'Cuối trang',
122     'alignment' => 'Canh lề',
123     'cut_column' => 'Cắt cột',
124     'copy_column' => 'Sao chép cột',
125     'paste_column_before' => 'Thêm cột phía trước',
126     'paste_column_after' => 'Thêm cột phía sau',
127     'cell_padding' => 'Cell padding',
128     'cell_spacing' => 'Cell spacing',
129     'caption' => 'Chú thích',
130     'show_caption' => 'Hiện chú thích',
131     'constrain' => 'Ràng buộc các thuộc tính',
132     'cell_border_solid' => 'Khối',
133     'cell_border_dotted' => 'Điểm chấm',
134     'cell_border_dashed' => 'Dashed',
135     'cell_border_double' => 'Double',
136     'cell_border_groove' => 'Groove',
137     'cell_border_ridge' => 'Ridge',
138     'cell_border_inset' => 'Inset',
139     'cell_border_outset' => 'Outset',
140     'cell_border_none' => 'None',
141     'cell_border_hidden' => 'Ẩn',
142
143     // Images, links, details/summary & embed
144     'source' => 'Nguồn',
145     'alt_desc' => 'Mô tả thay thế',
146     'embed' => 'Mã nhúng',
147     'paste_embed' => 'Dán mã đính kèm của bạn vào bên dưới:',
148     'url' => 'Đường dẫn',
149     'text_to_display' => 'Các văn bản hiển thị',
150     'title' => 'Tiêu đề',
151     'browse_links' => 'Browse links',
152     'open_link' => 'Mở liên kết',
153     'open_link_in' => 'Mở liên kết trong...',
154     'open_link_current' => 'Cửa sổ hiện tại',
155     'open_link_new' => 'Cửa sổ mới',
156     'remove_link' => 'Loại bỏ liên kết',
157     'insert_collapsible' => 'Insert collapsible block',
158     'collapsible_unwrap' => 'Unwrap',
159     'edit_label' => 'Chỉnh sửa nhãn',
160     'toggle_open_closed' => 'Toggle open/closed',
161     'collapsible_edit' => 'Edit collapsible block',
162     'toggle_label' => 'Toggle label',
163
164     // About view
165     'about' => 'Giới thiệu về trình soạn thảo',
166     'about_title' => 'Giới thiệu về trình soạn thảo WYSIWYG',
167     'editor_license' => 'Giáy phép & Bản quyền của trình soạn thảo',
168     'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.',
169     'editor_lexical_license_link' => 'Full license details can be found here.',
170     'editor_tiny_license' => 'Trình soạn thảo này được xây dựng bằng các sử dụng :tinyLink theo giấy phép MIT.',
171     'editor_tiny_license_link' => 'Chi tiết về bản quyền và giấy phép của TinyMCE có thể được tìm thấy tại đây.',
172     'save_continue' => 'Lưu trang & Tiếp tục',
173     'callouts_cycle' => '(Keep pressing to toggle through types)',
174     'link_selector' => 'Liên kết đến nội dung',
175     'shortcuts' => 'Phím tắt',
176     'shortcut' => 'Phím tắt',
177     'shortcuts_intro' => 'The following shortcuts are available in the editor:',
178     'windows_linux' => '(Windows/Linux)',
179     'mac' => '(Mac)',
180     'description' => 'Description',
181 ];