Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/ptb/src/vs/workbench/parts/debug/browser')
-rw-r--r--i18n/ptb/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json1
-rw-r--r--i18n/ptb/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json8
-rw-r--r--i18n/ptb/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json11
3 files changed, 20 insertions, 0 deletions
diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
index 01955c44965..dd268ebad23 100644
--- a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
+++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
@@ -6,6 +6,7 @@
{
"entryAriaLabel": "depurar {0}",
"debugAriaLabel": "Digite um nome de uma configuração de lançamento para ser executado.",
+ "addConfiguration": "Adicionar Configuração...",
"noConfigurationsMatching": "Não há configurações de depuração correspondentes",
"noConfigurationsFound": "Configurações de depuração não encontradas. Por favor, crie um arquivo 'launch.json'."
} \ No newline at end of file
diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json
new file mode 100644
index 00000000000..7a6db36a29e
--- /dev/null
+++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "debug": "Depurar"
+} \ No newline at end of file
diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json
new file mode 100644
index 00000000000..86ae4403f16
--- /dev/null
+++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json
@@ -0,0 +1,11 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "debugFocusVariablesView": "Foco em Variáveis",
+ "debugFocusWatchView": "Foco em Monitoramento",
+ "debugFocusCallStackView": "Foco em Pilha de Chamadas",
+ "debugFocusBreakpointsView": "Foco em Pontos de Interrupção"
+} \ No newline at end of file