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