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/extensions/typescript')
-rw-r--r--i18n/ptb/extensions/typescript/out/features/taskProvider.i18n.json9
-rw-r--r--i18n/ptb/extensions/typescript/out/typescriptServiceClient.i18n.json7
-rw-r--r--i18n/ptb/extensions/typescript/out/utils/versionPicker.i18n.json12
-rw-r--r--i18n/ptb/extensions/typescript/out/utils/versionProvider.i18n.json8
4 files changed, 29 insertions, 7 deletions
diff --git a/i18n/ptb/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/ptb/extensions/typescript/out/features/taskProvider.i18n.json
new file mode 100644
index 00000000000..1a12ac9bf2c
--- /dev/null
+++ b/i18n/ptb/extensions/typescript/out/features/taskProvider.i18n.json
@@ -0,0 +1,9 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "buildAndWatchTscLabel": "monitorar {0}",
+ "buildTscLabel": "construir {0}"
+} \ No newline at end of file
diff --git a/i18n/ptb/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/ptb/extensions/typescript/out/typescriptServiceClient.i18n.json
index 37527e507b0..5e205288cd9 100644
--- a/i18n/ptb/extensions/typescript/out/typescriptServiceClient.i18n.json
+++ b/i18n/ptb/extensions/typescript/out/typescriptServiceClient.i18n.json
@@ -5,14 +5,7 @@
// Do not edit this file. It is machine generated.
{
"noServerFound": "O caminho {0} não aponta para uma instalação de tsserver válida. Voltando para a versão do TypeScript empacotada.",
- "noBundledServerFound": "O tsserver do VS Code foi excluído por outra aplicação, como por exemplo uma ferramenta de detecção de virus mal-comportada. Favor reinstalar o VS Code.",
- "versionNumber.custom": "personalizado",
"serverCouldNotBeStarted": "Servidor de linguagem TypeScript não pôde ser iniciado. Mensagem de erro é: {0}",
- "useVSCodeVersionOption": "Usar a Versão do VS Code",
- "activeVersion": "Atualmente ativo",
- "useWorkspaceVersionOption": "Use a versão de área de trabalho",
- "learnMore": "Saiba Mais",
- "selectTsVersion": "Selecione a versão do TypeScript usada para os recursos de linguagem JavaScript e TypeScript",
"typescript.openTsServerLog.notSupported": "Logging de TS Server requer TS TS 2.2.2+",
"typescript.openTsServerLog.loggingNotEnabled": "Logging de TS Server está desligado. Por favor configure 'typescript.tsserver.log' e reinicie o TS Server para habilitar o log",
"typescript.openTsServerLog.enableAndReloadOption": "Habilitar logging e reniciar TS server",
diff --git a/i18n/ptb/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/ptb/extensions/typescript/out/utils/versionPicker.i18n.json
new file mode 100644
index 00000000000..89ddd9bdae0
--- /dev/null
+++ b/i18n/ptb/extensions/typescript/out/utils/versionPicker.i18n.json
@@ -0,0 +1,12 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "useVSCodeVersionOption": "Usar a Versão do VS Code",
+ "activeVersion": "Atualmente ativo",
+ "useWorkspaceVersionOption": "Use a versão de área de trabalho",
+ "learnMore": "Saiba Mais",
+ "selectTsVersion": "Selecione a versão do TypeScript usada para os recursos de linguagem JavaScript e TypeScript"
+} \ No newline at end of file
diff --git a/i18n/ptb/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/ptb/extensions/typescript/out/utils/versionProvider.i18n.json
new file mode 100644
index 00000000000..62c461cbe8e
--- /dev/null
+++ b/i18n/ptb/extensions/typescript/out/utils/versionProvider.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.
+{
+ "noBundledServerFound": "O tsserver do VS Code foi excluído por outra aplicação, como por exemplo uma ferramenta de detecção de virus mal-comportada. Favor reinstalar o VS Code."
+} \ No newline at end of file