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/src/vs/workbench/services')
-rw-r--r--i18n/ita/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json9
-rw-r--r--i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json1
2 files changed, 10 insertions, 0 deletions
diff --git a/i18n/ita/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/ita/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json
new file mode 100644
index 00000000000..99706e3c865
--- /dev/null
+++ b/i18n/ita/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json
@@ -0,0 +1,9 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "errorInvalidConfiguration": "Non è possibile scrivere i tasti di scelta rapida. Aprire il file dei **Tasti di scelta rapida** per correggere errori/avvisi nel file e riprovare.",
+ "errorKeybindingsFileDirty": "Non è possibile scrivere perché il file è stato modificato ma non salvato. Salvare il file dei **Tasti di scelta rapida** e riprovare."
+} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
index 89c4357e5af..e047b28ef27 100644
--- a/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
+++ b/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
@@ -13,6 +13,7 @@
"nonempty": "è previsto un valore non vuoto.",
"optstring": "la proprietà `{0}` può essere omessa o deve essere di tipo `string`",
"requirestring": "la proprietà `{0}` è obbligatoria e deve essere di tipo `string`",
+ "unboundCommands": "Altri comandi disponibili: ",
"vscode.extension.contributes.keybindings": "Tasti di scelta rapida per contributes.",
"vscode.extension.contributes.keybindings.command": "Identificatore del comando da eseguire quando si attiva il tasto di scelta rapida.",
"vscode.extension.contributes.keybindings.key": "Tasto o sequenza di tasti (separare i tasti con un segno di addizione e le sequenze con uno spazio, ad esempio CTRL+O e CTRL+L L per una combinazione)",