📄 zh-cn.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" : "_I图象属性...",
"Modify Link" : "_M修改连接...",
"Check Link" : "检查连接_k...",
"Remove Link" : "_R删除连接...",
"Cell Properties" : "_e单元格属性...",
"Row Properties" : "_w行属性...",
"Insert Row Before" : "_n插入此行前",
"Insert Row After" : "_s插入此行后",
"Delete Row" : "_D删除行",
"Table Properties" : "_T表格属性...",
"Insert Column Before" : "_C插入此列前",
"Insert Column After" : "_o插入此列后",
"Delete Column" : "_l删除列",
"Justify Left" : "左对齐",
"Justify Center" : "居中",
"Justify Right" : "右对齐",
"Justify Full" : "两端对齐",
"Make link" : "超链接_k...",
"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 + -