Skip to content

Commit

Permalink
Localization - Translated Strings (#5037)
Browse files Browse the repository at this point in the history
  • Loading branch information
csigs authored Mar 2, 2020
1 parent 8dbb125 commit e0253a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Extension/i18n/deu/src/Debugger/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"build.and.debug.active.file": "Build and debug active file",
"build.and.debug.active.file": "Aktive Datei erstellen und debuggen",
"cannot.build.non.cpp": "Erstellen und Debuggen nicht möglich, da die aktive Datei keine C- oder C++-Quelldatei ist.",
"no.compiler.found": "Kein Compiler gefunden.",
"select.compiler": "Compiler auswählen",
Expand Down
2 changes: 1 addition & 1 deletion Extension/i18n/deu/src/LanguageServer/ui.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"none": "Keine",
"disable.configuration.provider": "Deaktivieren Sie den aktiven Konfigurationsanbieter, falls zutreffend.",
"select.compile.commands": "compile_commands.json-Datei auswählen...",
"select.workspace": "Select a workspace folder...",
"select.workspace": "Arbeitsbereichsordner auswählen...",
"select.parsing.command": "Analysebefehl auswählen...",
"resume.parsing": "Analyse fortsetzen",
"pause.parsing": "Analyse anhalten"
Expand Down
2 changes: 1 addition & 1 deletion Extension/i18n/ptb/src/Debugger/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"build.and.debug.active.file": "Build and debug active file",
"build.and.debug.active.file": "Criar e depurar o arquivo ativo",
"cannot.build.non.cpp": "Não é possível criar e depurar porque o arquivo ativo não é um arquivo de origem C ou C++.",
"no.compiler.found": "Nenhum compilador encontrado",
"select.compiler": "Selecionar um compilador",
Expand Down
2 changes: 1 addition & 1 deletion Extension/i18n/ptb/src/LanguageServer/ui.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"none": "nenhum",
"disable.configuration.provider": "Desabilite o provedor de configuração ativo, se aplicável.",
"select.compile.commands": "Selecione um compile_commands.json...",
"select.workspace": "Select a workspace folder...",
"select.workspace": "Selecionar uma pasta de workspace...",
"select.parsing.command": "Selecione um comando de análise...",
"resume.parsing": "Retomar a Análise",
"pause.parsing": "Pausar Análise"
Expand Down

0 comments on commit e0253a5

Please sign in to comment.