Files
vscode/i18n/ita/extensions/emmet/package.i18n.json
2017-07-29 16:07:07 -07:00

25 lines
1.3 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.
{
"command.removeTag": "Rimuovi Tag",
"command.updateTag": "Aggiorna tag",
"command.matchTag": "Vai alla coppia corrispondente",
"command.prevEditPoint": "Vai al punto di modifica precedente",
"command.nextEditPoint": "Vai al punto di modifica successivo",
"command.mergeLines": "Esegui merge delle righe",
"command.selectPrevItem": "Seleziona l'elemento precedente",
"command.selectNextItem": "Seleziona l'elemento successivo",
"command.splitJoinTag": "Dividi/Unisci tag",
"command.toggleComment": "Attiva/Disattiva commento",
"command.evaluateMathExpression": "Valuta espressione matematica",
"command.updateImageSize": "Aggiorna dimensioni immagine",
"command.incrementNumberByOne": "Aumenta di 1",
"command.decrementNumberByOne": "Riduci di 1",
"command.incrementNumberByOneTenth": "Aumenta di 0,1",
"command.decrementNumberByOneTenth": "Riduci di 0,1",
"command.incrementNumberByTen": "Aumenta di 10",
"command.decrementNumberByTen": "Riduci di 10"
}