@codingame/monaco-vscode-language-pack-pt-br 2.0.0-v2.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,22 +43,25 @@
43
43
  "Insert Markdown Media and Links": "Inserir Mídia e Links de Markdown",
44
44
  "Insert image": "Inserir imagem",
45
45
  "Insert link": "Inserir link",
46
- "Link definition for \\'{0}\\' already exists": "A definição de link para \\'{0}\\' já existe",
46
+ "Link definition for '{0}' already exists": "A definição de link para '{0}' já existe",
47
47
  "Link definition is unused": "A definição de link não está sendo usada",
48
48
  "Link is already a reference": "O link já é uma referência",
49
49
  "Link is also defined here": "O link também está definido aqui",
50
+ "Link to '# {0}' in '{1}'": "Link to '# {0}' in '{1}'",
51
+ "Link to '{0}'": "Link to '{0}'",
50
52
  "Markdown Language Server": "Servidor de Linguagem Markdown",
51
53
  "Media": "Mídia",
52
54
  "More Information": "Mais Informações",
53
55
  "Never": "Nunca",
54
56
  "No": "Não",
55
- "No header found: \\'{0}\\'": "Nenhum cabeçalho encontrado: \\'{0}\\'",
56
- "No link definition found: \\'{0}\\'": "Nenhuma definição de link encontrada: \\'{0}\\'",
57
+ "No header found: '{0}'": "Nenhum cabeçalho encontrado: '{0}'",
58
+ "No link definition found: '{0}'": "Nenhuma definição de link encontrada: '{0}'",
57
59
  "Not on link": "Não está no link",
58
60
  "Only load secure content": "Carregar somente conteúdo seguro",
59
61
  "Organize link definitions": "Organizar definições de link",
60
62
  "Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts": "Um conteúdo potencialmente não seguro foi desabilitado na visualização de Markdown. Altere a configuração de segurança da visualização de Markdown para permitir o conteúdo não seguro ou habilitar os scripts",
61
63
  "Preview {0}": "Visualizar {0}",
64
+ "Reference link '{0}'": "Reference link '{0}'",
62
65
  "Remove duplicate link definition": "Remover definição de link duplicado",
63
66
  "Remove unused link definition": "Remover definição de link não utilizada",
64
67
  "Renaming is not supported here. Try renaming a header or link.": "Não há suporte para renomeação aqui. Tente renomear um cabeçalho ou link.",
