comparison src/languages/vi.js @ 0:4c4fc447baea

start with sceditor-3.1.1
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Aug 2022 15:21:29 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c4fc447baea
1 /**
2 * @author Chien
3 * @license [MIT](http://www.opensource.org/licenses/mit-license.php)
4 */
5 (function () {
6 'use strict';
7
8 sceditor.locale['vi'] = {
9 'Bold': 'Đậm',
10 'Italic': 'Nghiêng',
11 'Underline': 'Gạch chân',
12 'Strikethrough': 'Gạch giữa',
13 'Subscript': 'Hệ số',
14 'Superscript': 'Mũ',
15 'Align left': 'Căn trái',
16 'Center': 'Căn giữa',
17 'Align right': 'Căn phải',
18 'Justify': 'Căn đều',
19 'Font Name': 'Phông chữ',
20 'Font Size': 'Cỡ chữ',
21 'Font Color': 'Màu chữ',
22 'Remove Formatting': 'Xóa định dạng',
23 'Cut': 'Cắt',
24 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Trình duyệt không cho phép sử dụng lệnh Cut. Vui lòng sử dụng phím tắt Ctrl/Cmd-X',
25 'Copy': 'Sao chép',
26 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Trình duyệt không cho phép sử dụng lệnh Copy. Vui lòng sử dụng phím tắt Ctrl/Cmd-C',
27 'Paste': 'Chép vào',
28 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Trình duyệt không cho phép sử dụng lệnh Paste. Vui lòng sử dụng phím tắt Ctrl/Cmd-V',
29 'Paste your text inside the following box:': 'Chép nội dung text vào khung sau',
30 'Paste Text': 'Chép nội dung text',
31 'Bullet list': 'Danh sách kiểu nốt',
32 'Numbered list': 'Danh sách kiểu số',
33 'Undo': 'Hủy bỏ',
34 'Redo': 'Trở lại bước trước',
35 'Rows:': 'Số dòng',
36 'Cols:': 'Số cột',
37 'Insert a table': 'Thêm bảng',
38 'Insert a horizontal rule': 'Thêm thước ngang',
39 'Code': 'Mã code',
40 'Width (optional):': 'Dài (không bắt buộc)',
41 'Height (optional):': 'Rộng (không bắt buộc)',
42 'Insert an image': 'Chèn hình ảnh',
43 'E-mail:': 'E-mail',
44 'Insert an email': 'Chèn email',
45 'URL:': 'Liên kết',
46 'Insert a link': 'Chèn liên kết',
47 'Unlink': 'Bỏ liên kết',
48 'More': 'Xem thêm',
49 'Insert an emoticon': 'Chèn biểu tượng',
50 'Video URL:': 'Đường dẫn của Video',
51 'Insert': 'Thêm vào',
52 'Insert a YouTube video': 'Chèn Youtube',
53 'Insert current date': 'Chèn ngày hiện tại',
54 'Insert current time': 'Chèn thời gian hiện tại',
55 'Print': 'In ấn',
56 'View source': 'Xem mã nguồn',
57 'Description (optional):': 'Mô tả (không bắt buộc)',
58 'Enter the image URL:': 'Nhập vào đường dẫn của hình ảnh',
59 'Enter the e-mail address:': 'Nhập vào địa chỉ email',
60 'Enter the displayed text:': 'Nhập vào nội dung hiển thị',
61 'Enter URL:': 'Nhập vào liên kết',
62 'Enter the YouTube video URL or ID:': 'Nhập vào liên kết của video hoặc ID trên Youtube',
63 'Insert a Quote': 'Chèn trích dẫn',
64 'Invalid YouTube video': 'Video Youtube không chính xác',
65
66 dateFormat: 'day/month/year'
67 };
68 })();