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

📄 gb.js

📁 Zen Cart是真正的电子商务艺术
💻 JS
字号:
// I18N constants

// LANG: "gb", ENCODING: UTF-8
// by http://www.zen-cart.cn

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:    "背景颜色",
		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
		"全屏模式在IE下会有问题," +
		"这是由于浏览器造成的,我们无法更正。可能会出现显示" +
		"混乱、丢失编辑功能或浏览器出错。如果您的系统是Windows 9x," +
		"很可能会出现'通用保护错误',需要重新启动系统。\n\n" +
		"你要千万注意! 如果您还是想试用全屏编辑,请按确定."
	},

	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:"                                              : "地址:",
		"You must enter the URL where this link points to"  : "您必须输入该链接指向的地址"
	}
};

⌨️ 快捷键说明

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