forked from DonJayamanne/vscode-python-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.es.json
22 lines (22 loc) · 1.47 KB
/
package.nls.es.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"python.command.python.sortImports.title": "Ordenar importaciones",
"python.command.python.startREPL.title": "Nuevo REPL",
"python.command.python.createTerminal.title": "Nueva terminal",
"python.command.python.buildWorkspaceSymbols.title": "Compilar símbolos del área de trabajo",
"python.command.python.execInTerminal.title": "Ejecutar archivo Python en la terminal",
"python.command.python.setInterpreter.title": "Seleccionar intérprete",
"python.command.python.refactorExtractVariable.title": "Extraer variable",
"python.command.python.refactorExtractMethod.title": "Extraer método",
"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"
}