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

📄 zh-cn.js

📁 hudong维客系统
💻 JS
字号:
// I18N constants

// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, http://dynarch.com/mishoo

// FOR TRANSLATORS:
//
//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
//      (at least a valid email address)
//
//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
//      (if this is not possible, please include a comment
//       that states what encoding is necessary.)

ContextMenu.I18N = {
	// Items that appear in menu.  Please note that an underscore (_)
	// character in the translation (right column) will cause the following
	// letter to become underlined and be shortcut for that menu option.

	"Cut"                                                   : "剪切",
	"Copy"                                                  : "复制",
	"Paste"                                                 : "粘贴",
	"Image Properties"                                      : "图像属性...",
	"Modify Link"                                           : "修改链接...",
	"Check Link"                                            : "检查链接...",
	"Remove Link"                                           : "删除链接...",
	"Cell Properties"                                       : "单元格属性...",
	"Row Properties"                                        : "表格行属性...",
	"Insert Row Before"                                     : "在当前行前插入",
	"Insert Row After"                                      : "在当前行后插入",
	"Delete Row"                                            : "删除当前行",
	"Table Properties"                                      : "表格属性...",
	"Insert Column Before"                                  : "在当前列左侧插入",
	"Insert Column After"                                   : "在当前列右侧插入",
	"Delete Column"                                         : "删除当前列",
	"Justify Left"                                          : "左对齐",
	"Justify Center"                                        : "居中对齐",
	"Justify Right"                                         : "右对齐",
	"Justify Full"                                          : "默认对齐",
	"Make link"                                             : "创建超链接...",
	"Remove the"                                            : "删除",
	"Element"                                               : "元素...",

	// Other labels (tooltips and alert/confirm box messages)

	"Please confirm that you want to remove this element:"  : "请确认删除元素的操作:",
	"Remove this node from the document"                    : "从当前编辑框中删除节点",
	"How did you get here? (Please report!)"                : "How did you get here? (Please report!)",
	"Show the image properties dialog"                      : "显示图像属性对话框",
	"Modify URL"                                            : "修改URL",
	"Current URL is"                                        : "当前URL是",
	"Opens this link in a new window"                       : "在新窗口打开链接",
	"Please confirm that you want to unlink this element."  : "请确认取消超链接的操作.",
	"Link points to:"                                       : "超链接指向地址:",
	"Unlink the current element"                            : "取消当前元素的超链接",
	"Show the Table Cell Properties dialog"                 : "显示表格单元格属性对话框",
	"Show the Table Row Properties dialog"                  : "显示表格行属性对话框",
	"Insert a new row before the current one"               : "在当前表格行前插入",
	"Insert a new row after the current one"                : "在当前表格后行插入",
	"Delete the current row"                                : "删除当前行",
	"Show the Table Properties dialog"                      : "显示表格属性对话框",
	"Insert a new column before the current one"            : "在当前列左侧插入",
	"Insert a new column after the current one"             : "在当前列右侧插入",
	"Delete the current column"                             : "删除当前列",
	"Create a link"                                         : "创建超链接"
};

⌨️ 快捷键说明

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