|
43 | 43 | { "command": "open_recent_folder", "args": {"index": 10 } },
|
44 | 44 | { "command": "open_recent_folder", "args": {"index": 11 } },
|
45 | 45 | { "caption": "-" },
|
46 |
| - { "command": "clear_recent_files", "caption": "Limpiar elementos" } |
| 46 | + { "command": "clear_recent_files", "caption": "Borrar archivos recientes" } |
47 | 47 | ]
|
48 | 48 | },
|
49 | 49 | {
|
|
91 | 91 | { "caption": "Hexadecimal", "command": "reopen", "args": { "encoding": "Hexadecimal" } }
|
92 | 92 | ]
|
93 | 93 | },
|
94 |
| - { "command": "clone_file", "args": {"add_to_selection": true, "retain_viewport_position": true}, "caption": "Clonar la Vista", "mnemonic": "C" }, |
| 94 | + { "command": "clone_file", "args": {"add_to_selection": true, "retain_viewport_position": true}, "caption": "Clonar Vista", "mnemonic": "C" }, |
95 | 95 | { "command": "save", "args": {"async": true}, "caption": "Guardar", "mnemonic": "G" },
|
96 | 96 | {
|
97 | 97 | "caption": "Guardar con la codificación",
|
|
153 | 153 | { "command": "close_all", "caption": "Cerrar Todos los Archivos" },
|
154 | 154 | { "caption": "-", "id": "exit" },
|
155 | 155 | { "command": "exit", "caption": "Salir", "mnemonic": "S", "platform": "Windows" },
|
156 |
| - { "command": "exit", "caption": "Cerrar", "mnemonic": "C", "platform": "Linux" }, |
| 156 | + { "command": "exit", "caption": "Cerrar", "mnemonic": "C", "platform": "Linux" } |
157 | 157 | ]
|
158 | 158 | },
|
159 | 159 | {
|
|
300 | 300 | { "command": "wrap_lines", "args": {"width": 120}, "caption": "Envolver párrafo de 120 caracteres" }
|
301 | 301 | ]
|
302 | 302 | },
|
303 |
| - { "command": "auto_complete", "caption": "Mostrar Completaciones" }, |
| 303 | + { "command": "auto_complete", "caption": "Mostrar AutoCompletado" }, |
304 | 304 | { "caption": "-", "id": "permute" },
|
305 | 305 |
|
306 | 306 | { "command": "sort_lines", "args": {"case_sensitive": false}, "caption": "Clasificar Líneas", "mnemonic": "C" },
|
|
374 | 374 | { "command": "focus_by_index", "args": {"index": 6}, "caption": "Enfocar Pestaña Seleccionada: 7" },
|
375 | 375 | { "command": "focus_by_index", "args": {"index": 7}, "caption": "Enfocar Pestaña Seleccionada: 8" },
|
376 | 376 | { "command": "focus_by_index", "args": {"index": 8}, "caption": "Enfocar Pestaña Seleccionada: 9" },
|
377 |
| - { "command": "focus_by_index", "args": {"index": 9}, "caption": "Enfocar Pestaña Seleccionada: 10" }, |
| 377 | + { "command": "focus_by_index", "args": {"index": 9}, "caption": "Enfocar Pestaña Seleccionada: 10" } |
378 | 378 | ]
|
379 |
| - }, |
| 379 | + } |
380 | 380 | ]
|
381 | 381 | },
|
382 | 382 | {
|
|
412 | 412 | { "command": "prev_result", "caption": "Resultado Anterior" }
|
413 | 413 | ]
|
414 | 414 | },
|
415 |
| - { "command": "cancel_find", "caption": "Cancelar la búsqueda en archivos" }, |
| 415 | + { "command": "cancel_find", "caption": "Cancelar la búsqueda en archivos" } |
416 | 416 | ]
|
417 | 417 | },
|
418 | 418 | {
|
|
561 | 561 | "command": "set_max_columns",
|
562 | 562 | "checkbox": true,
|
563 | 563 | "args": { "columns": 5 }
|
564 |
| - }, |
| 564 | + } |
565 | 565 | ]
|
566 | 566 | },
|
567 | 567 | {
|
|
665 | 665 | ]
|
666 | 666 | },
|
667 | 667 | { "caption": "-" },
|
668 |
| - { "command": "toggle_setting", "args": {"setting": "spell_check"}, "caption": "Alternar Corrección Ortográfica", "checkbox": true }, |
| 668 | + { "command": "toggle_setting", "args": {"setting": "spell_check"}, "caption": "Alternar Corrector Ortográfico", "checkbox": true }, |
669 | 669 | { "command": "next_misspelling", "caption": "Error Ortográfico Siguiente" },
|
670 | 670 | { "command": "prev_misspelling", "caption": "Error Ortográfico Anterior" },
|
671 | 671 | {
|
672 |
| - "caption": "Diccionario de Idiomas", |
| 672 | + "caption": "Diccionarios de Idiomas", |
673 | 673 | "children": [ { "command": "$dictionaries" } ]
|
674 | 674 | }
|
675 | 675 | ]
|
|
689 | 689 | { "command": "show_overlay", "args": {"overlay": "goto", "text": "#"}, "caption": "Ir a la palabra…" },
|
690 | 690 | { "command": "show_overlay", "args": {"overlay": "goto", "text": ":"}, "caption": "Ir a una Línea…" },
|
691 | 691 | { "caption": "-" },
|
692 |
| - { "command": "next_modification", "caption": "Siguiente Modificación" }, |
| 692 | + { "command": "next_modification", "caption": "Modificación Siguiente" }, |
693 | 693 | { "command": "prev_modification", "caption": "Modificación Anterior" },
|
694 | 694 | { "caption": "-" },
|
695 | 695 | { "command": "jump_back", "caption": "Saltar hacía Atrás" },
|
|
701 | 701 | "id": "switch_file",
|
702 | 702 | "children":
|
703 | 703 | [
|
704 |
| - { "command": "next_view", "caption": "Siguiente Archivo" }, |
705 |
| - { "command": "prev_view", "caption": "Anterior Archivo" }, |
| 704 | + { "command": "next_view", "caption": "Archivo Siguiente" }, |
| 705 | + { "command": "prev_view", "caption": "Archivo Anterior" }, |
706 | 706 | { "caption": "-" },
|
707 | 707 | { "command": "next_view_in_stack", "caption": "Archivo siguiente de la Pila" },
|
708 | 708 | { "command": "prev_view_in_stack", "caption": "Archivo anterior de la Pila" },
|
|
740 | 740 | "children":
|
741 | 741 | [
|
742 | 742 | { "command": "toggle_bookmark", "caption": "Alternar Marcador", "args": {"toggle_line": true } },
|
743 |
| - { "command": "next_bookmark", "caption": "Siguiente Marcador" }, |
744 |
| - { "command": "prev_bookmark", "caption": "Anterior Marcador" }, |
745 |
| - { "command": "clear_bookmarks", "caption": "Limpiar Marcadores" }, |
| 743 | + { "command": "next_bookmark", "caption": "Marcador Siguiente" }, |
| 744 | + { "command": "prev_bookmark", "caption": "Marcador Anterior" }, |
| 745 | + { "command": "clear_bookmarks", "caption": "Borrar Marcadores" }, |
746 | 746 | { "command": "select_all_bookmarks", "caption": "Seleccionar Todos los Marcadores" },
|
747 | 747 | { "caption": "-" },
|
748 | 748 | { "command": "select_bookmark", "args": {"index": 0} },
|
|
777 | 777 | { "command": "show_overlay", "args": {"overlay": "command_palette", "text": "Snippet: "}, "caption": "Snippets…" },
|
778 | 778 | { "caption": "-", "id": "build" },
|
779 | 779 | {
|
780 |
| - "caption": "Sistema de Construcción", |
| 780 | + "caption": "Compiladores", |
781 | 781 | "mnemonic": "S",
|
782 | 782 | "children":
|
783 | 783 | [
|
|
798 | 798 | { "caption": "-" },
|
799 | 799 | { "command": "$build_systems" },
|
800 | 800 | { "caption": "-" },
|
801 |
| - { "command": "new_build_system", "caption": "Nuevo Sistema de Construcción…" } |
| 801 | + { "command": "new_build_system", "caption": "Nuevo Compilador…" } |
802 | 802 | ]
|
803 | 803 | },
|
804 |
| - { "command": "build", "caption": "Construir", "mnemonic": "C" }, |
805 |
| - { "command": "build", "args": {"select": true}, "caption": "Construir con…" }, |
| 804 | + { "command": "build", "caption": "Compilar", "mnemonic": "C" }, |
| 805 | + { "command": "build", "args": {"select": true}, "caption": "Compilar con…" }, |
806 | 806 | { "command": "cancel_build", "caption": "Cancelar Construcción", "mnemonic": "C" },
|
807 | 807 | {
|
808 |
| - "caption": "Resultados de la Construcción", |
| 808 | + "caption": "Resultados del Compilador", |
809 | 809 | "mnemonic": "R",
|
810 | 810 | "children":
|
811 | 811 | [
|
|
814 | 814 | { "command": "prev_result", "caption": "Resultado Anterior", "mnemonic": "R" }
|
815 | 815 | ]
|
816 | 816 | },
|
817 |
| - { "command": "toggle_save_all_on_build", "caption": "Guardar todo en la Construcción", "mnemonic": "G", "checkbox": true }, |
| 817 | + { "command": "toggle_save_all_on_build", "caption": "Guardar Todo en el Compilador", "mnemonic": "G", "checkbox": true }, |
818 | 818 | { "caption": "-", "id": "macros" },
|
819 | 819 | { "command": "toggle_record_macro", "caption": "Grabar una Macro", "mnemonic": "G" },
|
820 | 820 | { "command": "run_macro", "caption": "Reproducir Macro", "mnemonic": "R" },
|
|
837 | 837 | { "command": "profile_plugins", "caption": "Perfil de Paquetes" },
|
838 | 838 | { "caption": "-" },
|
839 | 839 | { "command": "view_resource", "caption": "Ver los Archivos de los Paquetes…" },
|
840 |
| - { "command": "show_scope_name", "caption": "Mostrar nombre del Scope" }, |
| 840 | + { "command": "show_scope_name", "caption": "Mostrar nombre del Scope" } |
841 | 841 | ]
|
842 | 842 | },
|
843 | 843 | { "command": "install_package_control", "caption": "Instalar el Panel de Paquetes…" },
|
|
866 | 866 | { "command": "open_recent_project_or_workspace", "args": {"index": 6 } },
|
867 | 867 | { "command": "open_recent_project_or_workspace", "args": {"index": 7 } },
|
868 | 868 | { "caption": "-" },
|
869 |
| - { "command": "clear_recent_projects_and_workspaces", "caption": "Limpiar elementos" }, |
870 |
| - { "command": "clear_missing_recent_projects_and_workspaces", "caption": "Borrar lo eliminado" }, |
| 869 | + { "command": "clear_recent_projects_and_workspaces", "caption": "Borrar proyectos recientes" }, |
| 870 | + { "command": "clear_missing_recent_projects_and_workspaces", "caption": "Borrar proyectos eliminados" } |
871 | 871 | ]
|
872 | 872 | },
|
873 | 873 | { "caption": "-" },
|
|
880 | 880 | { "caption": "-" },
|
881 | 881 | { "command": "prompt_add_folder", "caption": "Añadir Carpeta al Proyecto…", "mnemonic": "A" },
|
882 | 882 | { "command": "close_folder_list", "caption": "Borrar Todas las Carpetas del Proyecto", "mnemonic": "B" },
|
883 |
| - { "command": "refresh_folder_list", "caption": "Refrescar Carpetas", "mnemonic": "R" }, |
| 883 | + { "command": "refresh_folder_list", "caption": "Refrescar Carpetas", "mnemonic": "R" } |
884 | 884 | ]
|
885 | 885 | },
|
886 | 886 | {
|
|
895 | 895 | "command": "edit_settings", "args":
|
896 | 896 | {
|
897 | 897 | "base_file": "${packages}/Default/Preferences.sublime-settings",
|
898 |
| - "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" |
| 898 | + "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" |
899 | 899 | },
|
900 | 900 | "caption": "Ajustes"
|
901 | 901 | },
|
|
927 | 927 | },
|
928 | 928 | { "caption": "-" },
|
929 | 929 | {
|
930 |
| - "caption": "Seleccionar Combinación de Colores…", |
| 930 | + "caption": "Seleccionar Paleta de Colores…", |
931 | 931 | "command": "select_color_scheme"
|
932 | 932 | },
|
933 | 933 | {
|
934 |
| - "caption": "Personalizar Combinación de Colores", |
| 934 | + "caption": "Personalizar Paleta de Colores", |
935 | 935 | "command": "customize_color_scheme"
|
936 | 936 | },
|
937 | 937 | { "caption": "-" },
|
|
954 | 954 | { "caption": "-" },
|
955 | 955 | { "command": "reset_font_size", "caption": "Restablecer Tamaño" }
|
956 | 956 | ]
|
957 |
| - }, |
| 957 | + } |
958 | 958 | ]
|
959 | 959 | },
|
960 | 960 | {
|
|
964 | 964 | "children":
|
965 | 965 | [
|
966 | 966 | { "command": "open_url", "args": {"url": "https://www.sublimetext.com/docs/"}, "caption": "Documentación" },
|
967 |
| - { "command": "open_url", "args": {"url": "https://github.com/sublimehq/sublime_text/issues/new/choose"}, "caption": "Notificar un error" }, |
| 967 | + { "command": "open_url", "args": {"url": "https://github.com/sublimehq/sublime_text/issues/new/choose"}, "caption": "Reportar un error" }, |
968 | 968 | { "command": "open_url", "args": {"url": "https://twitter.com/sublimehq"}, "caption": "Twitter" },
|
969 | 969 | { "caption": "-" },
|
970 |
| - { "command": "show_progress_window", "caption": "Indexar estado…" }, |
| 970 | + { "command": "show_progress_window", "caption": "Estado del índice…" }, |
971 | 971 | { "caption": "-" },
|
972 | 972 | { "command": "purchase_license", "caption": "Comprar Licencia" },
|
973 | 973 | { "command": "upgrade_license", "caption": "Actualizar Licencia" },
|
|
0 commit comments