FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-python/package.nls.pt-br.json at main · JeonCD/vscode-python · GitHub
JeonCD
/
vscode-python
Public
forked from
anttipessa/vscode-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
vscode-python
/
package.nls.pt-br.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (31 loc) · 2.27 KB
Breadcrumbs
vscode-python
/
package.nls.pt-br.json
Copy path
File metadata and controls
31 lines (31 loc) · 2.27 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"python.command.python.sortImports.title"
:
"
Ordenar Importações
"
,
"python.command.python.startREPL.title"
:
"
Iniciar REPL
"
,
"python.command.python.createTerminal.title"
:
"
Criar Terminal
"
,
"python.command.python.buildWorkspaceSymbols.title"
:
"
Construir Símbolos da Área de Trabalho
"
,
"python.command.python.runtests.title"
:
"
Executar Todos os Testes Unitários
"
,
"python.command.python.debugtests.title"
:
"
Depurar Todos os Testes Unitários
"
,
"python.command.python.execInTerminal.title"
:
"
Executar Arquivo no Terminal
"
,
"python.command.python.setInterpreter.title"
:
"
Selecionar Interpretador
"
,
"python.command.python.refactorExtractVariable.title"
:
"
Extrair Variável
"
,
"python.command.python.refactorExtractMethod.title"
:
"
Extrair Método
"
,
"python.command.python.viewTestOutput.title"
:
"
Exibir Resultados dos Testes Unitários
"
,
"python.command.python.selectAndRunTestMethod.title"
:
"
Executar Testes Unitários do Método ...
"
,
"python.command.python.selectAndDebugTestMethod.title"
:
"
Depurar Testes Unitários do Método ...
"
,
"python.command.python.selectAndRunTestFile.title"
:
"
Executar Arquivo de Testes Unitários ...
"
,
"python.command.python.runCurrentTestFile.title"
:
"
Executar o Arquivo de Testes Unitários Atual
"
,
"python.command.python.runFailedTests.title"
:
"
Executar Testes Unitários com Falhas
"
,
"python.command.python.discoverTests.title"
:
"
Descobrir Testes Unitários
"
,
"python.command.python.execSelectionInTerminal.title"
:
"
Executar Seleção/Linha no Terminal
"
,
"python.command.python.execSelectionInDjangoShell.title"
:
"
Executar Seleção/Linha no Django Shell
"
,
"python.command.python.goToPythonObject.title"
:
"
Ir para Objeto Python
"
,
"python.command.python.setLinter.title"
:
"
Selecionar Linter
"
,
"python.command.python.enableLinting.title"
:
"
Habilitar Linting
"
,
"python.command.python.runLinting.title"
:
"
Executar Linting
"
,
"python.snippet.launch.standard.label"
:
"
Python: Arquivo Atual
"
,
"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: Aplicação Pyramid
"
,
"python.snippet.launch.attach.label"
:
"
Python: Anexar
"
}
Back
|
FazBrowse Home
|
New Git URL