html.contribution.i18n.json 1.5 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6 7 8 9 10 11 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.
{
	"format.endWithNewline": "Termina con un carattere di nuova riga.",
	"format.extraLiners": "Elenco di tag, separati da virgole, che devono essere preceduti da un carattere di nuova riga. Con 'null' viene usata l'impostazione predefinita \"head, body, /html\".",
	"format.indentHandlebars": "Applica la formattazione e imposta un rientro per {{#foo}} e {{/foo}}.",
	"format.indentInnerHtml": "Imposta un rientro per le sezioni <head> e <body>.",
	"format.maxPreserveNewLines": "Numero massimo di interruzioni di riga da mantenere in un unico blocco. Per non impostare un numero massimo, usare 'null'.",
	"format.preserveNewLines": "Indica se è necessario mantenere interruzioni di riga esistenti prima degli elementi. Funziona solo prima degli elementi e non all'interno di tag o per il testo.",
D
Dirk Baeumer 已提交
13
	"format.unformatted": "Elenco di tag, separati da virgole, che non devono essere riformattati. Con 'null' viene usata l'impostazione predefinita che prevede l'uso di tutti i tag elencati in https://www.w3.org/TR/html5/dom.html#phrasing-content.",
D
Dirk Baeumer 已提交
14
	"format.wrapLineLength": "Numero massimo di caratteri per riga (0 = disabilita).",
D
Dirk Baeumer 已提交
15
	"htmlConfigurationTitle": "HTML"
D
Dirk Baeumer 已提交
16
}