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

📄 gb.js

📁 中国源码站下载
💻 JS
字号:
// I18N constants -- Chinese GB// by Dave Lo -- dlo@interactivetools.comHTMLArea.I18N = {	// the following should be the filename without .js extension	// it will be used for automatically load plugin language.	lang: "gb",	tooltips: {		bold:           "粗体",		italic:         "斜体",		underline:      "底线",		strikethrough:  "删除线",		subscript:      "下标",		superscript:    "上标",		justifyleft:    "位置靠左",		justifycenter:  "位置居中",		justifyright:   "位置靠右",		justifyfull:    "位置左右平等",		orderedlist:    "顺序清单",		unorderedlist:  "无序清单",		outdent:        "减小行前空白",		indent:         "加宽行前空白",		forecolor:      "文字颜色",		backcolor:      "背景颜色",		horizontalrule: "水平线",		createlink:     "插入连结",		insertimage:    "插入图形",		inserttable:    "插入表格",		htmlmode:       "切换HTML原始码",		popupeditor:    "放大",		about:          "关於 HTMLArea",		help:           "说明",		textindicator:  "字体例子"	}};

⌨️ 快捷键说明

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