⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zh-cn.js

📁 hudong维客系统
💻 JS
字号:
// I18N constants -- Chinese GB
// LANG: "zh-cn", ENCODING: GB2312
// Translator: phppp http://xoops.org.cn


HTMLArea.I18N = {

	// the following should be the filename without .js extension
	// it will be used for automatically load plugin language.
	lang: "zh-cn",

	tooltips: {
		bold:           "粗体(CTRL+B)",
		italic:         "斜体(CTRL+I)",
		underline:      "下划线(CTRL+U)",
		strikethrough:  "删除线(CTRL+S)",
		subscript:      "下脚标",
		superscript:    "上脚标",
		justifyleft:    "左对齐(CTRL+L)",
		justifycenter:  "居中(CTRL+E)",
		justifyright:   "右对齐(CTRL+R)",
		justifyfull:    "两端对齐",
		insertorderedlist:    "有序列表",
		insertunorderedlist:  "无序列表",
		outdent:        "减小缩进",
		indent:         "增大缩进",
		forecolor:      "设置字体颜色",
		hilitecolor:      "设置背景颜色",
		inserthorizontalrule: "水平线",
		createlink:     "插入链接",
		insertimage:    "插入图片",
		inserttable:    "插入表格",
		htmlmode:       "切换HTML源码",
		popupeditor:    "放大",
		about:          "关于Hoodong",
		showhelp:       "使用帮助",
		textindicator:  "当前风格",
		undo:           "取消上一操作(CTRL+Z)",
		redo:           "重复上一操作(CTRL+Y)",
		cut:            "剪切(CTRL+X)",
		copy:           "拷贝(CTRL+C)",
		paste:          "粘贴(CTRL+V)",
		lefttoright:    "从左至右",
		righttoleft:    "从右至左",
		innerlink:	"插入条目关联(ALT+Q或者CTRL+Q)",
		outerlink:	"插入外部关联",
		createsection:	"插入段标记(ALT+P或者CTRL+P)"
 
	},

	buttons: {
		"ok":           "确定",
		"cancel":       "取消"
	},

	msg: {
		"Path":         "路径",
		"TEXT_MODE":    "当前为文本模式. 点击[<>]按钮切换至所见即所得模式.",

		"IE-sucks-full-screen" :
		// translate here
		"The full screen mode is known to cause problems with Internet Explorer, " +
		"due to browser bugs that we weren't able to workaround.  You might experience garbage " +
		"display, lack of editor functions and/or random browser crashes.  If your system is Windows 9x " +
		"it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
		"You have been warned.  Please press OK if you still want to try the full screen editor."
	},

	dialogs: {
		"Cancel"                                            : "取消",
		"Insert/Modify Link"                                : "插入/修改链接",
		"New window (_blank)"                               : "新窗口(_blank)",
		"None (use implicit)"                               : "无(隐藏)",
		"OK"                                                : "确定",
		"Other"                                             : "其他",
		"Same frame (_self)"                                : "当前框架(_self)",
		"Target:"                                           : "目标框架:",
		"Title (tooltip):"                                  : "标题(tooltip):",
		"Top frame (_top)"                                  : "最上层框架(_top)",
		"URL:"                                              : "URL:",
		"You must enter the URL where this link points to"  : "请输入超链接指向的网址"
	}
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -