|
1 | 1 | [
|
2 |
| - { "command": "open_context_url", "caption": "Abrir URL de Contexto" }, |
| 2 | + { "command": "open_context_url", "caption": "Abrir URL" }, |
3 | 3 | { "command": "goto_definition", "caption": "Ir a la Definición" },
|
4 | 4 | { "caption": "-", "id": "diff" },
|
5 |
| - { "command": "toggle_inline_diff", "caption": "Alternar Cambios en Línea" }, |
6 |
| - { "command": "revert_hunk", "caption": "Revertir Bloque de Cambios" }, |
| 5 | + { "command": "toggle_inline_diff", "caption": "Alternar Cambios en Este Bloque" }, |
| 6 | + { "command": "revert_hunk", "caption": "Revertir Cambios en Este Bloque" }, |
7 | 7 | { "caption": "-", "id": "clipboard" },
|
8 | 8 | { "command": "cut", "caption": "Cortar" },
|
9 | 9 | { "command": "copy", "caption": "Copiar" },
|
|
13 | 13 | { "caption": "-", "id": "repo_commands" },
|
14 | 14 | { "caption": "Abrir repositorio Git…", "command": "sublime_merge_open_repo" },
|
15 | 15 | { "caption": "Historial del Archivo…", "command": "sublime_merge_file_history" },
|
16 |
| - { "caption": "Historial de La Línea…", "command": "sublime_merge_line_history" }, |
| 16 | + { "caption": "Historial de Esta Línea…", "command": "sublime_merge_line_history" }, |
17 | 17 | { "caption": "Archivo Blame…", "command": "sublime_merge_blame_file" },
|
18 | 18 | { "caption": "-", "id": "file" },
|
19 | 19 | { "command": "open_in_browser", "caption": "Abrir en el Navegador" },
|
|
0 commit comments