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/services/textMate')
-rw-r--r--i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json9
-rw-r--r--i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json10
2 files changed, 17 insertions, 2 deletions
diff --git a/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json
index 8b6ad71cd4e..7707ea3401f 100644
--- a/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json
+++ b/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json
@@ -3,4 +3,11 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{} \ No newline at end of file
+{
+ "vscode.extension.contributes.grammars": "Contibui aos toquenizadores textmate",
+ "vscode.extension.contributes.grammars.language": "Identificador da linguagem para qual a sintaxe contribui.",
+ "vscode.extension.contributes.grammars.scopeName": "Nome do escopo Textmate usado pelo arquivo tmLanguage.",
+ "vscode.extension.contributes.grammars.path": "Caminho para o arquivo tmLanguage. O caminho é relativo a pasta da extensão e geralmente começa com './syntaxes/'.",
+ "vscode.extension.contributes.grammars.embeddedLanguages": "Um mapeamento no nome do escopo para o Id da linguagem se esta gramática contenha linguagens embutidas.",
+ "vscode.extension.contributes.grammars.injectTo": "Lista de nomes de escopos de linguagem aos quais esta gramática é injetada."
+} \ No newline at end of file
diff --git a/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json b/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json
index 8b6ad71cd4e..dfef3cc47a5 100644
--- a/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json
+++ b/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json
@@ -3,4 +3,12 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{} \ No newline at end of file
+{
+ "invalid.language": "Linguagem desconhecida em `contributes.{0}.language`. Valor fornecido: {1}",
+ "invalid.scopeName": "Esperada uma string em 'contributes.{0}.scopeName'. Valor informado: {1}",
+ "invalid.path.0": "Esperada uma string em `contributes.{0}.path`. Valor informado: {1}",
+ "invalid.injectTo": "Valor inválido em `contributes.{0}.injectTo`. Deve ser uma matriz de nomes de escopo de idioma. Valor fornecido: {1}",
+ "invalid.embeddedLanguages": "Valor inválido em `contributes.{0}.embeddedLanguages`. Deve ser um objeto de mapeamento do nome do escopo para a linguagem. Valor informado: {1}",
+ "invalid.path.1": "É esperado que `contributes.{0}.path` ({1}) seja incluído na pasta da extensão ({2}). Isto pode tornar a extensão não portável.",
+ "no-tm-grammar": "Nenhuma gramática TM registrada para este idioma."
+} \ No newline at end of file