aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/liststyle/lang/vi.js
blob: ffa0cf8cfc43cc8f5fd8931170a96c01989840e6 (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
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'liststyle', 'vi', {
	armenian: 'Số theo kiểu Armenian',
	bulletedTitle: 'Thuộc tính danh sách không thứ tự',
	circle: 'Khuyên tròn',
	decimal: 'Kiểu số (1, 2, 3 ...)',
	decimalLeadingZero: 'Kiểu số (01, 02, 03...)',
	disc: 'Hình đĩa',
	georgian: 'Số theo kiểu Georgian (an, ban, gan...)',
	lowerAlpha: 'Kiểu abc thường (a, b, c, d, e...)',
	lowerGreek: 'Kiểu Hy Lạp (alpha, beta, gamma...)',
	lowerRoman: 'Số La Mã kiểu thường (i, ii, iii, iv, v...)',
	none: 'Không gì cả',
	notset: '<không thiết lập>',
	numberedTitle: 'Thuộc tính danh sách có thứ tự',
	square: 'Hình vuông',
	start: 'Bắt đầu',
	type: 'Kiểu loại',
	upperAlpha: 'Kiểu ABC HOA (A, B, C, D, E...)',
	upperRoman: 'Số La Mã kiểu HOA (I, II, III, IV, V...)',
	validateStartNumber: 'Số bắt đầu danh sách phải là một số nguyên.'
} );