@@ -74,15 +77,17 @@
74
77
  "package": {
75
78
  "configuration.copyIntoWorkspace.mediaFiles": "Tente copiar arquivos externos de imagem e vídeo para o workspace.",
76
79
  "configuration.copyIntoWorkspace.never": "Não copie arquivos externos para o workspace.",
77
- "configuration.markdown.copyFiles.destination": "Define onde os arquivos copiados criados por soltar ou colar devem ser criados. Este é um mapa de globs que correspondem ao documento Markdown para destinos.\r\n\r\nOs destinos podem usar as seguintes variáveis:\r\n\r\n- `${documentFileName}` — O nome de arquivo completo do documento Markdown, por exemplo: `readme.md`.\r\n- `${documentBaseName}` — O nome base do documento Markdown, por exemplo: `readme`.\r\n- `${documentExtName}` — A extensão do documento Markdown, por exemplo: `md`.\r\n- `${documentDirName}` — O nome do diretório pai do documento Markdown.\r\n- `${documentWorkspaceFolder}` — A pasta do workspace para o documento Markdown, por exemplo: `/Users/me/myProject`. Isso é o mesmo que `${documentDirName}` se o arquivo não fizer parte de um workspace.\r\n- `${fileName}` — O nome do arquivo descartado, por exemplo: `image.png`.",
80
+ "configuration.markdown.copyFiles.destination": "Defines where files copied created by drop or paste should be created. This is a map from globs that match on the Markdown document to destinations.\r\n\r\nThe destinations may use the following variables:\r\n\r\n- `${documentDirName}` — Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}` — Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}` — The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}` — The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}` — The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}` — Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}` — Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}` — The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}` — The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}` — The extension of the dropped file, e.g. `png`.",
78
81
  "configuration.markdown.copyFiles.overwriteBehavior": "Controla se os arquivos criados por soltar ou colar devem substituir os arquivos existentes.",
79
82
  "configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "Se já existir um arquivo com o mesmo nome, acrescente um número ao nome do arquivo, por exemplo: `image.png` torna-se `image-1.png`.",
80
83
  "configuration.markdown.copyFiles.overwriteBehavior.overwrite": "Se já existir um arquivo com o mesmo nome, substitua-o.",
81
84
  "configuration.markdown.editor.drop.copyIntoWorkspace": "Controla se os arquivos fora do workspace que são soltos em um editor Markdown devem ser copiados para o workspace.\r\n\r\nUse `#markdown.copyFiles.destination#` para configurar onde os arquivos descartados copiados devem ser criados",
82
85
  "configuration.markdown.editor.drop.enabled": "Habilite a opção de soltar arquivos em um Markdown editor ao pressionar a tecla Shift. Requer habilitar `#editor.dropIntoEditor.enabled#`.",
86
+ "configuration.markdown.editor.filePaste.audioSnippet": "Snippet used when adding audio to Markdown. This snippet can use the following variables:\r\n- `${src}` — The resolved path of the audio file.\r\n- `${title}` — The title used for the audio. A snippet placeholder will automatically be created for this variable.",
83
87
  "configuration.markdown.editor.filePaste.copyIntoWorkspace": "Controla se os arquivos fora do workspace que são colados em um editor Markdown devem ser copiados para o workspace.\r\n\r\nUse `#markdown.copyFiles.destination#` para configurar onde os arquivos copiados devem ser criados.",
84
88
  "configuration.markdown.editor.filePaste.enabled": "Ative a colagem de arquivos em um editor Markdown para criar links Markdown. Requer ativar `#editor.pasteAs.enabled#`.",
85
- "configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Controla se um link de Markdown é criado quando um URL é colado no editor de Markdown. Requer que `#editor.pasteAs.enabled#` esteja habilitado.",
89
+ "configuration.markdown.editor.filePaste.videoSnippet": "Snippet used when adding videos to Markdown. This snippet can use the following variables:\r\n- `${src}` The resolved path of the video file.\r\n- `${title}` — The title used for the video. A snippet placeholder will automatically be created for this variable.",
90
+ "configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Controls if Markdown links are created when URLs are pasted into a Markdown editor. Requires enabling `#editor.pasteAs.enabled#`.",
86
91
  "configuration.markdown.links.openLocation.beside": "Abrir links ao lado do editor ativo.",
87
92
  "configuration.markdown.links.openLocation.currentGroup": "Abrir links no grupo do editor ativo.",
88
93
  "configuration.markdown.links.openLocation.description": "Controla se os links nos arquivos Markdown devem ser abertos.",
@@ -114,9 +119,10 @@
114
119
  "configuration.markdown.validate.ignoredLinks.description": "Configure links que não devem ser validados. Por exemplo, adicionar `/about` não validaria o link `[about](/about)`, enquanto o glob `/assets/**/*.svg` permitiria que você pule a validação de qualquer link para arquivos `.svg` no diretório `assets`.",
115
120
  "configuration.markdown.validate.referenceLinks.enabled.description": "Valide links de referência em arquivos Markdown, por exemplo: `[link][ref]`. Requer ativar `#markdown.validate.enabled#`.",
116
121
  "configuration.markdown.validate.unusedLinkDefinitions.description": "Valide as definições de link que não são usadas no arquivo atual.",
117
- "configuration.pasteUrlAsFormattedLink.always": "Sempre crie um link de Markdown quando um URL for colado no editor de Markdown.",
118
- "configuration.pasteUrlAsFormattedLink.never": "Nunca crie um link de Markdown quando um URL for colado no editor de Markdown.",
119
- "configuration.pasteUrlAsFormattedLink.smart": "Evita de forma inteligente a criação de um link de Markdown em casos específicos, como entre colchetes de código ou em um link de Markdown existente.",
122
+ "configuration.pasteUrlAsFormattedLink.always": "Always insert Markdown links.",
123
+ "configuration.pasteUrlAsFormattedLink.never": "Never create Markdown links.",
124
+ "configuration.pasteUrlAsFormattedLink.smart": "Smartly create Markdown links by default when not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
125
+ "configuration.pasteUrlAsFormattedLink.smartWithSelection": "Smartly create Markdown links by default when you have selected text and are not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
120
126
  "description": "Fornece suporte de linguagem avançada para Markdown.",
121
127
  "displayName": "Recursos da Linguagem Markdown",
122
128
  "markdown.copyImage.title": "Copiar Imagem",
@@ -29,7 +29,7 @@
29
29
  "Runs the script under the debugger": "Executa o script no depurador",
30
30
  "The currently latest version of the package": "A versão estável mais recente do pacote",
31
31
  "The setting \"npm.autoDetect\" is \"off\".": "A configuração \"npm.autoDetect\" é \"off\".",
32
- "Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don\\'t match your preferred package manager or change the setting \"npm.packageManager\" to a value other than \"auto\".": "Usando {0} como o gerenciador de pacotes preferencial. Foram encontrados vários arquivos de bloqueio para {1}. Para resolver esse problema, exclua os arquivos de bloqueio que não correspondem ao seu gerenciador de pacotes preferencial ou altere a configuração \"npm.packageManager\" para um valor diferente de \"auto\".",
32
+ "Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don't match your preferred package manager or change the setting \"npm.packageManager\" to a value other than \"auto\".": "Usando {0} como o gerenciador de pacotes preferencial. Vários arquivos de bloqueio encontrados para {1}. Para resolver esse problema, exclua os arquivos de bloqueio que não correspondem ao seu gerenciador de pacotes preferido ou altere a configuração \"npm.packageManager\" para um valor diferente de \"auto\".",
33
33
  "in {0}": "em {0}",
34
34
  "latest": "mais recente",
35
35
  "now": "agora",
@@ -34,7 +34,6 @@
34
34
  "Could not install typings files for JavaScript language features. Please ensure that NPM is installed, or configure 'typescript.npm' in your user settings. Alternatively, check the [documentation]({0}) to learn more.": "Não foi possível instalar os arquivos de digitação aos recursos de linguagem JavaScript. Verifique se o NPM está instalado ou configure 'typescript.npm' nas configurações de usuário. Clique [aqui]({0}) para saber mais.",
35
35
  "Could not load the TypeScript version at this path": "Não foi possível carregar a versão do TypeScript neste caminho",
36
36
  "Could not open TS Server log file": "Não foi possível abrir o arquivo de log do TS Server",
37
- "Destination Files": "Arquivos de Destino",
38
37
  "Disable logging": "Desabilitar o registro em log",
39
38
  "Disables semantic checking in a JavaScript file. Must be at the top of a file.": "Desabilita verificação semântica em um arquivo JavaScript. Deve estar no topo de um arquivo.",
40
39
  "Dismiss": "Ignorar",
@@ -102,22 +101,21 @@
102
101
  "TS Server logging is currently enabled which may impact performance.": "O log do TS Server está habilitado no momento, o que pode afetar o desempenho.",
103
102
  "TS Server logging is off. Please set 'typescript.tsserver.log' and restart the TS server to enable logging": "O registro em log do Servidor TS está desativado. Defina 'typescript.tsserver.log' e reinicie o Servidor TS para habilitar o registro em log",
104
103
  "The JS/TS language service crashed 5 times in the last 5 Minutes.": "O serviço de linguagem JS/TS falhou cinco vezes nos últimos 5 minutos.",
105
- "The JS/TS language service crashed 5 times in the last 5 Minutes.\\nThis may be caused by a plugin contributed by one of these extensions: {0}\\nPlease try disabling these extensions before filing an issue against VS Code.": "O serviço de linguagem JS/TS travou 5 vezes nos últimos 5 minutos.\\nIsso pode ser causado por um plug-in contribuído por uma dessas extensões:{0}\\nTente desabilitar essas extensões antes de registrar um problema contra o VS Code.",
104
+ "The JS/TS language service crashed 5 times in the last 5 Minutes.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service crashed 5 times in the last 5 Minutes.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}\r\nPlease try disabling these extensions before filing an issue against VS Code.",
106
105
  "The JS/TS language service crashed.": "O serviço de linguagem JS/TS falhou.",
107
- "The JS/TS language service crashed.\\nThis may be caused by a plugin contributed by one of these extensions: {0}.\\nPlease try disabling these extensions before filing an issue against VS Code.": "O serviço de linguagem JS/TS travou.\\nIsso pode ser causado por um plug-in contribuído por uma destas extensões: {0}.\\nTente desabilitar essas extensões antes de registrar um problema contra o VS Code.",
106
+ "The JS/TS language service crashed.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service crashed.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.",
108
107
  "The JS/TS language service immediately crashed 5 times. The service will not be restarted.": "O serviço de linguagem JS/TS falhou imediatamente cinco vezes. O serviço não será reiniciado.",
109
- "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\\nThis may be caused by a plugin contributed by one of these extensions: {0}.\\nPlease try disabling these extensions before filing an issue against VS Code.": "O serviço de linguagem JS/TS travou imediatamente 5 vezes. O serviço não será reiniciado.\\nIsso pode ser causado por um plug-in contribuído por uma destas extensões: {0}.\\nTente desabilitar essas extensões antes de registrar um problema contra o VS Code.",
108
+ "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.",
110
109
  "The current selection cannot be extracted": "A seleção atual não pode ser extraída",
110
+ "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.",
111
111
  "The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "O caminho {0} não aponta para uma instalação tsserver válida. Voltando para a versão do TypeScript em pacote.",
112
- "The path {0} doesn\\'t point to a valid Node installation to run TS Server. Falling back to bundled Node.": "O caminho {0} não aponta para uma instalação de válida para executar o Servidor TS. Realizando fallback para o agrupado.",
113
- "The path {0} doesn\\'t point to a valid tsserver install. Falling back to bundled TypeScript version.": "O caminho {0} não aponta para uma instalação tsserver válida. Voltando para a versão do TypeScript em pacote.",
114
- "The workspace is using an old version of TypeScript ({0}).\\n\\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "O espaço de trabalho está usando uma versão antiga do TypeScript ({0}).\\n\\nAntes de relatar um problema, atualize o espaço de trabalho para usar o TypeScript {1} ou mais recente para verificar se o bug ainda não foi corrigido.",
112
+ "The workspace is using an old version of TypeScript ({0}).\r\n\r\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "The workspace is using an old version of TypeScript ({0}).\r\n\r\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.",
115
113
  "This workspace contains a TypeScript version. Would you like to use the workspace TypeScript version for TypeScript and JavaScript language features?": "Este workspace contém uma versão do TypeScript. Deseja usar a versão do TypeScript do workspace para recursos de linguagem TypeScript e JavaScript?",
116
114
  "This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "Esse workspace deseja usar a instalação do Nó em '{0}' para executar o Servidor TS. Deseja usar isso?",
117
115
  "To enable project-wide JavaScript/TypeScript language features, exclude folders with many files, like: {0}": "Para habilitar recursos de linguagem JavaScript/TypeScript em todo o projeto, exclua pastas com muitos arquivos, como: {0}",
118
116
  "To enable project-wide JavaScript/TypeScript language features, exclude large folders with source files that you do not work on.": "Para habilitar os recursos de linguagem JavaScript/TypeScript em todo o projeto, exclua pastas grandes com arquivos de origem nos quais você não trabalha.",
119
117
  "TypeScript Server Log": "TypeScript Server Log",
120
- "TypeScript Task in tasks.json contains \\\"\\\\\\\\\\\". TypeScript tasks tsconfig must use \\\"/\\\"": "A tarefa TypeScript em tasks.json contém \\\"\\\\\\\\\\\". Tarefas TypeScript tsconfig devem usar \\\"/\\\"",
118
+ "TypeScript Task in tasks.json contains \"\\\\\". TypeScript tasks tsconfig must use \"/\"": "A tarefa TypeScript em tasks.json contém \"\\\\\". Tarefas TypeScript tsconfig devem usar \"/\"",
121
119
  "TypeScript Version": "Versão TypeScript",
122
120
  "TypeScript language server exited with error. Error message is: {0}": "O servidor de linguagem TypeScript foi encerrado com o erro. A mensagem de erro é: {0}",
123
121
  "TypeScript: Configure Excludes": "TypeScript: Configurar Exclusões",
@@ -125,9 +123,10 @@
125
123
  "Update imports for the following {0} files?": "Atualizar as importações para os seguintes arquivos {0}?",
126
124
  "Use VS Code's Version": "Use a versão do VS Code",
127
125
  "Use Workspace Version": "Usar Versão do Workspace",
128
- "VS Code\\'s tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.": "Tsserver do VS Code foi eliminado por outro aplicativo como uma ferramenta de detecção de vírus com um comportamento inadequado. Por favor reinstale o VS Code.",
126
+ "VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.": "Tsserver do VS Code foi eliminado por outro aplicativo como uma ferramenta de detecção de vírus com um comportamento inadequado. Por favor reinstale o VS Code.",
129
127
  "Yes": "Sim",
130
128
  "build - {0}": "compilar – {0}",
129
+ "destination files": "destination files",
131
130
  "invalid version": "versão inválida",
132
131
  "watch - {0}": "monitorar – {0}",
133
132
  "{0} (Fix all in file)": "{0} (Reparar tudo no arquivo)",