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/git/package.i18n.json')
-rw-r--r--i18n/ita/extensions/git/package.i18n.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18n/ita/extensions/git/package.i18n.json b/i18n/ita/extensions/git/package.i18n.json
index fd78ff2a50b..8844282381c 100644
--- a/i18n/ita/extensions/git/package.i18n.json
+++ b/i18n/ita/extensions/git/package.i18n.json
@@ -15,6 +15,8 @@
"command.stageAll": "Prepara tutte le modifiche per commit",
"command.stageSelectedRanges": "Prepara per il commit intervalli selezionati",
"command.revertSelectedRanges": "Ripristina intervalli selezionati",
+ "command.stageChange": "Prepara modifica per commit",
+ "command.revertChange": "Annulla modifica",
"command.unstage": "Annulla preparazione modifiche per commit",
"command.unstageAll": "Annulla preparazione di tutte le modifiche per commit",
"command.unstageSelectedRanges": "Annulla preparazione per il commit di intervalli selezionati",