-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.nls.pt-br.json
24 lines (24 loc) · 2.29 KB
/
package.nls.pt-br.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"pascal.configuration.title": "Pascal",
"pascal.configuration.tags.autoGenerate.description": "Controla se a extensão deve gerar tags automaticamente ao abrir projetos pela primeira vez",
"pascal.configuration.codeNavigation.description": "Selecione como a navegação de código deve funcionar",
"pascal.commands.generateTags.title": "Pascal: Gerar Tags",
"pascal.commands.updateTags.title": "Pascal: Atualizar Tags",
"pascal.commands.whatsNew.title": "Pascal: Novidades",
"pascal.commands.whatsNewContextMenu.title": "Novidades",
"pascal.commands.installDelphiThemes.title": "Pascal: Instalar Delphi Themes",
"pascal.commands.installDelphiKeymap.title": "Pascal: Instalar Delphi Keymap",
"pascal.commands.installPascalFormatter.title": "Pascal: Instalar Pascal Formatter",
"pascal.walkthroughs.title": "Começar a trabalhar com desenvolvimento Pascal",
"pascal.walkthroughs.description": "Seus primeiros passos para configurar ferramentas poderosas para Pascal, num editor leve e de alto desempenho!",
"pascal.walkthroughs.syntaxHighlighting.title": "Realce de Sintaxe",
"pascal.walkthroughs.snippets.title": "Snippets",
"pascal.walkthroughs.formatter.title": "Formatador",
"pascal.walkthroughs.codeNavigation.title": "Navegação de Código",
"pascal.walkthroughs.delphiLike.title": "Aparência Delphi",
"pascal.walkthroughs.syntaxHighlighting.description": "Aproveite realce de sintaxe completo para códigos fonte **Delphi** e **FreePascal**",
"pascal.walkthroughs.snippets.description": "A extensão disponibiliza quase 40 snippets, para uma grande variedade de cenários",
"pascal.walkthroughs.formatter.description": "Padronize seu código fonte Pascal\n[Instalar Pascal Formatter](command:_pascal.installPascalFormatter)",
"pascal.walkthroughs.codeNavigation.description": "A extensão **Pascal** requer GNU GLobal nara navegar a qualquer elemento da linguagem (métodos, atributos, classes, interfaces, entre outros)",
"pascal.walkthroughs.delphiLike.description": "Faça o VS Code ter a aparência do Delphi. Uso os temas clásicos do Delphi e tire vantagem da sua memória muscular com os atalhos de teclado do Delphi\n[Instalar Delphi Themes](command:_pascal.installDelphiThemes)\n[Instalar Delphi Keymap](command:_pascal.installDelphiKeymap)"
}