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')
-rw-r--r--i18n/ptb/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json5
-rw-r--r--i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json4
2 files changed, 5 insertions, 4 deletions
diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json
index 32a88b85efd..9bc73e8691e 100644
--- a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json
+++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json
@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "addConfiguration": "Adicionar Configuração...",
- "noConfigurations": "Sem configurações"
+ "noConfigurations": "Sem configurações",
+ "addConfigTo": "Adicione Config ({0})...",
+ "addConfiguration": "Adicionar Configuração..."
} \ No newline at end of file
diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
index ada60277e7b..05e76d32185 100644
--- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
+++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
@@ -33,6 +33,6 @@
"app.launch.json.compound.name": "Nome do composto. Aparece no menu drop-down da configuração de execução.",
"app.launch.json.compounds.configurations": "Nomes das configurações que serão iniciadas como parte deste composto.",
"debugNoType": "'type' do adaptador de depuração não pode ser omitido e deve ser do tipo 'string'.",
- "DebugConfig.failed": "Não é possível criar o arquivo 'launch.json' dentro da pasta '.vscode' ({0}).",
- "selectDebug": "Selecione o ambiente"
+ "selectDebug": "Selecione o ambiente",
+ "DebugConfig.failed": "Não é possível criar o arquivo 'launch.json' dentro da pasta '.vscode' ({0})."
} \ No newline at end of file