solorice/vscode/extensions/ms-python.python-2022.4.1/package.nls.es.json
2022-04-28 20:54:44 +03:00

20 lines
1.2 KiB
JSON

{
"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"
}