aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/colorbutton/lang/vi.js
blob: 4f17fad2b11365db4f83ab53cb38e2f7e0986db8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'colorbutton', 'vi', {
	auto: 'Tự động',
	bgColorTitle: 'Màu nền',
	colors: {
		'000': 'Đen',
		'800000': 'Maroon',
		'8B4513': 'Saddle Brown',
		'2F4F4F': 'Dark Slate Gray',
		'008080': 'Teal',
		'000080': 'Navy',
		'4B0082': 'Indigo',
		'696969': 'Dark Gray',
		B22222: 'Fire Brick',
		A52A2A: 'Nâu',
		DAA520: 'Golden Rod',
		'006400': 'Dark Green',
		'40E0D0': 'Turquoise',
		'0000CD': 'Medium Blue',
		'800080': 'Purple',
		'808080': 'Xám',
		F00: 'Đỏ',
		FF8C00: 'Dark Orange',
		FFD700: 'Vàng',
		'008000': 'Xanh lá cây',
		'0FF': 'Cyan',
		'00F': 'Xanh da trời',
		EE82EE: 'Tím',
		A9A9A9: 'Xám tối',
		FFA07A: 'Light Salmon',
		FFA500: 'Màu cam',
		FFFF00: 'Vàng',
		'00FF00': 'Lime',
		AFEEEE: 'Pale Turquoise',
		ADD8E6: 'Light Blue',
		DDA0DD: 'Plum',
		D3D3D3: 'Light Grey',
		FFF0F5: 'Lavender Blush',
		FAEBD7: 'Antique White',
		FFFFE0: 'Light Yellow',
		F0FFF0: 'Honeydew',
		F0FFFF: 'Azure',
		F0F8FF: 'Alice Blue',
		E6E6FA: 'Lavender',
		FFF: 'Trắng'
	},
	more: 'Màu khác...',
	panelTitle: 'Màu sắc',
	textColorTitle: 'Màu chữ'
} );