mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 22:32:49 +00:00
first commit
This commit is contained in:
Executable
+34
@@ -0,0 +1,34 @@
|
||||
/*
|
||||
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'scayt', 'zh-cn', {
|
||||
about: '关于即时拼写检查',
|
||||
aboutTab: '关于',
|
||||
addWord: '添加单词',
|
||||
allCaps: '忽略所有大写单词',
|
||||
dic_create: '创建',
|
||||
dic_delete: '删除',
|
||||
dic_field_name: '字典名称',
|
||||
dic_info: '一开始用户词典储存在 Cookie 中, 但是 Cookies 的容量是有限的, 当用户词典增长到超出 Cookie 限制时就无法再储存了, 这时您可以将词典储存到我们的服务器上. 要把您的个人词典到储存到我们的服务器上的话, 需要为您的词典指定一个名称, 如果您在我们的服务器上已经有储存有一个词典, 请输入词典名称并按还原按钮.',
|
||||
dic_rename: '重命名',
|
||||
dic_restore: '还原',
|
||||
dictionariesTab: '字典',
|
||||
disable: '禁用即时拼写检查',
|
||||
emptyDic: '字典名不应为空.',
|
||||
enable: '启用即时拼写检查',
|
||||
ignore: '忽略',
|
||||
ignoreAll: '全部忽略',
|
||||
ignoreDomainNames: '忽略域名',
|
||||
langs: '语言',
|
||||
languagesTab: '语言',
|
||||
mixedCase: '忽略大小写混合的单词',
|
||||
mixedWithDigits: '忽略带数字的单词',
|
||||
moreSuggestions: '更多拼写建议',
|
||||
opera_title: '不支持 Opera 浏览器',
|
||||
options: '选项',
|
||||
optionsTab: '选项',
|
||||
title: '即时拼写检查',
|
||||
toggle: '暂停/启用即时拼写检查',
|
||||
noSuggestions: 'No suggestion'// MISSING
|
||||
});
|
||||
Reference in New Issue
Block a user