mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
25 lines
1.3 KiB
JSON
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"
|
|
} |