Skip to content

Commit e0253a5

Browse files
authored
Localization - Translated Strings (#5037)
1 parent 8dbb125 commit e0253a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Extension/i18n/deu/src/Debugger/extension.i18n.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"build.and.debug.active.file": "Build and debug active file",
7+
"build.and.debug.active.file": "Aktive Datei erstellen und debuggen",
88
"cannot.build.non.cpp": "Erstellen und Debuggen nicht möglich, da die aktive Datei keine C- oder C++-Quelldatei ist.",
99
"no.compiler.found": "Kein Compiler gefunden.",
1010
"select.compiler": "Compiler auswählen",

Extension/i18n/deu/src/LanguageServer/ui.i18n.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"none": "Keine",
1717
"disable.configuration.provider": "Deaktivieren Sie den aktiven Konfigurationsanbieter, falls zutreffend.",
1818
"select.compile.commands": "compile_commands.json-Datei auswählen...",
19-
"select.workspace": "Select a workspace folder...",
19+
"select.workspace": "Arbeitsbereichsordner auswählen...",
2020
"select.parsing.command": "Analysebefehl auswählen...",
2121
"resume.parsing": "Analyse fortsetzen",
2222
"pause.parsing": "Analyse anhalten"

Extension/i18n/ptb/src/Debugger/extension.i18n.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"build.and.debug.active.file": "Build and debug active file",
7+
"build.and.debug.active.file": "Criar e depurar o arquivo ativo",
88
"cannot.build.non.cpp": "Não é possível criar e depurar porque o arquivo ativo não é um arquivo de origem C ou C++.",
99
"no.compiler.found": "Nenhum compilador encontrado",
1010
"select.compiler": "Selecionar um compilador",

Extension/i18n/ptb/src/LanguageServer/ui.i18n.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"none": "nenhum",
1717
"disable.configuration.provider": "Desabilite o provedor de configuração ativo, se aplicável.",
1818
"select.compile.commands": "Selecione um compile_commands.json...",
19-
"select.workspace": "Select a workspace folder...",
19+
"select.workspace": "Selecionar uma pasta de workspace...",
2020
"select.parsing.command": "Selecione um comando de análise...",
2121
"resume.parsing": "Retomar a Análise",
2222
"pause.parsing": "Pausar Análise"

0 commit comments

Comments
 (0)