|
| 1 | +{ |
| 2 | + "python.command.python.sortImports.title": "Ordenar Importações", |
| 3 | + "python.command.python.startREPL.title": "Iniciar REPL", |
| 4 | + "python.command.python.createTerminal.title": "Criar Terminal", |
| 5 | + "python.command.python.buildWorkspaceSymbols.title": "Construir Símbolos da Área de Trabalho", |
| 6 | + "python.command.python.runtests.title": "Executar Todos os Testes Unitários", |
| 7 | + "python.command.python.debugtests.title": "Depurar Todos os Testes Unitários", |
| 8 | + "python.command.python.execInTerminal.title": "Executar Arquivo no Terminal", |
| 9 | + "python.command.python.setInterpreter.title": "Selecionar Interpretador", |
| 10 | + "python.command.python.updateSparkLibrary.title": "Atualizar Área de Trabalho da Biblioteca PySpark", |
| 11 | + "python.command.python.refactorExtractVariable.title": "Extrair Variável", |
| 12 | + "python.command.python.refactorExtractMethod.title": "Extrair Método", |
| 13 | + "python.command.python.viewTestOutput.title": "Exibir Resultados dos Testes Unitários", |
| 14 | + "python.command.python.selectAndRunTestMethod.title": "Executar Testes Unitários do Método ...", |
| 15 | + "python.command.python.selectAndDebugTestMethod.title": "Depurar Testes Unitários do Método ...", |
| 16 | + "python.command.python.selectAndRunTestFile.title": "Executar Arquivo de Testes Unitários ...", |
| 17 | + "python.command.python.runCurrentTestFile.title": "Executar o Arquivo de Testes Unitários Atual", |
| 18 | + "python.command.python.runFailedTests.title": "Executar Testes Unitários com Falhas", |
| 19 | + "python.command.python.discoverTests.title": "Descobrir Testes Unitários", |
| 20 | + "python.command.python.execSelectionInTerminal.title": "Executar Seleção/Linha no Terminal", |
| 21 | + "python.command.python.execSelectionInDjangoShell.title": "Executar Seleção/Linha no Django Shell", |
| 22 | + "python.command.python.goToPythonObject.title": "Ir para Objeto Python", |
| 23 | + "python.command.python.setLinter.title": "Selecionar Linter", |
| 24 | + "python.command.python.enableLinting.title": "Habilitar Linting", |
| 25 | + "python.command.python.runLinting.title": "Executar Linting", |
| 26 | + "python.snippet.launch.standard.label": "Python: Arquivo Atual", |
| 27 | + "python.snippet.launch.standard.description": "Depurar um Programa Python com a saída padrão", |
| 28 | + "python.snippet.launch.pyspark.label": "Python: PySpark", |
| 29 | + "python.snippet.launch.pyspark.description": "Depurar PySpark", |
| 30 | + "python.snippet.launch.module.label": "Python: Módulo", |
| 31 | + "python.snippet.launch.module.description": "Depurar um Módulo Python", |
| 32 | + "python.snippet.launch.terminal.label": "Python: Terminal (integrado)", |
| 33 | + "python.snippet.launch.terminal.description": "Depurar um Programa Python com Terminal/Console Integrado", |
| 34 | + "python.snippet.launch.externalTerminal.label": "Python: Terminal (externo)", |
| 35 | + "python.snippet.launch.externalTerminal.description": "Depurar um Programa Python com Terminal/Console Externo", |
| 36 | + "python.snippet.launch.django.label": "Python: Django", |
| 37 | + "python.snippet.launch.django.description": "Depurar uma Aplicação Django", |
| 38 | + "python.snippet.launch.flask.label": "Python: Flask (0.11.x ou superior)", |
| 39 | + "python.snippet.launch.flask.description": "Depurar uma Aplicação Flask", |
| 40 | + "python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x ou inferior)", |
| 41 | + "python.snippet.launch.flaskOld.description": "Depurar uma Aplicação Flask no Estilo Antigo", |
| 42 | + "python.snippet.launch.gevent.label": "Python: Gevent", |
| 43 | + "python.snippet.launch.gevent.description": "Depurar uma Aplicação Gevent", |
| 44 | + "python.snippet.launch.pyramid.label": "Python: Aplicação Pyramid", |
| 45 | + "python.snippet.launch.pyramid.description": "Depurar uma Aplicação Pyramid", |
| 46 | + "python.snippet.launch.watson.label": "Python: Aplicação Watson", |
| 47 | + "python.snippet.launch.watson.description": "Depurar uma Aplicação Watson", |
| 48 | + "python.snippet.launch.attach.label": "Python: Anexar", |
| 49 | + "python.snippet.launch.attach.description": "Anexar depurador para depuração remota", |
| 50 | + "python.snippet.launch.scrapy.label": "Python: Scrapy", |
| 51 | + "python.snippet.launch.scrapy.description": "Scrapy com Terminal/Console Integrado" |
| 52 | +} |
0 commit comments