gb.js

来自「中国源码站下载」· JavaScript 代码 · 共 37 行

JS
37
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?