]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blame - sources/plugins/liststyle/lang/zh.js
Initial commit
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / liststyle / lang / zh.js
CommitLineData
3332bebe
IB
1/*\r
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'liststyle', 'zh', {\r
6 armenian: '亞美尼亞數字',\r
7 bulletedTitle: '項目符號清單屬性',\r
8 circle: '圓圈',\r
9 decimal: '小數點 (1, 2, 3, etc.)',\r
10 decimalLeadingZero: '前綴 0 十位數字 (01, 02, 03, 等)',\r
11 disc: '圓點',\r
12 georgian: '喬治王時代數字 (an, ban, gan, 等)',\r
13 lowerAlpha: '小寫字母 (a, b, c, d, e 等)',\r
14 lowerGreek: '小寫希臘字母 (alpha, beta, gamma, 等)',\r
15 lowerRoman: '小寫羅馬數字 (i, ii, iii, iv, v 等)',\r
16 none: '無',\r
17 notset: '<未設定>',\r
18 numberedTitle: '編號清單屬性',\r
19 square: '方塊',\r
20 start: '開始',\r
21 type: '類型',\r
22 upperAlpha: '大寫字母 (A, B, C, D, E 等)',\r
23 upperRoman: '大寫羅馬數字 (I, II, III, IV, V 等)',\r
24 validateStartNumber: '清單起始號碼須為一完整數字。'\r
25} );\r