Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/ita/extensions/emmet/package.i18n.json')
-rw-r--r--i18n/ita/extensions/emmet/package.i18n.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/i18n/ita/extensions/emmet/package.i18n.json b/i18n/ita/extensions/emmet/package.i18n.json
new file mode 100644
index 00000000000..702045560ca
--- /dev/null
+++ b/i18n/ita/extensions/emmet/package.i18n.json
@@ -0,0 +1,25 @@
+/*---------------------------------------------------------------------------------------------
+ * 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"
+} \ No newline at end of file