forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.es.json
More file actions
19 lines (19 loc) · 1.22 KB
/
Copy pathpackage.nls.es.json
File metadata and controls
19 lines (19 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"python.command.python.sortImports.title": "Ordenar importaciones",
"python.command.python.startREPL.title": "Crear REPL",
"python.command.python.createTerminal.title": "Nuevo terminal",
"python.command.python.execInTerminal.title": "Ejecutar archivo Python en la terminal",
"python.command.python.setInterpreter.title": "Seleccionar intérprete",
"python.command.python.execSelectionInTerminal.title": "Ejecutar línea/selección en la terminal",
"python.command.python.execSelectionInDjangoShell.title": "Ejecutar línea/selección en el intérprete de Django",
"python.command.python.goToPythonObject.title": "Ir al objeto de Python",
"python.command.python.setLinter.title": "Seleccionar Linter",
"python.command.python.enableLinting.title": "Habilitar Linting",
"python.command.python.runLinting.title": "Ejecutar Linting",
"python.snippet.launch.standard.label": "Python: Archivo actual",
"python.snippet.launch.module.label": "Python: Módulo",
"python.snippet.launch.django.label": "Python: Django",
"python.snippet.launch.flask.label": "Python: Flask",
"python.snippet.launch.pyramid.label": "Python: Pyramid",
"python.snippet.launch.attach.label": "Python: Adjuntar"
}