Files
azuredatastudio/i18n/language-pack-pt-BR/translations/extensions/html-language-features.i18n.json
Karl Burtram 2ed9a93bae Add initial lang pack resources (#6035)
* Initial vs code lang packs

* Update resource to merge in ADS-specific strings
2019-06-14 13:38:04 -07:00

45 lines
3.4 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"version": "1.0.0",
"contents": {
"package": {
"displayName": "Recursos da Linguagem HTML",
"description": "Provides rich language support for HTML and Handlebar files",
"html.format.enable.desc": "Habilita/Desabilita o formatador HTML padrão.",
"html.format.wrapLineLength.desc": "Quantidade máxima de caracteres por linha (0 = desativar).",
"html.format.unformatted.desc": "Lista de tags, separados por vírgula, que não deveria ser reformatada. O padrão é 'null' para todas as tags listadas em https://www.w3.org/TR/html5/dom.html#phrasing-content.",
"html.format.contentUnformatted.desc": "Lista de tags, separado por vírgulas, onde o conteúdo não deve ser reformatado. o padrão é 'null' para a tag 'pré'.",
"html.format.indentInnerHtml.desc": "Indent `<head>` and `<body>` sections.",
"html.format.preserveNewLines.desc": "Controla se a quebra de linha existente antes dos elementos devem ser preservados. Só funciona antes de elementos, não dentro de rótulos ou de texto.",
"html.format.maxPreserveNewLines.desc": "Número máximo de quebras de linha a serem preservadas em um bloco. Use 'null' para ilimitado.",
"html.format.indentHandlebars.desc": "Formatar e indentar '{{#foo}}' e '{{/foo}}'.",
"html.format.endWithNewline.desc": "Finalizar com uma nova linha.",
"html.format.extraLiners.desc": "Lista de tags, separadas por vírgulas, que deveriam ter uma quebra de linha extra antes delas. 'null' admite o padrão \"head, body, /html\". ",
"html.format.wrapAttributes.desc": "Agrupar atributos.",
"html.format.wrapAttributes.auto": "Agrupar atributos somente quando o tamanho da linha é excedido.",
"html.format.wrapAttributes.force": "Agrupar cada atributo exceto o primeiro.",
"html.format.wrapAttributes.forcealign": "Agrupar cada atributo, exceto o primeiro e manter alinhado.",
"html.format.wrapAttributes.forcemultiline": "Agrupar cada atributo.",
"html.format.wrapAttributes.alignedmultiple": "Agrupar quando o comprimento da linha for excedido, alinhe os atributos verticalmente.",
"html.format.wrapAttributes.preserve": "Preserve wrapping of attributes",
"html.format.wrapAttributes.preservealigned": "Preservar a envoltura de atributos mas alinhar.",
"html.suggest.html5.desc": "Controla se o suporte interno de linguagem HTML sugere tags, propriedades e valores HTML5.",
"html.trace.server.desc": "Rastrear a comunicação entre o VS Code e o servidor de linguagem HTML.",
"html.validate.scripts": "Controla se o suporte interno de linguagem HTML valida scripts embutidos.",
"html.validate.styles": "Controla se o suporte interno de linguagem HTMLvalida estilos embutidos.",
"html.autoClosingTags": "Ativar/desativar o fechamento automático de tags HTML."
},
"client\\out/htmlMain": {
"htmlserver.name": "Servidor de Linguagem HTML",
"folding.start": "Início da Região Expansível",
"folding.end": "Fim da Região Expansível",
"folding.html": "Ponto de partida de HTML5 simples"
}
}
}