mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
21 lines
1.3 KiB
JSON
21 lines
1.3 KiB
JSON
{
|
|
"python.command.python.sortImports.title": "Ordina gli import",
|
|
"python.command.python.startREPL.title": "Apri nuova REPL",
|
|
"python.command.python.createTerminal.title": "Apri nuovo terminale",
|
|
"python.command.python.execInTerminal.title": "Esegui file Python nel terminale",
|
|
"python.command.python.setInterpreter.title": "Seleziona interprete",
|
|
"python.command.python.execSelectionInTerminal.title": "Esegui selezione/linea nel terminale di Python",
|
|
"python.command.python.execSelectionInDjangoShell.title": "Esegui selezione/linea nella shell Django",
|
|
"python.command.python.goToPythonObject.title": "Vai a oggetto Python",
|
|
"python.command.python.setLinter.title": "Selezione Linter",
|
|
"python.command.python.enableLinting.title": "Attiva Linting",
|
|
"python.command.python.runLinting.title": "Esegui Linting",
|
|
"python.snippet.launch.standard.label": "Python: File corrente",
|
|
"python.snippet.launch.module.label": "Python: Modulo",
|
|
"python.snippet.launch.django.label": "Python: Django",
|
|
"python.snippet.launch.flask.label": "Python: Flask",
|
|
"python.snippet.launch.pyramid.label": "Python: Applicazione Pyramid",
|
|
"python.snippet.launch.attach.label": "Python: Allega",
|
|
"ExtensionSurveyBanner.bannerLabelYes": "Sì, prenderò il sondaggio ora"
|
|
}
|