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

keybindingsEditor.i18n.json « browser « preferences « parts « workbench « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e875be271f927290086ba226825ad794d1ec59ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"keybindingsInputName": "Scelte rapide da tastiera",
	"SearchKeybindings.AriaLabel": "Cerca tasti di scelta rapida",
	"SearchKeybindings.Placeholder": "Cerca tasti di scelta rapida",
	"sortByPrecedene": "Ordina per Precedenza",
	"header-message": "Per personalizzazioni avanzate, aprire e modificare",
	"keybindings-file-name": "keybindings.json",
	"keybindingsLabel": "Tasti di scelta rapida",
	"changeLabel": "Cambia tasto di scelta rapida",
	"addLabel": "Aggiungi tasto di scelta rapida",
	"removeLabel": "Rimuovi tasto di scelta rapida",
	"resetLabel": "Reimposta tasto di scelta rapida",
	"showSameKeybindings": "Mostra gli stessi tasti di scelta rapida",
	"copyLabel": "Copia",
	"copyCommandLabel": "Copia comando",
	"command": "Comando",
	"keybinding": "Tasto di scelta rapida",
	"source": "Origine",
	"when": "Quando",
	"editKeybindingLabelWithKey": "Cambia tasto di scelta rapida {0}",
	"editKeybindingLabel": "Cambia tasto di scelta rapida",
	"addKeybindingLabelWithKey": "Aggiungi tasto di scelta rapida {0}",
	"addKeybindingLabel": "Aggiungi tasto di scelta rapida",
	"title": "{0} ({1})",
	"commandAriaLabel": "Il comando è {0}.",
	"keybindingAriaLabel": "Il tasto di scelta rapida è {0}.",
	"noKeybinding": "Non è stato assegnato alcun tasto di scelta rapida.",
	"sourceAriaLabel": "L'origine è {0}.",
	"whenAriaLabel": "Il valore di Quando è {0}.",
	"noWhen": "Non esiste alcun contesto per Quando."
}