From b4a15cc14e5266783114a3fccab4b24daf9d194b Mon Sep 17 00:00:00 2001 From: ChrisTVH Date: Thu, 21 May 2026 21:00:33 -0400 Subject: [PATCH 1/3] Translation updated to version 4205 Professional text standardization Correction of various typos --- LocalizedMenu.sublime-settings | 2 +- locale/es/es.json | 7 +- locale/es/menu.json | 56 +- ...ole Input Widget Context.sublime-menu.json | 6 +- menu/4/es/Context.sublime-menu.json | 22 +- menu/4/es/Encoding.sublime-menu.json | 7 +- menu/4/es/Find in Files.sublime-menu.json | 14 +- menu/4/es/Indentation.sublime-menu.json | 24 +- menu/4/es/Line Endings.sublime-menu.json | 6 +- .../es/Side Bar Mount Point.sublime-menu.json | 8 +- menu/4/es/Side Bar.sublime-menu.json | 114 +- menu/4/es/Syntax.sublime-menu.json | 4 +- menu/4/es/Tab Context.sublime-menu.json | 22 +- .../es/Tab Sidebar Context.sublime-menu.json | 20 +- menu/4/es/Widget Context.sublime-menu.json | 2 +- menu/4169/es/Encoding.sublime-menu.json | 7 +- menu/4169/es/Main.sublime-menu.json | 1240 +++++++++-------- menu/4169/es/Side Bar.sublime-menu.json | 114 +- menu/4169/es/Tab Context.sublime-menu.json | 22 +- .../es/Tab Sidebar Context.sublime-menu.json | 20 +- menu/4192/es/Context.sublime-menu.json | 24 +- menu/4192/es/Encoding.sublime-menu.json | 7 +- menu/4192/es/Image Context.sublime-menu.json | 18 +- menu/4192/es/Main.sublime-menu.json | 1240 +++++++++-------- menu/4192/es/Side Bar.sublime-menu.json | 114 +- menu/4192/es/Tab Context.sublime-menu.json | 22 +- .../es/Tab Sidebar Context.sublime-menu.json | 20 +- ...ole Input Widget Context.sublime-menu.json | 10 + menu/4205/en/Context.sublime-menu.json | 26 + menu/4205/en/Encoding.sublime-menu.json | 93 ++ menu/4205/en/Find in Files.sublime-menu.json | 10 + menu/4205/en/Image Context.sublime-menu.json | 11 + menu/4205/en/Indentation.sublime-menu.json | 17 + menu/4205/en/Line Endings.sublime-menu.json | 5 + menu/4205/en/Main.sublime-menu.json | 992 +++++++++++++ .../en/Side Bar Mount Point.sublime-menu.json | 4 + menu/4205/en/Side Bar.sublime-menu.json | 20 + menu/4205/en/Syntax.sublime-menu.json | 6 + menu/4205/en/Tab Context.sublime-menu.json | 16 + .../en/Tab Sidebar Context.sublime-menu.json | 14 + menu/4205/en/Widget Context.sublime-menu.json | 9 + ...ole Input Widget Context.sublime-menu.json | 10 + menu/4205/es/Context.sublime-menu.json | 26 + menu/4205/es/Encoding.sublime-menu.json | 90 ++ menu/4205/es/Find in Files.sublime-menu.json | 10 + menu/4205/es/Image Context.sublime-menu.json | 11 + menu/4205/es/Indentation.sublime-menu.json | 17 + menu/4205/es/Line Endings.sublime-menu.json | 5 + menu/4205/es/Main.sublime-menu.json | 1134 +++++++++++++++ .../es/Side Bar Mount Point.sublime-menu.json | 10 + menu/4205/es/Side Bar.sublime-menu.json | 112 ++ menu/4205/es/Syntax.sublime-menu.json | 8 + menu/4205/es/Tab Context.sublime-menu.json | 16 + .../es/Tab Sidebar Context.sublime-menu.json | 14 + menu/4205/es/Widget Context.sublime-menu.json | 9 + 55 files changed, 4541 insertions(+), 1326 deletions(-) create mode 100644 menu/4205/en/Console Input Widget Context.sublime-menu.json create mode 100644 menu/4205/en/Context.sublime-menu.json create mode 100644 menu/4205/en/Encoding.sublime-menu.json create mode 100644 menu/4205/en/Find in Files.sublime-menu.json create mode 100644 menu/4205/en/Image Context.sublime-menu.json create mode 100644 menu/4205/en/Indentation.sublime-menu.json create mode 100644 menu/4205/en/Line Endings.sublime-menu.json create mode 100644 menu/4205/en/Main.sublime-menu.json create mode 100644 menu/4205/en/Side Bar Mount Point.sublime-menu.json create mode 100644 menu/4205/en/Side Bar.sublime-menu.json create mode 100644 menu/4205/en/Syntax.sublime-menu.json create mode 100644 menu/4205/en/Tab Context.sublime-menu.json create mode 100644 menu/4205/en/Tab Sidebar Context.sublime-menu.json create mode 100644 menu/4205/en/Widget Context.sublime-menu.json create mode 100644 menu/4205/es/Console Input Widget Context.sublime-menu.json create mode 100644 menu/4205/es/Context.sublime-menu.json create mode 100644 menu/4205/es/Encoding.sublime-menu.json create mode 100644 menu/4205/es/Find in Files.sublime-menu.json create mode 100644 menu/4205/es/Image Context.sublime-menu.json create mode 100644 menu/4205/es/Indentation.sublime-menu.json create mode 100644 menu/4205/es/Line Endings.sublime-menu.json create mode 100644 menu/4205/es/Main.sublime-menu.json create mode 100644 menu/4205/es/Side Bar Mount Point.sublime-menu.json create mode 100644 menu/4205/es/Side Bar.sublime-menu.json create mode 100644 menu/4205/es/Syntax.sublime-menu.json create mode 100644 menu/4205/es/Tab Context.sublime-menu.json create mode 100644 menu/4205/es/Tab Sidebar Context.sublime-menu.json create mode 100644 menu/4205/es/Widget Context.sublime-menu.json diff --git a/LocalizedMenu.sublime-settings b/LocalizedMenu.sublime-settings index 3cbd842..7d0d930 100644 --- a/LocalizedMenu.sublime-settings +++ b/LocalizedMenu.sublime-settings @@ -1,6 +1,6 @@ { // locale code - // en|en_GB|en_US|zh|zh_CN|zh_TW|ru|pt_BR + // en|es|en_GB|en_US|zh|zh_CN|zh_TW|ru|pt_BR "locale": "en", // allow to find localized menu of similar version for current locale diff --git a/locale/es/es.json b/locale/es/es.json index 63b9dad..4b979f5 100644 --- a/locale/es/es.json +++ b/locale/es/es.json @@ -1,6 +1 @@ - -{ - "hidden": false, - "caption": "Español", - "mnemonic": "e" -} +{ "hidden": false, "caption": "Español", "mnemonic": "E" } diff --git a/locale/es/menu.json b/locale/es/menu.json index 6c6b165..06885ab 100644 --- a/locale/es/menu.json +++ b/locale/es/menu.json @@ -4,27 +4,13 @@ "children": [ { "id": "package-settings", - "caption": "Ajustes de Paquetes", - "children": - [ + "caption": "Ajustes de paquetes", + "children": [ { "caption": "LocalizedMenu", - "children": - [ - { - "command": "open_file", "args": - { - "file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings" - }, - "caption": "Ajustes – Por defecto" - }, - { - "command": "open_file", "args": - { - "file": "${packages}/User/LocalizedMenu.sublime-settings" - }, - "caption": "Ajustes – Usuario" - }, + "children": [ + { "command": "open_file", "args": { "file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings" }, "caption": "Ajustes – por defecto" }, + { "command": "open_file", "args": { "file": "${packages}/User/LocalizedMenu.sublime-settings" }, "caption": "Ajustes – usuario" }, { "caption": "-" } ] } @@ -35,34 +21,10 @@ "id": "locales", "caption": "Idiomas", "children": [ - { - "command": "localize_run", - "args": { - "action": "detect" - }, - "caption": "Detectar" - }, - { - "command": "localize_run", - "args": { - "action": "reset" - }, - "caption": "Restablecer" - }, - { - "command": "localize_run", - "args": { - "action": "add" - }, - "caption": "Añadir Idioma…" - }, - { - "command": "localize_run", - "args": { - "action": "submit" - }, - "caption": "Subir Idioma…" - }, + { "command": "localize_run", "args": { "action": "detect" }, "caption": "Detectar" }, + { "command": "localize_run", "args": { "action": "reset" }, "caption": "Restablecer" }, + { "command": "localize_run", "args": { "action": "add" }, "caption": "Añadir idioma…" }, + { "command": "localize_run", "args": { "action": "submit" }, "caption": "Subir idioma…" }, { "caption": "-" } ] }, diff --git a/menu/4/es/Console Input Widget Context.sublime-menu.json b/menu/4/es/Console Input Widget Context.sublime-menu.json index 48a9659..e965004 100644 --- a/menu/4/es/Console Input Widget Context.sublime-menu.json +++ b/menu/4/es/Console Input Widget Context.sublime-menu.json @@ -3,8 +3,8 @@ { "command": "copy", "caption": "Copiar" }, { "command": "paste", "caption": "Pegar" }, { "caption": "-" }, - { "command": "select_all", "caption": "Seleccionar Todo" }, + { "command": "select_all", "caption": "Seleccionar todo" }, { "caption": "-" }, - { "command": "console_python_version", "caption": "Usar Python 3.8", "args": {"version": "3.8"}, "checkbox": true }, - { "command": "console_python_version", "caption": "Usar Python 3.3", "args": {"version": "3.3"}, "checkbox": true } + { "command": "console_python_version", "caption": "Usar Python 3.8", "args": { "version": "3.8" }, "checkbox": true }, + { "command": "console_python_version", "caption": "Usar Python 3.3", "args": { "version": "3.3" }, "checkbox": true } ] diff --git a/menu/4/es/Context.sublime-menu.json b/menu/4/es/Context.sublime-menu.json index ad2bad7..6c185b8 100644 --- a/menu/4/es/Context.sublime-menu.json +++ b/menu/4/es/Context.sublime-menu.json @@ -2,23 +2,23 @@ { "command": "open_context_url", "caption": "Abrir enlace" }, { "command": "goto_definition", "caption": "Ir a la definición" }, { "caption": "-", "id": "diff" }, - { "command": "toggle_inline_diff", "caption": "Alternar Vista de Cambios" }, - { "command": "revert_hunk", "caption": "Revertir los Cambios" }, + { "command": "toggle_inline_diff", "caption": "Alternar vista de cambios" }, + { "command": "revert_hunk", "caption": "Revertir los cambios" }, { "caption": "-", "id": "clipboard" }, { "command": "cut", "caption": "Cortar" }, { "command": "copy", "caption": "Copiar" }, { "command": "paste", "caption": "Pegar" }, { "caption": "-", "id": "selection" }, - { "command": "select_all", "caption": "Seleccionar Todo" }, + { "command": "select_all", "caption": "Seleccionar todo" }, { "caption": "-", "id": "repo_commands" }, - { "caption": "Abrir en el Repositorio Git…", "command": "sublime_merge_open_repo" }, - { "caption": "Historial de Archivos…", "command": "sublime_merge_file_history" }, - { "caption": "Historial de Líneas…", "command": "sublime_merge_line_history" }, - { "caption": "Abrir con Blame…", "command": "sublime_merge_blame_file" }, + { "caption": "Abrir en el repositorio Git…", "command": "sublime_merge_open_repo" }, + { "caption": "Historial de archivos…", "command": "sublime_merge_file_history" }, + { "caption": "Historial de líneas…", "command": "sublime_merge_line_history" }, + { "caption": "Abrir con blame…", "command": "sublime_merge_blame_file" }, { "caption": "-", "id": "file" }, - { "command": "open_in_browser", "caption": "Abrir en el Navegador" }, - { "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "Abrir Carpeta Contenedora…" }, - { "command": "copy_path", "caption": "Copiar Ruta del Archivo" }, - { "command": "reveal_in_side_bar", "caption": "Mostrar en la Barra Lateral" }, + { "command": "open_in_browser", "caption": "Abrir en el navegador" }, + { "command": "open_dir", "args": { "dir": "$file_path", "file": "$file_name" }, "caption": "Abrir carpeta contenedora…" }, + { "command": "copy_path", "caption": "Copiar ruta del archivo" }, + { "command": "reveal_in_side_bar", "caption": "Mostrar en la barra lateral" }, { "caption": "-", "id": "end" } ] diff --git a/menu/4/es/Encoding.sublime-menu.json b/menu/4/es/Encoding.sublime-menu.json index 5984d8e..559bd15 100644 --- a/menu/4/es/Encoding.sublime-menu.json +++ b/menu/4/es/Encoding.sublime-menu.json @@ -2,8 +2,7 @@ { "caption": "Establecer codificación", "id": "set_encoding", - "children": - [ + "children": [ { "caption": "UTF-8", "command": "set_encoding", "args": { "encoding": "utf-8" } }, { "caption": "UTF-16 LE", "command": "set_encoding", "args": { "encoding": "utf-16 le" } }, { "caption": "UTF-16 BE", "command": "set_encoding", "args": { "encoding": "utf-16 be" } }, @@ -44,12 +43,10 @@ { "caption": "Hexadecimal", "command": "set_encoding", "args": { "encoding": "Hexadecimal" } } ] }, - { "caption": "Reabrir con la codificación", "id": "reopen_with_encoding", - "children": - [ + "children": [ { "caption": "UTF-8", "command": "reopen", "args": { "encoding": "utf-8" } }, { "caption": "UTF-16 LE", "command": "reopen", "args": { "encoding": "utf-16 le" } }, { "caption": "UTF-16 BE", "command": "reopen", "args": { "encoding": "utf-16 be" } }, diff --git a/menu/4/es/Find in Files.sublime-menu.json b/menu/4/es/Find in Files.sublime-menu.json index d6922af..377a87d 100644 --- a/menu/4/es/Find in Files.sublime-menu.json +++ b/menu/4/es/Find in Files.sublime-menu.json @@ -1,10 +1,10 @@ [ { "command": "clear_location", "caption": "Borrar filtros" }, - { "command": "add_directory", "caption": "Añadir Carpeta" }, - { "command": "add_where_snippet", "args": {"snippet": "*.${0:txt}"}, "caption": "Añadir al Filtro de Inclusión" }, - { "command": "add_where_snippet", "args": {"snippet": "-*.${0:txt}"}, "caption": "Añadir al Filtro de Exclusión" }, - { "command": "add_where_snippet", "args": {"snippet": ""}, "caption": "Añadir al Filtro del Proyecto" }, - { "command": "add_where_snippet", "args": {"snippet": ""}, "caption": "Añadir Carpetas Abiertas" }, - { "command": "add_where_snippet", "args": {"snippet": ""}, "caption": "Añadir Archivos Abiertos" }, - { "command": "add_where_snippet", "args": {"snippet": ""}, "caption": "Añadir el Archivo Actual" } + { "command": "add_directory", "caption": "Añadir carpeta" }, + { "command": "add_where_snippet", "args": { "snippet": "*.${0:txt}" }, "caption": "Añadir al filtro de inclusión" }, + { "command": "add_where_snippet", "args": { "snippet": "-*.${0:txt}" }, "caption": "Añadir al filtro de exclusión" }, + { "command": "add_where_snippet", "args": { "snippet": "" }, "caption": "Añadir al filtro del proyecto" }, + { "command": "add_where_snippet", "args": { "snippet": "" }, "caption": "Añadir carpetas abiertas" }, + { "command": "add_where_snippet", "args": { "snippet": "" }, "caption": "Añadir archivos abiertos" }, + { "command": "add_where_snippet", "args": { "snippet": "" }, "caption": "Añadir el archivo actual" } ] diff --git a/menu/4/es/Indentation.sublime-menu.json b/menu/4/es/Indentation.sublime-menu.json index 6a5f3ae..6339795 100644 --- a/menu/4/es/Indentation.sublime-menu.json +++ b/menu/4/es/Indentation.sublime-menu.json @@ -1,17 +1,17 @@ [ - { "command": "toggle_setting", "args": {"setting": "translate_tabs_to_spaces"}, "caption": "Alternar Indentación con espacios", "checkbox": true }, + { "command": "toggle_setting", "args": { "setting": "translate_tabs_to_spaces" }, "caption": "Alternar indentación con espacios", "checkbox": true }, { "caption": "-" }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 1}, "caption": "Ancho del tabulador: 1", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 2}, "caption": "Ancho del tabulador: 2", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 3}, "caption": "Ancho del tabulador: 3", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 4}, "caption": "Ancho del tabulador: 4", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 5}, "caption": "Ancho del tabulador: 5", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 6}, "caption": "Ancho del tabulador: 6", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 7}, "caption": "Ancho del tabulador: 7", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 8}, "caption": "Ancho del tabulador: 8", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 1 }, "caption": "Ancho del tabulador: 1", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 2 }, "caption": "Ancho del tabulador: 2", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 3 }, "caption": "Ancho del tabulador: 3", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 4 }, "caption": "Ancho del tabulador: 4", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 5 }, "caption": "Ancho del tabulador: 5", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 6 }, "caption": "Ancho del tabulador: 6", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 7 }, "caption": "Ancho del tabulador: 7", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 8 }, "caption": "Ancho del tabulador: 8", "checkbox": true }, { "caption": "-" }, { "command": "detect_indentation", "caption": "Detectar la configuración de indentación" }, { "caption": "-" }, - { "command": "expand_tabs", "caption": "Convertir la Indentación en Espacios", "args": {"set_translate_tabs": true} }, - { "command": "unexpand_tabs", "caption": "Convertir la Indentación en Tabulaciones", "args": {"set_translate_tabs": true} } - ] + { "command": "expand_tabs", "caption": "Convertir la indentación en espacios", "args": { "set_translate_tabs": true } }, + { "command": "unexpand_tabs", "caption": "Convertir la indentación en tabulaciones", "args": { "set_translate_tabs": true } } +] diff --git a/menu/4/es/Line Endings.sublime-menu.json b/menu/4/es/Line Endings.sublime-menu.json index 5eea5b6..7a68038 100644 --- a/menu/4/es/Line Endings.sublime-menu.json +++ b/menu/4/es/Line Endings.sublime-menu.json @@ -1,5 +1,5 @@ [ - { "command": "set_line_ending", "args": {"type": "windows"}, "caption": "Final de línea en Windows (CRLF)", "checkbox": true }, - { "command": "set_line_ending", "args": {"type": "unix"}, "caption": "Final de línea Unix (LF)", "checkbox": true }, - { "command": "set_line_ending", "args": {"type": "cr"}, "caption": "Final de línea en Mac OS 9 (CR)", "checkbox": true } + { "command": "set_line_ending", "args": { "type": "windows" }, "caption": "Final de línea en Windows (CRLF)", "checkbox": true }, + { "command": "set_line_ending", "args": { "type": "unix" }, "caption": "Final de línea Unix (LF)", "checkbox": true }, + { "command": "set_line_ending", "args": { "type": "cr" }, "caption": "Final de línea en Mac OS 9 (CR)", "checkbox": true } ] diff --git a/menu/4/es/Side Bar Mount Point.sublime-menu.json b/menu/4/es/Side Bar Mount Point.sublime-menu.json index 1285685..211f958 100644 --- a/menu/4/es/Side Bar Mount Point.sublime-menu.json +++ b/menu/4/es/Side Bar Mount Point.sublime-menu.json @@ -1,4 +1,10 @@ [ { "caption": "-", "id": "folder_commands" }, - { "caption": "Cerrar Carpeta", "command": "remove_folder", "args": { "dirs": []} } + { + "caption": "Cerrar carpeta", + "command": "remove_folder", + "args": { + "dirs": [] + } + } ] diff --git a/menu/4/es/Side Bar.sublime-menu.json b/menu/4/es/Side Bar.sublime-menu.json index 991c6af..f2337a2 100644 --- a/menu/4/es/Side Bar.sublime-menu.json +++ b/menu/4/es/Side Bar.sublime-menu.json @@ -1,19 +1,105 @@ [ - { "caption": "Nuevo Archivo", "command": "new_file_at", "args": {"dirs": []} }, - { "caption": "Renombrar…", "command": "rename_path", "args": {"paths": []} }, - { "caption": "Borrar Archivo", "command": "delete_file", "args": {"files": [], "prompt": false} }, - { "caption": "Abrir Carpeta…", "command": "open_folder", "args": {"dirs": []} }, - { "caption": "Abrir Carpeta Contenedora…", "command": "open_containing_folder", "args": {"files": []} }, - { "caption": "Copiar Ruta", "command": "copy_path_sidebar", "args": {"paths": []} }, - { "caption": "Revelar enlace de la fuente", "command": "reveal_link_source", "args": {"dirs": []} }, + { + "caption": "Nuevo archivo", + "command": "new_file_at", + "args": { + "dirs": [] + } + }, + { + "caption": "Renombrar…", + "command": "rename_path", + "args": { + "paths": [] + } + }, + { + "caption": "Borrar archivo", + "command": "delete_file", + "args": { + "files": [], + "prompt": false + } + }, + { + "caption": "Abrir carpeta…", + "command": "open_folder", + "args": { + "dirs": [] + } + }, + { + "caption": "Abrir carpeta contenedora…", + "command": "open_containing_folder", + "args": { + "files": [] + } + }, + { + "caption": "Copiar ruta", + "command": "copy_path_sidebar", + "args": { + "paths": [] + } + }, + { + "caption": "Revelar enlace de la fuente", + "command": "reveal_link_source", + "args": { + "dirs": [] + } + }, { "caption": "-", "id": "repo_commands" }, - { "caption": "Abrir Repositorio Git…", "command": "sublime_merge_open_repo", "args": {"paths": []}}, - { "caption": "Historial de Archivos…", "command": "sublime_merge_file_history", "args": {"files": []}}, - { "caption": "Historial de carpetas…", "command": "sublime_merge_folder_history", "args": {"paths": []}}, - { "caption": "Abrir con Blame…", "command": "sublime_merge_blame_file", "args": {"files": []}}, + { + "caption": "Abrir repositorio Git…", + "command": "sublime_merge_open_repo", + "args": { + "paths": [] + } + }, + { + "caption": "Historial de archivos…", + "command": "sublime_merge_file_history", + "args": { + "files": [] + } + }, + { + "caption": "Historial de carpetas…", + "command": "sublime_merge_folder_history", + "args": { + "paths": [] + } + }, + { + "caption": "Abrir con blame…", + "command": "sublime_merge_blame_file", + "args": { + "files": [] + } + }, { "caption": "-", "id": "folder_commands" }, - { "caption": "Nueva Carpeta…", "command": "new_folder", "args": {"dirs": []} }, - { "caption": "Borrar Carpeta", "command": "delete_folder", "args": {"dirs": [], "prompt": true} }, - { "caption": "Buscar en la Carpeta…", "command": "find_in_folder", "args": {"dirs": []} }, + { + "caption": "Nueva carpeta…", + "command": "new_folder", + "args": { + "dirs": [] + } + }, + { + "caption": "Borrar carpeta", + "command": "delete_folder", + "args": { + "dirs": [], + "prompt": true + } + }, + { + "caption": "Buscar en la carpeta…", + "command": "find_in_folder", + "args": { + "dirs": [] + } + }, { "caption": "-", "id": "end" } ] diff --git a/menu/4/es/Syntax.sublime-menu.json b/menu/4/es/Syntax.sublime-menu.json index 8c3f627..5628101 100644 --- a/menu/4/es/Syntax.sublime-menu.json +++ b/menu/4/es/Syntax.sublime-menu.json @@ -1,6 +1,8 @@ [ { "caption": "Sintaxis", - "children": [ { "command": "$file_types" } ] + "children": [ + { "command": "$file_types" } + ] } ] diff --git a/menu/4/es/Tab Context.sublime-menu.json b/menu/4/es/Tab Context.sublime-menu.json index f935397..72639b8 100644 --- a/menu/4/es/Tab Context.sublime-menu.json +++ b/menu/4/es/Tab Context.sublime-menu.json @@ -1,16 +1,16 @@ [ - { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestaña" }, - { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Otras Pestañas" }, + { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestaña" }, + { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar otras pestañas" }, { "caption": "-" }, - { "command": "close_selected", "args": {"group":-1, "index": -1}, "caption": "Cerrar Pestañas Seleccionadas" }, - { "command": "close_unselected", "args": {"group":-1, "index": -1}, "caption": "Cerrar Pestañas No Seleccionadas" }, - { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas a la Derecha" }, - { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas Sin Modificar" }, - { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas No Modificadas a la Derecha" }, - { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar Pestañas Con el Archivo Borrado" }, + { "command": "close_selected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas seleccionadas" }, + { "command": "close_unselected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas no seleccionadas" }, + { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas a la derecha" }, + { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas sin modificar" }, + { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas no modificadas a la derecha" }, + { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar pestañas con el archivo borrado" }, { "caption": "-" }, - { "command": "clone_file", "args": { "add_to_selection": true, "group": -1, "index": -1, "retain_viewport_position": true }, "caption": "Clonar Vista" }, + { "command": "clone_file", "args": { "add_to_selection": true, "group": -1, "index": -1, "retain_viewport_position": true }, "caption": "Clonar vista" }, { "caption": "-" }, - { "command": "new_file", "caption": "Nuevo Archivo" }, - { "command": "prompt_open_file", "caption": "Abrir Archivo" } + { "command": "new_file", "caption": "Nuevo archivo" }, + { "command": "prompt_open_file", "caption": "Abrir archivo" } ] diff --git a/menu/4/es/Tab Sidebar Context.sublime-menu.json b/menu/4/es/Tab Sidebar Context.sublime-menu.json index dc0281f..6ca8533 100644 --- a/menu/4/es/Tab Sidebar Context.sublime-menu.json +++ b/menu/4/es/Tab Sidebar Context.sublime-menu.json @@ -1,14 +1,14 @@ [ - { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestaña" }, - { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Otras Pestañas" }, + { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestaña" }, + { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar otras pestañas" }, { "caption": "-" }, - { "command": "close_selected", "args": {"group":-1, "index": -1}, "caption": "Cerrar Pestañas Seleccionadas" }, - { "command": "close_unselected", "args": {"group": -1, "index": -1}, "caption": "Cerrar Pestañas No Seleccionadas" }, - { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas Inferiores" }, - { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas Sin Modificar" }, - { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas Inferiores Sin Modificar" }, - { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar Pestañas Con Archivos Borrados" }, + { "command": "close_selected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas seleccionadas" }, + { "command": "close_unselected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas no seleccionadas" }, + { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas inferiores" }, + { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas sin modificar" }, + { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas inferiores sin modificar" }, + { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar pestañas con archivos borrados" }, { "caption": "-" }, - { "command": "new_file", "caption": "Nuevo Archivo" }, - { "command": "prompt_open_file", "caption": "Abrir Archivo" } + { "command": "new_file", "caption": "Nuevo archivo" }, + { "command": "prompt_open_file", "caption": "Abrir archivo" } ] diff --git a/menu/4/es/Widget Context.sublime-menu.json b/menu/4/es/Widget Context.sublime-menu.json index 6b8fa44..ab6c6d1 100644 --- a/menu/4/es/Widget Context.sublime-menu.json +++ b/menu/4/es/Widget Context.sublime-menu.json @@ -5,5 +5,5 @@ { "command": "copy", "caption": "Copiar" }, { "command": "paste", "caption": "Pegar" }, { "caption": "-" }, - { "command": "select_all", "caption": "Seleccionar Todo" } + { "command": "select_all", "caption": "Seleccionar todo" } ] diff --git a/menu/4169/es/Encoding.sublime-menu.json b/menu/4169/es/Encoding.sublime-menu.json index 5984d8e..559bd15 100644 --- a/menu/4169/es/Encoding.sublime-menu.json +++ b/menu/4169/es/Encoding.sublime-menu.json @@ -2,8 +2,7 @@ { "caption": "Establecer codificación", "id": "set_encoding", - "children": - [ + "children": [ { "caption": "UTF-8", "command": "set_encoding", "args": { "encoding": "utf-8" } }, { "caption": "UTF-16 LE", "command": "set_encoding", "args": { "encoding": "utf-16 le" } }, { "caption": "UTF-16 BE", "command": "set_encoding", "args": { "encoding": "utf-16 be" } }, @@ -44,12 +43,10 @@ { "caption": "Hexadecimal", "command": "set_encoding", "args": { "encoding": "Hexadecimal" } } ] }, - { "caption": "Reabrir con la codificación", "id": "reopen_with_encoding", - "children": - [ + "children": [ { "caption": "UTF-8", "command": "reopen", "args": { "encoding": "utf-8" } }, { "caption": "UTF-16 LE", "command": "reopen", "args": { "encoding": "utf-16 le" } }, { "caption": "UTF-16 BE", "command": "reopen", "args": { "encoding": "utf-16 be" } }, diff --git a/menu/4169/es/Main.sublime-menu.json b/menu/4169/es/Main.sublime-menu.json index d12806b..dcbacf1 100644 --- a/menu/4169/es/Main.sublime-menu.json +++ b/menu/4169/es/Main.sublime-menu.json @@ -3,45 +3,42 @@ "caption": "Archivo", "mnemonic": "A", "id": "file", - "children": - [ - { "command": "new_file", "caption": "Nuevo Archivo", "mnemonic": "N" }, - - { "command": "prompt_open_file", "caption": "Abrir Archivo…", "mnemonic": "A", "platform": "!OSX" }, - { "command": "prompt_open_folder", "caption": "Abrir Carpeta…", "platform": "!OSX" }, + "children": [ + { "command": "new_file", "caption": "Nuevo archivo", "mnemonic": "N" }, + { "command": "prompt_open_file", "caption": "Abrir archivo…", "mnemonic": "A", "platform": "!OSX" }, + { "command": "prompt_open_folder", "caption": "Abrir carpeta…", "platform": "!OSX" }, { "command": "prompt_open", "caption": "Abrir…", "platform": "OSX" }, { "caption": "Abiertos recientemente", "mnemonic": "A", - "children": - [ - { "command": "reopen_last_file", "args": {"source": "window"}, "caption": "Reabrir archivo cerrado" }, - { "caption": "-" }, - { "command": "open_recent_file", "args": {"index": 0 } }, - { "command": "open_recent_file", "args": {"index": 1 } }, - { "command": "open_recent_file", "args": {"index": 2 } }, - { "command": "open_recent_file", "args": {"index": 3 } }, - { "command": "open_recent_file", "args": {"index": 4 } }, - { "command": "open_recent_file", "args": {"index": 5 } }, - { "command": "open_recent_file", "args": {"index": 6 } }, - { "command": "open_recent_file", "args": {"index": 7 } }, - { "command": "open_recent_file", "args": {"index": 8 } }, - { "command": "open_recent_file", "args": {"index": 9 } }, - { "command": "open_recent_file", "args": {"index": 10 } }, - { "command": "open_recent_file", "args": {"index": 11 } }, - { "caption": "-" }, - { "command": "open_recent_folder", "args": {"index": 0 } }, - { "command": "open_recent_folder", "args": {"index": 1 } }, - { "command": "open_recent_folder", "args": {"index": 2 } }, - { "command": "open_recent_folder", "args": {"index": 3 } }, - { "command": "open_recent_folder", "args": {"index": 4 } }, - { "command": "open_recent_folder", "args": {"index": 5 } }, - { "command": "open_recent_folder", "args": {"index": 6 } }, - { "command": "open_recent_folder", "args": {"index": 7 } }, - { "command": "open_recent_folder", "args": {"index": 8 } }, - { "command": "open_recent_folder", "args": {"index": 9 } }, - { "command": "open_recent_folder", "args": {"index": 10 } }, - { "command": "open_recent_folder", "args": {"index": 11 } }, + "children": [ + { "command": "reopen_last_file", "args": { "source": "window" }, "caption": "Reabrir archivo cerrado" }, + { "caption": "-" }, + { "command": "open_recent_file", "args": { "index": 0 } }, + { "command": "open_recent_file", "args": { "index": 1 } }, + { "command": "open_recent_file", "args": { "index": 2 } }, + { "command": "open_recent_file", "args": { "index": 3 } }, + { "command": "open_recent_file", "args": { "index": 4 } }, + { "command": "open_recent_file", "args": { "index": 5 } }, + { "command": "open_recent_file", "args": { "index": 6 } }, + { "command": "open_recent_file", "args": { "index": 7 } }, + { "command": "open_recent_file", "args": { "index": 8 } }, + { "command": "open_recent_file", "args": { "index": 9 } }, + { "command": "open_recent_file", "args": { "index": 10 } }, + { "command": "open_recent_file", "args": { "index": 11 } }, + { "caption": "-" }, + { "command": "open_recent_folder", "args": { "index": 0 } }, + { "command": "open_recent_folder", "args": { "index": 1 } }, + { "command": "open_recent_folder", "args": { "index": 2 } }, + { "command": "open_recent_folder", "args": { "index": 3 } }, + { "command": "open_recent_folder", "args": { "index": 4 } }, + { "command": "open_recent_folder", "args": { "index": 5 } }, + { "command": "open_recent_folder", "args": { "index": 6 } }, + { "command": "open_recent_folder", "args": { "index": 7 } }, + { "command": "open_recent_folder", "args": { "index": 8 } }, + { "command": "open_recent_folder", "args": { "index": 9 } }, + { "command": "open_recent_folder", "args": { "index": 10 } }, + { "command": "open_recent_folder", "args": { "index": 11 } }, { "caption": "-" }, { "command": "clear_recent_files", "caption": "Borrar archivos recientes" } ] @@ -49,8 +46,7 @@ { "caption": "Reabrir con la codificación", "id": "reopen_with_encoding", - "children": - [ + "children": [ { "caption": "UTF-8", "command": "reopen", "args": { "encoding": "utf-8" } }, { "caption": "UTF-16 LE", "command": "reopen", "args": { "encoding": "utf-16 le" } }, { "caption": "UTF-16 BE", "command": "reopen", "args": { "encoding": "utf-16 be" } }, @@ -91,13 +87,12 @@ { "caption": "Hexadecimal", "command": "reopen", "args": { "encoding": "Hexadecimal" } } ] }, - { "command": "clone_file", "args": {"add_to_selection": true, "retain_viewport_position": true}, "caption": "Clonar Vista", "mnemonic": "C" }, - { "command": "save", "args": {"async": true}, "caption": "Guardar", "mnemonic": "G" }, + { "command": "clone_file", "args": { "add_to_selection": true, "retain_viewport_position": true }, "caption": "Clonar vista", "mnemonic": "C" }, + { "command": "save", "args": { "async": true }, "caption": "Guardar", "mnemonic": "G" }, { "caption": "Guardar con la codificación", "id": "save_with_encoding", - "children": - [ + "children": [ { "caption": "UTF-8", "command": "save", "args": { "async": true, "encoding": "utf-8" } }, { "caption": "UTF-8 con BOM", "command": "save", "args": { "async": true, "encoding": "utf-8 with bom" } }, { "caption": "UTF-16 LE", "command": "save", "args": { "async": true, "encoding": "utf-16 le" } }, @@ -145,12 +140,12 @@ { "command": "save_all", "caption": "Guardar todo", "mnemonic": "G" }, { "command": "html_print", "caption": "Imprimir…", "mnemonic": "I" }, { "caption": "-", "id": "window" }, - { "command": "new_window", "caption": "Nueva Ventana", "mnemonic": "N" }, - { "command": "close_window", "caption": "Cerrar Ventana" }, + { "command": "new_window", "caption": "Nueva ventana", "mnemonic": "N" }, + { "command": "close_window", "caption": "Cerrar ventana" }, { "caption": "-", "id": "close" }, - { "command": "close", "caption": "Cerrar Archivo", "mnemonic": "C" }, - { "command": "revert", "caption": "Revertir Archivo", "mnemonic": "R" }, - { "command": "close_all", "caption": "Cerrar Todos los Archivos" }, + { "command": "close", "caption": "Cerrar archivo", "mnemonic": "C" }, + { "command": "revert", "caption": "Revertir archivo", "mnemonic": "R" }, + { "command": "close_all", "caption": "Cerrar todos los archivos" }, { "caption": "-", "id": "exit" }, { "command": "exit", "caption": "Salir", "mnemonic": "S", "platform": "Windows" }, { "command": "exit", "caption": "Cerrar", "mnemonic": "C", "platform": "Linux" } @@ -160,67 +155,65 @@ "caption": "Editar", "mnemonic": "E", "id": "edit", - "children": - [ + "children": [ { "command": "undo", "caption": "Deshacer", "mnemonic": "D" }, { "command": "redo_or_repeat", "caption": "Rehacer", "mnemonic": "R" }, { "caption": "Deshacer la selección", - "children": - [ - { "command": "soft_undo", "caption": "Deshacer Progresivamente" }, - { "command": "soft_redo", "caption": "Rehacer Progresivamente" } + "children": [ + { "command": "soft_undo", "caption": "Deshacer progresivamente" }, + { "command": "soft_redo", "caption": "Rehacer progresivamente" } ] }, { "caption": "-", "id": "clipboard" }, { "command": "cut", "caption": "Cortar", "mnemonic": "t" }, { "command": "copy", "caption": "Copiar", "mnemonic": "C" }, - { "caption": "Copiar como HTML", "command": "copy_as_html", "args": {"enclosing_tags": true, "font_size": false} }, + { "caption": "Copiar como HTML", "command": "copy_as_html", "args": { "enclosing_tags": true, "font_size": false } }, { "command": "paste", "caption": "Pegar", "mnemonic": "P" }, { "command": "paste_and_indent", "caption": "Pegar y ponerle indentación", "mnemonic": "i" }, - { "command": "paste_from_history", "caption": "Pegar del Historial" }, + { "command": "paste_from_history", "caption": "Pegar del historial" }, { "caption": "-" }, { - "caption": "Línea", "mnemonic": "L", + "caption": "Línea", + "mnemonic": "L", "id": "line", - "children": - [ + "children": [ { "command": "indent", "caption": "Indentar" }, - { "command": "unindent", "caption": "Quitar Indentación" }, - { "command": "reindent", "caption": "Volver a Indentar", "args": {"single_line": true} }, - { "command": "swap_line_up", "caption": "Intercambiar línea por la de arriba" }, + { "command": "unindent", "caption": "Quitar indentación" }, + { "command": "reindent", "caption": "Volver a indentar", "args": { "single_line": true } }, + { "command": "swap_line_up", "caption": "Intercambiar línea por la de arriba" }, { "command": "swap_line_down", "caption": "Intercambiar línea por la de abajo" }, - { "command": "duplicate_line", "caption": "Duplicar Línea" }, - { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"}, "caption": "Borrar Línea" }, - { "command": "join_lines", "caption": "Combinar Líneas" } + { "command": "duplicate_line", "caption": "Duplicar línea" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Delete Line.sublime-macro" }, "caption": "Borrar línea" }, + { "command": "join_lines", "caption": "Combinar líneas" } ] }, { - "caption": "Comentario", "mnemonic": "C", + "caption": "Comentario", + "mnemonic": "C", "id": "comment", - "children": - [ - { "command": "toggle_comment", "args": {"block": false}, "caption": "Alternar Comentario" }, - { "command": "toggle_comment", "args": {"block": true}, "caption": "Alternar Bloque de Comentario" } + "children": [ + { "command": "toggle_comment", "args": { "block": false }, "caption": "Alternar comentario" }, + { "command": "toggle_comment", "args": { "block": true }, "caption": "Alternar bloque de comentario" } ] }, { - "caption": "Texto", "mnemonic": "T", + "caption": "Texto", + "mnemonic": "T", "id": "text", - "children": - [ - { "command": "revert_hunk", "caption": "Revertir Trozo" }, - { "command": "revert_modification", "caption": "Revertir Modificación" }, - { "command": "toggle_inline_diff", "caption": "Alternar Vista de Cambios" }, + "children": [ + { "command": "revert_hunk", "caption": "Revertir trozo" }, + { "command": "revert_modification", "caption": "Revertir modificación" }, + { "command": "toggle_inline_diff", "caption": "Alternar vista de cambios" }, { "caption": "-" }, - { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line Before.sublime-macro"}, "caption": "Insertar Línea antes de" }, - { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"}, "caption": "Insertar Línea después de" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Add Line Before.sublime-macro" }, "caption": "Insertar línea antes de" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Add Line.sublime-macro" }, "caption": "Insertar línea después de" }, { "caption": "-" }, - { "command": "delete_word", "args": { "forward": true }, "caption": "Borrar Palabra Siguiente" }, - { "command": "delete_word", "args": { "forward": false }, "caption": "Borrar Palabra Anterior" }, - { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"}, "caption": "Borrar Línea" }, - { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard EOL.sublime-macro"}, "caption": "Borrar hasta el Final" }, - { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard BOL.sublime-macro"}, "caption": "Borrar hasta el Principio" }, + { "command": "delete_word", "args": { "forward": true }, "caption": "Borrar palabra siguiente" }, + { "command": "delete_word", "args": { "forward": false }, "caption": "Borrar palabra anterior" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Delete Line.sublime-macro" }, "caption": "Borrar línea" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Delete to Hard EOL.sublime-macro" }, "caption": "Borrar hasta el final" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Delete to Hard BOL.sublime-macro" }, "caption": "Borrar hasta el principio" }, { "caption": "-" }, { "command": "transpose", "caption": "Transponer" } ] @@ -228,101 +221,94 @@ { "caption": "Etiqueta", "id": "tag", - "children": - [ - { "command": "close_tag", "caption": "Cerrar Etiqueta" }, - { "command": "expand_selection", "args": {"to": "tag"}, "caption": "Expandir la Selección Con la Etiqueta" }, - { "command": "insert_snippet", "args": { "name": "Packages/XML/Snippets/xml-long-tag.sublime-snippet" }, "caption": "Envolver la Selección Con la Etiqueta" } + "children": [ + { "command": "close_tag", "caption": "Cerrar etiqueta" }, + { "command": "expand_selection", "args": { "to": "tag" }, "caption": "Expandir la selección con la etiqueta" }, + { "command": "insert_snippet", "args": { "name": "Packages/XML/Snippets/xml-long-tag.sublime-snippet" }, "caption": "Envolver la selección con la etiqueta" } ] }, { "caption": "Marcar", "id": "mark", - "children": - [ + "children": [ { "command": "set_mark", "caption": "Marcar una línea" }, - { "command": "select_to_mark", "caption": "Marcar lo Seleccionado" }, - { "command": "delete_to_mark", "caption": "Borrar lo Marcado" }, - { "command": "swap_with_mark", "caption": "Intercambiar con lo Marcado" }, - { "command": "clear_bookmarks", "args": {"name": "mark"}, "caption": "Quitar Marcas" }, + { "command": "select_to_mark", "caption": "Marcar lo seleccionado" }, + { "command": "delete_to_mark", "caption": "Borrar lo marcado" }, + { "command": "swap_with_mark", "caption": "Intercambiar con lo marcado" }, + { "command": "clear_bookmarks", "args": { "name": "mark" }, "caption": "Quitar marcas" }, { "caption": "-" }, { "command": "yank", "caption": "Sacar" } ] }, { - "caption": "Plegar Código", + "caption": "Plegar código", "id": "fold", - "children": - [ + "children": [ { "command": "fold", "caption": "Plegar" }, { "command": "unfold", "caption": "Desplegar" }, - { "command": "unfold_all", "caption": "Desplegar Todo" }, + { "command": "unfold_all", "caption": "Desplegar todo" }, { "caption": "-" }, - { "caption": "Plegar Todo", "command": "fold_by_level", "args": {"level": 1} }, - { "caption": "Nivel de Plegado: 2", "command": "fold_by_level", "args": {"level": 2} }, - { "caption": "Nivel de Plegado: 3", "command": "fold_by_level", "args": {"level": 3} }, - { "caption": "Nivel de Plegado: 4", "command": "fold_by_level", "args": {"level": 4} }, - { "caption": "Nivel de Plegado: 5", "command": "fold_by_level", "args": {"level": 5} }, - { "caption": "Nivel de Plegado: 6", "command": "fold_by_level", "args": {"level": 6} }, - { "caption": "Nivel de Plegado: 7", "command": "fold_by_level", "args": {"level": 7} }, - { "caption": "Nivel de Plegado: 8", "command": "fold_by_level", "args": {"level": 8} }, - { "caption": "Nivel de Plegado: 9", "command": "fold_by_level", "args": {"level": 9} }, + { "caption": "Plegar todo", "command": "fold_by_level", "args": { "level": 1 } }, + { "caption": "Nivel de plegado: 2", "command": "fold_by_level", "args": { "level": 2 } }, + { "caption": "Nivel de plegado: 3", "command": "fold_by_level", "args": { "level": 3 } }, + { "caption": "Nivel de plegado: 4", "command": "fold_by_level", "args": { "level": 4 } }, + { "caption": "Nivel de plegado: 5", "command": "fold_by_level", "args": { "level": 5 } }, + { "caption": "Nivel de plegado: 6", "command": "fold_by_level", "args": { "level": 6 } }, + { "caption": "Nivel de plegado: 7", "command": "fold_by_level", "args": { "level": 7 } }, + { "caption": "Nivel de plegado: 8", "command": "fold_by_level", "args": { "level": 8 } }, + { "caption": "Nivel de plegado: 9", "command": "fold_by_level", "args": { "level": 9 } }, { "caption": "-" }, - { "command": "fold_tag_attributes", "caption": "Plegar los Atributos de la Etiqueta" } + { "command": "fold_tag_attributes", "caption": "Plegar los atributos de la etiqueta" } ] }, { - "caption": "Conversiones de “Case”", "mnemonic": "C", + "caption": "Conversiones de mayúsculas/minúsculas", + "mnemonic": "C", "id": "convert_case", - "children": - [ + "children": [ { "command": "title_case", "caption": "Title Case" }, { "command": "upper_case", "caption": "Upper Case" }, { "command": "lower_case", "caption": "Lower Case" }, { "command": "swap_case", "caption": "Swap Case" }, - { "command": "convert_ident_case", "caption": "lowerCamelCase", "args": {"case": "title", "first_case": "lower"} }, - { "command": "convert_ident_case", "caption": "UpperCamelCase", "args": {"case": "title"} }, - { "command": "convert_ident_case", "caption": "snake_case", "args": {"separator": "_", "case": "lower"} }, - { "command": "convert_ident_case", "caption": "kebab-case", "args": {"separator": "-", "case": "lower"} }, + { "command": "convert_ident_case", "caption": "lowerCamelCase", "args": { "case": "title", "first_case": "lower" } }, + { "command": "convert_ident_case", "caption": "UpperCamelCase", "args": { "case": "title" } }, + { "command": "convert_ident_case", "caption": "snake_case", "args": { "separator": "_", "case": "lower" } }, + { "command": "convert_ident_case", "caption": "kebab-case", "args": { "separator": "-", "case": "lower" } } ] }, { "caption": "Envolver", "id": "wrap", - "children": - [ - { "command": "wrap_lines", "caption": "Envolver Párrafo en una Regla" }, - { "command": "wrap_lines", "args": {"width": 70}, "caption": "Envolver párrafo de 70 caracteres" }, - { "command": "wrap_lines", "args": {"width": 72}, "caption": "Envolver párrafo de 72 caracteres" }, - { "command": "wrap_lines", "args": {"width": 78}, "caption": "Envolver párrafo de 78 caracteres" }, - { "command": "wrap_lines", "args": {"width": 80}, "caption": "Envolver párrafo de 80 caracteres" }, - { "command": "wrap_lines", "args": {"width": 100}, "caption": "Envolver párrafo de 100 caracteres" }, - { "command": "wrap_lines", "args": {"width": 120}, "caption": "Envolver párrafo de 120 caracteres" } - ] - }, - { "command": "auto_complete", "caption": "Mostrar AutoCompletado" }, + "children": [ + { "command": "wrap_lines", "caption": "Envolver párrafo en una regla" }, + { "command": "wrap_lines", "args": { "width": 70 }, "caption": "Envolver párrafo de 70 caracteres" }, + { "command": "wrap_lines", "args": { "width": 72 }, "caption": "Envolver párrafo de 72 caracteres" }, + { "command": "wrap_lines", "args": { "width": 78 }, "caption": "Envolver párrafo de 78 caracteres" }, + { "command": "wrap_lines", "args": { "width": 80 }, "caption": "Envolver párrafo de 80 caracteres" }, + { "command": "wrap_lines", "args": { "width": 100 }, "caption": "Envolver párrafo de 100 caracteres" }, + { "command": "wrap_lines", "args": { "width": 120 }, "caption": "Envolver párrafo de 120 caracteres" } + ] + }, + { "command": "auto_complete", "caption": "Mostrar autocompletado" }, { "caption": "-", "id": "permute" }, - - { "command": "sort_lines", "args": {"case_sensitive": false}, "caption": "Clasificar Líneas", "mnemonic": "C" }, - { "command": "sort_lines", "args": {"case_sensitive": true}, "caption": "Clasificar líneas (Sensible al “Case”)" }, + { "command": "sort_lines", "args": { "case_sensitive": false }, "caption": "Clasificar líneas", "mnemonic": "C" }, + { "command": "sort_lines", "args": { "case_sensitive": true }, "caption": "Clasificar líneas (sensible a mayúsculas/minúsculas)" }, { - "caption": "Permutar Líneas", - "children": - [ - { "command": "permute_lines", "args": {"operation": "reverse"}, "caption": "Invertir" }, - { "command": "permute_lines", "args": {"operation": "unique"}, "caption": "Única" }, - { "command": "permute_lines", "args": {"operation": "shuffle"}, "caption": "Barajar" } + "caption": "Permutar líneas", + "children": [ + { "command": "permute_lines", "args": { "operation": "reverse" }, "caption": "Invertir" }, + { "command": "permute_lines", "args": { "operation": "unique" }, "caption": "Única" }, + { "command": "permute_lines", "args": { "operation": "shuffle" }, "caption": "Barajar" } ] }, { - "caption": "Permutar Selecciones", - "children": - [ - { "command": "sort_selection", "args": {"case_sensitive": false}, "caption": "Clasificar" }, - { "command": "sort_selection", "args": {"case_sensitive": true}, "caption": "Clasificar (Sensible al “Case”)" }, - { "command": "permute_selection", "args": {"operation": "reverse"}, "caption": "Invertir" }, - { "command": "permute_selection", "args": {"operation": "unique"}, "caption": "Única" }, - { "command": "permute_selection", "args": {"operation": "shuffle"}, "caption": "Barajar" } + "caption": "Permutar selecciones", + "children": [ + { "command": "sort_selection", "args": { "case_sensitive": false }, "caption": "Clasificar" }, + { "command": "sort_selection", "args": { "case_sensitive": true }, "caption": "Clasificar (sensible a mayúsculas/minúsculas)" }, + { "command": "permute_selection", "args": { "operation": "reverse" }, "caption": "Invertir" }, + { "command": "permute_selection", "args": { "operation": "unique" }, "caption": "Única" }, + { "command": "permute_selection", "args": { "operation": "shuffle" }, "caption": "Barajar" } ] }, { "caption": "-", "id": "end" } @@ -332,49 +318,47 @@ "caption": "Selección", "mnemonic": "S", "id": "selection", - "children": - [ - { "command": "split_selection_into_lines", "caption": "Dividir en Líneas" }, - { "command": "single_selection", "caption": "Seleccíon Única" }, + "children": [ + { "command": "split_selection_into_lines", "caption": "Dividir en líneas" }, + { "command": "single_selection", "caption": "Seleccíon única" }, { "caption": "-" }, - { "command": "select_all", "caption": "Seleccionar Todo" }, - { "command": "expand_selection", "args": {"to": "smart"}, "caption": "Expandir Selección" }, - { "command": "expand_selection", "args": {"to": "line"}, "caption": "Expandir Selección a la Línea" }, - { "command": "expand_selection", "args": {"to": "line_prev"}, "caption": "Expandir Selección de la Línea Hacia arriba" }, - { "command": "find_under_expand", "caption": "Expandir Selección de la palabra" }, - { "command": "expand_selection_to_paragraph", "caption": "Expandir Selección al Bloque" }, - { "command": "expand_selection_to_paragraph", "args": {"markup_aware": true}, "caption": "Expandir Selección al Párrafo" }, - { "command": "expand_selection", "args": {"to": "scope"}, "caption": "Expandir Selección al Perímetro (Scope)" }, - { "command": "expand_selection", "args": {"to": "brackets"}, "caption": "Expandir Selección a los Corchetes" }, - { "command": "expand_selection", "args": {"to": "indentation"}, "caption": "Expandir Selección a la Indentación" }, + { "command": "select_all", "caption": "Seleccionar todo" }, + { "command": "expand_selection", "args": { "to": "smart" }, "caption": "Expandir selección" }, + { "command": "expand_selection", "args": { "to": "line" }, "caption": "Expandir selección a la línea" }, + { "command": "expand_selection", "args": { "to": "line_prev" }, "caption": "Expandir selección de la línea hacia arriba" }, + { "command": "find_under_expand", "caption": "Expandir selección de la palabra" }, + { "command": "expand_selection_to_paragraph", "caption": "Expandir selección al bloque" }, + { "command": "expand_selection_to_paragraph", "args": { "markup_aware": true }, "caption": "Expandir selección al párrafo" }, + { "command": "expand_selection", "args": { "to": "scope" }, "caption": "Expandir selección al perímetro (scope)" }, + { "command": "expand_selection", "args": { "to": "brackets" }, "caption": "Expandir selección a los corchetes" }, + { "command": "expand_selection", "args": { "to": "indentation" }, "caption": "Expandir selección a la indentación" }, { "caption": "-" }, - { "command": "select_lines", "args": {"forward": false}, "caption": "Añadir la Línea Anterior" }, - { "command": "select_lines", "args": {"forward": true}, "caption": "Añadir la Línea Siguiente" }, + { "command": "select_lines", "args": { "forward": false }, "caption": "Añadir la línea anterior" }, + { "command": "select_lines", "args": { "forward": true }, "caption": "Añadir la línea siguiente" }, { "caption": "-" }, { "caption": "Selección de pestañas", - "children": - [ - { "command": "unselect_others", "caption": "Deseleccionar Otras" }, - { "command": "unselect_to_left", "caption": "Deseleccionar a la Izquierda" }, - { "command": "unselect_to_right", "caption": "Deseleccionar a la Derecha" }, - { "caption": "-" }, - { "command": "select_to_left", "caption": "Seleccionar a la Izquierda" }, - { "command": "select_to_right", "caption": "Seleccionar a la Derecha" }, - { "caption": "-" }, - { "command": "focus_to_left", "caption": "Enfocar a la Izquierda" }, - { "command": "focus_to_right", "caption": "Enfocar a la Derecha" }, - { "caption": "-" }, - { "command": "focus_by_index", "args": {"index": 0}, "caption": "Enfocar Pestaña Seleccionada: 1" }, - { "command": "focus_by_index", "args": {"index": 1}, "caption": "Enfocar Pestaña Seleccionada: 2" }, - { "command": "focus_by_index", "args": {"index": 2}, "caption": "Enfocar Pestaña Seleccionada: 3" }, - { "command": "focus_by_index", "args": {"index": 3}, "caption": "Enfocar Pestaña Seleccionada: 4" }, - { "command": "focus_by_index", "args": {"index": 4}, "caption": "Enfocar Pestaña Seleccionada: 5" }, - { "command": "focus_by_index", "args": {"index": 5}, "caption": "Enfocar Pestaña Seleccionada: 6" }, - { "command": "focus_by_index", "args": {"index": 6}, "caption": "Enfocar Pestaña Seleccionada: 7" }, - { "command": "focus_by_index", "args": {"index": 7}, "caption": "Enfocar Pestaña Seleccionada: 8" }, - { "command": "focus_by_index", "args": {"index": 8}, "caption": "Enfocar Pestaña Seleccionada: 9" }, - { "command": "focus_by_index", "args": {"index": 9}, "caption": "Enfocar Pestaña Seleccionada: 10" } + "children": [ + { "command": "unselect_others", "caption": "Deseleccionar otras" }, + { "command": "unselect_to_left", "caption": "Deseleccionar a la izquierda" }, + { "command": "unselect_to_right", "caption": "Deseleccionar a la derecha" }, + { "caption": "-" }, + { "command": "select_to_left", "caption": "Seleccionar a la izquierda" }, + { "command": "select_to_right", "caption": "Seleccionar a la derecha" }, + { "caption": "-" }, + { "command": "focus_to_left", "caption": "Enfocar a la izquierda" }, + { "command": "focus_to_right", "caption": "Enfocar a la derecha" }, + { "caption": "-" }, + { "command": "focus_by_index", "args": { "index": 0 }, "caption": "Enfocar pestaña seleccionada: 1" }, + { "command": "focus_by_index", "args": { "index": 1 }, "caption": "Enfocar pestaña seleccionada: 2" }, + { "command": "focus_by_index", "args": { "index": 2 }, "caption": "Enfocar pestaña seleccionada: 3" }, + { "command": "focus_by_index", "args": { "index": 3 }, "caption": "Enfocar pestaña seleccionada: 4" }, + { "command": "focus_by_index", "args": { "index": 4 }, "caption": "Enfocar pestaña seleccionada: 5" }, + { "command": "focus_by_index", "args": { "index": 5 }, "caption": "Enfocar pestaña seleccionada: 6" }, + { "command": "focus_by_index", "args": { "index": 6 }, "caption": "Enfocar pestaña seleccionada: 7" }, + { "command": "focus_by_index", "args": { "index": 7 }, "caption": "Enfocar pestaña seleccionada: 8" }, + { "command": "focus_by_index", "args": { "index": 8 }, "caption": "Enfocar pestaña seleccionada: 9" }, + { "command": "focus_by_index", "args": { "index": 9 }, "caption": "Enfocar pestaña seleccionada: 10" } ] } ] @@ -383,33 +367,31 @@ "caption": "Buscar", "mnemonic": "B", "id": "find", - "children": - [ - { "command": "show_panel", "args": {"panel": "find", "reverse": false}, "caption": "Buscar…" }, - { "command": "find_next", "caption": "Buscar Siguiente" }, - { "command": "find_prev", "caption": "Buscar Anterior" }, - { "command": "show_panel", "args": {"panel": "incremental_find", "reverse": false}, "caption": "Búsqueda Incremental" }, + "children": [ + { "command": "show_panel", "args": { "panel": "find", "reverse": false }, "caption": "Buscar…" }, + { "command": "find_next", "caption": "Buscar siguiente" }, + { "command": "find_prev", "caption": "Buscar anterior" }, + { "command": "show_panel", "args": { "panel": "incremental_find", "reverse": false }, "caption": "Búsqueda incremental" }, { "caption": "-" }, - { "command": "show_panel", "args": {"panel": "replace", "reverse": false}, "caption": "Reemplazar…" }, - { "command": "replace_next", "caption": "Reemplazar Siguiente" }, + { "command": "show_panel", "args": { "panel": "replace", "reverse": false }, "caption": "Reemplazar…" }, + { "command": "replace_next", "caption": "Reemplazar siguiente" }, { "caption": "-" }, - { "command": "find_under", "caption": "Búsqueda Rápida" }, - { "command": "find_all_under", "caption": "Búsqueda Rápida (Todos)" }, - { "command": "find_under_expand", "caption": "Añadir Rápido al Siguiente" }, - { "command": "find_under_expand_skip", "caption": "Saltar Rápido al Siguiente", "platform": "!OSX" }, + { "command": "find_under", "caption": "Búsqueda rápida" }, + { "command": "find_all_under", "caption": "Búsqueda rápida (todos)" }, + { "command": "find_under_expand", "caption": "Añadir rápido al siguiente" }, + { "command": "find_under_expand_skip", "caption": "Saltar rápido al siguiente", "platform": "!OSX" }, { "caption": "-" }, - { "command": "slurp_find_string", "caption": "Utilizar la Selección Para buscar" }, - { "command": "slurp_replace_string", "caption": "Utilizar la Selección para Reemplazar" }, + { "command": "slurp_find_string", "caption": "Utilizar la selección para buscar" }, + { "command": "slurp_replace_string", "caption": "Utilizar la selección para reemplazar" }, { "caption": "-" }, - { "command": "show_panel", "args": {"panel": "find_in_files"}, "caption": "Buscar en Archivos…" }, + { "command": "show_panel", "args": { "panel": "find_in_files" }, "caption": "Buscar en archivos…" }, { - "caption": "Resultados de Búsqueda", + "caption": "Resultados de búsqueda", "mnemonic": "R", - "children": - [ - { "command": "show_panel", "caption": "Mostrar Panel de Resultados", "args": {"panel": "output.find_results", "panel_name" : "Results Panel", "toggle" : true, "toggle_when_not_focused": true} }, - { "command": "next_result", "caption": "Resultado Siguiente" }, - { "command": "prev_result", "caption": "Resultado Anterior" } + "children": [ + { "command": "show_panel", "caption": "Mostrar panel de resultados", "args": { "panel": "output.find_results", "panel_name": "Results Panel", "toggle": true, "toggle_when_not_focused": true } }, + { "command": "next_result", "caption": "Resultado siguiente" }, + { "command": "prev_result", "caption": "Resultado anterior" } ] }, { "command": "cancel_find", "caption": "Cancelar la búsqueda en archivos" } @@ -419,104 +401,264 @@ "caption": "Vista", "mnemonic": "V", "id": "view", - "children": - [ + "children": [ { - "caption": "Barra Lateral", + "caption": "Barra lateral", "id": "side_bar", - "children": - [ - { "command": "toggle_side_bar", "caption": "Alternar Vista de Barra Lateral" }, + "children": [ + { "command": "toggle_side_bar", "caption": "Alternar vista de barra lateral" }, { "caption": "-" }, - { "command": "toggle_show_open_files", "caption": "Alternar Vista de Archivos Abiertos" } + { "command": "toggle_show_open_files", "caption": "Alternar vista de archivos abiertos" } ] }, - { "command": "toggle_minimap", "caption": "Alternar vista de Minimapa" }, - { "command": "toggle_tabs", "caption": "Alternar vista de Pestañas" }, - { "command": "toggle_status_bar", "caption": "Alternar vista de Barra de estado" }, - { "command": "toggle_menu", "caption": "Alternar vista de Menú" }, - { "command": "show_panel", "caption": "Alternar vista de Consola", "args": {"panel": "console", "toggle": true} }, + { "command": "toggle_minimap", "caption": "Alternar vista de minimapa" }, + { "command": "toggle_tabs", "caption": "Alternar vista de pestañas" }, + { "command": "toggle_status_bar", "caption": "Alternar vista de barra de estado" }, + { "command": "toggle_menu", "caption": "Alternar vista de menú" }, + { "command": "show_panel", "caption": "Alternar vista de consola", "args": { "panel": "console", "toggle": true } }, { "caption": "-", "id": "full_screen" }, - { "command": "toggle_full_screen", "caption": "Alternar Pantalla Completa" }, - { "command": "toggle_distraction_free", "caption": "Alternar Modo Sin Distracciones" }, + { "command": "toggle_full_screen", "caption": "Alternar pantalla completa" }, + { "command": "toggle_distraction_free", "caption": "Alternar modo sin distracciones" }, { "caption": "-", "id": "groups" }, { "caption": "Diseño", "mnemonic": "D", "id": "layout", - "children": - [ + "children": [ { "caption": "Único", "command": "set_layout", - "args": - { - "cols": [0.0, 1.0], - "rows": [0.0, 1.0], - "cells": [[0, 0, 1, 1]] + "args": { + "cols": [ + 0.0, + 1.0 + ], + "rows": [ + 0.0, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ] + ] } }, { - "caption": "2 Columnas", + "caption": "2 columnas", "command": "set_layout", - "args": - { - "cols": [0.0, 0.5, 1.0], - "rows": [0.0, 1.0], - "cells": [[0, 0, 1, 1], [1, 0, 2, 1]] + "args": { + "cols": [ + 0.0, + 0.5, + 1.0 + ], + "rows": [ + 0.0, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 1, + 0, + 2, + 1 + ] + ] } }, { - "caption": "3 Columnas", + "caption": "3 columnas", "command": "set_layout", - "args": - { - "cols": [0.0, 0.33, 0.66, 1.0], - "rows": [0.0, 1.0], - "cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1]] + "args": { + "cols": [ + 0.0, + 0.33, + 0.66, + 1.0 + ], + "rows": [ + 0.0, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 1, + 0, + 2, + 1 + ], + [ + 2, + 0, + 3, + 1 + ] + ] } }, { - "caption": "4 Columnas", + "caption": "4 columnas", "command": "set_layout", - "args": - { - "cols": [0.0, 0.25, 0.5, 0.75, 1.0], - "rows": [0.0, 1.0], - "cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1], [3, 0, 4, 1]] + "args": { + "cols": [ + 0.0, + 0.25, + 0.5, + 0.75, + 1.0 + ], + "rows": [ + 0.0, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 1, + 0, + 2, + 1 + ], + [ + 2, + 0, + 3, + 1 + ], + [ + 3, + 0, + 4, + 1 + ] + ] } }, { - "caption": "2 Filas", + "caption": "2 filas", "command": "set_layout", - "args": - { - "cols": [0.0, 1.0], - "rows": [0.0, 0.5, 1.0], - "cells": [[0, 0, 1, 1], [0, 1, 1, 2]] + "args": { + "cols": [ + 0.0, + 1.0 + ], + "rows": [ + 0.0, + 0.5, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 0, + 1, + 1, + 2 + ] + ] } }, { - "caption": "3 Filas", + "caption": "3 filas", "command": "set_layout", - "args": - { - "cols": [0.0, 1.0], - "rows": [0.0, 0.33, 0.66, 1.0], - "cells": [[0, 0, 1, 1], [0, 1, 1, 2], [0, 2, 1, 3]] + "args": { + "cols": [ + 0.0, + 1.0 + ], + "rows": [ + 0.0, + 0.33, + 0.66, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 0, + 1, + 1, + 2 + ], + [ + 0, + 2, + 1, + 3 + ] + ] } }, { - "caption": "4 Rejillas", + "caption": "4 rejillas", "command": "set_layout", - "args": - { - "cols": [0.0, 0.5, 1.0], - "rows": [0.0, 0.5, 1.0], - "cells": - [ - [0, 0, 1, 1], [1, 0, 2, 1], - [0, 1, 1, 2], [1, 1, 2, 2] + "args": { + "cols": [ + 0.0, + 0.5, + 1.0 + ], + "rows": [ + 0.0, + 0.5, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 1, + 0, + 2, + 1 + ], + [ + 0, + 1, + 1, + 2 + ], + [ + 1, + 1, + 2, + 2 + ] ] } } @@ -524,73 +666,42 @@ }, { "caption": "Grupos", - "children": - [ - { "command": "new_pane", "caption": "Mover Archivo a un Nuevo Grupo" }, - { "command": "new_pane", "args": {"move": false}, "caption": "Nuevo Grupo" }, - { "command": "close_pane", "caption": "Cerrar Grupo" }, - - { "caption": "-" }, - - { - "caption": "1 Columna como máximo", - "command": "set_max_columns", - "checkbox": true, - "args": { "columns": 1 } - }, - { - "caption": "2 Columnas como máximo", - "command": "set_max_columns", - "checkbox": true, - "args": { "columns": 2 } - }, - { - "caption": "3 Columnas como máximo", - "command": "set_max_columns", - "checkbox": true, - "args": { "columns": 3 } - }, - { - "caption": "4 Columnas como máximo", - "command": "set_max_columns", - "checkbox": true, - "args": { "columns": 4 } - }, - { - "caption": "5 Columnas como máximo", - "command": "set_max_columns", - "checkbox": true, - "args": { "columns": 5 } - } + "children": [ + { "command": "new_pane", "caption": "Mover archivo a un nuevo grupo" }, + { "command": "new_pane", "args": { "move": false }, "caption": "Nuevo grupo" }, + { "command": "close_pane", "caption": "Cerrar grupo" }, + { "caption": "-" }, + { "caption": "1 columna como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 1 } }, + { "caption": "2 columnas como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 2 } }, + { "caption": "3 columnas como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 3 } }, + { "caption": "4 columnas como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 4 } }, + { "caption": "5 columnas como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 5 } } ] }, { "caption": "Grupos en foco", "mnemonic": "G", - "children": - [ - + "children": [ { "command": "focus_neighboring_group", "caption": "Siguiente" }, - { "command": "focus_neighboring_group", "args": {"forward": false}, "caption": "Anterior" }, + { "command": "focus_neighboring_group", "args": { "forward": false }, "caption": "Anterior" }, { "caption": "-" }, - { "command": "focus_group", "args": {"group": 0}, "caption": "Grupo 1" }, - { "command": "focus_group", "args": {"group": 1}, "caption": "Grupo 2" }, - { "command": "focus_group", "args": {"group": 2}, "caption": "Grupo 3" }, - { "command": "focus_group", "args": {"group": 3}, "caption": "Grupo 4" } + { "command": "focus_group", "args": { "group": 0 }, "caption": "Grupo 1" }, + { "command": "focus_group", "args": { "group": 1 }, "caption": "Grupo 2" }, + { "command": "focus_group", "args": { "group": 2 }, "caption": "Grupo 3" }, + { "command": "focus_group", "args": { "group": 3 }, "caption": "Grupo 4" } ] }, { - "caption": "Mover Archivo a un Grupo", + "caption": "Mover archivo a un grupo", "mnemonic": "M", - "children": - [ + "children": [ { "command": "move_to_neighboring_group", "caption": "Siguiente" }, - { "command": "move_to_neighboring_group", "args": {"forward": false}, "caption": "Anterior" }, + { "command": "move_to_neighboring_group", "args": { "forward": false }, "caption": "Anterior" }, { "caption": "-" }, - { "command": "move_to_group", "args": {"group": 0}, "caption": "Grupo 1" }, - { "command": "move_to_group", "args": {"group": 1}, "caption": "Grupo 2" }, - { "command": "move_to_group", "args": {"group": 2}, "caption": "Grupo 3" }, - { "command": "move_to_group", "args": {"group": 3}, "caption": "Grupo 4" } + { "command": "move_to_group", "args": { "group": 0 }, "caption": "Grupo 1" }, + { "command": "move_to_group", "args": { "group": 1 }, "caption": "Grupo 2" }, + { "command": "move_to_group", "args": { "group": 2 }, "caption": "Grupo 3" }, + { "command": "move_to_group", "args": { "group": 3 }, "caption": "Grupo 4" } ] }, { "caption": "-" }, @@ -598,79 +709,147 @@ "caption": "Sintaxis", "mnemonic": "S", "id": "syntax", - "children": [ { "command": "$file_types" } ] + "children": [ + { "command": "$file_types" } + ] }, { "caption": "Indentación", "mnemonic": "I", "id": "indentation", - "children": - [ - { "command": "toggle_setting", "args": {"setting": "translate_tabs_to_spaces"}, "caption": "Alternar Indentación con espacios", "checkbox": true }, - { "caption": "-" }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 1}, "caption": "Ancho de tabulación: 1", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 2}, "caption": "Ancho de tabulación: 2", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 3}, "caption": "Ancho de tabulación: 3", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 4}, "caption": "Ancho de tabulación: 4", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 5}, "caption": "Ancho de tabulación: 5", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 6}, "caption": "Ancho de tabulación: 6", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 7}, "caption": "Ancho de tabulación: 7", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 8}, "caption": "Ancho de tabulación: 8", "checkbox": true }, + "children": [ + { "command": "toggle_setting", "args": { "setting": "translate_tabs_to_spaces" }, "caption": "Alternar indentación con espacios", "checkbox": true }, + { "caption": "-" }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 1 }, "caption": "Ancho de tabulación: 1", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 2 }, "caption": "Ancho de tabulación: 2", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 3 }, "caption": "Ancho de tabulación: 3", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 4 }, "caption": "Ancho de tabulación: 4", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 5 }, "caption": "Ancho de tabulación: 5", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 6 }, "caption": "Ancho de tabulación: 6", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 7 }, "caption": "Ancho de tabulación: 7", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 8 }, "caption": "Ancho de tabulación: 8", "checkbox": true }, { "caption": "-" }, { "command": "detect_indentation", "caption": "Detectar la configuración de indentación" }, { "caption": "-" }, - { "command": "expand_tabs", "caption": "Convertir la Indentación en Espacios", "args": {"set_translate_tabs": true} }, - { "command": "unexpand_tabs", "caption": "Convertir la Indentación en Tabulaciones", "args": {"set_translate_tabs": true} } + { "command": "expand_tabs", "caption": "Convertir la indentación en espacios", "args": { "set_translate_tabs": true } }, + { "command": "unexpand_tabs", "caption": "Convertir la indentación en tabulaciones", "args": { "set_translate_tabs": true } } ] }, { - "caption": "Finales de Línea", + "caption": "Finales de línea", "mnemonic": "F", "id": "line_endings", - "children": - [ - { "command": "set_line_ending", "args": {"type": "windows"}, "caption": "Windows", "checkbox": true }, - { "command": "set_line_ending", "args": {"type": "unix"}, "caption": "Unix", "checkbox": true }, - { "command": "set_line_ending", "args": {"type": "cr"}, "caption": "Mac OS 9", "checkbox": true } + "children": [ + { "command": "set_line_ending", "args": { "type": "windows" }, "caption": "Windows", "checkbox": true }, + { "command": "set_line_ending", "args": { "type": "unix" }, "caption": "Unix", "checkbox": true }, + { "command": "set_line_ending", "args": { "type": "cr" }, "caption": "Mac OS 9", "checkbox": true } ] }, { "caption": "-", "id": "Ajustes" }, - { "command": "toggle_setting", "args": {"setting": "word_wrap"}, "caption": "Alternar Envoltura de Palabras", "mnemonic": "A", "checkbox": true }, + { "command": "toggle_setting", "args": { "setting": "word_wrap" }, "caption": "Alternar envoltura de palabras", "mnemonic": "A", "checkbox": true }, { - "caption": "Columnas de Envoltura de Palabras", - "children": - [ - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 0}, "caption": "Automático", "checkbox": true }, + "caption": "Columnas de envoltura de palabras", + "children": [ + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 0 }, "caption": "Automático", "checkbox": true }, { "caption": "-" }, - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 70}, "caption": "70", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 72}, "caption": "72", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 78}, "caption": "78", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 80}, "caption": "80", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 100}, "caption": "100", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 120}, "caption": "120", "checkbox": true } + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 70 }, "caption": "70", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 72 }, "caption": "72", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 78 }, "caption": "78", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 80 }, "caption": "80", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 100 }, "caption": "100", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 120 }, "caption": "120", "checkbox": true } ] }, { "caption": "Reglas", - "children": - [ - { "command": "set_setting", "args": {"setting": "rulers", "value": []}, "caption": "Ninguna", "checkbox": true }, + "children": [ + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [] + }, + "caption": "Ninguna", + "checkbox": true + }, { "caption": "-" }, - { "command": "set_setting", "args": {"setting": "rulers", "value": [70]}, "caption": "70", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "rulers", "value": [72]}, "caption": "72", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "rulers", "value": [78]}, "caption": "78", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "rulers", "value": [80]}, "caption": "80", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "rulers", "value": [100]}, "caption": "100", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "rulers", "value": [120]}, "caption": "120", "checkbox": true } + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 70 + ] + }, + "caption": "70", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 72 + ] + }, + "caption": "72", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 78 + ] + }, + "caption": "78", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 80 + ] + }, + "caption": "80", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 100 + ] + }, + "caption": "100", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 120 + ] + }, + "caption": "120", + "checkbox": true + } ] }, { "caption": "-" }, - { "command": "toggle_setting", "args": {"setting": "spell_check"}, "caption": "Alternar Corrector Ortográfico", "checkbox": true }, - { "command": "next_misspelling", "caption": "Error Ortográfico Siguiente" }, - { "command": "prev_misspelling", "caption": "Error Ortográfico Anterior" }, + { "command": "toggle_setting", "args": { "setting": "spell_check" }, "caption": "Alternar corrector ortográfico", "checkbox": true }, + { "command": "next_misspelling", "caption": "Error ortográfico siguiente" }, + { "command": "prev_misspelling", "caption": "Error ortográfico anterior" }, { - "caption": "Diccionarios de Idiomas", - "children": [ { "command": "$dictionaries" } ] + "caption": "Diccionarios de idiomas", + "children": [ + { "command": "$dictionaries" } + ] } ] }, @@ -678,36 +857,54 @@ "caption": "Ir a", "mnemonic": "I", "id": "goto", - "children": - [ - { "command": "show_overlay", "args": {"overlay": "goto", "show_files": true}, "caption": "Ir a lo que sea…", "mnemonic": "I" }, + "children": [ + { "command": "show_overlay", "args": { "overlay": "goto", "show_files": true }, "caption": "Ir a lo que sea…", "mnemonic": "I" }, { "caption": "-" }, - { "command": "show_overlay", "args": {"overlay": "goto", "text": "@"}, "caption": "Ir a un Símbolo… (@)" }, - { "command": "goto_symbol_in_project", "caption": "Ir a un Símbolo en el Proyecto…" }, - { "command": "goto_definition", "caption": "Ir a una Definición…" }, - { "command": "goto_reference", "caption": "Ir a una Referencia…" }, - { "command": "show_overlay", "args": {"overlay": "goto", "text": "#"}, "caption": "Ir a la palabra…" }, - { "command": "show_overlay", "args": {"overlay": "goto", "text": ":"}, "caption": "Ir a una Línea…" }, + { "command": "show_overlay", "args": { "overlay": "goto", "text": "@" }, "caption": "Ir a un símbolo… (@)" }, + { "command": "goto_symbol_in_project", "caption": "Ir a un símbolo en el proyecto…" }, + { "command": "goto_definition", "caption": "Ir a una definición…" }, + { "command": "goto_reference", "caption": "Ir a una referencia…" }, + { "command": "show_overlay", "args": { "overlay": "goto", "text": "#" }, "caption": "Ir a la palabra…" }, + { "command": "show_overlay", "args": { "overlay": "goto", "text": ":" }, "caption": "Ir a una línea…" }, { "caption": "-" }, - { "command": "next_modification", "caption": "Modificación Siguiente" }, - { "command": "prev_modification", "caption": "Modificación Anterior" }, + { "command": "next_modification", "caption": "Modificación siguiente" }, + { "command": "prev_modification", "caption": "Modificación anterior" }, { "caption": "-" }, - { "command": "jump_back", "caption": "Saltar hacía Atrás" }, - { "command": "jump_forward", "caption": "Saltar hacía Adelante" }, + { "command": "jump_back", "caption": "Saltar hacía atrás" }, + { "command": "jump_forward", "caption": "Saltar hacía adelante" }, { "caption": "-" }, { - "caption": "Cambiar Archivo", + "caption": "Cambiar archivo", "mnemonic": "C", "id": "switch_file", - "children": - [ - { "command": "next_view", "caption": "Archivo Siguiente" }, - { "command": "prev_view", "caption": "Archivo Anterior" }, + "children": [ + { "command": "next_view", "caption": "Archivo siguiente" }, + { "command": "prev_view", "caption": "Archivo anterior" }, { "caption": "-" }, - { "command": "next_view_in_stack", "caption": "Archivo siguiente de la Pila" }, - { "command": "prev_view_in_stack", "caption": "Archivo anterior de la Pila" }, + { "command": "next_view_in_stack", "caption": "Archivo siguiente de la pila" }, + { "command": "prev_view_in_stack", "caption": "Archivo anterior de la pila" }, { "caption": "-" }, - { "command": "switch_file", "args": {"extensions": ["cpp", "cxx", "cc", "c", "hpp", "hxx", "hh", "h", "ipp", "inl", "m", "mm"]}, "caption": "Cambiar Cabecera/Implementación", "mnemonic": "C" }, + { + "command": "switch_file", + "args": { + "extensions": [ + "cpp", + "cxx", + "cc", + "c", + "hpp", + "hxx", + "hh", + "h", + "ipp", + "inl", + "m", + "mm" + ] + }, + "caption": "Cambiar cabecera/implementación", + "mnemonic": "C" + }, { "caption": "-" }, { "command": "select_by_index", "args": { "index": 0 } }, { "command": "select_by_index", "args": { "index": 1 } }, @@ -726,121 +923,117 @@ "caption": "Desplazamiento", "mnemonic": "D", "id": "scroll", - "children": - [ + "children": [ { "command": "show_at_center", "caption": "Desplazarse hasta la selección" }, - { "command": "scroll_lines", "args": {"amount": 1.0 }, "caption": "Línea Arriba" }, - { "command": "scroll_lines", "args": {"amount": -1.0 }, "caption": "Línea Abajo" } + { "command": "scroll_lines", "args": { "amount": 1.0 }, "caption": "Línea arriba" }, + { "command": "scroll_lines", "args": { "amount": -1.0 }, "caption": "Línea abajo" } ] }, { "caption": "Marcadores", "mnemonic": "M", "id": "bookmarks", - "children": - [ - { "command": "toggle_bookmark", "caption": "Alternar Marcador", "args": {"toggle_line": true } }, - { "command": "next_bookmark", "caption": "Marcador Siguiente" }, - { "command": "prev_bookmark", "caption": "Marcador Anterior" }, - { "command": "clear_bookmarks", "caption": "Borrar Marcadores" }, - { "command": "select_all_bookmarks", "caption": "Seleccionar Todos los Marcadores" }, - { "caption": "-" }, - { "command": "select_bookmark", "args": {"index": 0} }, - { "command": "select_bookmark", "args": {"index": 1} }, - { "command": "select_bookmark", "args": {"index": 2} }, - { "command": "select_bookmark", "args": {"index": 3} }, - { "command": "select_bookmark", "args": {"index": 4} }, - { "command": "select_bookmark", "args": {"index": 5} }, - { "command": "select_bookmark", "args": {"index": 6} }, - { "command": "select_bookmark", "args": {"index": 7} }, - { "command": "select_bookmark", "args": {"index": 8} }, - { "command": "select_bookmark", "args": {"index": 9} }, - { "command": "select_bookmark", "args": {"index": 10} }, - { "command": "select_bookmark", "args": {"index": 11} }, - { "command": "select_bookmark", "args": {"index": 12} }, - { "command": "select_bookmark", "args": {"index": 13} }, - { "command": "select_bookmark", "args": {"index": 14} }, - { "command": "select_bookmark", "args": {"index": 15} } + "children": [ + { "command": "toggle_bookmark", "caption": "Alternar marcador", "args": { "toggle_line": true } }, + { "command": "next_bookmark", "caption": "Marcador siguiente" }, + { "command": "prev_bookmark", "caption": "Marcador anterior" }, + { "command": "clear_bookmarks", "caption": "Borrar marcadores" }, + { "command": "select_all_bookmarks", "caption": "Seleccionar todos los marcadores" }, + { "caption": "-" }, + { "command": "select_bookmark", "args": { "index": 0 } }, + { "command": "select_bookmark", "args": { "index": 1 } }, + { "command": "select_bookmark", "args": { "index": 2 } }, + { "command": "select_bookmark", "args": { "index": 3 } }, + { "command": "select_bookmark", "args": { "index": 4 } }, + { "command": "select_bookmark", "args": { "index": 5 } }, + { "command": "select_bookmark", "args": { "index": 6 } }, + { "command": "select_bookmark", "args": { "index": 7 } }, + { "command": "select_bookmark", "args": { "index": 8 } }, + { "command": "select_bookmark", "args": { "index": 9 } }, + { "command": "select_bookmark", "args": { "index": 10 } }, + { "command": "select_bookmark", "args": { "index": 11 } }, + { "command": "select_bookmark", "args": { "index": 12 } }, + { "command": "select_bookmark", "args": { "index": 13 } }, + { "command": "select_bookmark", "args": { "index": 14 } }, + { "command": "select_bookmark", "args": { "index": 15 } } ] }, { "caption": "-" }, - { "command": "move_to", "args": {"to": "brackets"}, "caption": "Saltar al Corchete Correspondiente" } + { "command": "move_to", "args": { "to": "brackets" }, "caption": "Saltar al corchete correspondiente" } ] }, { "caption": "Herramientas", "mnemonic": "H", "id": "tools", - "children": - [ - { "command": "show_overlay", "args": {"overlay": "command_palette"}, "caption": "Paleta de Comandos…" }, - { "command": "show_overlay", "args": {"overlay": "command_palette", "text": "Snippet: "}, "caption": "Snippets…" }, + "children": [ + { "command": "show_overlay", "args": { "overlay": "command_palette" }, "caption": "Paleta de comandos…" }, + { "command": "show_overlay", "args": { "overlay": "command_palette", "text": "Snippet: " }, "caption": "Snippets…" }, { "caption": "-", "id": "build" }, { "caption": "Compiladores", "mnemonic": "C", - "children": - [ + "children": [ { "command": "set_build_system", "args": { "file": "" }, "caption": "Automático", "checkbox": true }, { "caption": "-" }, - { "command": "set_build_system", "args": {"index": 0}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 1}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 2}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 3}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 4}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 5}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 6}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 7}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 8}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 9}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 10}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 11}, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 0 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 1 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 2 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 3 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 4 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 5 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 6 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 7 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 8 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 9 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 10 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 11 }, "checkbox": true }, { "caption": "-" }, { "command": "$build_systems" }, { "caption": "-" }, - { "command": "new_build_system", "caption": "Nuevo Compilador…" } + { "command": "new_build_system", "caption": "Nuevo compilador…" } ] }, { "command": "build", "caption": "Compilar", "mnemonic": "C" }, - { "command": "build", "args": {"select": true}, "caption": "Compilar con…" }, - { "command": "cancel_build", "caption": "Cancelar Construcción", "mnemonic": "C" }, + { "command": "build", "args": { "select": true }, "caption": "Compilar con…" }, + { "command": "cancel_build", "caption": "Cancelar construcción", "mnemonic": "C" }, { - "caption": "Resultados del Compilador", + "caption": "Resultados del compilador", "mnemonic": "R", - "children": - [ - { "command": "show_panel", "args": {"panel": "output.exec"}, "caption": "Mostrar los resultados de la construcción", "mnemonic": "M" }, - { "command": "next_result", "caption": "Resultado Siguiente", "mnemonic": "S" }, - { "command": "prev_result", "caption": "Resultado Anterior", "mnemonic": "R" } + "children": [ + { "command": "show_panel", "args": { "panel": "output.exec" }, "caption": "Mostrar los resultados de la construcción", "mnemonic": "M" }, + { "command": "next_result", "caption": "Resultado siguiente", "mnemonic": "s" }, + { "command": "prev_result", "caption": "Resultado anterior", "mnemonic": "R" } ] }, - { "command": "toggle_save_all_on_build", "caption": "Guardar Todo en el Compilador", "mnemonic": "G", "checkbox": true }, + { "command": "toggle_save_all_on_build", "caption": "Guardar todo en el compilador", "mnemonic": "G", "checkbox": true }, { "caption": "-", "id": "macros" }, - { "command": "toggle_record_macro", "caption": "Grabar una Macro", "mnemonic": "G" }, - { "command": "run_macro", "caption": "Reproducir Macro", "mnemonic": "R" }, - { "command": "save_macro", "caption": "Guardar en una Macro…", "mnemonic": "G" }, + { "command": "toggle_record_macro", "caption": "Grabar una macro", "mnemonic": "G" }, + { "command": "run_macro", "caption": "Reproducir macro", "mnemonic": "R" }, + { "command": "save_macro", "caption": "Guardar en una macro…", "mnemonic": "G" }, { "caption": "Macros", - "children": [ { "command": "$macros" } ] + "children": [ + { "command": "$macros" } + ] }, { "caption": "-" }, { "caption": "Desarrollador", - "children": - [ - { "command": "new_plugin", "caption": "Nuevo Paquete…" }, - { "command": "new_snippet", "caption": "Nuevo Snippet…" }, - { "command": "new_syntax", "caption": "Nueva Sintaxis…" }, - { "command": "convert_syntax", "caption": "Convertir Sintaxis…" }, + "children": [ + { "command": "new_plugin", "caption": "Nuevo paquete…" }, + { "command": "new_snippet", "caption": "Nuevo snippet…" }, + { "command": "new_syntax", "caption": "Nueva sintaxis…" }, + { "command": "convert_syntax", "caption": "Convertir sintaxis…" }, { "caption": "-" }, { "caption": "-" }, - { "command": "profile_plugins", "caption": "Perfil de Paquetes" }, + { "command": "profile_plugins", "caption": "Perfil de paquetes" }, { "caption": "-" }, - { "command": "view_resource", "caption": "Ver los Archivos de los Paquetes…" }, - { "command": "show_scope_name", "caption": "Mostrar nombre del Scope" } + { "command": "view_resource", "caption": "Ver los archivos de los paquetes…" }, + { "command": "show_scope_name", "caption": "Mostrar nombre del scope" } ] }, - { "command": "install_package_control", "caption": "Instalar el Panel de Paquetes…" }, + { "command": "install_package_control", "caption": "Instalar el panel de paquetes…" }, { "caption": "-", "id": "end" } ] }, @@ -848,111 +1041,67 @@ "caption": "Proyecto", "id": "project", "mnemonic": "P", - "children": - [ - { "command": "prompt_open_project_or_workspace", "caption": "Abrir Proyecto…" }, - { "command": "prompt_switch_project_or_workspace", "caption": "Cambiar Proyecto…" }, - { "command": "prompt_select_workspace", "caption": "Cambiar Rápido de Proyecto…", "mnemonic": "C" }, - { - "caption": "Abrir Recientes", - "children": - [ - { "command": "open_recent_project_or_workspace", "args": {"index": 0 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 1 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 2 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 3 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 4 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 5 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 6 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 7 } }, + "children": [ + { "command": "prompt_open_project_or_workspace", "caption": "Abrir proyecto…" }, + { "command": "prompt_switch_project_or_workspace", "caption": "Cambiar proyecto…" }, + { "command": "prompt_select_workspace", "caption": "Cambiar rápido de proyecto…", "mnemonic": "C" }, + { + "caption": "Abrir recientes", + "children": [ + { "command": "open_recent_project_or_workspace", "args": { "index": 0 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 1 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 2 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 3 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 4 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 5 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 6 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 7 } }, { "caption": "-" }, { "command": "clear_recent_projects_and_workspaces", "caption": "Borrar proyectos recientes" }, { "command": "clear_missing_recent_projects_and_workspaces", "caption": "Borrar proyectos eliminados" } ] }, { "caption": "-" }, - { "command": "save_project_and_workspace_as", "caption": "Guardar Proyecto Como…", "mnemonic": "G" }, - { "command": "close_workspace", "caption": "Cerrar Proyecto", "mnemonic": "C" }, - { "command": "open_file", "args": {"file": "${project}"}, "caption": "Editar Proyecto" }, + { "command": "save_project_and_workspace_as", "caption": "Guardar proyecto como…", "mnemonic": "G" }, + { "command": "close_workspace", "caption": "Cerrar proyecto", "mnemonic": "C" }, + { "command": "open_file", "args": { "file": "${project}" }, "caption": "Editar proyecto" }, { "caption": "-" }, - { "command": "new_window_for_project", "caption": "Nuevo Espacio de Trabajo Para el Proyecto" }, - { "command": "save_workspace_as", "caption": "Guardar Espacio de Trabajo Como…", "mnemonic": "G" }, + { "command": "new_window_for_project", "caption": "Nuevo espacio de trabajo para el proyecto" }, + { "command": "save_workspace_as", "caption": "Guardar espacio de trabajo como…", "mnemonic": "G" }, { "caption": "-" }, - { "command": "prompt_add_folder", "caption": "Añadir Carpeta al Proyecto…", "mnemonic": "A" }, - { "command": "close_folder_list", "caption": "Borrar Todas las Carpetas del Proyecto", "mnemonic": "B" }, - { "command": "refresh_folder_list", "caption": "Refrescar Carpetas", "mnemonic": "R" } + { "command": "prompt_add_folder", "caption": "Añadir carpeta al proyecto…", "mnemonic": "A" }, + { "command": "close_folder_list", "caption": "Borrar todas las carpetas del proyecto", "mnemonic": "B" }, + { "command": "refresh_folder_list", "caption": "Refrescar carpetas", "mnemonic": "R" } ] }, { "caption": "Preferencias", "mnemonic": "P", "id": "preferences", - "children": - [ - { "command": "open_dir", "args": {"dir": "$packages"}, "caption": "Buscar Paquetes…", "mnemonic": "B" }, + "children": [ + { "command": "open_dir", "args": { "dir": "$packages" }, "caption": "Buscar paquetes…", "mnemonic": "B" }, { "caption": "-" }, - { - "command": "edit_settings", "args": - { - "base_file": "${packages}/Default/Preferences.sublime-settings", - "default": "// Los ajustes de esta opción anulan los de \"Default/Preferences.sublime-settings\",\n// y son anulados a su vez por ajustes específicos de la sintaxis.\n{\n\t$0\n}\n" - }, - "caption": "Ajustes" - }, - { "command": "edit_syntax_settings", "caption": "Ajustes - Específicos del Sintaxis" }, - { - "command": "edit_settings", "args": - { - "base_file": "${packages}/Default/Distraction Free.sublime-settings", - "default": "{\n\t$0\n}\n" - }, - "caption": "Ajustes - Sin Distracciones" - }, + { "command": "edit_settings", "args": { "base_file": "${packages}/Default/Preferences.sublime-settings", "default": "// Los ajustes de esta opción anulan los de \"Default/Preferences.sublime-settings\",\n// y son anulados a su vez por ajustes específicos de la sintaxis.\n{\n\t$0\n}\n" }, "caption": "Ajustes" }, + { "command": "edit_syntax_settings", "caption": "Ajustes - específicos del sintaxis" }, + { "command": "edit_settings", "args": { "base_file": "${packages}/Default/Distraction Free.sublime-settings", "default": "{\n\t$0\n}\n" }, "caption": "Ajustes - sin distracciones" }, { "caption": "-" }, - { - "command": "edit_settings", "args": - { - "base_file": "${packages}/Default/Default ($platform).sublime-keymap", - "default": "[\n\t$0\n]\n" - }, - "caption": "Atajos de Botones" - }, - { - "command": "edit_settings", "args": - { - "base_file": "${packages}/Default/Default ($platform).sublime-mousemap", - "default": "[\n\t$0\n]\n" - }, - "caption": "Atajos de Ratón" - }, + { "command": "edit_settings", "args": { "base_file": "${packages}/Default/Default ($platform).sublime-keymap", "default": "[\n\t$0\n]\n" }, "caption": "Atajos de botones" }, + { "command": "edit_settings", "args": { "base_file": "${packages}/Default/Default ($platform).sublime-mousemap", "default": "[\n\t$0\n]\n" }, "caption": "Atajos de ratón" }, { "caption": "-" }, - { - "caption": "Seleccionar Paleta de Colores…", - "command": "select_color_scheme" - }, - { - "caption": "Personalizar Paleta de Colores", - "command": "customize_color_scheme" - }, + { "caption": "Seleccionar paleta de colores…", "command": "select_color_scheme" }, + { "caption": "Personalizar paleta de colores", "command": "customize_color_scheme" }, { "caption": "-" }, - { - "caption": "Seleccionar Tema…", - "command": "select_theme" - }, - { - "caption": "Personalizar Tema", - "command": "customize_theme" - }, + { "caption": "Seleccionar tema…", "command": "select_theme" }, + { "caption": "Personalizar tema", "command": "customize_theme" }, { "caption": "-" }, { "caption": "Fuente de letras", - "children": - [ + "children": [ { "command": "choose_font", "caption": "Elegir…" }, - { "command": "increase_font_size", "caption": "Más Grande" }, - { "command": "decrease_font_size", "caption": "Más Pequeño" }, + { "command": "increase_font_size", "caption": "Más grande" }, + { "command": "decrease_font_size", "caption": "Más pequeño" }, { "caption": "-" }, - { "command": "reset_font_size", "caption": "Restablecer Tamaño" } + { "command": "reset_font_size", "caption": "Restablecer tamaño" } ] } ] @@ -961,22 +1110,21 @@ "caption": "Ayuda", "mnemonic": "A", "id": "help", - "children": - [ - { "command": "open_url", "args": {"url": "https://www.sublimetext.com/docs/"}, "caption": "Documentación" }, - { "command": "open_url", "args": {"url": "https://github.com/sublimehq/sublime_text/issues/new/choose"}, "caption": "Reportar un error" }, - { "command": "open_url", "args": {"url": "https://twitter.com/sublimehq"}, "caption": "Twitter" }, + "children": [ + { "command": "open_url", "args": { "url": "https://www.sublimetext.com/docs/" }, "caption": "Documentación" }, + { "command": "open_url", "args": { "url": "https://github.com/sublimehq/sublime_text/issues/new/choose" }, "caption": "Reportar un error" }, + { "command": "open_url", "args": { "url": "https://twitter.com/sublimehq" }, "caption": "Twitter" }, { "caption": "-" }, { "command": "show_progress_window", "caption": "Estado del índice…" }, { "caption": "-" }, - { "command": "purchase_license", "caption": "Comprar Licencia" }, - { "command": "upgrade_license", "caption": "Actualizar Licencia" }, - { "command": "show_license_window", "caption": "Introducir Licencia" }, - { "command": "remove_license", "caption": "Borrar Licencia" }, + { "command": "purchase_license", "caption": "Comprar licencia" }, + { "command": "upgrade_license", "caption": "Actualizar licencia" }, + { "command": "show_license_window", "caption": "Introducir licencia" }, + { "command": "remove_license", "caption": "Borrar licencia" }, { "caption": "-" }, { "command": "update_check", "caption": "Buscar actualizaciones…" }, - { "command": "show_changelog", "caption": "Registro de Cambios…" }, + { "command": "show_changelog", "caption": "Registro de cambios…" }, { "command": "show_about_window", "caption": "Acerca de Sublime Text", "mnemonic": "A" } ] } -] \ No newline at end of file +] diff --git a/menu/4169/es/Side Bar.sublime-menu.json b/menu/4169/es/Side Bar.sublime-menu.json index 991c6af..f2337a2 100644 --- a/menu/4169/es/Side Bar.sublime-menu.json +++ b/menu/4169/es/Side Bar.sublime-menu.json @@ -1,19 +1,105 @@ [ - { "caption": "Nuevo Archivo", "command": "new_file_at", "args": {"dirs": []} }, - { "caption": "Renombrar…", "command": "rename_path", "args": {"paths": []} }, - { "caption": "Borrar Archivo", "command": "delete_file", "args": {"files": [], "prompt": false} }, - { "caption": "Abrir Carpeta…", "command": "open_folder", "args": {"dirs": []} }, - { "caption": "Abrir Carpeta Contenedora…", "command": "open_containing_folder", "args": {"files": []} }, - { "caption": "Copiar Ruta", "command": "copy_path_sidebar", "args": {"paths": []} }, - { "caption": "Revelar enlace de la fuente", "command": "reveal_link_source", "args": {"dirs": []} }, + { + "caption": "Nuevo archivo", + "command": "new_file_at", + "args": { + "dirs": [] + } + }, + { + "caption": "Renombrar…", + "command": "rename_path", + "args": { + "paths": [] + } + }, + { + "caption": "Borrar archivo", + "command": "delete_file", + "args": { + "files": [], + "prompt": false + } + }, + { + "caption": "Abrir carpeta…", + "command": "open_folder", + "args": { + "dirs": [] + } + }, + { + "caption": "Abrir carpeta contenedora…", + "command": "open_containing_folder", + "args": { + "files": [] + } + }, + { + "caption": "Copiar ruta", + "command": "copy_path_sidebar", + "args": { + "paths": [] + } + }, + { + "caption": "Revelar enlace de la fuente", + "command": "reveal_link_source", + "args": { + "dirs": [] + } + }, { "caption": "-", "id": "repo_commands" }, - { "caption": "Abrir Repositorio Git…", "command": "sublime_merge_open_repo", "args": {"paths": []}}, - { "caption": "Historial de Archivos…", "command": "sublime_merge_file_history", "args": {"files": []}}, - { "caption": "Historial de carpetas…", "command": "sublime_merge_folder_history", "args": {"paths": []}}, - { "caption": "Abrir con Blame…", "command": "sublime_merge_blame_file", "args": {"files": []}}, + { + "caption": "Abrir repositorio Git…", + "command": "sublime_merge_open_repo", + "args": { + "paths": [] + } + }, + { + "caption": "Historial de archivos…", + "command": "sublime_merge_file_history", + "args": { + "files": [] + } + }, + { + "caption": "Historial de carpetas…", + "command": "sublime_merge_folder_history", + "args": { + "paths": [] + } + }, + { + "caption": "Abrir con blame…", + "command": "sublime_merge_blame_file", + "args": { + "files": [] + } + }, { "caption": "-", "id": "folder_commands" }, - { "caption": "Nueva Carpeta…", "command": "new_folder", "args": {"dirs": []} }, - { "caption": "Borrar Carpeta", "command": "delete_folder", "args": {"dirs": [], "prompt": true} }, - { "caption": "Buscar en la Carpeta…", "command": "find_in_folder", "args": {"dirs": []} }, + { + "caption": "Nueva carpeta…", + "command": "new_folder", + "args": { + "dirs": [] + } + }, + { + "caption": "Borrar carpeta", + "command": "delete_folder", + "args": { + "dirs": [], + "prompt": true + } + }, + { + "caption": "Buscar en la carpeta…", + "command": "find_in_folder", + "args": { + "dirs": [] + } + }, { "caption": "-", "id": "end" } ] diff --git a/menu/4169/es/Tab Context.sublime-menu.json b/menu/4169/es/Tab Context.sublime-menu.json index f935397..72639b8 100644 --- a/menu/4169/es/Tab Context.sublime-menu.json +++ b/menu/4169/es/Tab Context.sublime-menu.json @@ -1,16 +1,16 @@ [ - { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestaña" }, - { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Otras Pestañas" }, + { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestaña" }, + { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar otras pestañas" }, { "caption": "-" }, - { "command": "close_selected", "args": {"group":-1, "index": -1}, "caption": "Cerrar Pestañas Seleccionadas" }, - { "command": "close_unselected", "args": {"group":-1, "index": -1}, "caption": "Cerrar Pestañas No Seleccionadas" }, - { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas a la Derecha" }, - { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas Sin Modificar" }, - { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas No Modificadas a la Derecha" }, - { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar Pestañas Con el Archivo Borrado" }, + { "command": "close_selected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas seleccionadas" }, + { "command": "close_unselected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas no seleccionadas" }, + { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas a la derecha" }, + { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas sin modificar" }, + { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas no modificadas a la derecha" }, + { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar pestañas con el archivo borrado" }, { "caption": "-" }, - { "command": "clone_file", "args": { "add_to_selection": true, "group": -1, "index": -1, "retain_viewport_position": true }, "caption": "Clonar Vista" }, + { "command": "clone_file", "args": { "add_to_selection": true, "group": -1, "index": -1, "retain_viewport_position": true }, "caption": "Clonar vista" }, { "caption": "-" }, - { "command": "new_file", "caption": "Nuevo Archivo" }, - { "command": "prompt_open_file", "caption": "Abrir Archivo" } + { "command": "new_file", "caption": "Nuevo archivo" }, + { "command": "prompt_open_file", "caption": "Abrir archivo" } ] diff --git a/menu/4169/es/Tab Sidebar Context.sublime-menu.json b/menu/4169/es/Tab Sidebar Context.sublime-menu.json index dc0281f..6ca8533 100644 --- a/menu/4169/es/Tab Sidebar Context.sublime-menu.json +++ b/menu/4169/es/Tab Sidebar Context.sublime-menu.json @@ -1,14 +1,14 @@ [ - { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestaña" }, - { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Otras Pestañas" }, + { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestaña" }, + { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar otras pestañas" }, { "caption": "-" }, - { "command": "close_selected", "args": {"group":-1, "index": -1}, "caption": "Cerrar Pestañas Seleccionadas" }, - { "command": "close_unselected", "args": {"group": -1, "index": -1}, "caption": "Cerrar Pestañas No Seleccionadas" }, - { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas Inferiores" }, - { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas Sin Modificar" }, - { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas Inferiores Sin Modificar" }, - { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar Pestañas Con Archivos Borrados" }, + { "command": "close_selected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas seleccionadas" }, + { "command": "close_unselected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas no seleccionadas" }, + { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas inferiores" }, + { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas sin modificar" }, + { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas inferiores sin modificar" }, + { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar pestañas con archivos borrados" }, { "caption": "-" }, - { "command": "new_file", "caption": "Nuevo Archivo" }, - { "command": "prompt_open_file", "caption": "Abrir Archivo" } + { "command": "new_file", "caption": "Nuevo archivo" }, + { "command": "prompt_open_file", "caption": "Abrir archivo" } ] diff --git a/menu/4192/es/Context.sublime-menu.json b/menu/4192/es/Context.sublime-menu.json index dd93ddd..0b9fd80 100644 --- a/menu/4192/es/Context.sublime-menu.json +++ b/menu/4192/es/Context.sublime-menu.json @@ -1,25 +1,25 @@ [ { "command": "open_context_url", "caption": "Abrir URL" }, - { "command": "goto_definition", "caption": "Ir a la Definición" }, + { "command": "goto_definition", "caption": "Ir a la definición" }, { "caption": "-", "id": "diff" }, - { "command": "toggle_inline_diff", "caption": "Alternar Cambios en Este Bloque" }, - { "command": "revert_hunk", "caption": "Revertir Cambios en Este Bloque" }, + { "command": "toggle_inline_diff", "caption": "Alternar cambios en este bloque" }, + { "command": "revert_hunk", "caption": "Revertir cambios en este bloque" }, { "caption": "-", "id": "clipboard" }, { "command": "cut", "caption": "Cortar" }, { "command": "copy", "caption": "Copiar" }, { "command": "paste", "caption": "Pegar" }, { "caption": "-", "id": "selection" }, - { "command": "select_all", "caption": "Seleccionar Todo" }, + { "command": "select_all", "caption": "Seleccionar todo" }, { "caption": "-", "id": "repo_commands" }, { "caption": "Abrir repositorio Git…", "command": "sublime_merge_open_repo" }, - { "caption": "Historial del Archivo…", "command": "sublime_merge_file_history" }, - { "caption": "Historial de Esta Línea…", "command": "sublime_merge_line_history" }, - { "caption": "Archivo Blame…", "command": "sublime_merge_blame_file" }, + { "caption": "Historial del archivo…", "command": "sublime_merge_file_history" }, + { "caption": "Historial de esta línea…", "command": "sublime_merge_line_history" }, + { "caption": "Archivo blame…", "command": "sublime_merge_blame_file" }, { "caption": "-", "id": "file" }, - { "command": "open_in_browser", "caption": "Abrir en el Navegador" }, - { "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "Abrir Carpeta Contenedora…" }, - { "command": "copy_path", "caption": "Copiar Ruta del Archivo" }, - { "command": "reveal_in_side_bar", "caption": "Mostrar en la Barra Lateral" }, - { "command": "force_reopen_as", "args": {"type": "image"}, "caption": "Reabrir Archivo Como Imagen" }, + { "command": "open_in_browser", "caption": "Abrir en el navegador" }, + { "command": "open_dir", "args": { "dir": "$file_path", "file": "$file_name" }, "caption": "Abrir carpeta contenedora…" }, + { "command": "copy_path", "caption": "Copiar ruta del archivo" }, + { "command": "reveal_in_side_bar", "caption": "Mostrar en la barra lateral" }, + { "command": "force_reopen_as", "args": { "type": "image" }, "caption": "Reabrir archivo como imagen" }, { "caption": "-", "id": "end" } ] diff --git a/menu/4192/es/Encoding.sublime-menu.json b/menu/4192/es/Encoding.sublime-menu.json index 5984d8e..559bd15 100644 --- a/menu/4192/es/Encoding.sublime-menu.json +++ b/menu/4192/es/Encoding.sublime-menu.json @@ -2,8 +2,7 @@ { "caption": "Establecer codificación", "id": "set_encoding", - "children": - [ + "children": [ { "caption": "UTF-8", "command": "set_encoding", "args": { "encoding": "utf-8" } }, { "caption": "UTF-16 LE", "command": "set_encoding", "args": { "encoding": "utf-16 le" } }, { "caption": "UTF-16 BE", "command": "set_encoding", "args": { "encoding": "utf-16 be" } }, @@ -44,12 +43,10 @@ { "caption": "Hexadecimal", "command": "set_encoding", "args": { "encoding": "Hexadecimal" } } ] }, - { "caption": "Reabrir con la codificación", "id": "reopen_with_encoding", - "children": - [ + "children": [ { "caption": "UTF-8", "command": "reopen", "args": { "encoding": "utf-8" } }, { "caption": "UTF-16 LE", "command": "reopen", "args": { "encoding": "utf-16 le" } }, { "caption": "UTF-16 BE", "command": "reopen", "args": { "encoding": "utf-16 be" } }, diff --git a/menu/4192/es/Image Context.sublime-menu.json b/menu/4192/es/Image Context.sublime-menu.json index ba7b79a..36e6f8e 100644 --- a/menu/4192/es/Image Context.sublime-menu.json +++ b/menu/4192/es/Image Context.sublime-menu.json @@ -1,11 +1,11 @@ [ - { "caption": "-", "id": "repo_commands" }, - { "caption": "Abrir repositorio Git…", "command": "sublime_merge_open_repo" }, - { "caption": "Historial del Archivo…", "command": "sublime_merge_file_history" }, - { "caption": "-", "id": "file" }, - { "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "Abrir Carpeta Contenedora…" }, - { "command": "copy_path", "caption": "Copiar Ruta del Archivo" }, - { "command": "reveal_in_side_bar", "caption": "Mostrar en la Barra Lateral" }, - { "command": "force_reopen_as", "args": {"type": "text"}, "caption": "Reabrir Archivo Como Texto" }, - { "caption": "-", "id": "end" } + { "caption": "-", "id": "repo_commands" }, + { "caption": "Abrir repositorio Git…", "command": "sublime_merge_open_repo" }, + { "caption": "Historial del archivo…", "command": "sublime_merge_file_history" }, + { "caption": "-", "id": "file" }, + { "command": "open_dir", "args": { "dir": "$file_path", "file": "$file_name" }, "caption": "Abrir carpeta contenedora…" }, + { "command": "copy_path", "caption": "Copiar ruta del archivo" }, + { "command": "reveal_in_side_bar", "caption": "Mostrar en la barra lateral" }, + { "command": "force_reopen_as", "args": { "type": "text" }, "caption": "Reabrir archivo como texto" }, + { "caption": "-", "id": "end" } ] diff --git a/menu/4192/es/Main.sublime-menu.json b/menu/4192/es/Main.sublime-menu.json index 4fe7966..dcbacf1 100644 --- a/menu/4192/es/Main.sublime-menu.json +++ b/menu/4192/es/Main.sublime-menu.json @@ -3,45 +3,42 @@ "caption": "Archivo", "mnemonic": "A", "id": "file", - "children": - [ - { "command": "new_file", "caption": "Nuevo Archivo", "mnemonic": "N" }, - - { "command": "prompt_open_file", "caption": "Abrir Archivo…", "mnemonic": "A", "platform": "!OSX" }, - { "command": "prompt_open_folder", "caption": "Abrir Carpeta…", "platform": "!OSX" }, + "children": [ + { "command": "new_file", "caption": "Nuevo archivo", "mnemonic": "N" }, + { "command": "prompt_open_file", "caption": "Abrir archivo…", "mnemonic": "A", "platform": "!OSX" }, + { "command": "prompt_open_folder", "caption": "Abrir carpeta…", "platform": "!OSX" }, { "command": "prompt_open", "caption": "Abrir…", "platform": "OSX" }, { "caption": "Abiertos recientemente", "mnemonic": "A", - "children": - [ - { "command": "reopen_last_file", "args": {"source": "window"}, "caption": "Reabrir archivo cerrado" }, - { "caption": "-" }, - { "command": "open_recent_file", "args": {"index": 0 } }, - { "command": "open_recent_file", "args": {"index": 1 } }, - { "command": "open_recent_file", "args": {"index": 2 } }, - { "command": "open_recent_file", "args": {"index": 3 } }, - { "command": "open_recent_file", "args": {"index": 4 } }, - { "command": "open_recent_file", "args": {"index": 5 } }, - { "command": "open_recent_file", "args": {"index": 6 } }, - { "command": "open_recent_file", "args": {"index": 7 } }, - { "command": "open_recent_file", "args": {"index": 8 } }, - { "command": "open_recent_file", "args": {"index": 9 } }, - { "command": "open_recent_file", "args": {"index": 10 } }, - { "command": "open_recent_file", "args": {"index": 11 } }, - { "caption": "-" }, - { "command": "open_recent_folder", "args": {"index": 0 } }, - { "command": "open_recent_folder", "args": {"index": 1 } }, - { "command": "open_recent_folder", "args": {"index": 2 } }, - { "command": "open_recent_folder", "args": {"index": 3 } }, - { "command": "open_recent_folder", "args": {"index": 4 } }, - { "command": "open_recent_folder", "args": {"index": 5 } }, - { "command": "open_recent_folder", "args": {"index": 6 } }, - { "command": "open_recent_folder", "args": {"index": 7 } }, - { "command": "open_recent_folder", "args": {"index": 8 } }, - { "command": "open_recent_folder", "args": {"index": 9 } }, - { "command": "open_recent_folder", "args": {"index": 10 } }, - { "command": "open_recent_folder", "args": {"index": 11 } }, + "children": [ + { "command": "reopen_last_file", "args": { "source": "window" }, "caption": "Reabrir archivo cerrado" }, + { "caption": "-" }, + { "command": "open_recent_file", "args": { "index": 0 } }, + { "command": "open_recent_file", "args": { "index": 1 } }, + { "command": "open_recent_file", "args": { "index": 2 } }, + { "command": "open_recent_file", "args": { "index": 3 } }, + { "command": "open_recent_file", "args": { "index": 4 } }, + { "command": "open_recent_file", "args": { "index": 5 } }, + { "command": "open_recent_file", "args": { "index": 6 } }, + { "command": "open_recent_file", "args": { "index": 7 } }, + { "command": "open_recent_file", "args": { "index": 8 } }, + { "command": "open_recent_file", "args": { "index": 9 } }, + { "command": "open_recent_file", "args": { "index": 10 } }, + { "command": "open_recent_file", "args": { "index": 11 } }, + { "caption": "-" }, + { "command": "open_recent_folder", "args": { "index": 0 } }, + { "command": "open_recent_folder", "args": { "index": 1 } }, + { "command": "open_recent_folder", "args": { "index": 2 } }, + { "command": "open_recent_folder", "args": { "index": 3 } }, + { "command": "open_recent_folder", "args": { "index": 4 } }, + { "command": "open_recent_folder", "args": { "index": 5 } }, + { "command": "open_recent_folder", "args": { "index": 6 } }, + { "command": "open_recent_folder", "args": { "index": 7 } }, + { "command": "open_recent_folder", "args": { "index": 8 } }, + { "command": "open_recent_folder", "args": { "index": 9 } }, + { "command": "open_recent_folder", "args": { "index": 10 } }, + { "command": "open_recent_folder", "args": { "index": 11 } }, { "caption": "-" }, { "command": "clear_recent_files", "caption": "Borrar archivos recientes" } ] @@ -49,8 +46,7 @@ { "caption": "Reabrir con la codificación", "id": "reopen_with_encoding", - "children": - [ + "children": [ { "caption": "UTF-8", "command": "reopen", "args": { "encoding": "utf-8" } }, { "caption": "UTF-16 LE", "command": "reopen", "args": { "encoding": "utf-16 le" } }, { "caption": "UTF-16 BE", "command": "reopen", "args": { "encoding": "utf-16 be" } }, @@ -91,13 +87,12 @@ { "caption": "Hexadecimal", "command": "reopen", "args": { "encoding": "Hexadecimal" } } ] }, - { "command": "clone_file", "args": {"add_to_selection": true, "retain_viewport_position": true}, "caption": "Clonar Vista", "mnemonic": "C" }, - { "command": "save", "args": {"async": true}, "caption": "Guardar", "mnemonic": "G" }, + { "command": "clone_file", "args": { "add_to_selection": true, "retain_viewport_position": true }, "caption": "Clonar vista", "mnemonic": "C" }, + { "command": "save", "args": { "async": true }, "caption": "Guardar", "mnemonic": "G" }, { "caption": "Guardar con la codificación", "id": "save_with_encoding", - "children": - [ + "children": [ { "caption": "UTF-8", "command": "save", "args": { "async": true, "encoding": "utf-8" } }, { "caption": "UTF-8 con BOM", "command": "save", "args": { "async": true, "encoding": "utf-8 with bom" } }, { "caption": "UTF-16 LE", "command": "save", "args": { "async": true, "encoding": "utf-16 le" } }, @@ -145,12 +140,12 @@ { "command": "save_all", "caption": "Guardar todo", "mnemonic": "G" }, { "command": "html_print", "caption": "Imprimir…", "mnemonic": "I" }, { "caption": "-", "id": "window" }, - { "command": "new_window", "caption": "Nueva Ventana", "mnemonic": "N" }, - { "command": "close_window", "caption": "Cerrar Ventana" }, + { "command": "new_window", "caption": "Nueva ventana", "mnemonic": "N" }, + { "command": "close_window", "caption": "Cerrar ventana" }, { "caption": "-", "id": "close" }, - { "command": "close", "caption": "Cerrar Archivo", "mnemonic": "C" }, - { "command": "revert", "caption": "Revertir Archivo", "mnemonic": "R" }, - { "command": "close_all", "caption": "Cerrar Todos los Archivos" }, + { "command": "close", "caption": "Cerrar archivo", "mnemonic": "C" }, + { "command": "revert", "caption": "Revertir archivo", "mnemonic": "R" }, + { "command": "close_all", "caption": "Cerrar todos los archivos" }, { "caption": "-", "id": "exit" }, { "command": "exit", "caption": "Salir", "mnemonic": "S", "platform": "Windows" }, { "command": "exit", "caption": "Cerrar", "mnemonic": "C", "platform": "Linux" } @@ -160,67 +155,65 @@ "caption": "Editar", "mnemonic": "E", "id": "edit", - "children": - [ + "children": [ { "command": "undo", "caption": "Deshacer", "mnemonic": "D" }, { "command": "redo_or_repeat", "caption": "Rehacer", "mnemonic": "R" }, { "caption": "Deshacer la selección", - "children": - [ - { "command": "soft_undo", "caption": "Deshacer Progresivamente" }, - { "command": "soft_redo", "caption": "Rehacer Progresivamente" } + "children": [ + { "command": "soft_undo", "caption": "Deshacer progresivamente" }, + { "command": "soft_redo", "caption": "Rehacer progresivamente" } ] }, { "caption": "-", "id": "clipboard" }, { "command": "cut", "caption": "Cortar", "mnemonic": "t" }, { "command": "copy", "caption": "Copiar", "mnemonic": "C" }, - { "caption": "Copiar como HTML", "command": "copy_as_html", "args": {"enclosing_tags": true, "font_size": false} }, + { "caption": "Copiar como HTML", "command": "copy_as_html", "args": { "enclosing_tags": true, "font_size": false } }, { "command": "paste", "caption": "Pegar", "mnemonic": "P" }, { "command": "paste_and_indent", "caption": "Pegar y ponerle indentación", "mnemonic": "i" }, - { "command": "paste_from_history", "caption": "Pegar del Historial" }, + { "command": "paste_from_history", "caption": "Pegar del historial" }, { "caption": "-" }, { - "caption": "Línea", "mnemonic": "L", + "caption": "Línea", + "mnemonic": "L", "id": "line", - "children": - [ + "children": [ { "command": "indent", "caption": "Indentar" }, - { "command": "unindent", "caption": "Quitar Indentación" }, - { "command": "reindent", "caption": "Volver a Indentar", "args": {"single_line": true} }, - { "command": "swap_line_up", "caption": "Intercambiar línea por la de arriba" }, + { "command": "unindent", "caption": "Quitar indentación" }, + { "command": "reindent", "caption": "Volver a indentar", "args": { "single_line": true } }, + { "command": "swap_line_up", "caption": "Intercambiar línea por la de arriba" }, { "command": "swap_line_down", "caption": "Intercambiar línea por la de abajo" }, - { "command": "duplicate_line", "caption": "Duplicar Línea" }, - { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"}, "caption": "Borrar Línea" }, - { "command": "join_lines", "caption": "Combinar Líneas" } + { "command": "duplicate_line", "caption": "Duplicar línea" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Delete Line.sublime-macro" }, "caption": "Borrar línea" }, + { "command": "join_lines", "caption": "Combinar líneas" } ] }, { - "caption": "Comentario", "mnemonic": "C", + "caption": "Comentario", + "mnemonic": "C", "id": "comment", - "children": - [ - { "command": "toggle_comment", "args": {"block": false}, "caption": "Alternar Comentario" }, - { "command": "toggle_comment", "args": {"block": true}, "caption": "Alternar Bloque de Comentario" } + "children": [ + { "command": "toggle_comment", "args": { "block": false }, "caption": "Alternar comentario" }, + { "command": "toggle_comment", "args": { "block": true }, "caption": "Alternar bloque de comentario" } ] }, { - "caption": "Texto", "mnemonic": "T", + "caption": "Texto", + "mnemonic": "T", "id": "text", - "children": - [ - { "command": "revert_hunk", "caption": "Revertir Trozo" }, - { "command": "revert_modification", "caption": "Revertir Modificación" }, - { "command": "toggle_inline_diff", "caption": "Alternar Vista de Cambios" }, + "children": [ + { "command": "revert_hunk", "caption": "Revertir trozo" }, + { "command": "revert_modification", "caption": "Revertir modificación" }, + { "command": "toggle_inline_diff", "caption": "Alternar vista de cambios" }, { "caption": "-" }, - { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line Before.sublime-macro"}, "caption": "Insertar Línea antes de" }, - { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"}, "caption": "Insertar Línea después de" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Add Line Before.sublime-macro" }, "caption": "Insertar línea antes de" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Add Line.sublime-macro" }, "caption": "Insertar línea después de" }, { "caption": "-" }, - { "command": "delete_word", "args": { "forward": true }, "caption": "Borrar Palabra Siguiente" }, - { "command": "delete_word", "args": { "forward": false }, "caption": "Borrar Palabra Anterior" }, - { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"}, "caption": "Borrar Línea" }, - { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard EOL.sublime-macro"}, "caption": "Borrar hasta el Final" }, - { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard BOL.sublime-macro"}, "caption": "Borrar hasta el Principio" }, + { "command": "delete_word", "args": { "forward": true }, "caption": "Borrar palabra siguiente" }, + { "command": "delete_word", "args": { "forward": false }, "caption": "Borrar palabra anterior" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Delete Line.sublime-macro" }, "caption": "Borrar línea" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Delete to Hard EOL.sublime-macro" }, "caption": "Borrar hasta el final" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Delete to Hard BOL.sublime-macro" }, "caption": "Borrar hasta el principio" }, { "caption": "-" }, { "command": "transpose", "caption": "Transponer" } ] @@ -228,101 +221,94 @@ { "caption": "Etiqueta", "id": "tag", - "children": - [ - { "command": "close_tag", "caption": "Cerrar Etiqueta" }, - { "command": "expand_selection", "args": {"to": "tag"}, "caption": "Expandir la Selección Con la Etiqueta" }, - { "command": "insert_snippet", "args": { "name": "Packages/XML/Snippets/xml-long-tag.sublime-snippet" }, "caption": "Envolver la Selección Con la Etiqueta" } + "children": [ + { "command": "close_tag", "caption": "Cerrar etiqueta" }, + { "command": "expand_selection", "args": { "to": "tag" }, "caption": "Expandir la selección con la etiqueta" }, + { "command": "insert_snippet", "args": { "name": "Packages/XML/Snippets/xml-long-tag.sublime-snippet" }, "caption": "Envolver la selección con la etiqueta" } ] }, { "caption": "Marcar", "id": "mark", - "children": - [ + "children": [ { "command": "set_mark", "caption": "Marcar una línea" }, - { "command": "select_to_mark", "caption": "Marcar lo Seleccionado" }, - { "command": "delete_to_mark", "caption": "Borrar lo Marcado" }, - { "command": "swap_with_mark", "caption": "Intercambiar con lo Marcado" }, - { "command": "clear_bookmarks", "args": {"name": "mark"}, "caption": "Quitar Marcas" }, + { "command": "select_to_mark", "caption": "Marcar lo seleccionado" }, + { "command": "delete_to_mark", "caption": "Borrar lo marcado" }, + { "command": "swap_with_mark", "caption": "Intercambiar con lo marcado" }, + { "command": "clear_bookmarks", "args": { "name": "mark" }, "caption": "Quitar marcas" }, { "caption": "-" }, { "command": "yank", "caption": "Sacar" } ] }, { - "caption": "Plegar Código", + "caption": "Plegar código", "id": "fold", - "children": - [ + "children": [ { "command": "fold", "caption": "Plegar" }, { "command": "unfold", "caption": "Desplegar" }, - { "command": "unfold_all", "caption": "Desplegar Todo" }, + { "command": "unfold_all", "caption": "Desplegar todo" }, { "caption": "-" }, - { "caption": "Plegar Todo", "command": "fold_by_level", "args": {"level": 1} }, - { "caption": "Nivel de Plegado: 2", "command": "fold_by_level", "args": {"level": 2} }, - { "caption": "Nivel de Plegado: 3", "command": "fold_by_level", "args": {"level": 3} }, - { "caption": "Nivel de Plegado: 4", "command": "fold_by_level", "args": {"level": 4} }, - { "caption": "Nivel de Plegado: 5", "command": "fold_by_level", "args": {"level": 5} }, - { "caption": "Nivel de Plegado: 6", "command": "fold_by_level", "args": {"level": 6} }, - { "caption": "Nivel de Plegado: 7", "command": "fold_by_level", "args": {"level": 7} }, - { "caption": "Nivel de Plegado: 8", "command": "fold_by_level", "args": {"level": 8} }, - { "caption": "Nivel de Plegado: 9", "command": "fold_by_level", "args": {"level": 9} }, + { "caption": "Plegar todo", "command": "fold_by_level", "args": { "level": 1 } }, + { "caption": "Nivel de plegado: 2", "command": "fold_by_level", "args": { "level": 2 } }, + { "caption": "Nivel de plegado: 3", "command": "fold_by_level", "args": { "level": 3 } }, + { "caption": "Nivel de plegado: 4", "command": "fold_by_level", "args": { "level": 4 } }, + { "caption": "Nivel de plegado: 5", "command": "fold_by_level", "args": { "level": 5 } }, + { "caption": "Nivel de plegado: 6", "command": "fold_by_level", "args": { "level": 6 } }, + { "caption": "Nivel de plegado: 7", "command": "fold_by_level", "args": { "level": 7 } }, + { "caption": "Nivel de plegado: 8", "command": "fold_by_level", "args": { "level": 8 } }, + { "caption": "Nivel de plegado: 9", "command": "fold_by_level", "args": { "level": 9 } }, { "caption": "-" }, - { "command": "fold_tag_attributes", "caption": "Plegar los Atributos de la Etiqueta" } + { "command": "fold_tag_attributes", "caption": "Plegar los atributos de la etiqueta" } ] }, { - "caption": "Conversiones de “Case”", "mnemonic": "C", + "caption": "Conversiones de mayúsculas/minúsculas", + "mnemonic": "C", "id": "convert_case", - "children": - [ + "children": [ { "command": "title_case", "caption": "Title Case" }, { "command": "upper_case", "caption": "Upper Case" }, { "command": "lower_case", "caption": "Lower Case" }, { "command": "swap_case", "caption": "Swap Case" }, - { "command": "convert_ident_case", "caption": "lowerCamelCase", "args": {"case": "title", "first_case": "lower"} }, - { "command": "convert_ident_case", "caption": "UpperCamelCase", "args": {"case": "title"} }, - { "command": "convert_ident_case", "caption": "snake_case", "args": {"separator": "_", "case": "lower"} }, - { "command": "convert_ident_case", "caption": "kebab-case", "args": {"separator": "-", "case": "lower"} } + { "command": "convert_ident_case", "caption": "lowerCamelCase", "args": { "case": "title", "first_case": "lower" } }, + { "command": "convert_ident_case", "caption": "UpperCamelCase", "args": { "case": "title" } }, + { "command": "convert_ident_case", "caption": "snake_case", "args": { "separator": "_", "case": "lower" } }, + { "command": "convert_ident_case", "caption": "kebab-case", "args": { "separator": "-", "case": "lower" } } ] }, { "caption": "Envolver", "id": "wrap", - "children": - [ - { "command": "wrap_lines", "caption": "Envolver Párrafo en una Regla" }, - { "command": "wrap_lines", "args": {"width": 70}, "caption": "Envolver párrafo de 70 caracteres" }, - { "command": "wrap_lines", "args": {"width": 72}, "caption": "Envolver párrafo de 72 caracteres" }, - { "command": "wrap_lines", "args": {"width": 78}, "caption": "Envolver párrafo de 78 caracteres" }, - { "command": "wrap_lines", "args": {"width": 80}, "caption": "Envolver párrafo de 80 caracteres" }, - { "command": "wrap_lines", "args": {"width": 100}, "caption": "Envolver párrafo de 100 caracteres" }, - { "command": "wrap_lines", "args": {"width": 120}, "caption": "Envolver párrafo de 120 caracteres" } - ] - }, - { "command": "auto_complete", "caption": "Mostrar AutoCompletado" }, + "children": [ + { "command": "wrap_lines", "caption": "Envolver párrafo en una regla" }, + { "command": "wrap_lines", "args": { "width": 70 }, "caption": "Envolver párrafo de 70 caracteres" }, + { "command": "wrap_lines", "args": { "width": 72 }, "caption": "Envolver párrafo de 72 caracteres" }, + { "command": "wrap_lines", "args": { "width": 78 }, "caption": "Envolver párrafo de 78 caracteres" }, + { "command": "wrap_lines", "args": { "width": 80 }, "caption": "Envolver párrafo de 80 caracteres" }, + { "command": "wrap_lines", "args": { "width": 100 }, "caption": "Envolver párrafo de 100 caracteres" }, + { "command": "wrap_lines", "args": { "width": 120 }, "caption": "Envolver párrafo de 120 caracteres" } + ] + }, + { "command": "auto_complete", "caption": "Mostrar autocompletado" }, { "caption": "-", "id": "permute" }, - - { "command": "sort_lines", "args": {"case_sensitive": false}, "caption": "Clasificar Líneas", "mnemonic": "C" }, - { "command": "sort_lines", "args": {"case_sensitive": true}, "caption": "Clasificar líneas (Sensible al “Case”)" }, + { "command": "sort_lines", "args": { "case_sensitive": false }, "caption": "Clasificar líneas", "mnemonic": "C" }, + { "command": "sort_lines", "args": { "case_sensitive": true }, "caption": "Clasificar líneas (sensible a mayúsculas/minúsculas)" }, { - "caption": "Permutar Líneas", - "children": - [ - { "command": "permute_lines", "args": {"operation": "reverse"}, "caption": "Invertir" }, - { "command": "permute_lines", "args": {"operation": "unique"}, "caption": "Única" }, - { "command": "permute_lines", "args": {"operation": "shuffle"}, "caption": "Barajar" } + "caption": "Permutar líneas", + "children": [ + { "command": "permute_lines", "args": { "operation": "reverse" }, "caption": "Invertir" }, + { "command": "permute_lines", "args": { "operation": "unique" }, "caption": "Única" }, + { "command": "permute_lines", "args": { "operation": "shuffle" }, "caption": "Barajar" } ] }, { - "caption": "Permutar Selecciones", - "children": - [ - { "command": "sort_selection", "args": {"case_sensitive": false}, "caption": "Clasificar" }, - { "command": "sort_selection", "args": {"case_sensitive": true}, "caption": "Clasificar (Sensible al “Case”)" }, - { "command": "permute_selection", "args": {"operation": "reverse"}, "caption": "Invertir" }, - { "command": "permute_selection", "args": {"operation": "unique"}, "caption": "Única" }, - { "command": "permute_selection", "args": {"operation": "shuffle"}, "caption": "Barajar" } + "caption": "Permutar selecciones", + "children": [ + { "command": "sort_selection", "args": { "case_sensitive": false }, "caption": "Clasificar" }, + { "command": "sort_selection", "args": { "case_sensitive": true }, "caption": "Clasificar (sensible a mayúsculas/minúsculas)" }, + { "command": "permute_selection", "args": { "operation": "reverse" }, "caption": "Invertir" }, + { "command": "permute_selection", "args": { "operation": "unique" }, "caption": "Única" }, + { "command": "permute_selection", "args": { "operation": "shuffle" }, "caption": "Barajar" } ] }, { "caption": "-", "id": "end" } @@ -332,49 +318,47 @@ "caption": "Selección", "mnemonic": "S", "id": "selection", - "children": - [ - { "command": "split_selection_into_lines", "caption": "Dividir en Líneas" }, - { "command": "single_selection", "caption": "Seleccíon Única" }, + "children": [ + { "command": "split_selection_into_lines", "caption": "Dividir en líneas" }, + { "command": "single_selection", "caption": "Seleccíon única" }, { "caption": "-" }, - { "command": "select_all", "caption": "Seleccionar Todo" }, - { "command": "expand_selection", "args": {"to": "smart"}, "caption": "Expandir Selección" }, - { "command": "expand_selection", "args": {"to": "line"}, "caption": "Expandir Selección a la Línea" }, - { "command": "expand_selection", "args": {"to": "line_prev"}, "caption": "Expandir Selección de la Línea Hacia arriba" }, - { "command": "find_under_expand", "caption": "Expandir Selección de la palabra" }, - { "command": "expand_selection_to_paragraph", "caption": "Expandir Selección al Bloque" }, - { "command": "expand_selection_to_paragraph", "args": {"markup_aware": true}, "caption": "Expandir Selección al Párrafo" }, - { "command": "expand_selection", "args": {"to": "scope"}, "caption": "Expandir Selección al Perímetro (Scope)" }, - { "command": "expand_selection", "args": {"to": "brackets"}, "caption": "Expandir Selección a los Corchetes" }, - { "command": "expand_selection", "args": {"to": "indentation"}, "caption": "Expandir Selección a la Indentación" }, + { "command": "select_all", "caption": "Seleccionar todo" }, + { "command": "expand_selection", "args": { "to": "smart" }, "caption": "Expandir selección" }, + { "command": "expand_selection", "args": { "to": "line" }, "caption": "Expandir selección a la línea" }, + { "command": "expand_selection", "args": { "to": "line_prev" }, "caption": "Expandir selección de la línea hacia arriba" }, + { "command": "find_under_expand", "caption": "Expandir selección de la palabra" }, + { "command": "expand_selection_to_paragraph", "caption": "Expandir selección al bloque" }, + { "command": "expand_selection_to_paragraph", "args": { "markup_aware": true }, "caption": "Expandir selección al párrafo" }, + { "command": "expand_selection", "args": { "to": "scope" }, "caption": "Expandir selección al perímetro (scope)" }, + { "command": "expand_selection", "args": { "to": "brackets" }, "caption": "Expandir selección a los corchetes" }, + { "command": "expand_selection", "args": { "to": "indentation" }, "caption": "Expandir selección a la indentación" }, { "caption": "-" }, - { "command": "select_lines", "args": {"forward": false}, "caption": "Añadir la Línea Anterior" }, - { "command": "select_lines", "args": {"forward": true}, "caption": "Añadir la Línea Siguiente" }, + { "command": "select_lines", "args": { "forward": false }, "caption": "Añadir la línea anterior" }, + { "command": "select_lines", "args": { "forward": true }, "caption": "Añadir la línea siguiente" }, { "caption": "-" }, { "caption": "Selección de pestañas", - "children": - [ - { "command": "unselect_others", "caption": "Deseleccionar Otras" }, - { "command": "unselect_to_left", "caption": "Deseleccionar a la Izquierda" }, - { "command": "unselect_to_right", "caption": "Deseleccionar a la Derecha" }, - { "caption": "-" }, - { "command": "select_to_left", "caption": "Seleccionar a la Izquierda" }, - { "command": "select_to_right", "caption": "Seleccionar a la Derecha" }, - { "caption": "-" }, - { "command": "focus_to_left", "caption": "Enfocar a la Izquierda" }, - { "command": "focus_to_right", "caption": "Enfocar a la Derecha" }, - { "caption": "-" }, - { "command": "focus_by_index", "args": {"index": 0}, "caption": "Enfocar Pestaña Seleccionada: 1" }, - { "command": "focus_by_index", "args": {"index": 1}, "caption": "Enfocar Pestaña Seleccionada: 2" }, - { "command": "focus_by_index", "args": {"index": 2}, "caption": "Enfocar Pestaña Seleccionada: 3" }, - { "command": "focus_by_index", "args": {"index": 3}, "caption": "Enfocar Pestaña Seleccionada: 4" }, - { "command": "focus_by_index", "args": {"index": 4}, "caption": "Enfocar Pestaña Seleccionada: 5" }, - { "command": "focus_by_index", "args": {"index": 5}, "caption": "Enfocar Pestaña Seleccionada: 6" }, - { "command": "focus_by_index", "args": {"index": 6}, "caption": "Enfocar Pestaña Seleccionada: 7" }, - { "command": "focus_by_index", "args": {"index": 7}, "caption": "Enfocar Pestaña Seleccionada: 8" }, - { "command": "focus_by_index", "args": {"index": 8}, "caption": "Enfocar Pestaña Seleccionada: 9" }, - { "command": "focus_by_index", "args": {"index": 9}, "caption": "Enfocar Pestaña Seleccionada: 10" } + "children": [ + { "command": "unselect_others", "caption": "Deseleccionar otras" }, + { "command": "unselect_to_left", "caption": "Deseleccionar a la izquierda" }, + { "command": "unselect_to_right", "caption": "Deseleccionar a la derecha" }, + { "caption": "-" }, + { "command": "select_to_left", "caption": "Seleccionar a la izquierda" }, + { "command": "select_to_right", "caption": "Seleccionar a la derecha" }, + { "caption": "-" }, + { "command": "focus_to_left", "caption": "Enfocar a la izquierda" }, + { "command": "focus_to_right", "caption": "Enfocar a la derecha" }, + { "caption": "-" }, + { "command": "focus_by_index", "args": { "index": 0 }, "caption": "Enfocar pestaña seleccionada: 1" }, + { "command": "focus_by_index", "args": { "index": 1 }, "caption": "Enfocar pestaña seleccionada: 2" }, + { "command": "focus_by_index", "args": { "index": 2 }, "caption": "Enfocar pestaña seleccionada: 3" }, + { "command": "focus_by_index", "args": { "index": 3 }, "caption": "Enfocar pestaña seleccionada: 4" }, + { "command": "focus_by_index", "args": { "index": 4 }, "caption": "Enfocar pestaña seleccionada: 5" }, + { "command": "focus_by_index", "args": { "index": 5 }, "caption": "Enfocar pestaña seleccionada: 6" }, + { "command": "focus_by_index", "args": { "index": 6 }, "caption": "Enfocar pestaña seleccionada: 7" }, + { "command": "focus_by_index", "args": { "index": 7 }, "caption": "Enfocar pestaña seleccionada: 8" }, + { "command": "focus_by_index", "args": { "index": 8 }, "caption": "Enfocar pestaña seleccionada: 9" }, + { "command": "focus_by_index", "args": { "index": 9 }, "caption": "Enfocar pestaña seleccionada: 10" } ] } ] @@ -383,33 +367,31 @@ "caption": "Buscar", "mnemonic": "B", "id": "find", - "children": - [ - { "command": "show_panel", "args": {"panel": "find", "reverse": false}, "caption": "Buscar…" }, - { "command": "find_next", "caption": "Buscar Siguiente" }, - { "command": "find_prev", "caption": "Buscar Anterior" }, - { "command": "show_panel", "args": {"panel": "incremental_find", "reverse": false}, "caption": "Búsqueda Incremental" }, + "children": [ + { "command": "show_panel", "args": { "panel": "find", "reverse": false }, "caption": "Buscar…" }, + { "command": "find_next", "caption": "Buscar siguiente" }, + { "command": "find_prev", "caption": "Buscar anterior" }, + { "command": "show_panel", "args": { "panel": "incremental_find", "reverse": false }, "caption": "Búsqueda incremental" }, { "caption": "-" }, - { "command": "show_panel", "args": {"panel": "replace", "reverse": false}, "caption": "Reemplazar…" }, - { "command": "replace_next", "caption": "Reemplazar Siguiente" }, + { "command": "show_panel", "args": { "panel": "replace", "reverse": false }, "caption": "Reemplazar…" }, + { "command": "replace_next", "caption": "Reemplazar siguiente" }, { "caption": "-" }, - { "command": "find_under", "caption": "Búsqueda Rápida" }, - { "command": "find_all_under", "caption": "Búsqueda Rápida (Todos)" }, - { "command": "find_under_expand", "caption": "Añadir Rápido al Siguiente" }, - { "command": "find_under_expand_skip", "caption": "Saltar Rápido al Siguiente", "platform": "!OSX" }, + { "command": "find_under", "caption": "Búsqueda rápida" }, + { "command": "find_all_under", "caption": "Búsqueda rápida (todos)" }, + { "command": "find_under_expand", "caption": "Añadir rápido al siguiente" }, + { "command": "find_under_expand_skip", "caption": "Saltar rápido al siguiente", "platform": "!OSX" }, { "caption": "-" }, - { "command": "slurp_find_string", "caption": "Utilizar la Selección Para buscar" }, - { "command": "slurp_replace_string", "caption": "Utilizar la Selección para Reemplazar" }, + { "command": "slurp_find_string", "caption": "Utilizar la selección para buscar" }, + { "command": "slurp_replace_string", "caption": "Utilizar la selección para reemplazar" }, { "caption": "-" }, - { "command": "show_panel", "args": {"panel": "find_in_files"}, "caption": "Buscar en Archivos…" }, + { "command": "show_panel", "args": { "panel": "find_in_files" }, "caption": "Buscar en archivos…" }, { - "caption": "Resultados de Búsqueda", + "caption": "Resultados de búsqueda", "mnemonic": "R", - "children": - [ - { "command": "show_panel", "caption": "Mostrar Panel de Resultados", "args": {"panel": "output.find_results", "panel_name" : "Results Panel", "toggle" : true, "toggle_when_not_focused": true} }, - { "command": "next_result", "caption": "Resultado Siguiente" }, - { "command": "prev_result", "caption": "Resultado Anterior" } + "children": [ + { "command": "show_panel", "caption": "Mostrar panel de resultados", "args": { "panel": "output.find_results", "panel_name": "Results Panel", "toggle": true, "toggle_when_not_focused": true } }, + { "command": "next_result", "caption": "Resultado siguiente" }, + { "command": "prev_result", "caption": "Resultado anterior" } ] }, { "command": "cancel_find", "caption": "Cancelar la búsqueda en archivos" } @@ -419,104 +401,264 @@ "caption": "Vista", "mnemonic": "V", "id": "view", - "children": - [ + "children": [ { - "caption": "Barra Lateral", + "caption": "Barra lateral", "id": "side_bar", - "children": - [ - { "command": "toggle_side_bar", "caption": "Alternar Vista de Barra Lateral" }, + "children": [ + { "command": "toggle_side_bar", "caption": "Alternar vista de barra lateral" }, { "caption": "-" }, - { "command": "toggle_show_open_files", "caption": "Alternar Vista de Archivos Abiertos" } + { "command": "toggle_show_open_files", "caption": "Alternar vista de archivos abiertos" } ] }, - { "command": "toggle_minimap", "caption": "Alternar vista de Minimapa" }, - { "command": "toggle_tabs", "caption": "Alternar vista de Pestañas" }, - { "command": "toggle_status_bar", "caption": "Alternar vista de Barra de estado" }, - { "command": "toggle_menu", "caption": "Alternar vista de Menú" }, - { "command": "show_panel", "caption": "Alternar vista de Consola", "args": {"panel": "console", "toggle": true} }, + { "command": "toggle_minimap", "caption": "Alternar vista de minimapa" }, + { "command": "toggle_tabs", "caption": "Alternar vista de pestañas" }, + { "command": "toggle_status_bar", "caption": "Alternar vista de barra de estado" }, + { "command": "toggle_menu", "caption": "Alternar vista de menú" }, + { "command": "show_panel", "caption": "Alternar vista de consola", "args": { "panel": "console", "toggle": true } }, { "caption": "-", "id": "full_screen" }, - { "command": "toggle_full_screen", "caption": "Alternar Pantalla Completa" }, - { "command": "toggle_distraction_free", "caption": "Alternar Modo Sin Distracciones" }, + { "command": "toggle_full_screen", "caption": "Alternar pantalla completa" }, + { "command": "toggle_distraction_free", "caption": "Alternar modo sin distracciones" }, { "caption": "-", "id": "groups" }, { "caption": "Diseño", "mnemonic": "D", "id": "layout", - "children": - [ + "children": [ { "caption": "Único", "command": "set_layout", - "args": - { - "cols": [0.0, 1.0], - "rows": [0.0, 1.0], - "cells": [[0, 0, 1, 1]] + "args": { + "cols": [ + 0.0, + 1.0 + ], + "rows": [ + 0.0, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ] + ] } }, { - "caption": "2 Columnas", + "caption": "2 columnas", "command": "set_layout", - "args": - { - "cols": [0.0, 0.5, 1.0], - "rows": [0.0, 1.0], - "cells": [[0, 0, 1, 1], [1, 0, 2, 1]] + "args": { + "cols": [ + 0.0, + 0.5, + 1.0 + ], + "rows": [ + 0.0, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 1, + 0, + 2, + 1 + ] + ] } }, { - "caption": "3 Columnas", + "caption": "3 columnas", "command": "set_layout", - "args": - { - "cols": [0.0, 0.33, 0.66, 1.0], - "rows": [0.0, 1.0], - "cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1]] + "args": { + "cols": [ + 0.0, + 0.33, + 0.66, + 1.0 + ], + "rows": [ + 0.0, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 1, + 0, + 2, + 1 + ], + [ + 2, + 0, + 3, + 1 + ] + ] } }, { - "caption": "4 Columnas", + "caption": "4 columnas", "command": "set_layout", - "args": - { - "cols": [0.0, 0.25, 0.5, 0.75, 1.0], - "rows": [0.0, 1.0], - "cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1], [3, 0, 4, 1]] + "args": { + "cols": [ + 0.0, + 0.25, + 0.5, + 0.75, + 1.0 + ], + "rows": [ + 0.0, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 1, + 0, + 2, + 1 + ], + [ + 2, + 0, + 3, + 1 + ], + [ + 3, + 0, + 4, + 1 + ] + ] } }, { - "caption": "2 Filas", + "caption": "2 filas", "command": "set_layout", - "args": - { - "cols": [0.0, 1.0], - "rows": [0.0, 0.5, 1.0], - "cells": [[0, 0, 1, 1], [0, 1, 1, 2]] + "args": { + "cols": [ + 0.0, + 1.0 + ], + "rows": [ + 0.0, + 0.5, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 0, + 1, + 1, + 2 + ] + ] } }, { - "caption": "3 Filas", + "caption": "3 filas", "command": "set_layout", - "args": - { - "cols": [0.0, 1.0], - "rows": [0.0, 0.33, 0.66, 1.0], - "cells": [[0, 0, 1, 1], [0, 1, 1, 2], [0, 2, 1, 3]] + "args": { + "cols": [ + 0.0, + 1.0 + ], + "rows": [ + 0.0, + 0.33, + 0.66, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 0, + 1, + 1, + 2 + ], + [ + 0, + 2, + 1, + 3 + ] + ] } }, { - "caption": "4 Rejillas", + "caption": "4 rejillas", "command": "set_layout", - "args": - { - "cols": [0.0, 0.5, 1.0], - "rows": [0.0, 0.5, 1.0], - "cells": - [ - [0, 0, 1, 1], [1, 0, 2, 1], - [0, 1, 1, 2], [1, 1, 2, 2] + "args": { + "cols": [ + 0.0, + 0.5, + 1.0 + ], + "rows": [ + 0.0, + 0.5, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 1, + 0, + 2, + 1 + ], + [ + 0, + 1, + 1, + 2 + ], + [ + 1, + 1, + 2, + 2 + ] ] } } @@ -524,73 +666,42 @@ }, { "caption": "Grupos", - "children": - [ - { "command": "new_pane", "caption": "Mover Archivo a un Nuevo Grupo" }, - { "command": "new_pane", "args": {"move": false}, "caption": "Nuevo Grupo" }, - { "command": "close_pane", "caption": "Cerrar Grupo" }, - - { "caption": "-" }, - - { - "caption": "1 Columna como máximo", - "command": "set_max_columns", - "checkbox": true, - "args": { "columns": 1 } - }, - { - "caption": "2 Columnas como máximo", - "command": "set_max_columns", - "checkbox": true, - "args": { "columns": 2 } - }, - { - "caption": "3 Columnas como máximo", - "command": "set_max_columns", - "checkbox": true, - "args": { "columns": 3 } - }, - { - "caption": "4 Columnas como máximo", - "command": "set_max_columns", - "checkbox": true, - "args": { "columns": 4 } - }, - { - "caption": "5 Columnas como máximo", - "command": "set_max_columns", - "checkbox": true, - "args": { "columns": 5 } - } + "children": [ + { "command": "new_pane", "caption": "Mover archivo a un nuevo grupo" }, + { "command": "new_pane", "args": { "move": false }, "caption": "Nuevo grupo" }, + { "command": "close_pane", "caption": "Cerrar grupo" }, + { "caption": "-" }, + { "caption": "1 columna como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 1 } }, + { "caption": "2 columnas como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 2 } }, + { "caption": "3 columnas como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 3 } }, + { "caption": "4 columnas como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 4 } }, + { "caption": "5 columnas como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 5 } } ] }, { "caption": "Grupos en foco", "mnemonic": "G", - "children": - [ - + "children": [ { "command": "focus_neighboring_group", "caption": "Siguiente" }, - { "command": "focus_neighboring_group", "args": {"forward": false}, "caption": "Anterior" }, + { "command": "focus_neighboring_group", "args": { "forward": false }, "caption": "Anterior" }, { "caption": "-" }, - { "command": "focus_group", "args": {"group": 0}, "caption": "Grupo 1" }, - { "command": "focus_group", "args": {"group": 1}, "caption": "Grupo 2" }, - { "command": "focus_group", "args": {"group": 2}, "caption": "Grupo 3" }, - { "command": "focus_group", "args": {"group": 3}, "caption": "Grupo 4" } + { "command": "focus_group", "args": { "group": 0 }, "caption": "Grupo 1" }, + { "command": "focus_group", "args": { "group": 1 }, "caption": "Grupo 2" }, + { "command": "focus_group", "args": { "group": 2 }, "caption": "Grupo 3" }, + { "command": "focus_group", "args": { "group": 3 }, "caption": "Grupo 4" } ] }, { - "caption": "Mover Archivo a un Grupo", + "caption": "Mover archivo a un grupo", "mnemonic": "M", - "children": - [ + "children": [ { "command": "move_to_neighboring_group", "caption": "Siguiente" }, - { "command": "move_to_neighboring_group", "args": {"forward": false}, "caption": "Anterior" }, + { "command": "move_to_neighboring_group", "args": { "forward": false }, "caption": "Anterior" }, { "caption": "-" }, - { "command": "move_to_group", "args": {"group": 0}, "caption": "Grupo 1" }, - { "command": "move_to_group", "args": {"group": 1}, "caption": "Grupo 2" }, - { "command": "move_to_group", "args": {"group": 2}, "caption": "Grupo 3" }, - { "command": "move_to_group", "args": {"group": 3}, "caption": "Grupo 4" } + { "command": "move_to_group", "args": { "group": 0 }, "caption": "Grupo 1" }, + { "command": "move_to_group", "args": { "group": 1 }, "caption": "Grupo 2" }, + { "command": "move_to_group", "args": { "group": 2 }, "caption": "Grupo 3" }, + { "command": "move_to_group", "args": { "group": 3 }, "caption": "Grupo 4" } ] }, { "caption": "-" }, @@ -598,79 +709,147 @@ "caption": "Sintaxis", "mnemonic": "S", "id": "syntax", - "children": [ { "command": "$file_types" } ] + "children": [ + { "command": "$file_types" } + ] }, { "caption": "Indentación", "mnemonic": "I", "id": "indentation", - "children": - [ - { "command": "toggle_setting", "args": {"setting": "translate_tabs_to_spaces"}, "caption": "Alternar Indentación con espacios", "checkbox": true }, - { "caption": "-" }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 1}, "caption": "Ancho de tabulación: 1", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 2}, "caption": "Ancho de tabulación: 2", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 3}, "caption": "Ancho de tabulación: 3", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 4}, "caption": "Ancho de tabulación: 4", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 5}, "caption": "Ancho de tabulación: 5", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 6}, "caption": "Ancho de tabulación: 6", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 7}, "caption": "Ancho de tabulación: 7", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "tab_size", "value": 8}, "caption": "Ancho de tabulación: 8", "checkbox": true }, + "children": [ + { "command": "toggle_setting", "args": { "setting": "translate_tabs_to_spaces" }, "caption": "Alternar indentación con espacios", "checkbox": true }, + { "caption": "-" }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 1 }, "caption": "Ancho de tabulación: 1", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 2 }, "caption": "Ancho de tabulación: 2", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 3 }, "caption": "Ancho de tabulación: 3", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 4 }, "caption": "Ancho de tabulación: 4", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 5 }, "caption": "Ancho de tabulación: 5", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 6 }, "caption": "Ancho de tabulación: 6", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 7 }, "caption": "Ancho de tabulación: 7", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 8 }, "caption": "Ancho de tabulación: 8", "checkbox": true }, { "caption": "-" }, { "command": "detect_indentation", "caption": "Detectar la configuración de indentación" }, { "caption": "-" }, - { "command": "expand_tabs", "caption": "Convertir la Indentación en Espacios", "args": {"set_translate_tabs": true} }, - { "command": "unexpand_tabs", "caption": "Convertir la Indentación en Tabulaciones", "args": {"set_translate_tabs": true} } + { "command": "expand_tabs", "caption": "Convertir la indentación en espacios", "args": { "set_translate_tabs": true } }, + { "command": "unexpand_tabs", "caption": "Convertir la indentación en tabulaciones", "args": { "set_translate_tabs": true } } ] }, { - "caption": "Finales de Línea", + "caption": "Finales de línea", "mnemonic": "F", "id": "line_endings", - "children": - [ - { "command": "set_line_ending", "args": {"type": "windows"}, "caption": "Windows", "checkbox": true }, - { "command": "set_line_ending", "args": {"type": "unix"}, "caption": "Unix", "checkbox": true }, - { "command": "set_line_ending", "args": {"type": "cr"}, "caption": "Mac OS 9", "checkbox": true } + "children": [ + { "command": "set_line_ending", "args": { "type": "windows" }, "caption": "Windows", "checkbox": true }, + { "command": "set_line_ending", "args": { "type": "unix" }, "caption": "Unix", "checkbox": true }, + { "command": "set_line_ending", "args": { "type": "cr" }, "caption": "Mac OS 9", "checkbox": true } ] }, { "caption": "-", "id": "Ajustes" }, - { "command": "toggle_setting", "args": {"setting": "word_wrap"}, "caption": "Alternar Envoltura de Palabras", "mnemonic": "A", "checkbox": true }, + { "command": "toggle_setting", "args": { "setting": "word_wrap" }, "caption": "Alternar envoltura de palabras", "mnemonic": "A", "checkbox": true }, { - "caption": "Columnas de Envoltura de Palabras", - "children": - [ - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 0}, "caption": "Automático", "checkbox": true }, + "caption": "Columnas de envoltura de palabras", + "children": [ + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 0 }, "caption": "Automático", "checkbox": true }, { "caption": "-" }, - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 70}, "caption": "70", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 72}, "caption": "72", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 78}, "caption": "78", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 80}, "caption": "80", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 100}, "caption": "100", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "wrap_width", "value": 120}, "caption": "120", "checkbox": true } + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 70 }, "caption": "70", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 72 }, "caption": "72", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 78 }, "caption": "78", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 80 }, "caption": "80", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 100 }, "caption": "100", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 120 }, "caption": "120", "checkbox": true } ] }, { "caption": "Reglas", - "children": - [ - { "command": "set_setting", "args": {"setting": "rulers", "value": []}, "caption": "Ninguna", "checkbox": true }, + "children": [ + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [] + }, + "caption": "Ninguna", + "checkbox": true + }, { "caption": "-" }, - { "command": "set_setting", "args": {"setting": "rulers", "value": [70]}, "caption": "70", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "rulers", "value": [72]}, "caption": "72", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "rulers", "value": [78]}, "caption": "78", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "rulers", "value": [80]}, "caption": "80", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "rulers", "value": [100]}, "caption": "100", "checkbox": true }, - { "command": "set_setting", "args": {"setting": "rulers", "value": [120]}, "caption": "120", "checkbox": true } + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 70 + ] + }, + "caption": "70", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 72 + ] + }, + "caption": "72", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 78 + ] + }, + "caption": "78", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 80 + ] + }, + "caption": "80", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 100 + ] + }, + "caption": "100", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 120 + ] + }, + "caption": "120", + "checkbox": true + } ] }, { "caption": "-" }, - { "command": "toggle_setting", "args": {"setting": "spell_check"}, "caption": "Alternar Corrector Ortográfico", "checkbox": true }, - { "command": "next_misspelling", "caption": "Error Ortográfico Siguiente" }, - { "command": "prev_misspelling", "caption": "Error Ortográfico Anterior" }, + { "command": "toggle_setting", "args": { "setting": "spell_check" }, "caption": "Alternar corrector ortográfico", "checkbox": true }, + { "command": "next_misspelling", "caption": "Error ortográfico siguiente" }, + { "command": "prev_misspelling", "caption": "Error ortográfico anterior" }, { - "caption": "Diccionarios de Idiomas", - "children": [ { "command": "$dictionaries" } ] + "caption": "Diccionarios de idiomas", + "children": [ + { "command": "$dictionaries" } + ] } ] }, @@ -678,36 +857,54 @@ "caption": "Ir a", "mnemonic": "I", "id": "goto", - "children": - [ - { "command": "show_overlay", "args": {"overlay": "goto", "show_files": true}, "caption": "Ir a lo que sea…", "mnemonic": "I" }, + "children": [ + { "command": "show_overlay", "args": { "overlay": "goto", "show_files": true }, "caption": "Ir a lo que sea…", "mnemonic": "I" }, { "caption": "-" }, - { "command": "show_overlay", "args": {"overlay": "goto", "text": "@"}, "caption": "Ir a un Símbolo… (@)" }, - { "command": "goto_symbol_in_project", "caption": "Ir a un Símbolo en el Proyecto…" }, - { "command": "goto_definition", "caption": "Ir a una Definición…" }, - { "command": "goto_reference", "caption": "Ir a una Referencia…" }, - { "command": "show_overlay", "args": {"overlay": "goto", "text": "#"}, "caption": "Ir a la palabra…" }, - { "command": "show_overlay", "args": {"overlay": "goto", "text": ":"}, "caption": "Ir a una Línea…" }, + { "command": "show_overlay", "args": { "overlay": "goto", "text": "@" }, "caption": "Ir a un símbolo… (@)" }, + { "command": "goto_symbol_in_project", "caption": "Ir a un símbolo en el proyecto…" }, + { "command": "goto_definition", "caption": "Ir a una definición…" }, + { "command": "goto_reference", "caption": "Ir a una referencia…" }, + { "command": "show_overlay", "args": { "overlay": "goto", "text": "#" }, "caption": "Ir a la palabra…" }, + { "command": "show_overlay", "args": { "overlay": "goto", "text": ":" }, "caption": "Ir a una línea…" }, { "caption": "-" }, - { "command": "next_modification", "caption": "Modificación Siguiente" }, - { "command": "prev_modification", "caption": "Modificación Anterior" }, + { "command": "next_modification", "caption": "Modificación siguiente" }, + { "command": "prev_modification", "caption": "Modificación anterior" }, { "caption": "-" }, - { "command": "jump_back", "caption": "Saltar hacía Atrás" }, - { "command": "jump_forward", "caption": "Saltar hacía Adelante" }, + { "command": "jump_back", "caption": "Saltar hacía atrás" }, + { "command": "jump_forward", "caption": "Saltar hacía adelante" }, { "caption": "-" }, { - "caption": "Cambiar Archivo", + "caption": "Cambiar archivo", "mnemonic": "C", "id": "switch_file", - "children": - [ - { "command": "next_view", "caption": "Archivo Siguiente" }, - { "command": "prev_view", "caption": "Archivo Anterior" }, + "children": [ + { "command": "next_view", "caption": "Archivo siguiente" }, + { "command": "prev_view", "caption": "Archivo anterior" }, { "caption": "-" }, - { "command": "next_view_in_stack", "caption": "Archivo siguiente de la Pila" }, - { "command": "prev_view_in_stack", "caption": "Archivo anterior de la Pila" }, + { "command": "next_view_in_stack", "caption": "Archivo siguiente de la pila" }, + { "command": "prev_view_in_stack", "caption": "Archivo anterior de la pila" }, { "caption": "-" }, - { "command": "switch_file", "args": {"extensions": ["cpp", "cxx", "cc", "c", "hpp", "hxx", "hh", "h", "ipp", "inl", "m", "mm"]}, "caption": "Cambiar Cabecera/Implementación", "mnemonic": "C" }, + { + "command": "switch_file", + "args": { + "extensions": [ + "cpp", + "cxx", + "cc", + "c", + "hpp", + "hxx", + "hh", + "h", + "ipp", + "inl", + "m", + "mm" + ] + }, + "caption": "Cambiar cabecera/implementación", + "mnemonic": "C" + }, { "caption": "-" }, { "command": "select_by_index", "args": { "index": 0 } }, { "command": "select_by_index", "args": { "index": 1 } }, @@ -726,121 +923,117 @@ "caption": "Desplazamiento", "mnemonic": "D", "id": "scroll", - "children": - [ + "children": [ { "command": "show_at_center", "caption": "Desplazarse hasta la selección" }, - { "command": "scroll_lines", "args": {"amount": 1.0 }, "caption": "Línea Arriba" }, - { "command": "scroll_lines", "args": {"amount": -1.0 }, "caption": "Línea Abajo" } + { "command": "scroll_lines", "args": { "amount": 1.0 }, "caption": "Línea arriba" }, + { "command": "scroll_lines", "args": { "amount": -1.0 }, "caption": "Línea abajo" } ] }, { "caption": "Marcadores", "mnemonic": "M", "id": "bookmarks", - "children": - [ - { "command": "toggle_bookmark", "caption": "Alternar Marcador", "args": {"toggle_line": true } }, - { "command": "next_bookmark", "caption": "Marcador Siguiente" }, - { "command": "prev_bookmark", "caption": "Marcador Anterior" }, - { "command": "clear_bookmarks", "caption": "Borrar Marcadores" }, - { "command": "select_all_bookmarks", "caption": "Seleccionar Todos los Marcadores" }, - { "caption": "-" }, - { "command": "select_bookmark", "args": {"index": 0} }, - { "command": "select_bookmark", "args": {"index": 1} }, - { "command": "select_bookmark", "args": {"index": 2} }, - { "command": "select_bookmark", "args": {"index": 3} }, - { "command": "select_bookmark", "args": {"index": 4} }, - { "command": "select_bookmark", "args": {"index": 5} }, - { "command": "select_bookmark", "args": {"index": 6} }, - { "command": "select_bookmark", "args": {"index": 7} }, - { "command": "select_bookmark", "args": {"index": 8} }, - { "command": "select_bookmark", "args": {"index": 9} }, - { "command": "select_bookmark", "args": {"index": 10} }, - { "command": "select_bookmark", "args": {"index": 11} }, - { "command": "select_bookmark", "args": {"index": 12} }, - { "command": "select_bookmark", "args": {"index": 13} }, - { "command": "select_bookmark", "args": {"index": 14} }, - { "command": "select_bookmark", "args": {"index": 15} } + "children": [ + { "command": "toggle_bookmark", "caption": "Alternar marcador", "args": { "toggle_line": true } }, + { "command": "next_bookmark", "caption": "Marcador siguiente" }, + { "command": "prev_bookmark", "caption": "Marcador anterior" }, + { "command": "clear_bookmarks", "caption": "Borrar marcadores" }, + { "command": "select_all_bookmarks", "caption": "Seleccionar todos los marcadores" }, + { "caption": "-" }, + { "command": "select_bookmark", "args": { "index": 0 } }, + { "command": "select_bookmark", "args": { "index": 1 } }, + { "command": "select_bookmark", "args": { "index": 2 } }, + { "command": "select_bookmark", "args": { "index": 3 } }, + { "command": "select_bookmark", "args": { "index": 4 } }, + { "command": "select_bookmark", "args": { "index": 5 } }, + { "command": "select_bookmark", "args": { "index": 6 } }, + { "command": "select_bookmark", "args": { "index": 7 } }, + { "command": "select_bookmark", "args": { "index": 8 } }, + { "command": "select_bookmark", "args": { "index": 9 } }, + { "command": "select_bookmark", "args": { "index": 10 } }, + { "command": "select_bookmark", "args": { "index": 11 } }, + { "command": "select_bookmark", "args": { "index": 12 } }, + { "command": "select_bookmark", "args": { "index": 13 } }, + { "command": "select_bookmark", "args": { "index": 14 } }, + { "command": "select_bookmark", "args": { "index": 15 } } ] }, { "caption": "-" }, - { "command": "move_to", "args": {"to": "brackets"}, "caption": "Saltar al Corchete Correspondiente" } + { "command": "move_to", "args": { "to": "brackets" }, "caption": "Saltar al corchete correspondiente" } ] }, { "caption": "Herramientas", "mnemonic": "H", "id": "tools", - "children": - [ - { "command": "show_overlay", "args": {"overlay": "command_palette"}, "caption": "Paleta de Comandos…" }, - { "command": "show_overlay", "args": {"overlay": "command_palette", "text": "Snippet: "}, "caption": "Snippets…" }, + "children": [ + { "command": "show_overlay", "args": { "overlay": "command_palette" }, "caption": "Paleta de comandos…" }, + { "command": "show_overlay", "args": { "overlay": "command_palette", "text": "Snippet: " }, "caption": "Snippets…" }, { "caption": "-", "id": "build" }, { "caption": "Compiladores", "mnemonic": "C", - "children": - [ + "children": [ { "command": "set_build_system", "args": { "file": "" }, "caption": "Automático", "checkbox": true }, { "caption": "-" }, - { "command": "set_build_system", "args": {"index": 0}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 1}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 2}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 3}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 4}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 5}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 6}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 7}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 8}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 9}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 10}, "checkbox": true }, - { "command": "set_build_system", "args": {"index": 11}, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 0 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 1 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 2 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 3 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 4 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 5 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 6 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 7 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 8 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 9 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 10 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 11 }, "checkbox": true }, { "caption": "-" }, { "command": "$build_systems" }, { "caption": "-" }, - { "command": "new_build_system", "caption": "Nuevo Compilador…" } + { "command": "new_build_system", "caption": "Nuevo compilador…" } ] }, { "command": "build", "caption": "Compilar", "mnemonic": "C" }, - { "command": "build", "args": {"select": true}, "caption": "Compilar con…" }, - { "command": "cancel_build", "caption": "Cancelar Construcción", "mnemonic": "C" }, + { "command": "build", "args": { "select": true }, "caption": "Compilar con…" }, + { "command": "cancel_build", "caption": "Cancelar construcción", "mnemonic": "C" }, { - "caption": "Resultados del Compilador", + "caption": "Resultados del compilador", "mnemonic": "R", - "children": - [ - { "command": "show_panel", "args": {"panel": "output.exec"}, "caption": "Mostrar los resultados de la construcción", "mnemonic": "M" }, - { "command": "next_result", "caption": "Resultado Siguiente", "mnemonic": "S" }, - { "command": "prev_result", "caption": "Resultado Anterior", "mnemonic": "R" } + "children": [ + { "command": "show_panel", "args": { "panel": "output.exec" }, "caption": "Mostrar los resultados de la construcción", "mnemonic": "M" }, + { "command": "next_result", "caption": "Resultado siguiente", "mnemonic": "s" }, + { "command": "prev_result", "caption": "Resultado anterior", "mnemonic": "R" } ] }, - { "command": "toggle_save_all_on_build", "caption": "Guardar Todo en el Compilador", "mnemonic": "G", "checkbox": true }, + { "command": "toggle_save_all_on_build", "caption": "Guardar todo en el compilador", "mnemonic": "G", "checkbox": true }, { "caption": "-", "id": "macros" }, - { "command": "toggle_record_macro", "caption": "Grabar una Macro", "mnemonic": "G" }, - { "command": "run_macro", "caption": "Reproducir Macro", "mnemonic": "R" }, - { "command": "save_macro", "caption": "Guardar en una Macro…", "mnemonic": "G" }, + { "command": "toggle_record_macro", "caption": "Grabar una macro", "mnemonic": "G" }, + { "command": "run_macro", "caption": "Reproducir macro", "mnemonic": "R" }, + { "command": "save_macro", "caption": "Guardar en una macro…", "mnemonic": "G" }, { "caption": "Macros", - "children": [ { "command": "$macros" } ] + "children": [ + { "command": "$macros" } + ] }, { "caption": "-" }, { "caption": "Desarrollador", - "children": - [ - { "command": "new_plugin", "caption": "Nuevo Paquete…" }, - { "command": "new_snippet", "caption": "Nuevo Snippet…" }, - { "command": "new_syntax", "caption": "Nueva Sintaxis…" }, - { "command": "convert_syntax", "caption": "Convertir Sintaxis…" }, + "children": [ + { "command": "new_plugin", "caption": "Nuevo paquete…" }, + { "command": "new_snippet", "caption": "Nuevo snippet…" }, + { "command": "new_syntax", "caption": "Nueva sintaxis…" }, + { "command": "convert_syntax", "caption": "Convertir sintaxis…" }, { "caption": "-" }, { "caption": "-" }, - { "command": "profile_plugins", "caption": "Perfil de Paquetes" }, + { "command": "profile_plugins", "caption": "Perfil de paquetes" }, { "caption": "-" }, - { "command": "view_resource", "caption": "Ver los Archivos de los Paquetes…" }, - { "command": "show_scope_name", "caption": "Mostrar nombre del Scope" } + { "command": "view_resource", "caption": "Ver los archivos de los paquetes…" }, + { "command": "show_scope_name", "caption": "Mostrar nombre del scope" } ] }, - { "command": "install_package_control", "caption": "Instalar el Panel de Paquetes…" }, + { "command": "install_package_control", "caption": "Instalar el panel de paquetes…" }, { "caption": "-", "id": "end" } ] }, @@ -848,111 +1041,67 @@ "caption": "Proyecto", "id": "project", "mnemonic": "P", - "children": - [ - { "command": "prompt_open_project_or_workspace", "caption": "Abrir Proyecto…" }, - { "command": "prompt_switch_project_or_workspace", "caption": "Cambiar Proyecto…" }, - { "command": "prompt_select_workspace", "caption": "Cambiar Rápido de Proyecto…", "mnemonic": "C" }, - { - "caption": "Abrir Recientes", - "children": - [ - { "command": "open_recent_project_or_workspace", "args": {"index": 0 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 1 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 2 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 3 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 4 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 5 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 6 } }, - { "command": "open_recent_project_or_workspace", "args": {"index": 7 } }, + "children": [ + { "command": "prompt_open_project_or_workspace", "caption": "Abrir proyecto…" }, + { "command": "prompt_switch_project_or_workspace", "caption": "Cambiar proyecto…" }, + { "command": "prompt_select_workspace", "caption": "Cambiar rápido de proyecto…", "mnemonic": "C" }, + { + "caption": "Abrir recientes", + "children": [ + { "command": "open_recent_project_or_workspace", "args": { "index": 0 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 1 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 2 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 3 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 4 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 5 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 6 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 7 } }, { "caption": "-" }, { "command": "clear_recent_projects_and_workspaces", "caption": "Borrar proyectos recientes" }, { "command": "clear_missing_recent_projects_and_workspaces", "caption": "Borrar proyectos eliminados" } ] }, { "caption": "-" }, - { "command": "save_project_and_workspace_as", "caption": "Guardar Proyecto Como…", "mnemonic": "G" }, - { "command": "close_workspace", "caption": "Cerrar Proyecto", "mnemonic": "C" }, - { "command": "open_file", "args": {"file": "${project}"}, "caption": "Editar Proyecto" }, + { "command": "save_project_and_workspace_as", "caption": "Guardar proyecto como…", "mnemonic": "G" }, + { "command": "close_workspace", "caption": "Cerrar proyecto", "mnemonic": "C" }, + { "command": "open_file", "args": { "file": "${project}" }, "caption": "Editar proyecto" }, { "caption": "-" }, - { "command": "new_window_for_project", "caption": "Nuevo Espacio de Trabajo Para el Proyecto" }, - { "command": "save_workspace_as", "caption": "Guardar Espacio de Trabajo Como…", "mnemonic": "G" }, + { "command": "new_window_for_project", "caption": "Nuevo espacio de trabajo para el proyecto" }, + { "command": "save_workspace_as", "caption": "Guardar espacio de trabajo como…", "mnemonic": "G" }, { "caption": "-" }, - { "command": "prompt_add_folder", "caption": "Añadir Carpeta al Proyecto…", "mnemonic": "A" }, - { "command": "close_folder_list", "caption": "Borrar Todas las Carpetas del Proyecto", "mnemonic": "B" }, - { "command": "refresh_folder_list", "caption": "Refrescar Carpetas", "mnemonic": "R" } + { "command": "prompt_add_folder", "caption": "Añadir carpeta al proyecto…", "mnemonic": "A" }, + { "command": "close_folder_list", "caption": "Borrar todas las carpetas del proyecto", "mnemonic": "B" }, + { "command": "refresh_folder_list", "caption": "Refrescar carpetas", "mnemonic": "R" } ] }, { "caption": "Preferencias", "mnemonic": "P", "id": "preferences", - "children": - [ - { "command": "open_dir", "args": {"dir": "$packages"}, "caption": "Buscar Paquetes…", "mnemonic": "B" }, + "children": [ + { "command": "open_dir", "args": { "dir": "$packages" }, "caption": "Buscar paquetes…", "mnemonic": "B" }, { "caption": "-" }, - { - "command": "edit_settings", "args": - { - "base_file": "${packages}/Default/Preferences.sublime-settings", - "default": "// Los ajustes de esta opción anulan los de \"Default/Preferences.sublime-settings\",\n// y son anulados a su vez por ajustes específicos de la sintaxis.\n{\n\t$0\n}\n" - }, - "caption": "Ajustes" - }, - { "command": "edit_syntax_settings", "caption": "Ajustes - Específicos del Sintaxis" }, - { - "command": "edit_settings", "args": - { - "base_file": "${packages}/Default/Distraction Free.sublime-settings", - "default": "{\n\t$0\n}\n" - }, - "caption": "Ajustes - Sin Distracciones" - }, + { "command": "edit_settings", "args": { "base_file": "${packages}/Default/Preferences.sublime-settings", "default": "// Los ajustes de esta opción anulan los de \"Default/Preferences.sublime-settings\",\n// y son anulados a su vez por ajustes específicos de la sintaxis.\n{\n\t$0\n}\n" }, "caption": "Ajustes" }, + { "command": "edit_syntax_settings", "caption": "Ajustes - específicos del sintaxis" }, + { "command": "edit_settings", "args": { "base_file": "${packages}/Default/Distraction Free.sublime-settings", "default": "{\n\t$0\n}\n" }, "caption": "Ajustes - sin distracciones" }, { "caption": "-" }, - { - "command": "edit_settings", "args": - { - "base_file": "${packages}/Default/Default ($platform).sublime-keymap", - "default": "[\n\t$0\n]\n" - }, - "caption": "Atajos de Botones" - }, - { - "command": "edit_settings", "args": - { - "base_file": "${packages}/Default/Default ($platform).sublime-mousemap", - "default": "[\n\t$0\n]\n" - }, - "caption": "Atajos de Ratón" - }, + { "command": "edit_settings", "args": { "base_file": "${packages}/Default/Default ($platform).sublime-keymap", "default": "[\n\t$0\n]\n" }, "caption": "Atajos de botones" }, + { "command": "edit_settings", "args": { "base_file": "${packages}/Default/Default ($platform).sublime-mousemap", "default": "[\n\t$0\n]\n" }, "caption": "Atajos de ratón" }, { "caption": "-" }, - { - "caption": "Seleccionar Paleta de Colores…", - "command": "select_color_scheme" - }, - { - "caption": "Personalizar Paleta de Colores", - "command": "customize_color_scheme" - }, + { "caption": "Seleccionar paleta de colores…", "command": "select_color_scheme" }, + { "caption": "Personalizar paleta de colores", "command": "customize_color_scheme" }, { "caption": "-" }, - { - "caption": "Seleccionar Tema…", - "command": "select_theme" - }, - { - "caption": "Personalizar Tema", - "command": "customize_theme" - }, + { "caption": "Seleccionar tema…", "command": "select_theme" }, + { "caption": "Personalizar tema", "command": "customize_theme" }, { "caption": "-" }, { "caption": "Fuente de letras", - "children": - [ + "children": [ { "command": "choose_font", "caption": "Elegir…" }, - { "command": "increase_font_size", "caption": "Más Grande" }, - { "command": "decrease_font_size", "caption": "Más Pequeño" }, + { "command": "increase_font_size", "caption": "Más grande" }, + { "command": "decrease_font_size", "caption": "Más pequeño" }, { "caption": "-" }, - { "command": "reset_font_size", "caption": "Restablecer Tamaño" } + { "command": "reset_font_size", "caption": "Restablecer tamaño" } ] } ] @@ -961,22 +1110,21 @@ "caption": "Ayuda", "mnemonic": "A", "id": "help", - "children": - [ - { "command": "open_url", "args": {"url": "https://www.sublimetext.com/docs/"}, "caption": "Documentación" }, - { "command": "open_url", "args": {"url": "https://github.com/sublimehq/sublime_text/issues/new/choose"}, "caption": "Reportar un error" }, - { "command": "open_url", "args": {"url": "https://twitter.com/sublimehq"}, "caption": "Twitter" }, + "children": [ + { "command": "open_url", "args": { "url": "https://www.sublimetext.com/docs/" }, "caption": "Documentación" }, + { "command": "open_url", "args": { "url": "https://github.com/sublimehq/sublime_text/issues/new/choose" }, "caption": "Reportar un error" }, + { "command": "open_url", "args": { "url": "https://twitter.com/sublimehq" }, "caption": "Twitter" }, { "caption": "-" }, { "command": "show_progress_window", "caption": "Estado del índice…" }, { "caption": "-" }, - { "command": "purchase_license", "caption": "Comprar Licencia" }, - { "command": "upgrade_license", "caption": "Actualizar Licencia" }, - { "command": "show_license_window", "caption": "Introducir Licencia" }, - { "command": "remove_license", "caption": "Borrar Licencia" }, + { "command": "purchase_license", "caption": "Comprar licencia" }, + { "command": "upgrade_license", "caption": "Actualizar licencia" }, + { "command": "show_license_window", "caption": "Introducir licencia" }, + { "command": "remove_license", "caption": "Borrar licencia" }, { "caption": "-" }, { "command": "update_check", "caption": "Buscar actualizaciones…" }, - { "command": "show_changelog", "caption": "Registro de Cambios…" }, + { "command": "show_changelog", "caption": "Registro de cambios…" }, { "command": "show_about_window", "caption": "Acerca de Sublime Text", "mnemonic": "A" } ] } -] \ No newline at end of file +] diff --git a/menu/4192/es/Side Bar.sublime-menu.json b/menu/4192/es/Side Bar.sublime-menu.json index 991c6af..f2337a2 100644 --- a/menu/4192/es/Side Bar.sublime-menu.json +++ b/menu/4192/es/Side Bar.sublime-menu.json @@ -1,19 +1,105 @@ [ - { "caption": "Nuevo Archivo", "command": "new_file_at", "args": {"dirs": []} }, - { "caption": "Renombrar…", "command": "rename_path", "args": {"paths": []} }, - { "caption": "Borrar Archivo", "command": "delete_file", "args": {"files": [], "prompt": false} }, - { "caption": "Abrir Carpeta…", "command": "open_folder", "args": {"dirs": []} }, - { "caption": "Abrir Carpeta Contenedora…", "command": "open_containing_folder", "args": {"files": []} }, - { "caption": "Copiar Ruta", "command": "copy_path_sidebar", "args": {"paths": []} }, - { "caption": "Revelar enlace de la fuente", "command": "reveal_link_source", "args": {"dirs": []} }, + { + "caption": "Nuevo archivo", + "command": "new_file_at", + "args": { + "dirs": [] + } + }, + { + "caption": "Renombrar…", + "command": "rename_path", + "args": { + "paths": [] + } + }, + { + "caption": "Borrar archivo", + "command": "delete_file", + "args": { + "files": [], + "prompt": false + } + }, + { + "caption": "Abrir carpeta…", + "command": "open_folder", + "args": { + "dirs": [] + } + }, + { + "caption": "Abrir carpeta contenedora…", + "command": "open_containing_folder", + "args": { + "files": [] + } + }, + { + "caption": "Copiar ruta", + "command": "copy_path_sidebar", + "args": { + "paths": [] + } + }, + { + "caption": "Revelar enlace de la fuente", + "command": "reveal_link_source", + "args": { + "dirs": [] + } + }, { "caption": "-", "id": "repo_commands" }, - { "caption": "Abrir Repositorio Git…", "command": "sublime_merge_open_repo", "args": {"paths": []}}, - { "caption": "Historial de Archivos…", "command": "sublime_merge_file_history", "args": {"files": []}}, - { "caption": "Historial de carpetas…", "command": "sublime_merge_folder_history", "args": {"paths": []}}, - { "caption": "Abrir con Blame…", "command": "sublime_merge_blame_file", "args": {"files": []}}, + { + "caption": "Abrir repositorio Git…", + "command": "sublime_merge_open_repo", + "args": { + "paths": [] + } + }, + { + "caption": "Historial de archivos…", + "command": "sublime_merge_file_history", + "args": { + "files": [] + } + }, + { + "caption": "Historial de carpetas…", + "command": "sublime_merge_folder_history", + "args": { + "paths": [] + } + }, + { + "caption": "Abrir con blame…", + "command": "sublime_merge_blame_file", + "args": { + "files": [] + } + }, { "caption": "-", "id": "folder_commands" }, - { "caption": "Nueva Carpeta…", "command": "new_folder", "args": {"dirs": []} }, - { "caption": "Borrar Carpeta", "command": "delete_folder", "args": {"dirs": [], "prompt": true} }, - { "caption": "Buscar en la Carpeta…", "command": "find_in_folder", "args": {"dirs": []} }, + { + "caption": "Nueva carpeta…", + "command": "new_folder", + "args": { + "dirs": [] + } + }, + { + "caption": "Borrar carpeta", + "command": "delete_folder", + "args": { + "dirs": [], + "prompt": true + } + }, + { + "caption": "Buscar en la carpeta…", + "command": "find_in_folder", + "args": { + "dirs": [] + } + }, { "caption": "-", "id": "end" } ] diff --git a/menu/4192/es/Tab Context.sublime-menu.json b/menu/4192/es/Tab Context.sublime-menu.json index f935397..72639b8 100644 --- a/menu/4192/es/Tab Context.sublime-menu.json +++ b/menu/4192/es/Tab Context.sublime-menu.json @@ -1,16 +1,16 @@ [ - { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestaña" }, - { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Otras Pestañas" }, + { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestaña" }, + { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar otras pestañas" }, { "caption": "-" }, - { "command": "close_selected", "args": {"group":-1, "index": -1}, "caption": "Cerrar Pestañas Seleccionadas" }, - { "command": "close_unselected", "args": {"group":-1, "index": -1}, "caption": "Cerrar Pestañas No Seleccionadas" }, - { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas a la Derecha" }, - { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas Sin Modificar" }, - { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas No Modificadas a la Derecha" }, - { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar Pestañas Con el Archivo Borrado" }, + { "command": "close_selected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas seleccionadas" }, + { "command": "close_unselected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas no seleccionadas" }, + { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas a la derecha" }, + { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas sin modificar" }, + { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas no modificadas a la derecha" }, + { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar pestañas con el archivo borrado" }, { "caption": "-" }, - { "command": "clone_file", "args": { "add_to_selection": true, "group": -1, "index": -1, "retain_viewport_position": true }, "caption": "Clonar Vista" }, + { "command": "clone_file", "args": { "add_to_selection": true, "group": -1, "index": -1, "retain_viewport_position": true }, "caption": "Clonar vista" }, { "caption": "-" }, - { "command": "new_file", "caption": "Nuevo Archivo" }, - { "command": "prompt_open_file", "caption": "Abrir Archivo" } + { "command": "new_file", "caption": "Nuevo archivo" }, + { "command": "prompt_open_file", "caption": "Abrir archivo" } ] diff --git a/menu/4192/es/Tab Sidebar Context.sublime-menu.json b/menu/4192/es/Tab Sidebar Context.sublime-menu.json index dc0281f..6ca8533 100644 --- a/menu/4192/es/Tab Sidebar Context.sublime-menu.json +++ b/menu/4192/es/Tab Sidebar Context.sublime-menu.json @@ -1,14 +1,14 @@ [ - { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestaña" }, - { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Otras Pestañas" }, + { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestaña" }, + { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar otras pestañas" }, { "caption": "-" }, - { "command": "close_selected", "args": {"group":-1, "index": -1}, "caption": "Cerrar Pestañas Seleccionadas" }, - { "command": "close_unselected", "args": {"group": -1, "index": -1}, "caption": "Cerrar Pestañas No Seleccionadas" }, - { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas Inferiores" }, - { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas Sin Modificar" }, - { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar Pestañas Inferiores Sin Modificar" }, - { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar Pestañas Con Archivos Borrados" }, + { "command": "close_selected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas seleccionadas" }, + { "command": "close_unselected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas no seleccionadas" }, + { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas inferiores" }, + { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas sin modificar" }, + { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas inferiores sin modificar" }, + { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar pestañas con archivos borrados" }, { "caption": "-" }, - { "command": "new_file", "caption": "Nuevo Archivo" }, - { "command": "prompt_open_file", "caption": "Abrir Archivo" } + { "command": "new_file", "caption": "Nuevo archivo" }, + { "command": "prompt_open_file", "caption": "Abrir archivo" } ] diff --git a/menu/4205/en/Console Input Widget Context.sublime-menu.json b/menu/4205/en/Console Input Widget Context.sublime-menu.json new file mode 100644 index 0000000..93fc28a --- /dev/null +++ b/menu/4205/en/Console Input Widget Context.sublime-menu.json @@ -0,0 +1,10 @@ +[ + { "command": "cut" }, + { "command": "copy" }, + { "command": "paste" }, + { "caption": "-" }, + { "command": "select_all" }, + { "caption": "-" }, + { "command": "console_python_version", "args": {"version": "3.14"}, "checkbox": true }, + { "command": "console_python_version", "args": {"version": "3.3"}, "checkbox": true }, +] diff --git a/menu/4205/en/Context.sublime-menu.json b/menu/4205/en/Context.sublime-menu.json new file mode 100644 index 0000000..47c2e3d --- /dev/null +++ b/menu/4205/en/Context.sublime-menu.json @@ -0,0 +1,26 @@ +[ + { "command": "open_context_url" }, + { "command": "goto_definition", "caption": "Goto Definition" }, + { "caption": "-", "id": "diff" }, + { "command": "toggle_inline_diff" }, + { "command": "revert_hunk", "caption": "Revert Diff Hunk" }, + { "caption": "-", "id": "clipboard" }, + { "command": "cut" }, + { "command": "copy" }, + { "command": "paste" }, + { "caption": "-", "id": "selection" }, + { "command": "select_all" }, + { "caption": "-", "id": "repo_commands" }, + { "caption": "Open Git Repository…", "command": "sublime_merge_open_repo" }, + { "caption": "File History…", "command": "sublime_merge_file_history" }, + { "caption": "Line History…", "command": "sublime_merge_line_history" }, + { "caption": "Blame File…", "command": "sublime_merge_blame_file" }, + { "caption": "-", "id": "file" }, + { "command": "open_in_browser", "caption": "Open in Browser" }, + { "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "Open Containing Folder…" }, + { "command": "open_terminal", "args": {"dir": "$file_path"}, "caption": "Open Terminal Here…" }, + { "command": "copy_path", "caption": "Copy File Path" }, + { "command": "reveal_in_side_bar", "caption": "Reveal in Side Bar" }, + { "command": "force_reopen_as", "args": {"type": "image"}, "caption": "Reopen File as Image" }, + { "caption": "-", "id": "end" } +] diff --git a/menu/4205/en/Encoding.sublime-menu.json b/menu/4205/en/Encoding.sublime-menu.json new file mode 100644 index 0000000..2c46140 --- /dev/null +++ b/menu/4205/en/Encoding.sublime-menu.json @@ -0,0 +1,93 @@ +[ + { + "caption": "Set Encoding", + "id": "set_encoding", + "children": + [ + { "caption": "UTF-8", "command": "set_encoding", "args": { "encoding": "utf-8" } }, + { "caption": "UTF-16 LE", "command": "set_encoding", "args": { "encoding": "utf-16 le" } }, + { "caption": "UTF-16 BE", "command": "set_encoding", "args": { "encoding": "utf-16 be" } }, + { "caption": "-" }, + { "caption": "Arabic (ISO 8859-6)", "command": "set_encoding", "args": { "encoding": "Arabic (ISO 8859-6)" } }, + { "caption": "Arabic (Windows 1256)", "command": "set_encoding", "args": { "encoding": "Arabic (Windows 1256)" } }, + { "caption": "Baltic (ISO 8859-4)", "command": "set_encoding", "args": { "encoding": "Baltic (ISO 8859-4)" } }, + { "caption": "Baltic (Windows 1257)", "command": "set_encoding", "args": { "encoding": "Baltic (Windows 1257)" } }, + { "caption": "Celtic (ISO 8859-14)", "command": "set_encoding", "args": { "encoding": "Celtic (ISO 8859-14)" } }, + { "caption": "Central European (ISO 8859-2)", "command": "set_encoding", "args": { "encoding": "Central European (ISO 8859-2)" } }, + { "caption": "Central European (Mac)", "command": "set_encoding", "args": { "encoding": "Central European (Mac)" } }, + { "caption": "Central European (Windows 1250)", "command": "set_encoding", "args": { "encoding": "Central European (Windows 1250)" } }, + { "caption": "Chinese (GB18030)", "command": "set_encoding", "args": { "encoding": "Chinese (GB18030)" } }, + { "caption": "Cyrillic (ISO 8859-5)", "command": "set_encoding", "args": { "encoding": "Cyrillic (ISO 8859-5)" } }, + { "caption": "Cyrillic (KOI8-R)", "command": "set_encoding", "args": { "encoding": "Cyrillic (KOI8-R)" } }, + { "caption": "Cyrillic (KOI8-U)", "command": "set_encoding", "args": { "encoding": "Cyrillic (KOI8-U)" } }, + { "caption": "Cyrillic (Windows 1251)", "command": "set_encoding", "args": { "encoding": "Cyrillic (Windows 1251)" } }, + { "caption": "Cyrillic (Windows 866)", "command": "set_encoding", "args": { "encoding": "Cyrillic (Windows 866)" } }, + { "caption": "DOS (CP 437)", "command": "set_encoding", "args": { "encoding": "DOS (CP 437)" } }, + { "caption": "Estonian (ISO 8859-13)", "command": "set_encoding", "args": { "encoding": "Estonian (ISO 8859-13)" } }, + { "caption": "Greek (ISO 8859-7)", "command": "set_encoding", "args": { "encoding": "Greek (ISO 8859-7)" } }, + { "caption": "Greek (Windows 1253)", "command": "set_encoding", "args": { "encoding": "Greek (Windows 1253)" } }, + { "caption": "Hebrew (CP 862)", "command": "set_encoding", "args": { "encoding": "Hebrew (CP 862)" } }, + { "caption": "Hebrew (ISO 8859-8)", "command": "set_encoding", "args": { "encoding": "Hebrew (ISO 8859-8)" } }, + { "caption": "Hebrew (Windows 1255)", "command": "set_encoding", "args": { "encoding": "Hebrew (Windows 1255)" } }, + { "caption": "Nordic (ISO 8859-10)", "command": "set_encoding", "args": { "encoding": "Nordic (ISO 8859-10)" } }, + { "caption": "Nordic (Windows 865)", "command": "set_encoding", "args": { "encoding": "Nordic (Windows 865)" } }, + { "caption": "Romanian (ISO 8859-16)", "command": "set_encoding", "args": { "encoding": "Romanian (ISO 8859-16)" } }, + { "caption": "Turkish (ISO 8859-9)", "command": "set_encoding", "args": { "encoding": "Turkish (ISO 8859-9)" } }, + { "caption": "Turkish (Windows 1254)", "command": "set_encoding", "args": { "encoding": "Turkish (Windows 1254)" } }, + { "caption": "Vietnamese (Windows 1258)", "command": "set_encoding", "args": { "encoding": "Vietnamese (Windows 1258)" } }, + { "caption": "Western (ISO 8859-1)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-1)" } }, + { "caption": "Western (ISO 8859-15)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-15)" } }, + { "caption": "Western (ISO 8859-3)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-3)" } }, + { "caption": "Western (Mac Roman)", "command": "set_encoding", "args": { "encoding": "Western (Mac Roman)" } }, + { "caption": "Western (Windows 1252)", "command": "set_encoding", "args": { "encoding": "Western (Windows 1252)" } }, + { "caption": "-" }, + { "caption": "Hexadecimal", "command": "set_encoding", "args": { "encoding": "Hexadecimal" } } + ] + }, + + { + "caption": "Reopen with Encoding", + "id": "reopen_with_encoding", + "children": + [ + { "caption": "UTF-8", "command": "reopen", "args": { "encoding": "utf-8" } }, + { "caption": "UTF-16 LE", "command": "reopen", "args": { "encoding": "utf-16 le" } }, + { "caption": "UTF-16 BE", "command": "reopen", "args": { "encoding": "utf-16 be" } }, + { "caption": "-" }, + { "caption": "Arabic (ISO 8859-6)", "command": "reopen", "args": { "encoding": "Arabic (ISO 8859-6)" } }, + { "caption": "Arabic (Windows 1256)", "command": "reopen", "args": { "encoding": "Arabic (Windows 1256)" } }, + { "caption": "Baltic (ISO 8859-4)", "command": "reopen", "args": { "encoding": "Baltic (ISO 8859-4)" } }, + { "caption": "Baltic (Windows 1257)", "command": "reopen", "args": { "encoding": "Baltic (Windows 1257)" } }, + { "caption": "Celtic (ISO 8859-14)", "command": "reopen", "args": { "encoding": "Celtic (ISO 8859-14)" } }, + { "caption": "Central European (ISO 8859-2)", "command": "reopen", "args": { "encoding": "Central European (ISO 8859-2)" } }, + { "caption": "Central European (Mac)", "command": "reopen", "args": { "encoding": "Central European (Mac)" } }, + { "caption": "Central European (Windows 1250)", "command": "reopen", "args": { "encoding": "Central European (Windows 1250)" } }, + { "caption": "Chinese (GB18030)", "command": "reopen", "args": { "encoding": "Chinese (GB18030)" } }, + { "caption": "Cyrillic (ISO 8859-5)", "command": "reopen", "args": { "encoding": "Cyrillic (ISO 8859-5)" } }, + { "caption": "Cyrillic (KOI8-R)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-R)" } }, + { "caption": "Cyrillic (KOI8-U)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-U)" } }, + { "caption": "Cyrillic (Windows 1251)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 1251)" } }, + { "caption": "Cyrillic (Windows 866)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 866)" } }, + { "caption": "DOS (CP 437)", "command": "reopen", "args": { "encoding": "DOS (CP 437)" } }, + { "caption": "Estonian (ISO 8859-13)", "command": "reopen", "args": { "encoding": "Estonian (ISO 8859-13)" } }, + { "caption": "Greek (ISO 8859-7)", "command": "reopen", "args": { "encoding": "Greek (ISO 8859-7)" } }, + { "caption": "Greek (Windows 1253)", "command": "reopen", "args": { "encoding": "Greek (Windows 1253)" } }, + { "caption": "Hebrew (CP 862)", "command": "reopen", "args": { "encoding": "Hebrew (CP 862)" } }, + { "caption": "Hebrew (ISO 8859-8)", "command": "reopen", "args": { "encoding": "Hebrew (ISO 8859-8)" } }, + { "caption": "Hebrew (Windows 1255)", "command": "reopen", "args": { "encoding": "Hebrew (Windows 1255)" } }, + { "caption": "Nordic (ISO 8859-10)", "command": "reopen", "args": { "encoding": "Nordic (ISO 8859-10)" } }, + { "caption": "Nordic (Windows 865)", "command": "reopen", "args": { "encoding": "Nordic (Windows 865)" } }, + { "caption": "Romanian (ISO 8859-16)", "command": "reopen", "args": { "encoding": "Romanian (ISO 8859-16)" } }, + { "caption": "Turkish (ISO 8859-9)", "command": "reopen", "args": { "encoding": "Turkish (ISO 8859-9)" } }, + { "caption": "Turkish (Windows 1254)", "command": "reopen", "args": { "encoding": "Turkish (Windows 1254)" } }, + { "caption": "Vietnamese (Windows 1258)", "command": "reopen", "args": { "encoding": "Vietnamese (Windows 1258)" } }, + { "caption": "Western (ISO 8859-1)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-1)" } }, + { "caption": "Western (ISO 8859-15)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-15)" } }, + { "caption": "Western (ISO 8859-3)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-3)" } }, + { "caption": "Western (Mac Roman)", "command": "reopen", "args": { "encoding": "Western (Mac Roman)" } }, + { "caption": "Western (Windows 1252)", "command": "reopen", "args": { "encoding": "Western (Windows 1252)" } }, + { "caption": "-" }, + { "caption": "Hexadecimal", "command": "reopen", "args": { "encoding": "Hexadecimal" } } + ] + }, +] diff --git a/menu/4205/en/Find in Files.sublime-menu.json b/menu/4205/en/Find in Files.sublime-menu.json new file mode 100644 index 0000000..7d4035c --- /dev/null +++ b/menu/4205/en/Find in Files.sublime-menu.json @@ -0,0 +1,10 @@ +[ + { "command": "clear_location", "caption": "Clear" }, + { "command": "add_directory", "caption": "Add Folder" }, + { "command": "add_where_snippet", "args": {"snippet": "*.${0:txt}"}, "caption": "Add Include Filter" }, + { "command": "add_where_snippet", "args": {"snippet": "-*.${0:txt}"}, "caption": "Add Exclude Filter" }, + { "command": "add_where_snippet", "args": {"snippet": ""}, "caption": "Add Project Filters" }, + { "command": "add_where_snippet", "args": {"snippet": ""}, "caption": "Add Open Folders" }, + { "command": "add_where_snippet", "args": {"snippet": ""}, "caption": "Add Open Files" }, + { "command": "add_where_snippet", "args": {"snippet": ""}, "caption": "Add Current File" }, +] diff --git a/menu/4205/en/Image Context.sublime-menu.json b/menu/4205/en/Image Context.sublime-menu.json new file mode 100644 index 0000000..4f3fbaf --- /dev/null +++ b/menu/4205/en/Image Context.sublime-menu.json @@ -0,0 +1,11 @@ +[ + { "caption": "-", "id": "repo_commands" }, + { "caption": "Open Git Repository…", "command": "sublime_merge_open_repo" }, + { "caption": "File History…", "command": "sublime_merge_file_history" }, + { "caption": "-", "id": "file" }, + { "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "Open Containing Folder…" }, + { "command": "copy_path", "caption": "Copy File Path" }, + { "command": "reveal_in_side_bar", "caption": "Reveal in Side Bar" }, + { "command": "force_reopen_as", "args": {"type": "text"}, "caption": "Reopen File as Text" }, + { "caption": "-", "id": "end" } +] diff --git a/menu/4205/en/Indentation.sublime-menu.json b/menu/4205/en/Indentation.sublime-menu.json new file mode 100644 index 0000000..aea8ffc --- /dev/null +++ b/menu/4205/en/Indentation.sublime-menu.json @@ -0,0 +1,17 @@ +[ + { "command": "toggle_setting", "args": {"setting": "translate_tabs_to_spaces"}, "caption": "Indent Using Spaces", "checkbox": true }, + { "caption": "-" }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 1}, "caption": "Tab Width: 1", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 2}, "caption": "Tab Width: 2", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 3}, "caption": "Tab Width: 3", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 4}, "caption": "Tab Width: 4", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 5}, "caption": "Tab Width: 5", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 6}, "caption": "Tab Width: 6", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 7}, "caption": "Tab Width: 7", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 8}, "caption": "Tab Width: 8", "checkbox": true }, + { "caption": "-" }, + { "command": "detect_indentation", "caption": "Guess Settings From Buffer" }, + { "caption": "-" }, + { "command": "expand_tabs", "caption": "Convert Indentation to Spaces", "args": {"set_translate_tabs": true} }, + { "command": "unexpand_tabs", "caption": "Convert Indentation to Tabs", "args": {"set_translate_tabs": true} } + ] diff --git a/menu/4205/en/Line Endings.sublime-menu.json b/menu/4205/en/Line Endings.sublime-menu.json new file mode 100644 index 0000000..6a7565f --- /dev/null +++ b/menu/4205/en/Line Endings.sublime-menu.json @@ -0,0 +1,5 @@ +[ + { "command": "set_line_ending", "args": {"type": "windows"}, "caption": "Windows Line Endings (CRLF)", "checkbox": true }, + { "command": "set_line_ending", "args": {"type": "unix"}, "caption": "Unix Line Endings (LF)", "checkbox": true }, + { "command": "set_line_ending", "args": {"type": "cr"}, "caption": "Mac OS 9 Line Endings (CR)", "checkbox": true } +] diff --git a/menu/4205/en/Main.sublime-menu.json b/menu/4205/en/Main.sublime-menu.json new file mode 100644 index 0000000..c1039ee --- /dev/null +++ b/menu/4205/en/Main.sublime-menu.json @@ -0,0 +1,992 @@ +[ + { + "caption": "File", + "mnemonic": "F", + "id": "file", + "children": + [ + { "command": "new_file", "caption": "New File", "mnemonic": "N" }, + + { "command": "prompt_open_file", "caption": "Open File…", "mnemonic": "O", "platform": "!OSX" }, + { "command": "prompt_open_folder", "caption": "Open Folder…", "platform": "!OSX" }, + { "command": "prompt_open", "caption": "Open…", "platform": "OSX" }, + { + "caption": "Open Recent", + "mnemonic": "R", + "children": + [ + { "command": "reopen_last_file", "args": {"source": "window"}, "caption": "Reopen Closed File" }, + { "caption": "-" }, + { "command": "open_recent_file", "args": {"index": 0 } }, + { "command": "open_recent_file", "args": {"index": 1 } }, + { "command": "open_recent_file", "args": {"index": 2 } }, + { "command": "open_recent_file", "args": {"index": 3 } }, + { "command": "open_recent_file", "args": {"index": 4 } }, + { "command": "open_recent_file", "args": {"index": 5 } }, + { "command": "open_recent_file", "args": {"index": 6 } }, + { "command": "open_recent_file", "args": {"index": 7 } }, + { "command": "open_recent_file", "args": {"index": 8 } }, + { "command": "open_recent_file", "args": {"index": 9 } }, + { "command": "open_recent_file", "args": {"index": 10 } }, + { "command": "open_recent_file", "args": {"index": 11 } }, + { "caption": "-" }, + { "command": "open_recent_folder", "args": {"index": 0 } }, + { "command": "open_recent_folder", "args": {"index": 1 } }, + { "command": "open_recent_folder", "args": {"index": 2 } }, + { "command": "open_recent_folder", "args": {"index": 3 } }, + { "command": "open_recent_folder", "args": {"index": 4 } }, + { "command": "open_recent_folder", "args": {"index": 5 } }, + { "command": "open_recent_folder", "args": {"index": 6 } }, + { "command": "open_recent_folder", "args": {"index": 7 } }, + { "command": "open_recent_folder", "args": {"index": 8 } }, + { "command": "open_recent_folder", "args": {"index": 9 } }, + { "command": "open_recent_folder", "args": {"index": 10 } }, + { "command": "open_recent_folder", "args": {"index": 11 } }, + { "caption": "-" }, + { "command": "clear_recent_files", "caption": "Clear Items" } + ] + }, + { + "caption": "Reopen with Encoding", + "id": "reopen_with_encoding", + "children": + [ + { "caption": "UTF-8", "command": "reopen", "args": { "encoding": "utf-8" } }, + { "caption": "UTF-16 LE", "command": "reopen", "args": { "encoding": "utf-16 le" } }, + { "caption": "UTF-16 BE", "command": "reopen", "args": { "encoding": "utf-16 be" } }, + { "caption": "-" }, + { "caption": "Arabic (ISO 8859-6)", "command": "reopen", "args": { "encoding": "Arabic (ISO 8859-6)" } }, + { "caption": "Arabic (Windows 1256)", "command": "reopen", "args": { "encoding": "Arabic (Windows 1256)" } }, + { "caption": "Baltic (ISO 8859-4)", "command": "reopen", "args": { "encoding": "Baltic (ISO 8859-4)" } }, + { "caption": "Baltic (Windows 1257)", "command": "reopen", "args": { "encoding": "Baltic (Windows 1257)" } }, + { "caption": "Celtic (ISO 8859-14)", "command": "reopen", "args": { "encoding": "Celtic (ISO 8859-14)" } }, + { "caption": "Central European (ISO 8859-2)", "command": "reopen", "args": { "encoding": "Central European (ISO 8859-2)" } }, + { "caption": "Central European (Mac)", "command": "reopen", "args": { "encoding": "Central European (Mac)" } }, + { "caption": "Central European (Windows 1250)", "command": "reopen", "args": { "encoding": "Central European (Windows 1250)" } }, + { "caption": "Chinese (GB18030)", "command": "reopen", "args": { "encoding": "Chinese (GB18030)" } }, + { "caption": "Cyrillic (ISO 8859-5)", "command": "reopen", "args": { "encoding": "Cyrillic (ISO 8859-5)" } }, + { "caption": "Cyrillic (KOI8-R)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-R)" } }, + { "caption": "Cyrillic (KOI8-U)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-U)" } }, + { "caption": "Cyrillic (Windows 1251)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 1251)" } }, + { "caption": "Cyrillic (Windows 866)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 866)" } }, + { "caption": "DOS (CP 437)", "command": "reopen", "args": { "encoding": "DOS (CP 437)" } }, + { "caption": "Estonian (ISO 8859-13)", "command": "reopen", "args": { "encoding": "Estonian (ISO 8859-13)" } }, + { "caption": "Greek (ISO 8859-7)", "command": "reopen", "args": { "encoding": "Greek (ISO 8859-7)" } }, + { "caption": "Greek (Windows 1253)", "command": "reopen", "args": { "encoding": "Greek (Windows 1253)" } }, + { "caption": "Hebrew (CP 862)", "command": "reopen", "args": { "encoding": "Hebrew (CP 862)" } }, + { "caption": "Hebrew (ISO 8859-8)", "command": "reopen", "args": { "encoding": "Hebrew (ISO 8859-8)" } }, + { "caption": "Hebrew (Windows 1255)", "command": "reopen", "args": { "encoding": "Hebrew (Windows 1255)" } }, + { "caption": "Nordic (ISO 8859-10)", "command": "reopen", "args": { "encoding": "Nordic (ISO 8859-10)" } }, + { "caption": "Nordic (Windows 865)", "command": "reopen", "args": { "encoding": "Nordic (Windows 865)" } }, + { "caption": "Romanian (ISO 8859-16)", "command": "reopen", "args": { "encoding": "Romanian (ISO 8859-16)" } }, + { "caption": "Turkish (ISO 8859-9)", "command": "reopen", "args": { "encoding": "Turkish (ISO 8859-9)" } }, + { "caption": "Turkish (Windows 1254)", "command": "reopen", "args": { "encoding": "Turkish (Windows 1254)" } }, + { "caption": "Vietnamese (Windows 1258)", "command": "reopen", "args": { "encoding": "Vietnamese (Windows 1258)" } }, + { "caption": "Western (ISO 8859-1)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-1)" } }, + { "caption": "Western (ISO 8859-15)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-15)" } }, + { "caption": "Western (ISO 8859-3)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-3)" } }, + { "caption": "Western (Mac Roman)", "command": "reopen", "args": { "encoding": "Western (Mac Roman)" } }, + { "caption": "Western (Windows 1252)", "command": "reopen", "args": { "encoding": "Western (Windows 1252)" } }, + { "caption": "-" }, + { "caption": "Hexadecimal", "command": "reopen", "args": { "encoding": "Hexadecimal" } } + ] + }, + { "command": "force_reopen_as", "args": {"type": "image"}, "caption": "Reopen File as Image" }, + { "command": "force_reopen_as", "args": {"type": "text"}, "caption": "Reopen File as Text" }, + { "command": "clone_file", "args": {"add_to_selection": true, "retain_viewport_position": true}, "caption": "Split View", "mnemonic": "e" }, + { "command": "save", "args": {"async": true}, "caption": "Save", "mnemonic": "S" }, + { + "caption": "Save with Encoding", + "id": "save_with_encoding", + "children": + [ + { "caption": "UTF-8", "command": "save", "args": { "async": true, "encoding": "utf-8" } }, + { "caption": "UTF-8 with BOM", "command": "save", "args": { "async": true, "encoding": "utf-8 with bom" } }, + { "caption": "UTF-16 LE", "command": "save", "args": { "async": true, "encoding": "utf-16 le" } }, + { "caption": "UTF-16 LE with BOM", "command": "save", "args": { "async": true, "encoding": "utf-16 le with bom" } }, + { "caption": "UTF-16 BE", "command": "save", "args": { "async": true, "encoding": "utf-16 be" } }, + { "caption": "UTF-16 BE with BOM", "command": "save", "args": { "async": true, "encoding": "utf-16 be with bom" } }, + { "caption": "-" }, + { "caption": "Arabic (ISO 8859-6)", "command": "save", "args": { "async": true, "encoding": "Arabic (ISO 8859-6)" } }, + { "caption": "Arabic (Windows 1256)", "command": "save", "args": { "async": true, "encoding": "Arabic (Windows 1256)" } }, + { "caption": "Baltic (ISO 8859-4)", "command": "save", "args": { "async": true, "encoding": "Baltic (ISO 8859-4)" } }, + { "caption": "Baltic (Windows 1257)", "command": "save", "args": { "async": true, "encoding": "Baltic (Windows 1257)" } }, + { "caption": "Celtic (ISO 8859-14)", "command": "save", "args": { "async": true, "encoding": "Celtic (ISO 8859-14)" } }, + { "caption": "Central European (ISO 8859-2)", "command": "save", "args": { "async": true, "encoding": "Central European (ISO 8859-2)" } }, + { "caption": "Central European (Mac)", "command": "save", "args": { "async": true, "encoding": "Central European (Mac)" } }, + { "caption": "Central European (Windows 1250)", "command": "save", "args": { "async": true, "encoding": "Central European (Windows 1250)" } }, + { "caption": "Chinese (GB18030)", "command": "save", "args": { "async": true, "encoding": "Chinese (GB18030)" } }, + { "caption": "Cyrillic (ISO 8859-5)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (ISO 8859-5)" } }, + { "caption": "Cyrillic (KOI8-R)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (KOI8-R)" } }, + { "caption": "Cyrillic (KOI8-U)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (KOI8-U)" } }, + { "caption": "Cyrillic (Windows 1251)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (Windows 1251)" } }, + { "caption": "Cyrillic (Windows 866)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (Windows 866)" } }, + { "caption": "DOS (CP 437)", "command": "save", "args": { "async": true, "encoding": "DOS (CP 437)" } }, + { "caption": "Estonian (ISO 8859-13)", "command": "save", "args": { "async": true, "encoding": "Estonian (ISO 8859-13)" } }, + { "caption": "Greek (ISO 8859-7)", "command": "save", "args": { "async": true, "encoding": "Greek (ISO 8859-7)" } }, + { "caption": "Greek (Windows 1253)", "command": "save", "args": { "async": true, "encoding": "Greek (Windows 1253)" } }, + { "caption": "Hebrew (CP 862)", "command": "save", "args": { "async": true, "encoding": "Hebrew (CP 862)" } }, + { "caption": "Hebrew (ISO 8859-8)", "command": "save", "args": { "async": true, "encoding": "Hebrew (ISO 8859-8)" } }, + { "caption": "Hebrew (Windows 1255)", "command": "save", "args": { "async": true, "encoding": "Hebrew (Windows 1255)" } }, + { "caption": "Nordic (ISO 8859-10)", "command": "save", "args": { "async": true, "encoding": "Nordic (ISO 8859-10)" } }, + { "caption": "Nordic (Windows 865)", "command": "save", "args": { "async": true, "encoding": "Nordic (Windows 865)" } }, + { "caption": "Romanian (ISO 8859-16)", "command": "save", "args": { "async": true, "encoding": "Romanian (ISO 8859-16)" } }, + { "caption": "Turkish (ISO 8859-9)", "command": "save", "args": { "async": true, "encoding": "Turkish (ISO 8859-9)" } }, + { "caption": "Turkish (Windows 1254)", "command": "save", "args": { "async": true, "encoding": "Turkish (Windows 1254)" } }, + { "caption": "Vietnamese (Windows 1258)", "command": "save", "args": { "async": true, "encoding": "Vietnamese (Windows 1258)" } }, + { "caption": "Western (ISO 8859-1)", "command": "save", "args": { "async": true, "encoding": "Western (ISO 8859-1)" } }, + { "caption": "Western (ISO 8859-15)", "command": "save", "args": { "async": true, "encoding": "Western (ISO 8859-15)" } }, + { "caption": "Western (ISO 8859-3)", "command": "save", "args": { "async": true, "encoding": "Western (ISO 8859-3)" } }, + { "caption": "Western (Mac Roman)", "command": "save", "args": { "async": true, "encoding": "Western (Mac Roman)" } }, + { "caption": "Western (Windows 1252)", "command": "save", "args": { "async": true, "encoding": "Western (Windows 1252)" } }, + { "caption": "-" }, + { "caption": "Hexadecimal", "command": "save", "args": { "async": true, "encoding": "Hexadecimal" } } + ] + }, + { "command": "prompt_save_as", "caption": "Save As…", "mnemonic": "A" }, + { "command": "save_all", "caption": "Save All", "mnemonic": "l" }, + { "command": "html_print", "caption": "Print…", "mnemonic": "P" }, + { "caption": "-", "id": "window" }, + { "command": "new_window", "caption": "New Window", "mnemonic": "W" }, + { "command": "close_window", "caption": "Close Window" }, + { "caption": "-", "id": "close" }, + { "command": "close", "caption": "Close File", "mnemonic": "C" }, + { "command": "revert", "caption": "Revert File", "mnemonic": "v" }, + { "command": "close_all", "caption": "Close All Files" }, + { "caption": "-", "id": "exit" }, + { "command": "exit", "caption": "Exit", "mnemonic": "x", "platform": "Windows" }, + { "command": "exit", "caption": "Quit", "mnemonic": "Q", "platform": "Linux" }, + ] + }, + { + "caption": "Edit", + "mnemonic": "E", + "id": "edit", + "children": + [ + { "command": "undo", "mnemonic": "U" }, + { "command": "redo_or_repeat", "mnemonic": "R" }, + { + "caption": "Undo Selection", + "children": + [ + { "command": "soft_undo" }, + { "command": "soft_redo" } + ] + }, + { "caption": "-", "id": "clipboard" }, + { "command": "cut", "mnemonic": "t" }, + { "command": "copy", "mnemonic": "C" }, + { "caption": "Copy as HTML", "command": "copy_as_html", "args": {"enclosing_tags": true, "font_size": false} }, + { "command": "paste", "mnemonic": "P" }, + { "command": "paste_and_indent", "mnemonic": "I" }, + { "command": "paste_from_history", "caption": "Paste from History" }, + { "caption": "-" }, + { + "caption": "Line", "mnemonic": "L", + "id": "line", + "children": + [ + { "command": "indent" }, + { "command": "unindent" }, + { "command": "reindent", "args": {"single_line": true} }, + { "command": "swap_line_up" }, + { "command": "swap_line_down" }, + { "command": "duplicate_line" }, + { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"}, "caption": "Delete Line" }, + { "command": "join_lines" } + ] + }, + { + "caption": "Comment", "mnemonic": "m", + "id": "comment", + "children": + [ + { "command": "toggle_comment", "args": {"block": false}, "caption": "Toggle Comment" }, + { "command": "toggle_comment", "args": {"block": true}, "caption": "Toggle Block Comment" } + ] + }, + { + "caption": "Text", "mnemonic": "T", + "id": "text", + "children": + [ + { "command": "revert_hunk" }, + { "command": "revert_modification" }, + { "command": "toggle_inline_diff" }, + { "caption": "-" }, + { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line Before.sublime-macro"}, "caption": "Insert Line Before" }, + { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"}, "caption": "Insert Line After" }, + { "caption": "-" }, + { "command": "delete_word", "args": { "forward": true }, "caption": "Delete Word Forward" }, + { "command": "delete_word", "args": { "forward": false }, "caption": "Delete Word Backward" }, + { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"}, "caption": "Delete Line" }, + { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard EOL.sublime-macro"}, "caption": "Delete to End" }, + { "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard BOL.sublime-macro"}, "caption": "Delete to Beginning" }, + { "caption": "-" }, + { "command": "transpose" } + ] + }, + { + "caption": "Tag", + "id": "tag", + "children": + [ + { "command": "close_tag" }, + { "command": "expand_selection", "args": {"to": "tag"}, "caption": "Expand Selection to Tag" }, + { "command": "insert_snippet", "args": { "name": "Packages/XML/Snippets/xml-long-tag.sublime-snippet" }, "caption": "Wrap Selection With Tag" } + ] + }, + { + "caption": "Mark", + "id": "mark", + "children": + [ + { "command": "set_mark" }, + { "command": "select_to_mark", "caption": "Select to Mark" }, + { "command": "delete_to_mark", "caption": "Delete to Mark" }, + { "command": "swap_with_mark", "caption": "Swap with Mark" }, + { "command": "clear_bookmarks", "args": {"name": "mark"}, "caption": "Clear Mark" }, + { "caption": "-" }, + { "command": "yank" } + ] + }, + { + "caption": "Code Folding", + "id": "fold", + "children": + [ + { "command": "fold" }, + { "command": "unfold" }, + { "command": "unfold_all", "caption": "Unfold All" }, + { "caption": "-" }, + { "caption": "Fold All", "command": "fold_by_level", "mnemonic": "A", "args": {"level": 1} }, + { "caption": "Fold Level 2", "command": "fold_by_level", "mnemonic": "2", "args": {"level": 2} }, + { "caption": "Fold Level 3", "command": "fold_by_level", "mnemonic": "3", "args": {"level": 3} }, + { "caption": "Fold Level 4", "command": "fold_by_level", "mnemonic": "4", "args": {"level": 4} }, + { "caption": "Fold Level 5", "command": "fold_by_level", "mnemonic": "5", "args": {"level": 5} }, + { "caption": "Fold Level 6", "command": "fold_by_level", "mnemonic": "6", "args": {"level": 6} }, + { "caption": "Fold Level 7", "command": "fold_by_level", "mnemonic": "7", "args": {"level": 7} }, + { "caption": "Fold Level 8", "command": "fold_by_level", "mnemonic": "8", "args": {"level": 8} }, + { "caption": "Fold Level 9", "command": "fold_by_level", "mnemonic": "9", "args": {"level": 9} }, + { "caption": "-" }, + { "command": "fold_tag_attributes", "caption": "Fold Tag Attributes" } + ] + }, + { + "caption": "Convert Case", "mnemonic": "a", + "id": "convert_case", + "children": + [ + { "command": "title_case", "caption": "Title Case" }, + { "command": "upper_case", "caption": "Upper Case" }, + { "command": "lower_case", "caption": "Lower Case" }, + { "command": "swap_case", "caption": "Swap Case" }, + { "command": "convert_ident_case", "caption": "lowerCamelCase", "args": {"case": "title", "first_case": "lower"} }, + { "command": "convert_ident_case", "caption": "UpperCamelCase", "args": {"case": "title"} }, + { "command": "convert_ident_case", "caption": "snake_case", "args": {"separator": "_", "case": "lower"} }, + { "command": "convert_ident_case", "caption": "kebab-case", "args": {"separator": "-", "case": "lower"} }, + ] + }, + { + "caption": "Wrap", + "id": "wrap", + "children": + [ + { "command": "wrap_lines", "caption": "Wrap Paragraph" }, + { "command": "wrap_lines", "args": {"width": 70}, "caption": "Wrap paragraph at 70 characters" }, + { "command": "wrap_lines", "args": {"width": 72}, "caption": "Wrap paragraph at 72 characters" }, + { "command": "wrap_lines", "args": {"width": 78}, "caption": "Wrap paragraph at 78 characters" }, + { "command": "wrap_lines", "args": {"width": 80}, "caption": "Wrap paragraph at 80 characters" }, + { "command": "wrap_lines", "args": {"width": 100}, "caption": "Wrap paragraph at 100 characters" }, + { "command": "wrap_lines", "args": {"width": 120}, "caption": "Wrap paragraph at 120 characters" } + ] + }, + { "command": "auto_complete", "caption": "Show Completions" }, + { "caption": "-", "id": "permute" }, + + { "command": "sort_lines", "args": {"case_sensitive": false}, "caption": "Sort Lines", "mnemonic": "S" }, + { "command": "sort_lines", "args": {"case_sensitive": true}, "caption": "Sort Lines (Case Sensitive)" }, + { + "caption": "Permute Lines", + "children": + [ + { "command": "permute_lines", "args": {"operation": "reverse"}, "caption": "Reverse" }, + { "command": "permute_lines", "args": {"operation": "unique"}, "caption": "Unique" }, + { "command": "permute_lines", "args": {"operation": "shuffle"}, "caption": "Shuffle" } + ] + }, + { + "caption": "Permute Selections", + "children": + [ + { "command": "sort_selection", "args": {"case_sensitive": false}, "caption": "Sort" }, + { "command": "sort_selection", "args": {"case_sensitive": true}, "caption": "Sort (Case Sensitive)" }, + { "command": "permute_selection", "args": {"operation": "reverse"}, "caption": "Reverse" }, + { "command": "permute_selection", "args": {"operation": "unique"}, "caption": "Unique" }, + { "command": "permute_selection", "args": {"operation": "shuffle"}, "caption": "Shuffle" } + ] + }, + { "caption": "-", "id": "end" } + ] + }, + { + "caption": "Selection", + "mnemonic": "S", + "id": "selection", + "children": + [ + { "command": "split_selection_into_lines", "caption": "Split into Lines" }, + { "command": "single_selection" }, + { "caption": "-" }, + { "command": "select_all" }, + { "command": "expand_selection", "args": {"to": "smart"}, "caption": "Expand Selection" }, + { "command": "expand_selection", "args": {"to": "line"}, "caption": "Expand Selection to Line" }, + { "command": "expand_selection", "args": {"to": "line_prev"}, "caption": "Expand Selection to Line Upward" }, + { "command": "find_under_expand", "caption": "Expand Selection to Word" }, + { "command": "expand_selection_to_paragraph", "caption": "Expand Selection to Block" }, + { "command": "expand_selection_to_paragraph", "args": {"markup_aware": true}, "caption": "Expand Selection to Paragraph" }, + { "command": "expand_selection", "args": {"to": "scope"}, "caption": "Expand Selection to Scope" }, + { "command": "expand_selection", "args": {"to": "brackets"}, "caption": "Expand Selection to Brackets" }, + { "command": "expand_selection", "args": {"to": "indentation"}, "caption": "Expand Selection to Indentation" }, + { "caption": "-" }, + { "command": "select_lines", "args": {"forward": false}, "caption": "Add Previous Line" }, + { "command": "select_lines", "args": {"forward": true}, "caption": "Add Next Line" }, + { "caption": "-" }, + { + "caption": "Tab Selection", + "children": + [ + { "command": "unselect_others", "caption": "Unselect Others" }, + { "command": "unselect_to_left", "caption": "Unselect to Left" }, + { "command": "unselect_to_right", "caption": "Unselect to Right" }, + { "command": "unselect_current", "caption": "Unselect Current" }, + { "caption": "-" }, + { "command": "select_to_left", "caption": "Select to Left" }, + { "command": "select_to_right", "caption": "Select to Right" }, + { "caption": "-" }, + { "command": "focus_to_left", "caption": "Focus to Left" }, + { "command": "focus_to_right", "caption": "Focus to Right" }, + { "caption": "-" }, + { "command": "focus_by_index", "args": {"index": 0}, "caption": "Focus Selected Tab 1", "mnemonic": "1" }, + { "command": "focus_by_index", "args": {"index": 1}, "caption": "Focus Selected Tab 2", "mnemonic": "2" }, + { "command": "focus_by_index", "args": {"index": 2}, "caption": "Focus Selected Tab 3", "mnemonic": "3" }, + { "command": "focus_by_index", "args": {"index": 3}, "caption": "Focus Selected Tab 4", "mnemonic": "4" }, + { "command": "focus_by_index", "args": {"index": 4}, "caption": "Focus Selected Tab 5", "mnemonic": "5" }, + { "command": "focus_by_index", "args": {"index": 5}, "caption": "Focus Selected Tab 6", "mnemonic": "6" }, + { "command": "focus_by_index", "args": {"index": 6}, "caption": "Focus Selected Tab 7", "mnemonic": "7" }, + { "command": "focus_by_index", "args": {"index": 7}, "caption": "Focus Selected Tab 8", "mnemonic": "8" }, + { "command": "focus_by_index", "args": {"index": 8}, "caption": "Focus Selected Tab 9", "mnemonic": "9" }, + { "command": "focus_by_index", "args": {"index": 9}, "caption": "Focus Selected Tab 10" }, + ] + }, + ] + }, + { + "caption": "Find", + "mnemonic": "i", + "id": "find", + "children": + [ + { "command": "show_panel", "args": {"panel": "find", "reverse": false}, "caption": "Find…" }, + { "command": "find_next" }, + { "command": "find_prev", "caption": "Find Previous" }, + { "command": "show_panel", "args": {"panel": "incremental_find", "reverse": false}, "caption": "Incremental Find" }, + { "caption": "-" }, + { "command": "show_panel", "args": {"panel": "replace", "reverse": false}, "caption": "Replace…" }, + { "command": "replace_next" }, + { "caption": "-" }, + { "command": "find_under", "caption": "Quick Find" }, + { "command": "find_all_under", "caption": "Quick Find All" }, + { "command": "find_under_expand", "caption": "Quick Add Next" }, + { "command": "find_under_expand_skip", "caption": "Quick Skip Next", "platform": "!OSX" }, + { "caption": "-" }, + { "command": "slurp_find_string", "caption": "Use Selection for Find" }, + { "command": "slurp_replace_string", "caption": "Use Selection for Replace" }, + { "caption": "-" }, + { "command": "show_panel", "args": {"panel": "find_in_files"}, "caption": "Find in Files…" }, + { + "caption": "Find Results", + "mnemonic": "R", + "children": + [ + { "command": "show_panel", "args": {"panel": "output.find_results", "panel_name" : "Results Panel", "toggle" : true, "toggle_when_not_focused": true} }, + { "command": "next_result" }, + { "command": "prev_result", "caption": "Previous Result" } + ] + }, + { "command": "cancel_find", "caption": "Cancel Find in Files" }, + ] + }, + { + "caption": "View", + "mnemonic": "V", + "id": "view", + "children": + [ + { + "caption": "Side Bar", + "id": "side_bar", + "children": + [ + { "command": "toggle_side_bar" }, + { "caption": "-" }, + { "command": "toggle_show_open_files" } + ] + }, + { "command": "toggle_minimap" }, + { "command": "toggle_tabs" }, + { "command": "toggle_status_bar" }, + { "command": "toggle_menu" }, + { "command": "show_panel", "args": {"panel": "console", "toggle": true} }, + { "caption": "-", "id": "full_screen" }, + { "command": "toggle_full_screen" }, + { "command": "toggle_distraction_free" }, + { "caption": "-", "id": "groups" }, + { + "caption": "Layout", + "mnemonic": "L", + "id": "layout", + "children": + [ + { + "caption": "Single", + "command": "set_layout", + "args": + { + "cols": [0.0, 1.0], + "rows": [0.0, 1.0], + "cells": [[0, 0, 1, 1]] + } + }, + { + "caption": "Columns: 2", + "command": "set_layout", + "args": + { + "cols": [0.0, 0.5, 1.0], + "rows": [0.0, 1.0], + "cells": [[0, 0, 1, 1], [1, 0, 2, 1]] + } + }, + { + "caption": "Columns: 3", + "command": "set_layout", + "args": + { + "cols": [0.0, 0.33, 0.66, 1.0], + "rows": [0.0, 1.0], + "cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1]] + } + }, + { + "caption": "Columns: 4", + "command": "set_layout", + "args": + { + "cols": [0.0, 0.25, 0.5, 0.75, 1.0], + "rows": [0.0, 1.0], + "cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1], [3, 0, 4, 1]] + } + }, + { + "caption": "Rows: 2", + "command": "set_layout", + "args": + { + "cols": [0.0, 1.0], + "rows": [0.0, 0.5, 1.0], + "cells": [[0, 0, 1, 1], [0, 1, 1, 2]] + } + }, + { + "caption": "Rows: 3", + "command": "set_layout", + "args": + { + "cols": [0.0, 1.0], + "rows": [0.0, 0.33, 0.66, 1.0], + "cells": [[0, 0, 1, 1], [0, 1, 1, 2], [0, 2, 1, 3]] + } + }, + { + "caption": "Grid: 4", + "command": "set_layout", + "args": + { + "cols": [0.0, 0.5, 1.0], + "rows": [0.0, 0.5, 1.0], + "cells": + [ + [0, 0, 1, 1], [1, 0, 2, 1], + [0, 1, 1, 2], [1, 1, 2, 2] + ] + } + } + ] + }, + { + "caption": "Groups", + "children": + [ + { "command": "new_pane", "caption": "Move File to New Group" }, + { "command": "new_pane", "args": {"move": false}, "caption": "New Group" }, + { "command": "close_pane", "caption": "Close Group" }, + + { "caption": "-" }, + + { + "caption": "Max Columns: 1", + "command": "set_max_columns", + "checkbox": true, + "args": { "columns": 1 }, + "mnemonic": "1", + }, + { + "caption": "Max Columns: 2", + "command": "set_max_columns", + "checkbox": true, + "args": { "columns": 2 }, + "mnemonic": "2", + }, + { + "caption": "Max Columns: 3", + "command": "set_max_columns", + "checkbox": true, + "args": { "columns": 3 }, + "mnemonic": "3", + }, + { + "caption": "Max Columns: 4", + "command": "set_max_columns", + "checkbox": true, + "args": { "columns": 4 }, + "mnemonic": "4", + }, + { + "caption": "Max Columns: 5", + "command": "set_max_columns", + "checkbox": true, + "args": { "columns": 5 }, + "mnemonic": "5", + }, + ] + }, + { + "caption": "Focus Group", + "mnemonic": "F", + "children": + [ + + { "command": "focus_neighboring_group", "caption": "Next" }, + { "command": "focus_neighboring_group", "args": {"forward": false}, "caption": "Previous" }, + { "caption": "-" }, + { "command": "focus_group", "args": {"group": 0}, "caption": "Group 1", "mnemonic": "1" }, + { "command": "focus_group", "args": {"group": 1}, "caption": "Group 2", "mnemonic": "2" }, + { "command": "focus_group", "args": {"group": 2}, "caption": "Group 3", "mnemonic": "3" }, + { "command": "focus_group", "args": {"group": 3}, "caption": "Group 4", "mnemonic": "4" } + ] + }, + { + "caption": "Move File to Group", + "mnemonic": "M", + "children": + [ + { "command": "move_to_neighboring_group", "caption": "Next" }, + { "command": "move_to_neighboring_group", "args": {"forward": false}, "caption": "Previous" }, + { "caption": "-" }, + { "command": "move_to_group", "args": {"group": 0}, "caption": "Group 1", "mnemonic": "1" }, + { "command": "move_to_group", "args": {"group": 1}, "caption": "Group 2", "mnemonic": "2" }, + { "command": "move_to_group", "args": {"group": 2}, "caption": "Group 3", "mnemonic": "3" }, + { "command": "move_to_group", "args": {"group": 3}, "caption": "Group 4", "mnemonic": "4" } + ] + }, + { "caption": "-" }, + { + "caption": "Syntax", + "mnemonic": "S", + "id": "syntax", + "children": [ { "command": "$file_types" } ] + }, + { + "caption": "Indentation", + "mnemonic": "I", + "id": "indentation", + "children": + [ + { "command": "toggle_setting", "args": {"setting": "translate_tabs_to_spaces"}, "caption": "Indent Using Spaces", "checkbox": true }, + { "caption": "-" }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 1}, "caption": "Tab Width: 1", "mnemonic": "1", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 2}, "caption": "Tab Width: 2", "mnemonic": "2", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 3}, "caption": "Tab Width: 3", "mnemonic": "3", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 4}, "caption": "Tab Width: 4", "mnemonic": "4", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 5}, "caption": "Tab Width: 5", "mnemonic": "5", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 6}, "caption": "Tab Width: 6", "mnemonic": "6", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 7}, "caption": "Tab Width: 7", "mnemonic": "7", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "tab_size", "value": 8}, "caption": "Tab Width: 8", "mnemonic": "8", "checkbox": true }, + { "caption": "-" }, + { "command": "detect_indentation", "caption": "Guess Settings From Buffer" }, + { "caption": "-" }, + { "command": "expand_tabs", "caption": "Convert Indentation to Spaces", "args": {"set_translate_tabs": true} }, + { "command": "unexpand_tabs", "caption": "Convert Indentation to Tabs", "args": {"set_translate_tabs": true} } + ] + }, + { + "caption": "Line Endings", + "mnemonic": "n", + "id": "line_endings", + "children": + [ + { "command": "set_line_ending", "args": {"type": "windows"}, "caption": "Windows", "checkbox": true }, + { "command": "set_line_ending", "args": {"type": "unix"}, "caption": "Unix", "checkbox": true }, + { "command": "set_line_ending", "args": {"type": "cr"}, "caption": "Mac OS 9", "checkbox": true } + ] + }, + { "caption": "-", "id": "settings" }, + { "command": "toggle_setting", "args": {"setting": "word_wrap"}, "caption": "Word Wrap", "mnemonic": "W", "checkbox": true }, + { + "caption": "Word Wrap Column", + "children": + [ + { "command": "set_setting", "args": {"setting": "wrap_width", "value": 0}, "caption": "Automatic", "checkbox": true }, + { "caption": "-" }, + { "command": "set_setting", "args": {"setting": "wrap_width", "value": 70}, "caption": "70", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "wrap_width", "value": 72}, "caption": "72", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "wrap_width", "value": 78}, "caption": "78", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "wrap_width", "value": 80}, "caption": "80", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "wrap_width", "value": 100}, "caption": "100", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "wrap_width", "value": 120}, "caption": "120", "checkbox": true } + ] + }, + { + "caption": "Ruler", + "children": + [ + { "command": "set_setting", "args": {"setting": "rulers", "value": []}, "caption": "None", "checkbox": true }, + { "caption": "-" }, + { "command": "set_setting", "args": {"setting": "rulers", "value": [70]}, "caption": "70", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "rulers", "value": [72]}, "caption": "72", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "rulers", "value": [78]}, "caption": "78", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "rulers", "value": [80]}, "caption": "80", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "rulers", "value": [100]}, "caption": "100", "checkbox": true }, + { "command": "set_setting", "args": {"setting": "rulers", "value": [120]}, "caption": "120", "checkbox": true } + ] + }, + { "caption": "-" }, + { "command": "toggle_setting", "args": {"setting": "spell_check"}, "caption": "Spell Check", "checkbox": true }, + { "command": "next_misspelling" }, + { "command": "prev_misspelling" }, + { + "caption": "Dictionary", + "children": [ { "command": "$dictionaries" } ] + } + ] + }, + { + "caption": "Goto", + "mnemonic": "G", + "id": "goto", + "children": + [ + { "command": "show_overlay", "args": {"overlay": "goto", "show_files": true}, "caption": "Goto Anything…", "mnemonic": "A" }, + { "caption": "-" }, + { "command": "show_overlay", "args": {"overlay": "goto", "text": "@"}, "caption": "Goto Symbol…" }, + { "command": "goto_symbol_in_project", "caption": "Goto Symbol in Project…" }, + { "command": "goto_definition", "caption": "Goto Definition…" }, + { "command": "goto_reference", "caption": "Goto Reference…" }, + // { "command": "show_overlay", "args": {"overlay": "goto", "text": "#"}, "caption": "Goto Word…" }, + { "command": "show_overlay", "args": {"overlay": "goto", "text": ":"}, "caption": "Goto Line…" }, + { "caption": "-" }, + { "command": "next_modification", "caption": "Next Modification" }, + { "command": "prev_modification", "caption": "Previous Modification" }, + { "caption": "-" }, + { "command": "jump_back", "caption": "Jump Back" }, + { "command": "jump_forward", "caption": "Jump Forward" }, + { "caption": "-" }, + { + "caption": "Switch File", + "mnemonic": "t", + "id": "switch_file", + "children": + [ + { "command": "next_view", "caption": "Next File" }, + { "command": "prev_view", "caption": "Previous File" }, + { "caption": "-" }, + { "command": "next_view_in_stack", "caption": "Next File in Stack" }, + { "command": "prev_view_in_stack", "caption": "Previous File in Stack" }, + { "caption": "-" }, + { "command": "switch_file", "args": {"extensions": ["cpp", "cxx", "cc", "c", "hpp", "hxx", "hh", "h", "ipp", "inl", "m", "mm"]}, "caption": "Switch Header/Implementation", "mnemonic": "H" }, + { "caption": "-" }, + { "command": "select_by_index", "args": { "index": 0 } }, + { "command": "select_by_index", "args": { "index": 1 } }, + { "command": "select_by_index", "args": { "index": 2 } }, + { "command": "select_by_index", "args": { "index": 3 } }, + { "command": "select_by_index", "args": { "index": 4 } }, + { "command": "select_by_index", "args": { "index": 5 } }, + { "command": "select_by_index", "args": { "index": 6 } }, + { "command": "select_by_index", "args": { "index": 7 } }, + { "command": "select_by_index", "args": { "index": 8 } }, + { "command": "select_by_index", "args": { "index": 9 } } + ] + }, + { "caption": "-" }, + { + "caption": "Scroll", + "mnemonic": "S", + "id": "scroll", + "children": + [ + { "command": "show_at_center", "caption": "Scroll to Selection" }, + { "command": "scroll_lines", "args": {"amount": 1.0 }, "caption": "Line Up" }, + { "command": "scroll_lines", "args": {"amount": -1.0 }, "caption": "Line Down" } + ] + }, + { + "caption": "Bookmarks", + "mnemonic": "B", + "id": "bookmarks", + "children": + [ + { "command": "toggle_bookmark", "args": {"toggle_line": true } }, + { "command": "next_bookmark" }, + { "command": "prev_bookmark" }, + { "command": "clear_bookmarks" }, + { "command": "select_all_bookmarks" }, + { "caption": "-" }, + { "command": "select_bookmark", "args": {"index": 0} }, + { "command": "select_bookmark", "args": {"index": 1} }, + { "command": "select_bookmark", "args": {"index": 2} }, + { "command": "select_bookmark", "args": {"index": 3} }, + { "command": "select_bookmark", "args": {"index": 4} }, + { "command": "select_bookmark", "args": {"index": 5} }, + { "command": "select_bookmark", "args": {"index": 6} }, + { "command": "select_bookmark", "args": {"index": 7} }, + { "command": "select_bookmark", "args": {"index": 8} }, + { "command": "select_bookmark", "args": {"index": 9} }, + { "command": "select_bookmark", "args": {"index": 10} }, + { "command": "select_bookmark", "args": {"index": 11} }, + { "command": "select_bookmark", "args": {"index": 12} }, + { "command": "select_bookmark", "args": {"index": 13} }, + { "command": "select_bookmark", "args": {"index": 14} }, + { "command": "select_bookmark", "args": {"index": 15} } + ] + }, + { "caption": "-" }, + { "command": "move_to", "args": {"to": "brackets"}, "caption": "Jump to Matching Bracket" } + ] + }, + { + "caption": "Tools", + "mnemonic": "T", + "id": "tools", + "children": + [ + { "command": "show_overlay", "args": {"overlay": "command_palette"}, "caption": "Command Palette…" }, + { "command": "show_overlay", "args": {"overlay": "command_palette", "text": "Snippet: "}, "caption": "Snippets…" }, + { "caption": "-", "id": "build" }, + { + "caption": "Build System", + "mnemonic": "u", + "children": + [ + { "command": "set_build_system", "args": { "file": "" }, "caption": "Automatic", "checkbox": true }, + { "caption": "-" }, + { "command": "set_build_system", "args": {"index": 0}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 1}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 2}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 3}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 4}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 5}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 6}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 7}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 8}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 9}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 10}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 11}, "checkbox": true }, + { "caption": "-" }, + { "command": "$build_systems" }, + { "caption": "-" }, + { "command": "new_build_system", "caption": "New Build System…" } + ] + }, + { "command": "build", "mnemonic": "B" }, + { "command": "build", "args": {"select": true}, "caption": "Build With…" }, + { "command": "cancel_build", "caption": "Cancel Build", "mnemonic": "C" }, + { + "caption": "Build Results", + "mnemonic": "R", + "children": + [ + { "command": "show_panel", "args": {"panel": "output.exec"}, "caption": "Show Build Results", "mnemonic": "S" }, + { "command": "next_result", "mnemonic": "N" }, + { "command": "prev_result", "caption": "Previous Result", "mnemonic": "P" } + ] + }, + { "command": "toggle_save_all_on_build", "caption": "Save All on Build", "mnemonic": "A", "checkbox": true }, + { "caption": "-", "id": "macros" }, + { "command": "toggle_record_macro", "mnemonic": "M" }, + { "command": "run_macro", "caption": "Playback Macro", "mnemonic": "P" }, + { "command": "save_macro", "caption": "Save Macro…", "mnemonic": "v" }, + { + "caption": "Macros", + "children": [ { "command": "$macros" } ] + }, + { "caption": "-" }, + { + "caption": "Developer", + "children": + [ + { "command": "new_plugin", "caption": "New Plugin…" }, + { "command": "new_snippet", "caption": "New Snippet…" }, + { "command": "new_syntax", "caption": "New Syntax…" }, + { "command": "convert_syntax" }, + { "caption": "-" }, + { "caption": "-" }, + { "command": "profile_plugins" }, + { "caption": "-" }, + { "command": "view_resource", "caption": "View Package File…" }, + { "command": "show_scope_name" }, + ] + }, + { "command": "install_package_control", "caption": "Install Package Control…" }, + { "command": "enable_package_control", "caption": "Enable Package Control" }, + { "caption": "-", "id": "end" } + ] + }, + { + "caption": "Project", + "id": "project", + "mnemonic": "P", + "children": + [ + { "command": "prompt_open_project_or_workspace", "caption": "Open Project…" }, + { "command": "prompt_switch_project_or_workspace", "caption": "Switch Project…" }, + { "command": "prompt_select_workspace", "caption": "Quick Switch Project…", "mnemonic": "S" }, + { + "caption": "Open Recent", + "children": + [ + { "command": "open_recent_project_or_workspace", "args": {"index": 0 } }, + { "command": "open_recent_project_or_workspace", "args": {"index": 1 } }, + { "command": "open_recent_project_or_workspace", "args": {"index": 2 } }, + { "command": "open_recent_project_or_workspace", "args": {"index": 3 } }, + { "command": "open_recent_project_or_workspace", "args": {"index": 4 } }, + { "command": "open_recent_project_or_workspace", "args": {"index": 5 } }, + { "command": "open_recent_project_or_workspace", "args": {"index": 6 } }, + { "command": "open_recent_project_or_workspace", "args": {"index": 7 } }, + { "caption": "-" }, + { "command": "clear_recent_projects_and_workspaces", "caption": "Clear Items" }, + { "command": "clear_missing_recent_projects_and_workspaces", "caption": "Remove Deleted" }, + ] + }, + { "caption": "-" }, + { "command": "save_project_and_workspace_as", "caption": "Save Project As…", "mnemonic": "A" }, + { "command": "close_workspace", "caption": "Close Project", "mnemonic": "C" }, + { "command": "open_file", "args": {"file": "${project}"}, "caption": "Edit Project" }, + { "caption": "-" }, + { "command": "new_window_for_project", "caption": "New Workspace for Project" }, + { "command": "save_workspace_as", "caption": "Save Workspace As…", "mnemonic": "A" }, + { "caption": "-" }, + { "command": "prompt_add_folder", "caption": "Add Folder to Project…", "mnemonic": "d" }, + { "command": "close_folder_list", "caption": "Remove all Folders from Project", "mnemonic": "m" }, + { "command": "refresh_folder_list", "caption": "Refresh Folders", "mnemonic": "e" }, + ] + }, + { + "caption": "Preferences", + "mnemonic": "n", + "id": "preferences", + "children": + [ + { "command": "open_dir", "args": {"dir": "$packages"}, "caption": "Browse Packages…", "mnemonic": "B" }, + { "caption": "-" }, + { + "command": "edit_settings", "args": + { + "base_file": "${packages}/Default/Preferences.sublime-settings", + "default": "// Settings in here override those in \"Default/Preferences.sublime-settings\",\n// and are overridden in turn by syntax-specific settings.\n{\n\t$0\n}\n" + }, + "caption": "Settings" + }, + { "command": "edit_syntax_settings", "caption": "Settings – Syntax Specific" }, + { + "command": "edit_settings", "args": + { + "base_file": "${packages}/Default/Distraction Free.sublime-settings", + "default": "{\n\t$0\n}\n" + }, + "caption": "Settings – Distraction Free" + }, + { "caption": "-" }, + { + "command": "edit_settings", "args": + { + "base_file": "${packages}/Default/Default ($platform).sublime-keymap", + "default": "[\n\t$0\n]\n" + }, + "caption": "Key Bindings" + }, + { + "command": "edit_settings", "args": + { + "base_file": "${packages}/Default/Default ($platform).sublime-mousemap", + "default": "[\n\t$0\n]\n" + }, + "caption": "Mouse Bindings" + }, + { "caption": "-" }, + { + "caption": "Select Color Scheme…", + "command": "select_color_scheme" + }, + { + "caption": "Customize Color Scheme", + "command": "customize_color_scheme" + }, + { "caption": "-" }, + { + "caption": "Select Theme…", + "command": "select_theme" + }, + { + "caption": "Customize Theme", + "command": "customize_theme" + }, + { "caption": "-" }, + { + "caption": "Font", + "children": + [ + { "command": "choose_font", "caption": "Choose…" }, + { "command": "increase_font_size", "caption": "Larger" }, + { "command": "decrease_font_size", "caption": "Smaller" }, + { "caption": "-" }, + { "command": "reset_font_size", "caption": "Reset Size" } + ] + }, + ] + }, + { + "caption": "Help", + "mnemonic": "H", + "id": "help", + "children": + [ + { "command": "open_url", "args": {"url": "https://www.sublimetext.com/docs/"}, "caption": "Documentation" }, + { "command": "open_url", "args": {"url": "https://github.com/sublimehq/sublime_text/issues/new/choose"}, "caption": "Report a Bug" }, + { "command": "open_url", "args": {"url": "https://twitter.com/sublimehq"}, "caption": "Twitter" }, + { "caption": "-" }, + { "command": "show_progress_window", "caption": "Indexing Status…" }, + { "caption": "-" }, + { "command": "purchase_license"}, + { "command": "upgrade_license"}, + { "command": "show_license_window", "caption": "Enter License" }, + { "command": "remove_license"}, + { "caption": "-" }, + { "command": "update_check", "caption": "Check for Updates…" }, + { "command": "show_changelog", "caption": "Changelog…" }, + { "command": "show_attribution", "caption": "Licenses and Attribution…" }, + { "command": "show_about_window", "caption": "About Sublime Text", "mnemonic": "A" } + ] + } +] diff --git a/menu/4205/en/Side Bar Mount Point.sublime-menu.json b/menu/4205/en/Side Bar Mount Point.sublime-menu.json new file mode 100644 index 0000000..3411b67 --- /dev/null +++ b/menu/4205/en/Side Bar Mount Point.sublime-menu.json @@ -0,0 +1,4 @@ +[ + { "caption": "-", "id": "folder_commands" }, + { "caption": "Remove Folder from Project", "command": "remove_folder", "args": { "dirs": []} } +] diff --git a/menu/4205/en/Side Bar.sublime-menu.json b/menu/4205/en/Side Bar.sublime-menu.json new file mode 100644 index 0000000..f4ac2de --- /dev/null +++ b/menu/4205/en/Side Bar.sublime-menu.json @@ -0,0 +1,20 @@ +[ + { "caption": "New File", "command": "new_file_at", "args": {"dirs": []} }, + { "caption": "Rename…", "command": "rename_path", "args": {"paths": []} }, + { "caption": "Delete File", "command": "delete_file", "args": {"files": [], "prompt": false} }, + { "caption": "Open Folder…", "command": "open_folder", "args": {"dirs": []} }, + { "caption": "Open Containing Folder…", "command": "open_containing_folder", "args": {"files": []} }, + { "caption": "Open Terminal Here…", "command": "open_terminal", "args": {"dirs": []} }, + { "caption": "Copy Path", "command": "copy_path_sidebar", "args": {"paths": []} }, + { "caption": "Reveal Link Source", "command": "reveal_link_source", "args": {"dirs": []} }, + { "caption": "-", "id": "repo_commands" }, + { "caption": "Open Git Repository…", "command": "sublime_merge_open_repo", "args": {"paths": []}}, + { "caption": "File History…", "command": "sublime_merge_file_history", "args": {"files": []}}, + { "caption": "Folder History…", "command": "sublime_merge_folder_history", "args": {"paths": []}}, + { "caption": "Blame File…", "command": "sublime_merge_blame_file", "args": {"files": []}}, + { "caption": "-", "id": "folder_commands" }, + { "caption": "New Folder…", "command": "new_folder", "args": {"dirs": []} }, + { "caption": "Delete Folder", "command": "delete_folder", "args": {"dirs": [], "prompt": true} }, + { "caption": "Find in Folder…", "command": "find_in_folder", "args": {"dirs": []} }, + { "caption": "-", "id": "end" } +] diff --git a/menu/4205/en/Syntax.sublime-menu.json b/menu/4205/en/Syntax.sublime-menu.json new file mode 100644 index 0000000..7d2c6fe --- /dev/null +++ b/menu/4205/en/Syntax.sublime-menu.json @@ -0,0 +1,6 @@ +[ + { + "caption": "Syntax", + "children": [ { "command": "$file_types" } ] + } +] diff --git a/menu/4205/en/Tab Context.sublime-menu.json b/menu/4205/en/Tab Context.sublime-menu.json new file mode 100644 index 0000000..cefeeaa --- /dev/null +++ b/menu/4205/en/Tab Context.sublime-menu.json @@ -0,0 +1,16 @@ +[ + { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Close Tab" }, + { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Close Other Tabs" }, + { "caption": "-" }, + { "command": "close_selected", "args": {"group":-1, "index": -1}, "caption": "Close Selected Tabs" }, + { "command": "close_unselected", "args": {"group":-1, "index": -1}, "caption": "Close Unselected Tabs" }, + { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Close Tabs to the Right" }, + { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Close Unmodified Tabs" }, + { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Close Unmodified Tabs to the Right" }, + { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Close Tabs With Deleted Files" }, + { "caption": "-" }, + { "command": "clone_file", "args": { "add_to_selection": true, "group": -1, "index": -1, "retain_viewport_position": true }, "caption": "Split View" }, + { "caption": "-" }, + { "command": "new_file", "caption": "New File" }, + { "command": "prompt_open_file", "caption": "Open File" }, +] diff --git a/menu/4205/en/Tab Sidebar Context.sublime-menu.json b/menu/4205/en/Tab Sidebar Context.sublime-menu.json new file mode 100644 index 0000000..acae461 --- /dev/null +++ b/menu/4205/en/Tab Sidebar Context.sublime-menu.json @@ -0,0 +1,14 @@ +[ + { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Close Tab" }, + { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Close Other Tabs" }, + { "caption": "-" }, + { "command": "close_selected", "args": {"group":-1, "index": -1}, "caption": "Close Selected Tabs" }, + { "command": "close_unselected", "args": {"group": -1, "index": -1}, "caption": "Close Unselected Tabs" }, + { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Close Tabs Below" }, + { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Close Unmodified Tabs" }, + { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Close Unmodified Tabs Below" }, + { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Close Tabs With Deleted Files" }, + { "caption": "-" }, + { "command": "new_file", "caption": "New File" }, + { "command": "prompt_open_file", "caption": "Open File" } +] diff --git a/menu/4205/en/Widget Context.sublime-menu.json b/menu/4205/en/Widget Context.sublime-menu.json new file mode 100644 index 0000000..193ebbc --- /dev/null +++ b/menu/4205/en/Widget Context.sublime-menu.json @@ -0,0 +1,9 @@ +[ + { "command": "open_context_url" }, + { "caption": "-" }, + { "command": "cut" }, + { "command": "copy" }, + { "command": "paste" }, + { "caption": "-" }, + { "command": "select_all" } +] diff --git a/menu/4205/es/Console Input Widget Context.sublime-menu.json b/menu/4205/es/Console Input Widget Context.sublime-menu.json new file mode 100644 index 0000000..9f8e13b --- /dev/null +++ b/menu/4205/es/Console Input Widget Context.sublime-menu.json @@ -0,0 +1,10 @@ +[ + { "command": "cut", "caption": "Cortar" }, + { "command": "copy", "caption": "Copiar" }, + { "command": "paste", "caption": "Pegar" }, + { "caption": "-" }, + { "command": "select_all", "caption": "Seleccionar todo" }, + { "caption": "-" }, + { "command": "console_python_version", "args": { "version": "3.14" }, "checkbox": true, "caption": "Usar Python 3.14" }, + { "command": "console_python_version", "args": { "version": "3.3" }, "checkbox": true, "caption": "Usar Python 3.3" } +] diff --git a/menu/4205/es/Context.sublime-menu.json b/menu/4205/es/Context.sublime-menu.json new file mode 100644 index 0000000..ceeddee --- /dev/null +++ b/menu/4205/es/Context.sublime-menu.json @@ -0,0 +1,26 @@ +[ + { "command": "open_context_url", "caption": "Abrir enlace" }, + { "command": "goto_definition", "caption": "Ir a la definición" }, + { "caption": "-", "id": "diff" }, + { "command": "toggle_inline_diff", "caption": "Alternar vista de cambios" }, + { "command": "revert_hunk", "caption": "Revertir los cambios" }, + { "caption": "-", "id": "clipboard" }, + { "command": "cut", "caption": "Cortar" }, + { "command": "copy", "caption": "Copiar" }, + { "command": "paste", "caption": "Pegar" }, + { "caption": "-", "id": "selection" }, + { "command": "select_all", "caption": "Seleccionar todo" }, + { "caption": "-", "id": "repo_commands" }, + { "caption": "Abrir en el repositorio Git…", "command": "sublime_merge_open_repo" }, + { "caption": "Historial de archivos…", "command": "sublime_merge_file_history" }, + { "caption": "Historial de líneas…", "command": "sublime_merge_line_history" }, + { "caption": "Abrir con blame…", "command": "sublime_merge_blame_file" }, + { "caption": "-", "id": "file" }, + { "command": "open_in_browser", "caption": "Abrir en el navegador" }, + { "command": "open_dir", "args": { "dir": "$file_path", "file": "$file_name" }, "caption": "Abrir carpeta contenedora…" }, + { "command": "open_terminal", "args": { "dir": "$file_path" }, "caption": "Abrir terminal aquí…" }, + { "command": "copy_path", "caption": "Copiar ruta del archivo" }, + { "command": "reveal_in_side_bar", "caption": "Mostrar en la barra lateral" }, + { "command": "force_reopen_as", "args": { "type": "image" }, "caption": "Volver a abrir archivo como imagen" }, + { "caption": "-", "id": "end" } +] diff --git a/menu/4205/es/Encoding.sublime-menu.json b/menu/4205/es/Encoding.sublime-menu.json new file mode 100644 index 0000000..559bd15 --- /dev/null +++ b/menu/4205/es/Encoding.sublime-menu.json @@ -0,0 +1,90 @@ +[ + { + "caption": "Establecer codificación", + "id": "set_encoding", + "children": [ + { "caption": "UTF-8", "command": "set_encoding", "args": { "encoding": "utf-8" } }, + { "caption": "UTF-16 LE", "command": "set_encoding", "args": { "encoding": "utf-16 le" } }, + { "caption": "UTF-16 BE", "command": "set_encoding", "args": { "encoding": "utf-16 be" } }, + { "caption": "-" }, + { "caption": "Árabe (ISO 8859-6)", "command": "set_encoding", "args": { "encoding": "Arabic (ISO 8859-6)" } }, + { "caption": "Árabe (Windows 1256)", "command": "set_encoding", "args": { "encoding": "Arabic (Windows 1256)" } }, + { "caption": "Báltico (ISO 8859-4)", "command": "set_encoding", "args": { "encoding": "Baltic (ISO 8859-4)" } }, + { "caption": "Báltico (Windows 1257)", "command": "set_encoding", "args": { "encoding": "Baltic (Windows 1257)" } }, + { "caption": "Celta (ISO 8859-14)", "command": "set_encoding", "args": { "encoding": "Celtic (ISO 8859-14)" } }, + { "caption": "Europa Central (ISO 8859-2)", "command": "set_encoding", "args": { "encoding": "Central European (ISO 8859-2)" } }, + { "caption": "Europa Central (Mac)", "command": "set_encoding", "args": { "encoding": "Central European (Mac)" } }, + { "caption": "Europa Central (Windows 1250)", "command": "set_encoding", "args": { "encoding": "Central European (Windows 1250)" } }, + { "caption": "Chino (GB18030)", "command": "set_encoding", "args": { "encoding": "Chinese (GB18030)" } }, + { "caption": "Cirílico (ISO 8859-5)", "command": "set_encoding", "args": { "encoding": "Cyrillic (ISO 8859-5)" } }, + { "caption": "Cirílico (KOI8-R)", "command": "set_encoding", "args": { "encoding": "Cyrillic (KOI8-R)" } }, + { "caption": "Cirílico (KOI8-U)", "command": "set_encoding", "args": { "encoding": "Cyrillic (KOI8-U)" } }, + { "caption": "Cirílico (Windows 1251)", "command": "set_encoding", "args": { "encoding": "Cyrillic (Windows 1251)" } }, + { "caption": "Cirílico (Windows 866)", "command": "set_encoding", "args": { "encoding": "Cyrillic (Windows 866)" } }, + { "caption": "DOS (CP 437)", "command": "set_encoding", "args": { "encoding": "DOS (CP 437)" } }, + { "caption": "Estonio (ISO 8859-13)", "command": "set_encoding", "args": { "encoding": "Estonian (ISO 8859-13)" } }, + { "caption": "Griego (ISO 8859-7)", "command": "set_encoding", "args": { "encoding": "Greek (ISO 8859-7)" } }, + { "caption": "Griego (Windows 1253)", "command": "set_encoding", "args": { "encoding": "Greek (Windows 1253)" } }, + { "caption": "Hebreo (CP 862)", "command": "set_encoding", "args": { "encoding": "Hebrew (CP 862)" } }, + { "caption": "Hebreo (ISO 8859-8)", "command": "set_encoding", "args": { "encoding": "Hebrew (ISO 8859-8)" } }, + { "caption": "Hebreo (Windows 1255)", "command": "set_encoding", "args": { "encoding": "Hebrew (Windows 1255)" } }, + { "caption": "Nórdico (ISO 8859-10)", "command": "set_encoding", "args": { "encoding": "Nordic (ISO 8859-10)" } }, + { "caption": "Nórdico (Windows 865)", "command": "set_encoding", "args": { "encoding": "Nordic (Windows 865)" } }, + { "caption": "Rumano (ISO 8859-16)", "command": "set_encoding", "args": { "encoding": "Romanian (ISO 8859-16)" } }, + { "caption": "Turco (ISO 8859-9)", "command": "set_encoding", "args": { "encoding": "Turkish (ISO 8859-9)" } }, + { "caption": "Turco (Windows 1254)", "command": "set_encoding", "args": { "encoding": "Turkish (Windows 1254)" } }, + { "caption": "Vietnamita (Windows 1258)", "command": "set_encoding", "args": { "encoding": "Vietnamese (Windows 1258)" } }, + { "caption": "Occidental (ISO 8859-1)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-1)" } }, + { "caption": "Occidental (ISO 8859-15)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-15)" } }, + { "caption": "Occidental (ISO 8859-3)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-3)" } }, + { "caption": "Occidental (Mac Romano)", "command": "set_encoding", "args": { "encoding": "Western (Mac Roman)" } }, + { "caption": "Occidental (Windows 1252)", "command": "set_encoding", "args": { "encoding": "Western (Windows 1252)" } }, + { "caption": "-" }, + { "caption": "Hexadecimal", "command": "set_encoding", "args": { "encoding": "Hexadecimal" } } + ] + }, + { + "caption": "Reabrir con la codificación", + "id": "reopen_with_encoding", + "children": [ + { "caption": "UTF-8", "command": "reopen", "args": { "encoding": "utf-8" } }, + { "caption": "UTF-16 LE", "command": "reopen", "args": { "encoding": "utf-16 le" } }, + { "caption": "UTF-16 BE", "command": "reopen", "args": { "encoding": "utf-16 be" } }, + { "caption": "-" }, + { "caption": "Árabe (ISO 8859-6)", "command": "reopen", "args": { "encoding": "Arabic (ISO 8859-6)" } }, + { "caption": "Árabe (Windows 1256)", "command": "reopen", "args": { "encoding": "Arabic (Windows 1256)" } }, + { "caption": "Báltico (ISO 8859-4)", "command": "reopen", "args": { "encoding": "Baltic (ISO 8859-4)" } }, + { "caption": "Báltico (Windows 1257)", "command": "reopen", "args": { "encoding": "Baltic (Windows 1257)" } }, + { "caption": "Celta (ISO 8859-14)", "command": "reopen", "args": { "encoding": "Celtic (ISO 8859-14)" } }, + { "caption": "Europa Central (ISO 8859-2)", "command": "reopen", "args": { "encoding": "Central European (ISO 8859-2)" } }, + { "caption": "Europa Central (Mac)", "command": "reopen", "args": { "encoding": "Central European (Mac)" } }, + { "caption": "Europa Central (Windows 1250)", "command": "reopen", "args": { "encoding": "Central European (Windows 1250)" } }, + { "caption": "Chino (GB18030)", "command": "reopen", "args": { "encoding": "Chinese (GB18030)" } }, + { "caption": "Cirílico (ISO 8859-5)", "command": "reopen", "args": { "encoding": "Cyrillic (ISO 8859-5)" } }, + { "caption": "Cirílico (KOI8-R)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-R)" } }, + { "caption": "Cirílico (KOI8-U)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-U)" } }, + { "caption": "Cirílico (Windows 1251)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 1251)" } }, + { "caption": "Cirílico (Windows 866)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 866)" } }, + { "caption": "DOS (CP 437)", "command": "reopen", "args": { "encoding": "DOS (CP 437)" } }, + { "caption": "Estonio (ISO 8859-13)", "command": "reopen", "args": { "encoding": "Estonian (ISO 8859-13)" } }, + { "caption": "Griego (ISO 8859-7)", "command": "reopen", "args": { "encoding": "Greek (ISO 8859-7)" } }, + { "caption": "Griego (Windows 1253)", "command": "reopen", "args": { "encoding": "Greek (Windows 1253)" } }, + { "caption": "Hebreo (CP 862)", "command": "reopen", "args": { "encoding": "Hebrew (CP 862)" } }, + { "caption": "Hebreo (ISO 8859-8)", "command": "reopen", "args": { "encoding": "Hebrew (ISO 8859-8)" } }, + { "caption": "Hebreo (Windows 1255)", "command": "reopen", "args": { "encoding": "Hebrew (Windows 1255)" } }, + { "caption": "Nórdico (ISO 8859-10)", "command": "reopen", "args": { "encoding": "Nordic (ISO 8859-10)" } }, + { "caption": "Nórdico (Windows 865)", "command": "reopen", "args": { "encoding": "Nordic (Windows 865)" } }, + { "caption": "Rumano (ISO 8859-16)", "command": "reopen", "args": { "encoding": "Romanian (ISO 8859-16)" } }, + { "caption": "Turco (ISO 8859-9)", "command": "reopen", "args": { "encoding": "Turkish (ISO 8859-9)" } }, + { "caption": "Turco (Windows 1254)", "command": "reopen", "args": { "encoding": "Turkish (Windows 1254)" } }, + { "caption": "Vietnamita (Windows 1258)", "command": "reopen", "args": { "encoding": "Vietnamese (Windows 1258)" } }, + { "caption": "Occidental (ISO 8859-1)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-1)" } }, + { "caption": "Occidental (ISO 8859-15)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-15)" } }, + { "caption": "Occidental (ISO 8859-3)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-3)" } }, + { "caption": "Occidental (Mac Romano)", "command": "reopen", "args": { "encoding": "Western (Mac Roman)" } }, + { "caption": "Occidental (Windows 1252)", "command": "reopen", "args": { "encoding": "Western (Windows 1252)" } }, + { "caption": "-" }, + { "caption": "Hexadecimal", "command": "reopen", "args": { "encoding": "Hexadecimal" } } + ] + } +] diff --git a/menu/4205/es/Find in Files.sublime-menu.json b/menu/4205/es/Find in Files.sublime-menu.json new file mode 100644 index 0000000..377a87d --- /dev/null +++ b/menu/4205/es/Find in Files.sublime-menu.json @@ -0,0 +1,10 @@ +[ + { "command": "clear_location", "caption": "Borrar filtros" }, + { "command": "add_directory", "caption": "Añadir carpeta" }, + { "command": "add_where_snippet", "args": { "snippet": "*.${0:txt}" }, "caption": "Añadir al filtro de inclusión" }, + { "command": "add_where_snippet", "args": { "snippet": "-*.${0:txt}" }, "caption": "Añadir al filtro de exclusión" }, + { "command": "add_where_snippet", "args": { "snippet": "" }, "caption": "Añadir al filtro del proyecto" }, + { "command": "add_where_snippet", "args": { "snippet": "" }, "caption": "Añadir carpetas abiertas" }, + { "command": "add_where_snippet", "args": { "snippet": "" }, "caption": "Añadir archivos abiertos" }, + { "command": "add_where_snippet", "args": { "snippet": "" }, "caption": "Añadir el archivo actual" } +] diff --git a/menu/4205/es/Image Context.sublime-menu.json b/menu/4205/es/Image Context.sublime-menu.json new file mode 100644 index 0000000..7adfe0b --- /dev/null +++ b/menu/4205/es/Image Context.sublime-menu.json @@ -0,0 +1,11 @@ +[ + { "caption": "-", "id": "repo_commands" }, + { "caption": "Abrir en el repositorio Git…", "command": "sublime_merge_open_repo" }, + { "caption": "Historial de archivos…", "command": "sublime_merge_file_history" }, + { "caption": "-", "id": "file" }, + { "command": "open_dir", "args": { "dir": "$file_path", "file": "$file_name" }, "caption": "Abrir carpeta contenedora…" }, + { "command": "copy_path", "caption": "Copiar ruta del archivo" }, + { "command": "reveal_in_side_bar", "caption": "Mostrar en la barra lateral" }, + { "command": "force_reopen_as", "args": { "type": "text" }, "caption": "Volver a abrir archivo como texto" }, + { "caption": "-", "id": "end" } +] diff --git a/menu/4205/es/Indentation.sublime-menu.json b/menu/4205/es/Indentation.sublime-menu.json new file mode 100644 index 0000000..59f1721 --- /dev/null +++ b/menu/4205/es/Indentation.sublime-menu.json @@ -0,0 +1,17 @@ +[ + { "command": "toggle_setting", "args": { "setting": "translate_tabs_to_spaces" }, "caption": "Alternar indentación con espacios", "checkbox": true }, + { "caption": "-" }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 1 }, "caption": "Ancho de tabulación: 1", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 2 }, "caption": "Ancho de tabulación: 2", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 3 }, "caption": "Ancho de tabulación: 3", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 4 }, "caption": "Ancho de tabulación: 4", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 5 }, "caption": "Ancho de tabulación: 5", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 6 }, "caption": "Ancho de tabulación: 6", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 7 }, "caption": "Ancho de tabulación: 7", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 8 }, "caption": "Ancho de tabulación: 8", "checkbox": true }, + { "caption": "-" }, + { "command": "detect_indentation", "caption": "Detectar la configuración de indentación" }, + { "caption": "-" }, + { "command": "expand_tabs", "caption": "Convertir la indentación en espacios", "args": { "set_translate_tabs": true } }, + { "command": "unexpand_tabs", "caption": "Convertir la indentación en tabulaciones", "args": { "set_translate_tabs": true } } +] diff --git a/menu/4205/es/Line Endings.sublime-menu.json b/menu/4205/es/Line Endings.sublime-menu.json new file mode 100644 index 0000000..7a68038 --- /dev/null +++ b/menu/4205/es/Line Endings.sublime-menu.json @@ -0,0 +1,5 @@ +[ + { "command": "set_line_ending", "args": { "type": "windows" }, "caption": "Final de línea en Windows (CRLF)", "checkbox": true }, + { "command": "set_line_ending", "args": { "type": "unix" }, "caption": "Final de línea Unix (LF)", "checkbox": true }, + { "command": "set_line_ending", "args": { "type": "cr" }, "caption": "Final de línea en Mac OS 9 (CR)", "checkbox": true } +] diff --git a/menu/4205/es/Main.sublime-menu.json b/menu/4205/es/Main.sublime-menu.json new file mode 100644 index 0000000..d3d6400 --- /dev/null +++ b/menu/4205/es/Main.sublime-menu.json @@ -0,0 +1,1134 @@ +[ + { + "caption": "Archivo", + "mnemonic": "A", + "id": "file", + "children": [ + { "command": "new_file", "caption": "Nuevo archivo", "mnemonic": "N" }, + { "command": "prompt_open_file", "caption": "Abrir archivo…", "mnemonic": "A", "platform": "!OSX" }, + { "command": "prompt_open_folder", "caption": "Abrir carpeta…", "platform": "!OSX" }, + { "command": "prompt_open", "caption": "Abrir…", "platform": "OSX" }, + { + "caption": "Abiertos recientemente", + "mnemonic": "A", + "children": [ + { "command": "reopen_last_file", "args": { "source": "window" }, "caption": "Reabrir archivo cerrado" }, + { "caption": "-" }, + { "command": "open_recent_file", "args": { "index": 0 } }, + { "command": "open_recent_file", "args": { "index": 1 } }, + { "command": "open_recent_file", "args": { "index": 2 } }, + { "command": "open_recent_file", "args": { "index": 3 } }, + { "command": "open_recent_file", "args": { "index": 4 } }, + { "command": "open_recent_file", "args": { "index": 5 } }, + { "command": "open_recent_file", "args": { "index": 6 } }, + { "command": "open_recent_file", "args": { "index": 7 } }, + { "command": "open_recent_file", "args": { "index": 8 } }, + { "command": "open_recent_file", "args": { "index": 9 } }, + { "command": "open_recent_file", "args": { "index": 10 } }, + { "command": "open_recent_file", "args": { "index": 11 } }, + { "caption": "-" }, + { "command": "open_recent_folder", "args": { "index": 0 } }, + { "command": "open_recent_folder", "args": { "index": 1 } }, + { "command": "open_recent_folder", "args": { "index": 2 } }, + { "command": "open_recent_folder", "args": { "index": 3 } }, + { "command": "open_recent_folder", "args": { "index": 4 } }, + { "command": "open_recent_folder", "args": { "index": 5 } }, + { "command": "open_recent_folder", "args": { "index": 6 } }, + { "command": "open_recent_folder", "args": { "index": 7 } }, + { "command": "open_recent_folder", "args": { "index": 8 } }, + { "command": "open_recent_folder", "args": { "index": 9 } }, + { "command": "open_recent_folder", "args": { "index": 10 } }, + { "command": "open_recent_folder", "args": { "index": 11 } }, + { "caption": "-" }, + { "command": "clear_recent_files", "caption": "Borrar archivos recientes" } + ] + }, + { + "caption": "Reabrir con la codificación", + "id": "reopen_with_encoding", + "children": [ + { "caption": "UTF-8", "command": "reopen", "args": { "encoding": "utf-8" } }, + { "caption": "UTF-16 LE", "command": "reopen", "args": { "encoding": "utf-16 le" } }, + { "caption": "UTF-16 BE", "command": "reopen", "args": { "encoding": "utf-16 be" } }, + { "caption": "-" }, + { "caption": "Árabe (ISO 8859-6)", "command": "reopen", "args": { "encoding": "Arabic (ISO 8859-6)" } }, + { "caption": "Árabe (Windows 1256)", "command": "reopen", "args": { "encoding": "Arabic (Windows 1256)" } }, + { "caption": "Báltico (ISO 8859-4)", "command": "reopen", "args": { "encoding": "Baltic (ISO 8859-4)" } }, + { "caption": "Báltico (Windows 1257)", "command": "reopen", "args": { "encoding": "Baltic (Windows 1257)" } }, + { "caption": "Celta (ISO 8859-14)", "command": "reopen", "args": { "encoding": "Celtic (ISO 8859-14)" } }, + { "caption": "Europa Central (ISO 8859-2)", "command": "reopen", "args": { "encoding": "Central European (ISO 8859-2)" } }, + { "caption": "Europa Central (Mac)", "command": "reopen", "args": { "encoding": "Central European (Mac)" } }, + { "caption": "Europa Central (Windows 1250)", "command": "reopen", "args": { "encoding": "Central European (Windows 1250)" } }, + { "caption": "Chino (GB18030)", "command": "reopen", "args": { "encoding": "Chinese (GB18030)" } }, + { "caption": "Cirílico (ISO 8859-5)", "command": "reopen", "args": { "encoding": "Cyrillic (ISO 8859-5)" } }, + { "caption": "Cirílico (KOI8-R)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-R)" } }, + { "caption": "Cirílico (KOI8-U)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-U)" } }, + { "caption": "Cirílico (Windows 1251)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 1251)" } }, + { "caption": "Cirílico (Windows 866)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 866)" } }, + { "caption": "DOS (CP 437)", "command": "reopen", "args": { "encoding": "DOS (CP 437)" } }, + { "caption": "Estonio (ISO 8859-13)", "command": "reopen", "args": { "encoding": "Estonian (ISO 8859-13)" } }, + { "caption": "Griego (ISO 8859-7)", "command": "reopen", "args": { "encoding": "Greek (ISO 8859-7)" } }, + { "caption": "Griego (Windows 1253)", "command": "reopen", "args": { "encoding": "Greek (Windows 1253)" } }, + { "caption": "Hebreo (CP 862)", "command": "reopen", "args": { "encoding": "Hebrew (CP 862)" } }, + { "caption": "Hebreo (ISO 8859-8)", "command": "reopen", "args": { "encoding": "Hebrew (ISO 8859-8)" } }, + { "caption": "Hebreo (Windows 1255)", "command": "reopen", "args": { "encoding": "Hebrew (Windows 1255)" } }, + { "caption": "Nórdico (ISO 8859-10)", "command": "reopen", "args": { "encoding": "Nordic (ISO 8859-10)" } }, + { "caption": "Nórdico (Windows 865)", "command": "reopen", "args": { "encoding": "Nordic (Windows 865)" } }, + { "caption": "Rumano (ISO 8859-16)", "command": "reopen", "args": { "encoding": "Romanian (ISO 8859-16)" } }, + { "caption": "Turco (ISO 8859-9)", "command": "reopen", "args": { "encoding": "Turkish (ISO 8859-9)" } }, + { "caption": "Turco (Windows 1254)", "command": "reopen", "args": { "encoding": "Turkish (Windows 1254)" } }, + { "caption": "Vietnamita (Windows 1258)", "command": "reopen", "args": { "encoding": "Vietnamese (Windows 1258)" } }, + { "caption": "Occidental (ISO 8859-1)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-1)" } }, + { "caption": "Occidental (ISO 8859-15)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-15)" } }, + { "caption": "Occidental (ISO 8859-3)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-3)" } }, + { "caption": "Occidental (Mac Romano)", "command": "reopen", "args": { "encoding": "Western (Mac Roman)" } }, + { "caption": "Occidental (Windows 1252)", "command": "reopen", "args": { "encoding": "Western (Windows 1252)" } }, + { "caption": "-" }, + { "caption": "Hexadecimal", "command": "reopen", "args": { "encoding": "Hexadecimal" } } + ] + }, + { "command": "force_reopen_as", "args": { "type": "image" }, "caption": "Volver a abrir archivo como imagen" }, + { "command": "force_reopen_as", "args": { "type": "text" }, "caption": "Volver a abrir archivo como texto" }, + { "command": "clone_file", "args": { "add_to_selection": true, "retain_viewport_position": true }, "caption": "Vista dividida", "mnemonic": "V" }, + { "command": "save", "args": { "async": true }, "caption": "Guardar", "mnemonic": "G" }, + { + "caption": "Guardar con la codificación", + "id": "save_with_encoding", + "children": [ + { "caption": "UTF-8", "command": "save", "args": { "async": true, "encoding": "utf-8" } }, + { "caption": "UTF-8 with BOM", "command": "save", "args": { "async": true, "encoding": "utf-8 with bom" } }, + { "caption": "UTF-16 LE", "command": "save", "args": { "async": true, "encoding": "utf-16 le" } }, + { "caption": "UTF-16 LE with BOM", "command": "save", "args": { "async": true, "encoding": "utf-16 le with bom" } }, + { "caption": "UTF-16 BE", "command": "save", "args": { "async": true, "encoding": "utf-16 be" } }, + { "caption": "UTF-16 BE with BOM", "command": "save", "args": { "async": true, "encoding": "utf-16 be with bom" } }, + { "caption": "-" }, + { "caption": "Árabe (ISO 8859-6)", "command": "save", "args": { "async": true, "encoding": "Arabic (ISO 8859-6)" } }, + { "caption": "Árabe (Windows 1256)", "command": "save", "args": { "async": true, "encoding": "Arabic (Windows 1256)" } }, + { "caption": "Báltico (ISO 8859-4)", "command": "save", "args": { "async": true, "encoding": "Baltic (ISO 8859-4)" } }, + { "caption": "Báltico (Windows 1257)", "command": "save", "args": { "async": true, "encoding": "Baltic (Windows 1257)" } }, + { "caption": "Celta (ISO 8859-14)", "command": "save", "args": { "async": true, "encoding": "Celtic (ISO 8859-14)" } }, + { "caption": "Europa Central (ISO 8859-2)", "command": "save", "args": { "async": true, "encoding": "Central European (ISO 8859-2)" } }, + { "caption": "Europa Central (Mac)", "command": "save", "args": { "async": true, "encoding": "Central European (Mac)" } }, + { "caption": "Europa Central (Windows 1250)", "command": "save", "args": { "async": true, "encoding": "Central European (Windows 1250)" } }, + { "caption": "Chino (GB18030)", "command": "save", "args": { "async": true, "encoding": "Chinese (GB18030)" } }, + { "caption": "Cirílico (ISO 8859-5)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (ISO 8859-5)" } }, + { "caption": "Cirílico (KOI8-R)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (KOI8-R)" } }, + { "caption": "Cirílico (KOI8-U)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (KOI8-U)" } }, + { "caption": "Cirílico (Windows 1251)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (Windows 1251)" } }, + { "caption": "Cirílico (Windows 866)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (Windows 866)" } }, + { "caption": "DOS (CP 437)", "command": "save", "args": { "async": true, "encoding": "DOS (CP 437)" } }, + { "caption": "Estonio (ISO 8859-13)", "command": "save", "args": { "async": true, "encoding": "Estonian (ISO 8859-13)" } }, + { "caption": "Griego (ISO 8859-7)", "command": "save", "args": { "async": true, "encoding": "Greek (ISO 8859-7)" } }, + { "caption": "Griego (Windows 1253)", "command": "save", "args": { "async": true, "encoding": "Greek (Windows 1253)" } }, + { "caption": "Hebreo (CP 862)", "command": "save", "args": { "async": true, "encoding": "Hebrew (CP 862)" } }, + { "caption": "Hebreo (ISO 8859-8)", "command": "save", "args": { "async": true, "encoding": "Hebrew (ISO 8859-8)" } }, + { "caption": "Hebreo (Windows 1255)", "command": "save", "args": { "async": true, "encoding": "Hebrew (Windows 1255)" } }, + { "caption": "Nórdico (ISO 8859-10)", "command": "save", "args": { "async": true, "encoding": "Nordic (ISO 8859-10)" } }, + { "caption": "Nórdico (Windows 865)", "command": "save", "args": { "async": true, "encoding": "Nordic (Windows 865)" } }, + { "caption": "Rumano (ISO 8859-16)", "command": "save", "args": { "async": true, "encoding": "Romanian (ISO 8859-16)" } }, + { "caption": "Turco (ISO 8859-9)", "command": "save", "args": { "async": true, "encoding": "Turkish (ISO 8859-9)" } }, + { "caption": "Turco (Windows 1254)", "command": "save", "args": { "async": true, "encoding": "Turkish (Windows 1254)" } }, + { "caption": "Vietnamita (Windows 1258)", "command": "save", "args": { "async": true, "encoding": "Vietnamese (Windows 1258)" } }, + { "caption": "Occidental (ISO 8859-1)", "command": "save", "args": { "async": true, "encoding": "Western (ISO 8859-1)" } }, + { "caption": "Occidental (ISO 8859-15)", "command": "save", "args": { "async": true, "encoding": "Western (ISO 8859-15)" } }, + { "caption": "Occidental (ISO 8859-3)", "command": "save", "args": { "async": true, "encoding": "Western (ISO 8859-3)" } }, + { "caption": "Occidental (Mac Romano)", "command": "save", "args": { "async": true, "encoding": "Western (Mac Roman)" } }, + { "caption": "Occidental (Windows 1252)", "command": "save", "args": { "async": true, "encoding": "Western (Windows 1252)" } }, + { "caption": "-" }, + { "caption": "Hexadecimal", "command": "save", "args": { "async": true, "encoding": "Hexadecimal" } } + ] + }, + { "command": "prompt_save_as", "caption": "Guardar como…", "mnemonic": "G" }, + { "command": "save_all", "caption": "Guardar todo", "mnemonic": "G" }, + { "command": "html_print", "caption": "Imprimir…", "mnemonic": "I" }, + { "caption": "-", "id": "window" }, + { "command": "new_window", "caption": "Nueva ventana", "mnemonic": "N" }, + { "command": "close_window", "caption": "Cerrar ventana" }, + { "caption": "-", "id": "close" }, + { "command": "close", "caption": "Cerrar archivo", "mnemonic": "C" }, + { "command": "revert", "caption": "Revertir archivo", "mnemonic": "R" }, + { "command": "close_all", "caption": "Cerrar todos los archivos" }, + { "caption": "-", "id": "exit" }, + { "command": "exit", "caption": "Salir", "mnemonic": "S", "platform": "Windows" }, + { "command": "exit", "caption": "Cerrar", "mnemonic": "C", "platform": "Linux" } + ] + }, + { + "caption": "Editar", + "mnemonic": "E", + "id": "edit", + "children": [ + { "command": "undo", "caption": "Deshacer", "mnemonic": "D" }, + { "command": "redo_or_repeat", "caption": "Rehacer", "mnemonic": "R" }, + { + "caption": "Deshacer la selección", + "children": [ + { "command": "soft_undo", "caption": "Deshacer progresivamente" }, + { "command": "soft_redo", "caption": "Rehacer progresivamente" } + ] + }, + { "caption": "-", "id": "clipboard" }, + { "command": "cut", "caption": "Cortar", "mnemonic": "t" }, + { "command": "copy", "caption": "Copiar", "mnemonic": "C" }, + { "caption": "Copiar como HTML", "command": "copy_as_html", "args": { "enclosing_tags": true, "font_size": false } }, + { "command": "paste", "caption": "Pegar", "mnemonic": "P" }, + { "command": "paste_and_indent", "caption": "Pegar y ponerle indentación", "mnemonic": "i" }, + { "command": "paste_from_history", "caption": "Pegar del historial" }, + { "caption": "-" }, + { + "caption": "Línea", + "mnemonic": "L", + "id": "line", + "children": [ + { "command": "indent", "caption": "Indentar" }, + { "command": "unindent", "caption": "Quitar indentación" }, + { "command": "reindent", "caption": "Volver a indentar", "args": { "single_line": true } }, + { "command": "swap_line_up", "caption": "Intercambiar línea por la de arriba" }, + { "command": "swap_line_down", "caption": "Intercambiar línea por la de abajo" }, + { "command": "duplicate_line", "caption": "Duplicar línea" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Delete Line.sublime-macro" }, "caption": "Borrar línea" }, + { "command": "join_lines", "caption": "Combinar líneas" } + ] + }, + { + "caption": "Comentario", + "mnemonic": "C", + "id": "comment", + "children": [ + { "command": "toggle_comment", "args": { "block": false }, "caption": "Alternar comentario" }, + { "command": "toggle_comment", "args": { "block": true }, "caption": "Alternar bloque de comentario" } + ] + }, + { + "caption": "Texto", + "mnemonic": "T", + "id": "text", + "children": [ + { "command": "revert_hunk", "caption": "Revertir trozo" }, + { "command": "revert_modification", "caption": "Revertir modificación" }, + { "command": "toggle_inline_diff", "caption": "Alternar vista de cambios" }, + { "caption": "-" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Add Line Before.sublime-macro" }, "caption": "Insertar línea antes de" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Add Line.sublime-macro" }, "caption": "Insertar línea después de" }, + { "caption": "-" }, + { "command": "delete_word", "args": { "forward": true }, "caption": "Borrar palabra siguiente" }, + { "command": "delete_word", "args": { "forward": false }, "caption": "Borrar palabra anterior" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Delete Line.sublime-macro" }, "caption": "Borrar línea" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Delete to Hard EOL.sublime-macro" }, "caption": "Borrar hasta el final" }, + { "command": "run_macro_file", "args": { "file": "res://Packages/Default/Delete to Hard BOL.sublime-macro" }, "caption": "Borrar hasta el principio" }, + { "caption": "-" }, + { "command": "transpose", "caption": "Transponer" } + ] + }, + { + "caption": "Etiqueta", + "id": "tag", + "children": [ + { "command": "close_tag", "caption": "Cerrar etiqueta" }, + { "command": "expand_selection", "args": { "to": "tag" }, "caption": "Expandir la selección con la etiqueta" }, + { "command": "insert_snippet", "args": { "name": "Packages/XML/Snippets/xml-long-tag.sublime-snippet" }, "caption": "Envolver la selección con la etiqueta" } + ] + }, + { + "caption": "Marcar", + "id": "mark", + "children": [ + { "command": "set_mark", "caption": "Marcar una línea" }, + { "command": "select_to_mark", "caption": "Marcar lo seleccionado" }, + { "command": "delete_to_mark", "caption": "Borrar lo marcado" }, + { "command": "swap_with_mark", "caption": "Intercambiar con lo marcado" }, + { "command": "clear_bookmarks", "args": { "name": "mark" }, "caption": "Quitar marcas" }, + { "caption": "-" }, + { "command": "yank", "caption": "Sacar" } + ] + }, + { + "caption": "Plegar código", + "id": "fold", + "children": [ + { "command": "fold", "caption": "Plegar" }, + { "command": "unfold", "caption": "Desplegar" }, + { "command": "unfold_all", "caption": "Desplegar todo" }, + { "caption": "-" }, + { "caption": "Plegar todo", "command": "fold_by_level", "args": { "level": 1 } }, + { "caption": "Nivel de plegado: 2", "command": "fold_by_level", "args": { "level": 2 } }, + { "caption": "Nivel de plegado: 3", "command": "fold_by_level", "args": { "level": 3 } }, + { "caption": "Nivel de plegado: 4", "command": "fold_by_level", "args": { "level": 4 } }, + { "caption": "Nivel de plegado: 5", "command": "fold_by_level", "args": { "level": 5 } }, + { "caption": "Nivel de plegado: 6", "command": "fold_by_level", "args": { "level": 6 } }, + { "caption": "Nivel de plegado: 7", "command": "fold_by_level", "args": { "level": 7 } }, + { "caption": "Nivel de plegado: 8", "command": "fold_by_level", "args": { "level": 8 } }, + { "caption": "Nivel de plegado: 9", "command": "fold_by_level", "args": { "level": 9 } }, + { "caption": "-" }, + { "command": "fold_tag_attributes", "caption": "Plegar los atributos de la etiqueta" } + ] + }, + { + "caption": "Conversiones de mayúsculas/minúsculas", + "mnemonic": "C", + "id": "convert_case", + "children": [ + { "command": "title_case", "caption": "Title Case" }, + { "command": "upper_case", "caption": "Upper Case" }, + { "command": "lower_case", "caption": "Lower Case" }, + { "command": "swap_case", "caption": "Swap Case" }, + { "command": "convert_ident_case", "caption": "lowerCamelCase", "args": { "case": "title", "first_case": "lower" } }, + { "command": "convert_ident_case", "caption": "UpperCamelCase", "args": { "case": "title" } }, + { "command": "convert_ident_case", "caption": "snake_case", "args": { "separator": "_", "case": "lower" } }, + { "command": "convert_ident_case", "caption": "kebab-case", "args": { "separator": "-", "case": "lower" } } + ] + }, + { + "caption": "Envolver", + "id": "wrap", + "children": [ + { "command": "wrap_lines", "caption": "Envolver párrafo" }, + { "command": "wrap_lines", "args": { "width": 70 }, "caption": "Envolver párrafo de 70 caracteres" }, + { "command": "wrap_lines", "args": { "width": 72 }, "caption": "Envolver párrafo de 72 caracteres" }, + { "command": "wrap_lines", "args": { "width": 78 }, "caption": "Envolver párrafo de 78 caracteres" }, + { "command": "wrap_lines", "args": { "width": 80 }, "caption": "Envolver párrafo de 80 caracteres" }, + { "command": "wrap_lines", "args": { "width": 100 }, "caption": "Envolver párrafo de 100 caracteres" }, + { "command": "wrap_lines", "args": { "width": 120 }, "caption": "Envolver párrafo de 120 caracteres" } + ] + }, + { "command": "auto_complete", "caption": "Mostrar autocompletado" }, + { "caption": "-", "id": "permute" }, + { "command": "sort_lines", "args": { "case_sensitive": false }, "caption": "Clasificar líneas", "mnemonic": "C" }, + { "command": "sort_lines", "args": { "case_sensitive": true }, "caption": "Clasificar líneas (sensible a mayúsculas/minúsculas)" }, + { + "caption": "Permutar líneas", + "children": [ + { "command": "permute_lines", "args": { "operation": "reverse" }, "caption": "Invertir" }, + { "command": "permute_lines", "args": { "operation": "unique" }, "caption": "Única" }, + { "command": "permute_lines", "args": { "operation": "shuffle" }, "caption": "Barajar" } + ] + }, + { + "caption": "Permutar selecciones", + "children": [ + { "command": "sort_selection", "args": { "case_sensitive": false }, "caption": "Clasificar" }, + { "command": "sort_selection", "args": { "case_sensitive": true }, "caption": "Clasificar (sensible a mayúsculas/minúsculas)" }, + { "command": "permute_selection", "args": { "operation": "reverse" }, "caption": "Invertir" }, + { "command": "permute_selection", "args": { "operation": "unique" }, "caption": "Única" }, + { "command": "permute_selection", "args": { "operation": "shuffle" }, "caption": "Barajar" } + ] + }, + { "caption": "-", "id": "end" } + ] + }, + { + "caption": "Selección", + "mnemonic": "S", + "id": "selection", + "children": [ + { "command": "split_selection_into_lines", "caption": "Dividir en líneas" }, + { "command": "single_selection", "caption": "Selección única" }, + { "caption": "-" }, + { "command": "select_all", "caption": "Seleccionar todo" }, + { "command": "expand_selection", "args": { "to": "smart" }, "caption": "Expandir selección" }, + { "command": "expand_selection", "args": { "to": "line" }, "caption": "Expandir selección a la línea" }, + { "command": "expand_selection", "args": { "to": "line_prev" }, "caption": "Expandir selección de la línea hacia arriba" }, + { "command": "find_under_expand", "caption": "Expandir selección de la palabra" }, + { "command": "expand_selection_to_paragraph", "caption": "Expandir selección al bloque" }, + { "command": "expand_selection_to_paragraph", "args": { "markup_aware": true }, "caption": "Expandir selección al párrafo" }, + { "command": "expand_selection", "args": { "to": "scope" }, "caption": "Expandir selección al perímetro (scope)" }, + { "command": "expand_selection", "args": { "to": "brackets" }, "caption": "Expandir selección a los corchetes" }, + { "command": "expand_selection", "args": { "to": "indentation" }, "caption": "Expandir selección a la indentación" }, + { "caption": "-" }, + { "command": "select_lines", "args": { "forward": false }, "caption": "Añadir la línea anterior" }, + { "command": "select_lines", "args": { "forward": true }, "caption": "Añadir la línea siguiente" }, + { "caption": "-" }, + { + "caption": "Selección de pestañas", + "children": [ + { "command": "unselect_others", "caption": "Deseleccionar otras" }, + { "command": "unselect_to_left", "caption": "Deseleccionar a la izquierda" }, + { "command": "unselect_to_right", "caption": "Deseleccionar a la derecha" }, + { "command": "unselect_current", "caption": "Deseleccionar actual" }, + { "caption": "-" }, + { "command": "select_to_left", "caption": "Seleccionar a la izquierda" }, + { "command": "select_to_right", "caption": "Seleccionar a la derecha" }, + { "caption": "-" }, + { "command": "focus_to_left", "caption": "Enfocar a la izquierda" }, + { "command": "focus_to_right", "caption": "Enfocar a la derecha" }, + { "caption": "-" }, + { "command": "focus_by_index", "args": { "index": 0 }, "caption": "Enfocar pestaña seleccionada: 1" }, + { "command": "focus_by_index", "args": { "index": 1 }, "caption": "Enfocar pestaña seleccionada: 2" }, + { "command": "focus_by_index", "args": { "index": 2 }, "caption": "Enfocar pestaña seleccionada: 3" }, + { "command": "focus_by_index", "args": { "index": 3 }, "caption": "Enfocar pestaña seleccionada: 4" }, + { "command": "focus_by_index", "args": { "index": 4 }, "caption": "Enfocar pestaña seleccionada: 5" }, + { "command": "focus_by_index", "args": { "index": 5 }, "caption": "Enfocar pestaña seleccionada: 6" }, + { "command": "focus_by_index", "args": { "index": 6 }, "caption": "Enfocar pestaña seleccionada: 7" }, + { "command": "focus_by_index", "args": { "index": 7 }, "caption": "Enfocar pestaña seleccionada: 8" }, + { "command": "focus_by_index", "args": { "index": 8 }, "caption": "Enfocar pestaña seleccionada: 9" }, + { "command": "focus_by_index", "args": { "index": 9 }, "caption": "Enfocar pestaña seleccionada: 10" } + ] + } + ] + }, + { + "caption": "Buscar", + "mnemonic": "B", + "id": "find", + "children": [ + { "command": "show_panel", "args": { "panel": "find", "reverse": false }, "caption": "Buscar…" }, + { "command": "find_next", "caption": "Buscar siguiente" }, + { "command": "find_prev", "caption": "Buscar anterior" }, + { "command": "show_panel", "args": { "panel": "incremental_find", "reverse": false }, "caption": "Búsqueda incremental" }, + { "caption": "-" }, + { "command": "show_panel", "args": { "panel": "replace", "reverse": false }, "caption": "Reemplazar…" }, + { "command": "replace_next", "caption": "Reemplazar siguiente" }, + { "caption": "-" }, + { "command": "find_under", "caption": "Búsqueda rápida" }, + { "command": "find_all_under", "caption": "Búsqueda rápida (todos)" }, + { "command": "find_under_expand", "caption": "Añadir rápido al siguiente" }, + { "command": "find_under_expand_skip", "caption": "Saltar rápido al siguiente", "platform": "!OSX" }, + { "caption": "-" }, + { "command": "slurp_find_string", "caption": "Utilizar la selección para buscar" }, + { "command": "slurp_replace_string", "caption": "Utilizar la selección para reemplazar" }, + { "caption": "-" }, + { "command": "show_panel", "args": { "panel": "find_in_files" }, "caption": "Buscar en archivos…" }, + { + "caption": "Resultados de búsqueda", + "mnemonic": "R", + "children": [ + { "command": "show_panel", "caption": "Mostrar panel de resultados", "args": { "panel": "output.find_results", "panel_name": "Results Panel", "toggle": true, "toggle_when_not_focused": true } }, + { "command": "next_result", "caption": "Resultado siguiente" }, + { "command": "prev_result", "caption": "Resultado anterior" } + ] + }, + { "command": "cancel_find", "caption": "Cancelar la búsqueda en archivos" } + ] + }, + { + "caption": "Vista", + "mnemonic": "V", + "id": "view", + "children": [ + { + "caption": "Barra lateral", + "id": "side_bar", + "children": [ + { "command": "toggle_side_bar", "caption": "Alternar vista de barra lateral" }, + { "caption": "-" }, + { "command": "toggle_show_open_files", "caption": "Alternar vista de archivos abiertos" } + ] + }, + { "command": "toggle_minimap", "caption": "Alternar vista de minimapa" }, + { "command": "toggle_tabs", "caption": "Alternar vista de pestañas" }, + { "command": "toggle_status_bar", "caption": "Alternar vista de barra de estado" }, + { "command": "toggle_menu", "caption": "Alternar vista de menú" }, + { "command": "show_panel", "caption": "Alternar vista de consola", "args": { "panel": "console", "toggle": true } }, + { "caption": "-", "id": "full_screen" }, + { "command": "toggle_full_screen", "caption": "Alternar pantalla completa" }, + { "command": "toggle_distraction_free", "caption": "Alternar modo sin distracciones" }, + { "caption": "-", "id": "groups" }, + { + "caption": "Diseño", + "mnemonic": "D", + "id": "layout", + "children": [ + { + "caption": "Único", + "command": "set_layout", + "args": { + "cols": [ + 0.0, + 1.0 + ], + "rows": [ + 0.0, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ] + ] + } + }, + { + "caption": "2 columnas", + "command": "set_layout", + "args": { + "cols": [ + 0.0, + 0.5, + 1.0 + ], + "rows": [ + 0.0, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 1, + 0, + 2, + 1 + ] + ] + } + }, + { + "caption": "3 columnas", + "command": "set_layout", + "args": { + "cols": [ + 0.0, + 0.33, + 0.66, + 1.0 + ], + "rows": [ + 0.0, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 1, + 0, + 2, + 1 + ], + [ + 2, + 0, + 3, + 1 + ] + ] + } + }, + { + "caption": "4 columnas", + "command": "set_layout", + "args": { + "cols": [ + 0.0, + 0.25, + 0.5, + 0.75, + 1.0 + ], + "rows": [ + 0.0, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 1, + 0, + 2, + 1 + ], + [ + 2, + 0, + 3, + 1 + ], + [ + 3, + 0, + 4, + 1 + ] + ] + } + }, + { + "caption": "2 filas", + "command": "set_layout", + "args": { + "cols": [ + 0.0, + 1.0 + ], + "rows": [ + 0.0, + 0.5, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 0, + 1, + 1, + 2 + ] + ] + } + }, + { + "caption": "3 filas", + "command": "set_layout", + "args": { + "cols": [ + 0.0, + 1.0 + ], + "rows": [ + 0.0, + 0.33, + 0.66, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 0, + 1, + 1, + 2 + ], + [ + 0, + 2, + 1, + 3 + ] + ] + } + }, + { + "caption": "4 rejillas", + "command": "set_layout", + "args": { + "cols": [ + 0.0, + 0.5, + 1.0 + ], + "rows": [ + 0.0, + 0.5, + 1.0 + ], + "cells": [ + [ + 0, + 0, + 1, + 1 + ], + [ + 1, + 0, + 2, + 1 + ], + [ + 0, + 1, + 1, + 2 + ], + [ + 1, + 1, + 2, + 2 + ] + ] + } + } + ] + }, + { + "caption": "Grupos", + "children": [ + { "command": "new_pane", "caption": "Mover archivo a un nuevo grupo" }, + { "command": "new_pane", "args": { "move": false }, "caption": "Nuevo grupo" }, + { "command": "close_pane", "caption": "Cerrar grupo" }, + { "caption": "-" }, + { "caption": "1 columna como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 1 }, "mnemonic": "1" }, + { "caption": "2 columnas como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 2 }, "mnemonic": "2" }, + { "caption": "3 columnas como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 3 }, "mnemonic": "3" }, + { "caption": "4 columnas como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 4 }, "mnemonic": "4" }, + { "caption": "5 columnas como máximo", "command": "set_max_columns", "checkbox": true, "args": { "columns": 5 }, "mnemonic": "5" } + ] + }, + { + "caption": "Grupos en foco", + "mnemonic": "G", + "children": [ + { "command": "focus_neighboring_group", "caption": "Siguiente" }, + { "command": "focus_neighboring_group", "args": { "forward": false }, "caption": "Anterior" }, + { "caption": "-" }, + { "command": "focus_group", "args": { "group": 0 }, "caption": "Grupo 1" }, + { "command": "focus_group", "args": { "group": 1 }, "caption": "Grupo 2" }, + { "command": "focus_group", "args": { "group": 2 }, "caption": "Grupo 3" }, + { "command": "focus_group", "args": { "group": 3 }, "caption": "Grupo 4" } + ] + }, + { + "caption": "Mover archivo a un grupo", + "mnemonic": "M", + "children": [ + { "command": "move_to_neighboring_group", "caption": "Siguiente" }, + { "command": "move_to_neighboring_group", "args": { "forward": false }, "caption": "Anterior" }, + { "caption": "-" }, + { "command": "move_to_group", "args": { "group": 0 }, "caption": "Grupo 1" }, + { "command": "move_to_group", "args": { "group": 1 }, "caption": "Grupo 2" }, + { "command": "move_to_group", "args": { "group": 2 }, "caption": "Grupo 3" }, + { "command": "move_to_group", "args": { "group": 3 }, "caption": "Grupo 4" } + ] + }, + { "caption": "-" }, + { + "caption": "Sintaxis", + "mnemonic": "S", + "id": "syntax", + "children": [ + { "command": "$file_types" } + ] + }, + { + "caption": "Indentación", + "mnemonic": "I", + "id": "indentation", + "children": [ + { "command": "toggle_setting", "args": { "setting": "translate_tabs_to_spaces" }, "caption": "Alternar indentación con espacios", "checkbox": true }, + { "caption": "-" }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 1 }, "caption": "Ancho de tabulación: 1", "mnemonic": "1", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 2 }, "caption": "Ancho de tabulación: 2", "mnemonic": "2", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 3 }, "caption": "Ancho de tabulación: 3", "mnemonic": "3", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 4 }, "caption": "Ancho de tabulación: 4", "mnemonic": "4", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 5 }, "caption": "Ancho de tabulación: 5", "mnemonic": "5", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 6 }, "caption": "Ancho de tabulación: 6", "mnemonic": "6", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 7 }, "caption": "Ancho de tabulación: 7", "mnemonic": "7", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "tab_size", "value": 8 }, "caption": "Ancho de tabulación: 8", "mnemonic": "8", "checkbox": true }, + { "caption": "-" }, + { "command": "detect_indentation", "caption": "Detectar la configuración de indentación" }, + { "caption": "-" }, + { "command": "expand_tabs", "caption": "Convertir la indentación en espacios", "args": { "set_translate_tabs": true } }, + { "command": "unexpand_tabs", "caption": "Convertir la indentación en tabulaciones", "args": { "set_translate_tabs": true } } + ] + }, + { + "caption": "Finales de línea", + "mnemonic": "F", + "id": "line_endings", + "children": [ + { "command": "set_line_ending", "args": { "type": "windows" }, "caption": "Windows", "checkbox": true }, + { "command": "set_line_ending", "args": { "type": "unix" }, "caption": "Unix", "checkbox": true }, + { "command": "set_line_ending", "args": { "type": "cr" }, "caption": "Mac OS 9", "checkbox": true } + ] + }, + { "caption": "-", "id": "settings" }, + { "command": "toggle_setting", "args": { "setting": "word_wrap" }, "caption": "Alternar envoltura de palabras", "mnemonic": "A", "checkbox": true }, + { + "caption": "Columnas de envoltura de palabras", + "children": [ + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 0 }, "caption": "Automático", "checkbox": true }, + { "caption": "-" }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 70 }, "caption": "70", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 72 }, "caption": "72", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 78 }, "caption": "78", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 80 }, "caption": "80", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 100 }, "caption": "100", "checkbox": true }, + { "command": "set_setting", "args": { "setting": "wrap_width", "value": 120 }, "caption": "120", "checkbox": true } + ] + }, + { + "caption": "Reglas", + "children": [ + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [] + }, + "caption": "Ninguna", + "checkbox": true + }, + { "caption": "-" }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 70 + ] + }, + "caption": "70", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 72 + ] + }, + "caption": "72", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 78 + ] + }, + "caption": "78", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 80 + ] + }, + "caption": "80", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 100 + ] + }, + "caption": "100", + "checkbox": true + }, + { + "command": "set_setting", + "args": { + "setting": "rulers", + "value": [ + 120 + ] + }, + "caption": "120", + "checkbox": true + } + ] + }, + { "caption": "-" }, + { "command": "toggle_setting", "args": { "setting": "spell_check" }, "caption": "Alternar corrector ortográfico", "checkbox": true }, + { "command": "next_misspelling", "caption": "Error ortográfico siguiente" }, + { "command": "prev_misspelling", "caption": "Error ortográfico anterior" }, + { + "caption": "Diccionarios de idiomas", + "children": [ + { "command": "$dictionaries" } + ] + } + ] + }, + { + "caption": "Ir a", + "mnemonic": "I", + "id": "goto", + "children": [ + { "command": "show_overlay", "args": { "overlay": "goto", "show_files": true }, "caption": "Ir a lo que sea…", "mnemonic": "I" }, + { "caption": "-" }, + { "command": "show_overlay", "args": { "overlay": "goto", "text": "@" }, "caption": "Ir a un símbolo… (@)" }, + { "command": "goto_symbol_in_project", "caption": "Ir a un símbolo en el proyecto…" }, + { "command": "goto_definition", "caption": "Ir a una definición…" }, + { "command": "goto_reference", "caption": "Ir a una referencia…" }, + { "command": "show_overlay", "args": { "overlay": "goto", "text": ":" }, "caption": "Ir a una línea…" }, + { "caption": "-" }, + { "command": "next_modification", "caption": "Modificación siguiente" }, + { "command": "prev_modification", "caption": "Modificación anterior" }, + { "caption": "-" }, + { "command": "jump_back", "caption": "Saltar hacía atrás" }, + { "command": "jump_forward", "caption": "Saltar hacía adelante" }, + { "caption": "-" }, + { + "caption": "Cambiar archivo", + "mnemonic": "C", + "id": "switch_file", + "children": [ + { "command": "next_view", "caption": "Archivo siguiente" }, + { "command": "prev_view", "caption": "Archivo anterior" }, + { "caption": "-" }, + { "command": "next_view_in_stack", "caption": "Archivo siguiente de la pila" }, + { "command": "prev_view_in_stack", "caption": "Archivo anterior de la pila" }, + { "caption": "-" }, + { + "command": "switch_file", + "args": { + "extensions": [ + "cpp", + "cxx", + "cc", + "c", + "hpp", + "hxx", + "hh", + "h", + "ipp", + "inl", + "m", + "mm" + ] + }, + "caption": "Cambiar cabecera/implementación", + "mnemonic": "C" + }, + { "caption": "-" }, + { "command": "select_by_index", "args": { "index": 0 } }, + { "command": "select_by_index", "args": { "index": 1 } }, + { "command": "select_by_index", "args": { "index": 2 } }, + { "command": "select_by_index", "args": { "index": 3 } }, + { "command": "select_by_index", "args": { "index": 4 } }, + { "command": "select_by_index", "args": { "index": 5 } }, + { "command": "select_by_index", "args": { "index": 6 } }, + { "command": "select_by_index", "args": { "index": 7 } }, + { "command": "select_by_index", "args": { "index": 8 } }, + { "command": "select_by_index", "args": { "index": 9 } } + ] + }, + { "caption": "-" }, + { + "caption": "Desplazamiento", + "mnemonic": "D", + "id": "scroll", + "children": [ + { "command": "show_at_center", "caption": "Desplazarse hasta la selección" }, + { "command": "scroll_lines", "args": { "amount": 1.0 }, "caption": "Línea arriba" }, + { "command": "scroll_lines", "args": { "amount": -1.0 }, "caption": "Línea abajo" } + ] + }, + { + "caption": "Marcadores", + "mnemonic": "M", + "id": "bookmarks", + "children": [ + { "command": "toggle_bookmark", "caption": "Alternar marcador", "args": { "toggle_line": true } }, + { "command": "next_bookmark", "caption": "Marcador siguiente" }, + { "command": "prev_bookmark", "caption": "Marcador anterior" }, + { "command": "clear_bookmarks", "caption": "Borrar marcadores" }, + { "command": "select_all_bookmarks", "caption": "Seleccionar todos los marcadores" }, + { "caption": "-" }, + { "command": "select_bookmark", "args": { "index": 0 } }, + { "command": "select_bookmark", "args": { "index": 1 } }, + { "command": "select_bookmark", "args": { "index": 2 } }, + { "command": "select_bookmark", "args": { "index": 3 } }, + { "command": "select_bookmark", "args": { "index": 4 } }, + { "command": "select_bookmark", "args": { "index": 5 } }, + { "command": "select_bookmark", "args": { "index": 6 } }, + { "command": "select_bookmark", "args": { "index": 7 } }, + { "command": "select_bookmark", "args": { "index": 8 } }, + { "command": "select_bookmark", "args": { "index": 9 } }, + { "command": "select_bookmark", "args": { "index": 10 } }, + { "command": "select_bookmark", "args": { "index": 11 } }, + { "command": "select_bookmark", "args": { "index": 12 } }, + { "command": "select_bookmark", "args": { "index": 13 } }, + { "command": "select_bookmark", "args": { "index": 14 } }, + { "command": "select_bookmark", "args": { "index": 15 } } + ] + }, + { "caption": "-" }, + { "command": "move_to", "args": { "to": "brackets" }, "caption": "Saltar al corchete correspondiente" } + ] + }, + { + "caption": "Herramientas", + "mnemonic": "H", + "id": "tools", + "children": [ + { "command": "show_overlay", "args": { "overlay": "command_palette" }, "caption": "Paleta de comandos…" }, + { "command": "show_overlay", "args": { "overlay": "command_palette", "text": "Snippet: " }, "caption": "Snippets…" }, + { "caption": "-", "id": "build" }, + { + "caption": "Compiladores", + "mnemonic": "C", + "children": [ + { "command": "set_build_system", "args": { "file": "" }, "caption": "Automático", "checkbox": true }, + { "caption": "-" }, + { "command": "set_build_system", "args": { "index": 0 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 1 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 2 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 3 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 4 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 5 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 6 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 7 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 8 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 9 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 10 }, "checkbox": true }, + { "command": "set_build_system", "args": { "index": 11 }, "checkbox": true }, + { "caption": "-" }, + { "command": "$build_systems" }, + { "caption": "-" }, + { "command": "new_build_system", "caption": "Nuevo compilador…" } + ] + }, + { "command": "build", "caption": "Compilar", "mnemonic": "C" }, + { "command": "build", "args": { "select": true }, "caption": "Compilar con…" }, + { "command": "cancel_build", "caption": "Cancelar compilación", "mnemonic": "C" }, + { + "caption": "Resultados del compilador", + "mnemonic": "R", + "children": [ + { "command": "show_panel", "args": { "panel": "output.exec" }, "caption": "Mostrar los resultados de la compilación", "mnemonic": "M" }, + { "command": "next_result", "caption": "Resultado siguiente", "mnemonic": "s" }, + { "command": "prev_result", "caption": "Resultado anterior", "mnemonic": "R" } + ] + }, + { "command": "toggle_save_all_on_build", "caption": "Guardar todo al compilar", "mnemonic": "G", "checkbox": true }, + { "caption": "-", "id": "macros" }, + { "command": "toggle_record_macro", "caption": "Grabar una macro", "mnemonic": "G" }, + { "command": "run_macro", "caption": "Reproducir macro", "mnemonic": "R" }, + { "command": "save_macro", "caption": "Guardar en una macro…", "mnemonic": "G" }, + { + "caption": "Macros", + "children": [ + { "command": "$macros" } + ] + }, + { "caption": "-" }, + { + "caption": "Desarrollador", + "children": [ + { "command": "new_plugin", "caption": "Nuevo plugin…" }, + { "command": "new_snippet", "caption": "Nuevo snippet…" }, + { "command": "new_syntax", "caption": "Nueva sintaxis…" }, + { "command": "convert_syntax", "caption": "Convertir sintaxis…" }, + { "caption": "-" }, + { "caption": "-" }, + { "command": "profile_plugins", "caption": "Perfil de plugins" }, + { "caption": "-" }, + { "command": "view_resource", "caption": "Ver los archivos de los paquetes…" }, + { "command": "show_scope_name", "caption": "Mostrar nombre del scope" } + ] + }, + { "command": "install_package_control", "caption": "Instalar Package Control…" }, + { "command": "enable_package_control", "caption": "Habilitar Package Control" }, + { "caption": "-", "id": "end" } + ] + }, + { + "caption": "Proyecto", + "id": "project", + "mnemonic": "P", + "children": [ + { "command": "prompt_open_project_or_workspace", "caption": "Abrir proyecto…" }, + { "command": "prompt_switch_project_or_workspace", "caption": "Cambiar proyecto…" }, + { "command": "prompt_select_workspace", "caption": "Cambio rápido de proyecto…", "mnemonic": "C" }, + { + "caption": "Abrir recientes", + "children": [ + { "command": "open_recent_project_or_workspace", "args": { "index": 0 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 1 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 2 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 3 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 4 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 5 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 6 } }, + { "command": "open_recent_project_or_workspace", "args": { "index": 7 } }, + { "caption": "-" }, + { "command": "clear_recent_projects_and_workspaces", "caption": "Borrar proyectos recientes" }, + { "command": "clear_missing_recent_projects_and_workspaces", "caption": "Borrar proyectos eliminados" } + ] + }, + { "caption": "-" }, + { "command": "save_project_and_workspace_as", "caption": "Guardar proyecto como…", "mnemonic": "G" }, + { "command": "close_workspace", "caption": "Cerrar proyecto", "mnemonic": "C" }, + { "command": "open_file", "args": { "file": "${project}" }, "caption": "Editar proyecto" }, + { "caption": "-" }, + { "command": "new_window_for_project", "caption": "Nuevo espacio de trabajo para el proyecto" }, + { "command": "save_workspace_as", "caption": "Guardar espacio de trabajo como…", "mnemonic": "G" }, + { "caption": "-" }, + { "command": "prompt_add_folder", "caption": "Añadir carpeta al proyecto…", "mnemonic": "A" }, + { "command": "close_folder_list", "caption": "Borrar todas las carpetas del proyecto", "mnemonic": "B" }, + { "command": "refresh_folder_list", "caption": "Refrescar carpetas", "mnemonic": "R" } + ] + }, + { + "caption": "Preferencias", + "mnemonic": "P", + "id": "preferences", + "children": [ + { "command": "open_dir", "args": { "dir": "$packages" }, "caption": "Buscar paquetes…", "mnemonic": "B" }, + { "caption": "-" }, + { "command": "edit_settings", "args": { "base_file": "${packages}/Default/Preferences.sublime-settings", "default": "// Los ajustes de esta opción anulan los de \"Default/Preferences.sublime-settings\",\n// y son anulados a su vez por ajustes específicos de la sintaxis.\n{\n\t$0\n}\n" }, "caption": "Ajustes" }, + { "command": "edit_syntax_settings", "caption": "Ajustes - específicos de sintaxis" }, + { "command": "edit_settings", "args": { "base_file": "${packages}/Default/Distraction Free.sublime-settings", "default": "{\n\t$0\n}\n" }, "caption": "Ajustes - sin distracciones" }, + { "caption": "-" }, + { "command": "edit_settings", "args": { "base_file": "${packages}/Default/Default ($platform).sublime-keymap", "default": "[\n\t$0\n]\n" }, "caption": "Atajos de teclado" }, + { "command": "edit_settings", "args": { "base_file": "${packages}/Default/Default ($platform).sublime-mousemap", "default": "[\n\t$0\n]\n" }, "caption": "Atajos de ratón" }, + { "caption": "-" }, + { "caption": "Seleccionar paleta de colores…", "command": "select_color_scheme" }, + { "caption": "Personalizar paleta de colores", "command": "customize_color_scheme" }, + { "caption": "-" }, + { "caption": "Seleccionar tema…", "command": "select_theme" }, + { "caption": "Personalizar tema", "command": "customize_theme" }, + { "caption": "-" }, + { + "caption": "Fuente de letras", + "children": [ + { "command": "choose_font", "caption": "Elegir…" }, + { "command": "increase_font_size", "caption": "Más grande" }, + { "command": "decrease_font_size", "caption": "Más pequeño" }, + { "caption": "-" }, + { "command": "reset_font_size", "caption": "Restablecer tamaño" } + ] + } + ] + }, + { + "caption": "Ayuda", + "mnemonic": "A", + "id": "help", + "children": [ + { "command": "open_url", "args": { "url": "https://www.sublimetext.com/docs/" }, "caption": "Documentación" }, + { "command": "open_url", "args": { "url": "https://github.com/sublimehq/sublime_text/issues/new/choose" }, "caption": "Reportar un error" }, + { "command": "open_url", "args": { "url": "https://twitter.com/sublimehq" }, "caption": "Twitter" }, + { "caption": "-" }, + { "command": "show_progress_window", "caption": "Estado del índice…" }, + { "caption": "-" }, + { "command": "purchase_license", "caption": "Comprar licencia" }, + { "command": "upgrade_license", "caption": "Actualizar licencia" }, + { "command": "show_license_window", "caption": "Introducir licencia" }, + { "command": "remove_license", "caption": "Eliminar licencia" }, + { "caption": "-" }, + { "command": "update_check", "caption": "Buscar actualizaciones…" }, + { "command": "show_changelog", "caption": "Registro de cambios…" }, + { "command": "show_attribution", "caption": "Licencias y atribución…" }, + { "command": "show_about_window", "caption": "Acerca de Sublime Text", "mnemonic": "A" } + ] + } +] diff --git a/menu/4205/es/Side Bar Mount Point.sublime-menu.json b/menu/4205/es/Side Bar Mount Point.sublime-menu.json new file mode 100644 index 0000000..211f958 --- /dev/null +++ b/menu/4205/es/Side Bar Mount Point.sublime-menu.json @@ -0,0 +1,10 @@ +[ + { "caption": "-", "id": "folder_commands" }, + { + "caption": "Cerrar carpeta", + "command": "remove_folder", + "args": { + "dirs": [] + } + } +] diff --git a/menu/4205/es/Side Bar.sublime-menu.json b/menu/4205/es/Side Bar.sublime-menu.json new file mode 100644 index 0000000..47287ef --- /dev/null +++ b/menu/4205/es/Side Bar.sublime-menu.json @@ -0,0 +1,112 @@ +[ + { + "caption": "Nuevo archivo", + "command": "new_file_at", + "args": { + "dirs": [] + } + }, + { + "caption": "Renombrar…", + "command": "rename_path", + "args": { + "paths": [] + } + }, + { + "caption": "Borrar archivo", + "command": "delete_file", + "args": { + "files": [], + "prompt": false + } + }, + { + "caption": "Abrir carpeta…", + "command": "open_folder", + "args": { + "dirs": [] + } + }, + { + "caption": "Abrir carpeta contenedora…", + "command": "open_containing_folder", + "args": { + "files": [] + } + }, + { + "caption": "Abrir terminal aquí…", + "command": "open_terminal", + "args": { + "dirs": [] + } + }, + { + "caption": "Copiar ruta", + "command": "copy_path_sidebar", + "args": { + "paths": [] + } + }, + { + "caption": "Revelar enlace de la fuente", + "command": "reveal_link_source", + "args": { + "dirs": [] + } + }, + { "caption": "-", "id": "repo_commands" }, + { + "caption": "Abrir repositorio Git…", + "command": "sublime_merge_open_repo", + "args": { + "paths": [] + } + }, + { + "caption": "Historial de archivos…", + "command": "sublime_merge_file_history", + "args": { + "files": [] + } + }, + { + "caption": "Historial de carpetas…", + "command": "sublime_merge_folder_history", + "args": { + "paths": [] + } + }, + { + "caption": "Abrir con blame…", + "command": "sublime_merge_blame_file", + "args": { + "files": [] + } + }, + { "caption": "-", "id": "folder_commands" }, + { + "caption": "Nueva carpeta…", + "command": "new_folder", + "args": { + "dirs": [] + } + }, + { + "caption": "Borrar carpeta", + "command": "delete_folder", + "args": { + "dirs": [], + "prompt": true + } + }, + { + "caption": "Buscar en la carpeta…", + "command": "find_in_folder", + "args": { + "dirs": [] + } + }, + { "caption": "-", "id": "end" } +] diff --git a/menu/4205/es/Syntax.sublime-menu.json b/menu/4205/es/Syntax.sublime-menu.json new file mode 100644 index 0000000..5628101 --- /dev/null +++ b/menu/4205/es/Syntax.sublime-menu.json @@ -0,0 +1,8 @@ +[ + { + "caption": "Sintaxis", + "children": [ + { "command": "$file_types" } + ] + } +] diff --git a/menu/4205/es/Tab Context.sublime-menu.json b/menu/4205/es/Tab Context.sublime-menu.json new file mode 100644 index 0000000..f090cbe --- /dev/null +++ b/menu/4205/es/Tab Context.sublime-menu.json @@ -0,0 +1,16 @@ +[ + { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestaña" }, + { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar otras pestañas" }, + { "caption": "-" }, + { "command": "close_selected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas seleccionadas" }, + { "command": "close_unselected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas no seleccionadas" }, + { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas a la derecha" }, + { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas sin modificar" }, + { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas sin modificar a la derecha" }, + { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar pestañas con archivos eliminados" }, + { "caption": "-" }, + { "command": "clone_file", "args": { "add_to_selection": true, "group": -1, "index": -1, "retain_viewport_position": true }, "caption": "Vista dividida" }, + { "caption": "-" }, + { "command": "new_file", "caption": "Nuevo archivo" }, + { "command": "prompt_open_file", "caption": "Abrir archivo" } +] diff --git a/menu/4205/es/Tab Sidebar Context.sublime-menu.json b/menu/4205/es/Tab Sidebar Context.sublime-menu.json new file mode 100644 index 0000000..f2bf7ef --- /dev/null +++ b/menu/4205/es/Tab Sidebar Context.sublime-menu.json @@ -0,0 +1,14 @@ +[ + { "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestaña" }, + { "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar otras pestañas" }, + { "caption": "-" }, + { "command": "close_selected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas seleccionadas" }, + { "command": "close_unselected", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas no seleccionadas" }, + { "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas siguientes" }, + { "command": "close_unmodified", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas sin modificar" }, + { "command": "close_unmodified_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Cerrar pestañas sin modificar siguientes" }, + { "command": "close_deleted_files", "args": { "group": -1 }, "caption": "Cerrar pestañas con archivos eliminados" }, + { "caption": "-" }, + { "command": "new_file", "caption": "Nuevo archivo" }, + { "command": "prompt_open_file", "caption": "Abrir archivo" } +] diff --git a/menu/4205/es/Widget Context.sublime-menu.json b/menu/4205/es/Widget Context.sublime-menu.json new file mode 100644 index 0000000..ab6c6d1 --- /dev/null +++ b/menu/4205/es/Widget Context.sublime-menu.json @@ -0,0 +1,9 @@ +[ + { "command": "open_context_url", "caption": "Abrir enlace" }, + { "caption": "-" }, + { "command": "cut", "caption": "Cortar" }, + { "command": "copy", "caption": "Copiar" }, + { "command": "paste", "caption": "Pegar" }, + { "caption": "-" }, + { "command": "select_all", "caption": "Seleccionar todo" } +] From 512197b338ebd9cbba9d45e533eab6263a353cda Mon Sep 17 00:00:00 2001 From: ChrisTVH Date: Fri, 22 May 2026 17:49:25 -0400 Subject: [PATCH 2/3] Mnemonic warning fixed --- locale/es/menu.json | 1 + 1 file changed, 1 insertion(+) diff --git a/locale/es/menu.json b/locale/es/menu.json index 06885ab..bf29bd6 100644 --- a/locale/es/menu.json +++ b/locale/es/menu.json @@ -5,6 +5,7 @@ { "id": "package-settings", "caption": "Ajustes de paquetes", + "mnemonic": "A", "children": [ { "caption": "LocalizedMenu", From 1dce9a0bc3ae2711c7049013bc187ec4f6eabc83 Mon Sep 17 00:00:00 2001 From: ChrisTVH Date: Fri, 22 May 2026 18:05:58 -0400 Subject: [PATCH 3/3] Code formatting --- .../es/Side Bar Mount Point.sublime-menu.json | 8 +- menu/4/es/Side Bar.sublime-menu.json | 114 ++-------------- menu/4/es/Syntax.sublime-menu.json | 4 +- menu/4169/es/Side Bar.sublime-menu.json | 114 ++-------------- menu/4192/es/Side Bar.sublime-menu.json | 114 ++-------------- .../es/Side Bar Mount Point.sublime-menu.json | 8 +- menu/4205/es/Side Bar.sublime-menu.json | 122 +++--------------- menu/4205/es/Syntax.sublime-menu.json | 4 +- 8 files changed, 61 insertions(+), 427 deletions(-) diff --git a/menu/4/es/Side Bar Mount Point.sublime-menu.json b/menu/4/es/Side Bar Mount Point.sublime-menu.json index 211f958..ff41c34 100644 --- a/menu/4/es/Side Bar Mount Point.sublime-menu.json +++ b/menu/4/es/Side Bar Mount Point.sublime-menu.json @@ -1,10 +1,4 @@ [ { "caption": "-", "id": "folder_commands" }, - { - "caption": "Cerrar carpeta", - "command": "remove_folder", - "args": { - "dirs": [] - } - } + { "caption": "Cerrar carpeta", "command": "remove_folder", "args": {"dirs": []} } ] diff --git a/menu/4/es/Side Bar.sublime-menu.json b/menu/4/es/Side Bar.sublime-menu.json index f2337a2..2101a1e 100644 --- a/menu/4/es/Side Bar.sublime-menu.json +++ b/menu/4/es/Side Bar.sublime-menu.json @@ -1,105 +1,19 @@ [ - { - "caption": "Nuevo archivo", - "command": "new_file_at", - "args": { - "dirs": [] - } - }, - { - "caption": "Renombrar…", - "command": "rename_path", - "args": { - "paths": [] - } - }, - { - "caption": "Borrar archivo", - "command": "delete_file", - "args": { - "files": [], - "prompt": false - } - }, - { - "caption": "Abrir carpeta…", - "command": "open_folder", - "args": { - "dirs": [] - } - }, - { - "caption": "Abrir carpeta contenedora…", - "command": "open_containing_folder", - "args": { - "files": [] - } - }, - { - "caption": "Copiar ruta", - "command": "copy_path_sidebar", - "args": { - "paths": [] - } - }, - { - "caption": "Revelar enlace de la fuente", - "command": "reveal_link_source", - "args": { - "dirs": [] - } - }, + { "caption": "Nuevo archivo", "command": "new_file_at", "args": {"dirs": []} }, + { "caption": "Renombrar…", "command": "rename_path", "args": {"paths": []} }, + { "caption": "Borrar archivo", "command": "delete_file", "args": {"files": [], "prompt": false} }, + { "caption": "Abrir carpeta…", "command": "open_folder", "args": {"dirs": []} }, + { "caption": "Abrir carpeta contenedora…", "command": "open_containing_folder", "args": {"files": []} }, + { "caption": "Copiar ruta", "command": "copy_path_sidebar", "args": {"paths": []} }, + { "caption": "Revelar enlace de la fuente", "command": "reveal_link_source", "args": {"dirs": []} }, { "caption": "-", "id": "repo_commands" }, - { - "caption": "Abrir repositorio Git…", - "command": "sublime_merge_open_repo", - "args": { - "paths": [] - } - }, - { - "caption": "Historial de archivos…", - "command": "sublime_merge_file_history", - "args": { - "files": [] - } - }, - { - "caption": "Historial de carpetas…", - "command": "sublime_merge_folder_history", - "args": { - "paths": [] - } - }, - { - "caption": "Abrir con blame…", - "command": "sublime_merge_blame_file", - "args": { - "files": [] - } - }, + { "caption": "Abrir repositorio Git…", "command": "sublime_merge_open_repo", "args": {"paths": []} }, + { "caption": "Historial de archivos…", "command": "sublime_merge_file_history", "args": {"files": []} }, + { "caption": "Historial de carpetas…", "command": "sublime_merge_folder_history", "args": {"paths": []} }, + { "caption": "Abrir con blame…", "command": "sublime_merge_blame_file", "args": {"files": []} }, { "caption": "-", "id": "folder_commands" }, - { - "caption": "Nueva carpeta…", - "command": "new_folder", - "args": { - "dirs": [] - } - }, - { - "caption": "Borrar carpeta", - "command": "delete_folder", - "args": { - "dirs": [], - "prompt": true - } - }, - { - "caption": "Buscar en la carpeta…", - "command": "find_in_folder", - "args": { - "dirs": [] - } - }, + { "caption": "Nueva carpeta…", "command": "new_folder", "args": {"dirs": []} }, + { "caption": "Borrar carpeta", "command": "delete_folder", "args": {"dirs": [], "prompt": true} }, + { "caption": "Buscar en la carpeta…", "command": "find_in_folder", "args": {"dirs": []} }, { "caption": "-", "id": "end" } ] diff --git a/menu/4/es/Syntax.sublime-menu.json b/menu/4/es/Syntax.sublime-menu.json index 5628101..8c3f627 100644 --- a/menu/4/es/Syntax.sublime-menu.json +++ b/menu/4/es/Syntax.sublime-menu.json @@ -1,8 +1,6 @@ [ { "caption": "Sintaxis", - "children": [ - { "command": "$file_types" } - ] + "children": [ { "command": "$file_types" } ] } ] diff --git a/menu/4169/es/Side Bar.sublime-menu.json b/menu/4169/es/Side Bar.sublime-menu.json index f2337a2..2101a1e 100644 --- a/menu/4169/es/Side Bar.sublime-menu.json +++ b/menu/4169/es/Side Bar.sublime-menu.json @@ -1,105 +1,19 @@ [ - { - "caption": "Nuevo archivo", - "command": "new_file_at", - "args": { - "dirs": [] - } - }, - { - "caption": "Renombrar…", - "command": "rename_path", - "args": { - "paths": [] - } - }, - { - "caption": "Borrar archivo", - "command": "delete_file", - "args": { - "files": [], - "prompt": false - } - }, - { - "caption": "Abrir carpeta…", - "command": "open_folder", - "args": { - "dirs": [] - } - }, - { - "caption": "Abrir carpeta contenedora…", - "command": "open_containing_folder", - "args": { - "files": [] - } - }, - { - "caption": "Copiar ruta", - "command": "copy_path_sidebar", - "args": { - "paths": [] - } - }, - { - "caption": "Revelar enlace de la fuente", - "command": "reveal_link_source", - "args": { - "dirs": [] - } - }, + { "caption": "Nuevo archivo", "command": "new_file_at", "args": {"dirs": []} }, + { "caption": "Renombrar…", "command": "rename_path", "args": {"paths": []} }, + { "caption": "Borrar archivo", "command": "delete_file", "args": {"files": [], "prompt": false} }, + { "caption": "Abrir carpeta…", "command": "open_folder", "args": {"dirs": []} }, + { "caption": "Abrir carpeta contenedora…", "command": "open_containing_folder", "args": {"files": []} }, + { "caption": "Copiar ruta", "command": "copy_path_sidebar", "args": {"paths": []} }, + { "caption": "Revelar enlace de la fuente", "command": "reveal_link_source", "args": {"dirs": []} }, { "caption": "-", "id": "repo_commands" }, - { - "caption": "Abrir repositorio Git…", - "command": "sublime_merge_open_repo", - "args": { - "paths": [] - } - }, - { - "caption": "Historial de archivos…", - "command": "sublime_merge_file_history", - "args": { - "files": [] - } - }, - { - "caption": "Historial de carpetas…", - "command": "sublime_merge_folder_history", - "args": { - "paths": [] - } - }, - { - "caption": "Abrir con blame…", - "command": "sublime_merge_blame_file", - "args": { - "files": [] - } - }, + { "caption": "Abrir repositorio Git…", "command": "sublime_merge_open_repo", "args": {"paths": []} }, + { "caption": "Historial de archivos…", "command": "sublime_merge_file_history", "args": {"files": []} }, + { "caption": "Historial de carpetas…", "command": "sublime_merge_folder_history", "args": {"paths": []} }, + { "caption": "Abrir con blame…", "command": "sublime_merge_blame_file", "args": {"files": []} }, { "caption": "-", "id": "folder_commands" }, - { - "caption": "Nueva carpeta…", - "command": "new_folder", - "args": { - "dirs": [] - } - }, - { - "caption": "Borrar carpeta", - "command": "delete_folder", - "args": { - "dirs": [], - "prompt": true - } - }, - { - "caption": "Buscar en la carpeta…", - "command": "find_in_folder", - "args": { - "dirs": [] - } - }, + { "caption": "Nueva carpeta…", "command": "new_folder", "args": {"dirs": []} }, + { "caption": "Borrar carpeta", "command": "delete_folder", "args": {"dirs": [], "prompt": true} }, + { "caption": "Buscar en la carpeta…", "command": "find_in_folder", "args": {"dirs": []} }, { "caption": "-", "id": "end" } ] diff --git a/menu/4192/es/Side Bar.sublime-menu.json b/menu/4192/es/Side Bar.sublime-menu.json index f2337a2..2101a1e 100644 --- a/menu/4192/es/Side Bar.sublime-menu.json +++ b/menu/4192/es/Side Bar.sublime-menu.json @@ -1,105 +1,19 @@ [ - { - "caption": "Nuevo archivo", - "command": "new_file_at", - "args": { - "dirs": [] - } - }, - { - "caption": "Renombrar…", - "command": "rename_path", - "args": { - "paths": [] - } - }, - { - "caption": "Borrar archivo", - "command": "delete_file", - "args": { - "files": [], - "prompt": false - } - }, - { - "caption": "Abrir carpeta…", - "command": "open_folder", - "args": { - "dirs": [] - } - }, - { - "caption": "Abrir carpeta contenedora…", - "command": "open_containing_folder", - "args": { - "files": [] - } - }, - { - "caption": "Copiar ruta", - "command": "copy_path_sidebar", - "args": { - "paths": [] - } - }, - { - "caption": "Revelar enlace de la fuente", - "command": "reveal_link_source", - "args": { - "dirs": [] - } - }, + { "caption": "Nuevo archivo", "command": "new_file_at", "args": {"dirs": []} }, + { "caption": "Renombrar…", "command": "rename_path", "args": {"paths": []} }, + { "caption": "Borrar archivo", "command": "delete_file", "args": {"files": [], "prompt": false} }, + { "caption": "Abrir carpeta…", "command": "open_folder", "args": {"dirs": []} }, + { "caption": "Abrir carpeta contenedora…", "command": "open_containing_folder", "args": {"files": []} }, + { "caption": "Copiar ruta", "command": "copy_path_sidebar", "args": {"paths": []} }, + { "caption": "Revelar enlace de la fuente", "command": "reveal_link_source", "args": {"dirs": []} }, { "caption": "-", "id": "repo_commands" }, - { - "caption": "Abrir repositorio Git…", - "command": "sublime_merge_open_repo", - "args": { - "paths": [] - } - }, - { - "caption": "Historial de archivos…", - "command": "sublime_merge_file_history", - "args": { - "files": [] - } - }, - { - "caption": "Historial de carpetas…", - "command": "sublime_merge_folder_history", - "args": { - "paths": [] - } - }, - { - "caption": "Abrir con blame…", - "command": "sublime_merge_blame_file", - "args": { - "files": [] - } - }, + { "caption": "Abrir repositorio Git…", "command": "sublime_merge_open_repo", "args": {"paths": []} }, + { "caption": "Historial de archivos…", "command": "sublime_merge_file_history", "args": {"files": []} }, + { "caption": "Historial de carpetas…", "command": "sublime_merge_folder_history", "args": {"paths": []} }, + { "caption": "Abrir con blame…", "command": "sublime_merge_blame_file", "args": {"files": []} }, { "caption": "-", "id": "folder_commands" }, - { - "caption": "Nueva carpeta…", - "command": "new_folder", - "args": { - "dirs": [] - } - }, - { - "caption": "Borrar carpeta", - "command": "delete_folder", - "args": { - "dirs": [], - "prompt": true - } - }, - { - "caption": "Buscar en la carpeta…", - "command": "find_in_folder", - "args": { - "dirs": [] - } - }, + { "caption": "Nueva carpeta…", "command": "new_folder", "args": {"dirs": []} }, + { "caption": "Borrar carpeta", "command": "delete_folder", "args": {"dirs": [], "prompt": true} }, + { "caption": "Buscar en la carpeta…", "command": "find_in_folder", "args": {"dirs": []} }, { "caption": "-", "id": "end" } ] diff --git a/menu/4205/es/Side Bar Mount Point.sublime-menu.json b/menu/4205/es/Side Bar Mount Point.sublime-menu.json index 211f958..ff41c34 100644 --- a/menu/4205/es/Side Bar Mount Point.sublime-menu.json +++ b/menu/4205/es/Side Bar Mount Point.sublime-menu.json @@ -1,10 +1,4 @@ [ { "caption": "-", "id": "folder_commands" }, - { - "caption": "Cerrar carpeta", - "command": "remove_folder", - "args": { - "dirs": [] - } - } + { "caption": "Cerrar carpeta", "command": "remove_folder", "args": {"dirs": []} } ] diff --git a/menu/4205/es/Side Bar.sublime-menu.json b/menu/4205/es/Side Bar.sublime-menu.json index 47287ef..171377a 100644 --- a/menu/4205/es/Side Bar.sublime-menu.json +++ b/menu/4205/es/Side Bar.sublime-menu.json @@ -1,112 +1,20 @@ [ - { - "caption": "Nuevo archivo", - "command": "new_file_at", - "args": { - "dirs": [] - } - }, - { - "caption": "Renombrar…", - "command": "rename_path", - "args": { - "paths": [] - } - }, - { - "caption": "Borrar archivo", - "command": "delete_file", - "args": { - "files": [], - "prompt": false - } - }, - { - "caption": "Abrir carpeta…", - "command": "open_folder", - "args": { - "dirs": [] - } - }, - { - "caption": "Abrir carpeta contenedora…", - "command": "open_containing_folder", - "args": { - "files": [] - } - }, - { - "caption": "Abrir terminal aquí…", - "command": "open_terminal", - "args": { - "dirs": [] - } - }, - { - "caption": "Copiar ruta", - "command": "copy_path_sidebar", - "args": { - "paths": [] - } - }, - { - "caption": "Revelar enlace de la fuente", - "command": "reveal_link_source", - "args": { - "dirs": [] - } - }, + { "caption": "Nuevo archivo", "command": "new_file_at", "args": {"dirs": []} }, + { "caption": "Renombrar…", "command": "rename_path", "args": {"paths": []} }, + { "caption": "Borrar archivo", "command": "delete_file", "args": {"files": [], "prompt": false} }, + { "caption": "Abrir carpeta…", "command": "open_folder", "args": {"dirs": []} }, + { "caption": "Abrir carpeta contenedora…", "command": "open_containing_folder", "args": {"files": []} }, + { "caption": "Abrir terminal aquí…", "command": "open_terminal", "args": {"dirs": []} }, + { "caption": "Copiar ruta", "command": "copy_path_sidebar", "args": {"paths": []} }, + { "caption": "Revelar enlace de la fuente", "command": "reveal_link_source", "args": {"dirs": []} }, { "caption": "-", "id": "repo_commands" }, - { - "caption": "Abrir repositorio Git…", - "command": "sublime_merge_open_repo", - "args": { - "paths": [] - } - }, - { - "caption": "Historial de archivos…", - "command": "sublime_merge_file_history", - "args": { - "files": [] - } - }, - { - "caption": "Historial de carpetas…", - "command": "sublime_merge_folder_history", - "args": { - "paths": [] - } - }, - { - "caption": "Abrir con blame…", - "command": "sublime_merge_blame_file", - "args": { - "files": [] - } - }, + { "caption": "Abrir repositorio Git…", "command": "sublime_merge_open_repo", "args": {"paths": []} }, + { "caption": "Historial de archivos…", "command": "sublime_merge_file_history", "args": {"files": []} }, + { "caption": "Historial de carpetas…", "command": "sublime_merge_folder_history", "args": {"paths": []} }, + { "caption": "Abrir con blame…", "command": "sublime_merge_blame_file", "args": {"files": []} }, { "caption": "-", "id": "folder_commands" }, - { - "caption": "Nueva carpeta…", - "command": "new_folder", - "args": { - "dirs": [] - } - }, - { - "caption": "Borrar carpeta", - "command": "delete_folder", - "args": { - "dirs": [], - "prompt": true - } - }, - { - "caption": "Buscar en la carpeta…", - "command": "find_in_folder", - "args": { - "dirs": [] - } - }, + { "caption": "Nueva carpeta…", "command": "new_folder", "args": {"dirs": []} }, + { "caption": "Borrar carpeta", "command": "delete_folder", "args": {"dirs": [], "prompt": true} }, + { "caption": "Buscar en la carpeta…", "command": "find_in_folder", "args": {"dirs": []} }, { "caption": "-", "id": "end" } ] diff --git a/menu/4205/es/Syntax.sublime-menu.json b/menu/4205/es/Syntax.sublime-menu.json index 5628101..8c3f627 100644 --- a/menu/4205/es/Syntax.sublime-menu.json +++ b/menu/4205/es/Syntax.sublime-menu.json @@ -1,8 +1,6 @@ [ { "caption": "Sintaxis", - "children": [ - { "command": "$file_types" } - ] + "children": [ { "command": "$file_types" } ] } ]