aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/zh.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/wsc/lang/zh.js')
-rw-r--r--sources/plugins/wsc/lang/zh.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/plugins/wsc/lang/zh.js b/sources/plugins/wsc/lang/zh.js
new file mode 100644
index 00000000..a3aa83d7
--- /dev/null
+++ b/sources/plugins/wsc/lang/zh.js
@@ -0,0 +1,24 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'wsc', 'zh', {
6 btnIgnore: '忽略',
7 btnIgnoreAll: '全部忽略',
8 btnReplace: '取代',
9 btnReplaceAll: '全部取代',
10 btnUndo: '復原',
11 changeTo: '更改為',
12 errorLoading: '無法聯系侍服器: %s.',
13 ieSpellDownload: '尚未安裝拼字檢查元件。您是否想要現在下載?',
14 manyChanges: '拼字檢查完成:更改了 %1 個單字',
15 noChanges: '拼字檢查完成:未更改任何單字',
16 noMispell: '拼字檢查完成:未發現拼字錯誤',
17 noSuggestions: '- 無建議值 -',
18 notAvailable: '抱歉,服務目前暫不可用',
19 notInDic: '不在字典中',
20 oneChange: '拼字檢查完成:更改了 1 個單字',
21 progress: '進行拼字檢查中…',
22 title: '拼字檢查',
23 toolbar: '拼字檢查'
24});