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

📄 gb.js

📁 網葉編輯器 ?W葉編輯器 網葉編輯器
💻 JS
字号:
// I18N constants -- Chinese GB
// by Dave Lo -- dlo@interactivetools.com
HTMLArea.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:    "位置左右平等",
		insertorderedlist:    "顺序清单",
		insertunorderedlist:  "无序清单",
		outdent:        "减小行前空白",
		indent:         "加宽行前空白",
		forecolor:      "文字颜色",
		hilitecolor:    "背景颜色",
		backcolor:      "前景颜色",
		inserthorizontalrule: "水平线",
		createlink:     "插入连结",
		insertimage:    "插入图形",
		inserttable:    "插入表格",
		insertflash:    "插入Flash",
		insertmedia:    "插入多媒体",
		insertsmile:    "插入表情",
		htmlmode:       "切换HTML原始码",
		popupeditor:    "放大",
		about:          "关于HTMLArea",
		help:           "说明",
		textindicator:  "字体例子",
        undo:           "撤销",
		redo:           "重做",
		cut:            "剪切",
		copy:           "拷贝",
		paste:          "粘贴"
	},

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

	msg: {
		"Path":         "定位",
		"TEXT_MODE":    "你可以使用[<>]按钮切换到WYSIWIG."
	}
};

⌨️ 快捷键说明

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