aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/zh.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/div/lang/zh.js')
-rw-r--r--sources/plugins/div/lang/zh.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/sources/plugins/div/lang/zh.js b/sources/plugins/div/lang/zh.js
new file mode 100644
index 0000000..0c8823d
--- /dev/null
+++ b/sources/plugins/div/lang/zh.js
@@ -0,0 +1,19 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'div', 'zh', {
6 IdInputLabel: 'ID',
7 advisoryTitleInputLabel: '標題',
8 cssClassInputLabel: '樣式表類別',
9 edit: '編輯 Div',
10 inlineStyleInputLabel: '行內樣式',
11 langDirLTRLabel: '由左至右 (LTR)',
12 langDirLabel: '語言方向',
13 langDirRTLLabel: '由右至左 (RTL)',
14 languageCodeInputLabel: '語言碼',
15 remove: '移除 Div',
16 styleSelectLabel: '樣式',
17 title: '建立 Div 容器',
18 toolbar: '建立 Div 容器'
19} );