mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
20 lines
1.2 KiB
JSON
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"
|
|
}
|