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

📄 zh-cn.js

📁 呵呵,这个东西希望大家有用啊
💻 JS
字号:
// I18N constants -- Chinese GB// LANG: "zh-cn", ENCODING: GB2312// Translator: phppp http://xoops.org.cnHTMLArea.I18N = {	// the following should be the filename without .js extension	// it will be used for automatically load plugin language.	lang: "zh-cn",	tooltips: {		bold:           "粗体",		italic:         "斜体",		underline:      "下划线",		strikethrough:  "删除线",		subscript:      "下脚标",		superscript:    "上脚标",		justifyleft:    "左对齐",		justifycenter:  "居中",		justifyright:   "右对齐",		justifyfull:    "两端对齐",		insertorderedlist:    "有序列表",		insertunorderedlist:  "无序列表",		outdent:        "减小缩进",		indent:         "增大缩进",		forecolor:      "前景色",		hilitecolor:      "背景色",		inserthorizontalrule: "水平线",		createlink:     "插入链接",		insertimage:    "插入图片",		inserttable:    "插入表格",		htmlmode:       "切换HTML源码",		popupeditor:    "放大",		about:          "关于HTMLArea",		showhelp:       "使用帮助",		textindicator:  "当前风格",		undo:           "取消上一操作",		redo:           "重复上一操作",		cut:            "剪切",		copy:           "拷贝",		paste:          "粘贴",		lefttoright:    "从左至右",		righttoleft:    "从右至左"	},	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 + -