📄 es.js
字号:
// I18N constantsHTMLArea.I18N = { // the following should be the filename without .js extension // it will be used for automatically load plugin language. lang: "es", tooltips: { bold: "Negrita", italic: "Cursiva", underline: "Subrayado", strikethrough: "Tachado", subscript: "Sub韓dice", superscript: "Super韓dice", justifyleft: "Alinear a la Izquierda", justifycenter: "Centrar", justifyright: "Alinear a la Derecha", justifyfull: "Justificar", insertorderedlist: "Lista Ordenada", insertunorderedlist: "Lista No Ordenada", outdent: "Aumentar Sangr韆", indent: "Disminuir Sangr韆", forecolor: "Color del Texto", hilitecolor: "Color del Fondo", inserthorizontalrule: "L韓ea Horizontal", createlink: "Insertar Enlace", insertimage: "Insertar Imagen", inserttable: "Insertar Tabla", htmlmode: "Ver Documento en HTML", popupeditor: "Ampliar Editor", about: "Acerca del Editor", showhelp: "Ayuda", textindicator: "Estilo Actual", undo: "Deshacer", redo: "Rehacer", cut: "Cortar selecci髇", copy: "Copiar selecci髇", paste: "Pegar desde el portapapeles" }, buttons: { "ok": "Aceptar", "cancel": "Cancelar" }, msg: { "Path": "Ruta", "TEXT_MODE": "Esta en modo TEXTO. Use el boton [<>] para cambiar a WYSIWIG", }};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -