diff options
| author | lsces <lester@lsces.co.uk> | 2013-07-15 14:22:23 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-07-15 14:22:23 +0100 |
| commit | 6d4c4f12d15ae68d912972921997a8c5180c9aea (patch) | |
| tree | 104274447272d09617c483cf6b0ee79559c9fe6f /plugins/forms/lang/zh.js | |
| parent | de6d09676a9527919813a4474cc28af554a35fe1 (diff) | |
| download | ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.gz ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.bz2 ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.zip | |
Upgrade to CKEditor V4
Directory structure changed so many files removed and replace in a new location
This batch is the delete and add
Diffstat (limited to 'plugins/forms/lang/zh.js')
| -rw-r--r-- | plugins/forms/lang/zh.js | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/plugins/forms/lang/zh.js b/plugins/forms/lang/zh.js new file mode 100644 index 0000000..8263744 --- /dev/null +++ b/plugins/forms/lang/zh.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'zh', {
+ button: {
+ title: '按鈕屬性',
+ text: '顯示文字 (值)',
+ type: '類型',
+ typeBtn: '按鈕 (Button)',
+ typeSbm: '送出 (Submit)',
+ typeRst: '重設 (Reset)'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: '核取方塊屬性',
+ radioTitle: '選項按鈕屬性',
+ value: '選取值',
+ selected: '已選取'
+ },
+ form: {
+ title: '表單屬性',
+ menu: '表單屬性',
+ action: '動作',
+ method: '方法',
+ encoding: '表單編碼'
+ },
+ hidden: {
+ title: '隱藏欄位屬性',
+ name: '名稱',
+ value: '值'
+ },
+ select: {
+ title: '清單/選單屬性',
+ selectInfo: '資訊',
+ opAvail: '可用選項',
+ value: '值',
+ size: '大小',
+ lines: '行',
+ chkMulti: '可多選',
+ opText: '顯示文字',
+ opValue: '選取值',
+ btnAdd: '新增',
+ btnModify: '修改',
+ btnUp: '上移',
+ btnDown: '下移',
+ btnSetValue: '設為預設值',
+ btnDelete: '刪除'
+ },
+ textarea: {
+ title: '文字區域屬性',
+ cols: '字元寬度',
+ rows: '列數'
+ },
+ textfield: {
+ title: '文字方塊屬性',
+ name: '名稱',
+ value: '值',
+ charWidth: '字元寬度',
+ maxChars: '最多字元數',
+ type: '類型',
+ typeText: '文字',
+ typePass: '密碼',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
|
