@theia/core 1.28.0-next.7 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/i18n/nls.cs.json +33 -2
- package/i18n/nls.de.json +33 -2
- package/i18n/nls.es.json +33 -2
- package/i18n/nls.fr.json +33 -2
- package/i18n/nls.hu.json +33 -2
- package/i18n/nls.it.json +33 -2
- package/i18n/nls.ja.json +33 -2
- package/i18n/nls.json +35 -4
- package/i18n/nls.pl.json +33 -2
- package/i18n/nls.pt-br.json +33 -2
- package/i18n/nls.pt-pt.json +33 -2
- package/i18n/nls.ru.json +33 -2
- package/i18n/nls.zh-cn.json +33 -2
- package/lib/browser/common-frontend-contribution.d.ts +1 -1
- package/lib/browser/common-frontend-contribution.d.ts.map +1 -1
- package/lib/browser/common-frontend-contribution.js +6 -5
- package/lib/browser/common-frontend-contribution.js.map +1 -1
- package/lib/browser/context-key-service.d.ts +3 -1
- package/lib/browser/context-key-service.d.ts.map +1 -1
- package/lib/browser/context-menu-renderer.d.ts +5 -0
- package/lib/browser/context-menu-renderer.d.ts.map +1 -1
- package/lib/browser/frontend-application-module.d.ts.map +1 -1
- package/lib/browser/frontend-application-module.js +2 -0
- package/lib/browser/frontend-application-module.js.map +1 -1
- package/lib/browser/frontend-application.d.ts +3 -2
- package/lib/browser/frontend-application.d.ts.map +1 -1
- package/lib/browser/frontend-application.js.map +1 -1
- package/lib/browser/keybinding.d.ts.map +1 -1
- package/lib/browser/keybinding.js +9 -7
- package/lib/browser/keybinding.js.map +1 -1
- package/lib/browser/keybinding.spec.js +13 -3
- package/lib/browser/keybinding.spec.js.map +1 -1
- package/lib/browser/menu/browser-context-menu-renderer.d.ts +1 -1
- package/lib/browser/menu/browser-context-menu-renderer.d.ts.map +1 -1
- package/lib/browser/menu/browser-context-menu-renderer.js +2 -2
- package/lib/browser/menu/browser-context-menu-renderer.js.map +1 -1
- package/lib/browser/menu/browser-menu-plugin.d.ts +23 -24
- package/lib/browser/menu/browser-menu-plugin.d.ts.map +1 -1
- package/lib/browser/menu/browser-menu-plugin.js +62 -79
- package/lib/browser/menu/browser-menu-plugin.js.map +1 -1
- package/lib/browser/resource-context-key.d.ts +1 -0
- package/lib/browser/resource-context-key.d.ts.map +1 -1
- package/lib/browser/resource-context-key.js +8 -6
- package/lib/browser/resource-context-key.js.map +1 -1
- package/lib/browser/shell/shell-layout-restorer.d.ts.map +1 -1
- package/lib/browser/shell/shell-layout-restorer.js +2 -1
- package/lib/browser/shell/shell-layout-restorer.js.map +1 -1
- package/lib/browser/shell/side-panel-toolbar.d.ts.map +1 -1
- package/lib/browser/shell/side-panel-toolbar.js +0 -1
- package/lib/browser/shell/side-panel-toolbar.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/index.d.ts +4 -0
- package/lib/browser/shell/tab-bar-toolbar/index.d.ts.map +1 -0
- package/lib/browser/shell/tab-bar-toolbar/index.js +31 -0
- package/lib/browser/shell/tab-bar-toolbar/index.js.map +1 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.d.ts +16 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.d.ts.map +1 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js +36 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js.map +1 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.d.ts +51 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.d.ts.map +1 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js +173 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js.map +1 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.d.ts +119 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.d.ts.map +1 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.js +67 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.js.map +1 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.d.ts +53 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.d.ts.map +1 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js +264 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js.map +1 -0
- package/lib/browser/shell/{tab-bar-toolbar.spec.d.ts → tab-bar-toolbar/tab-bar-toolbar.spec.d.ts} +0 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.d.ts.map +1 -0
- package/lib/browser/shell/{tab-bar-toolbar.spec.js → tab-bar-toolbar/tab-bar-toolbar.spec.js} +3 -3
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js.map +1 -0
- package/lib/browser/view-container.d.ts.map +1 -1
- package/lib/browser/view-container.js +1 -10
- package/lib/browser/view-container.js.map +1 -1
- package/lib/browser/widget-manager.d.ts.map +1 -1
- package/lib/browser/widget-manager.js +2 -1
- package/lib/browser/widget-manager.js.map +1 -1
- package/lib/browser/widget-manager.spec.js +13 -0
- package/lib/browser/widget-manager.spec.js.map +1 -1
- package/lib/browser/window/default-window-service.d.ts +2 -1
- package/lib/browser/window/default-window-service.d.ts.map +1 -1
- package/lib/browser/window/default-window-service.js +9 -4
- package/lib/browser/window/default-window-service.js.map +1 -1
- package/lib/browser/window/window-service.d.ts +2 -1
- package/lib/browser/window/window-service.d.ts.map +1 -1
- package/lib/browser/window/window-service.js.map +1 -1
- package/lib/common/color.d.ts +3 -0
- package/lib/common/color.d.ts.map +1 -1
- package/lib/common/frontend-application-state.d.ts +14 -0
- package/lib/common/frontend-application-state.d.ts.map +1 -1
- package/lib/common/frontend-application-state.js +16 -0
- package/lib/common/frontend-application-state.js.map +1 -1
- package/lib/common/menu/action-menu-node.d.ts +20 -0
- package/lib/common/menu/action-menu-node.d.ts.map +1 -0
- package/lib/common/menu/action-menu-node.js +57 -0
- package/lib/common/menu/action-menu-node.js.map +1 -0
- package/lib/common/menu/composite-menu-node.d.ts +52 -0
- package/lib/common/menu/composite-menu-node.d.ts.map +1 -0
- package/lib/common/menu/composite-menu-node.js +102 -0
- package/lib/common/menu/composite-menu-node.js.map +1 -0
- package/lib/common/menu/index.d.ts +6 -0
- package/lib/common/menu/index.d.ts.map +1 -0
- package/lib/common/menu/index.js +33 -0
- package/lib/common/menu/index.js.map +1 -0
- package/lib/common/menu/menu-adapter.d.ts +36 -0
- package/lib/common/menu/menu-adapter.d.ts.map +1 -0
- package/lib/common/menu/menu-adapter.js +101 -0
- package/lib/common/menu/menu-adapter.js.map +1 -0
- package/lib/common/{menu.d.ts → menu/menu-model-registry.d.ts} +22 -124
- package/lib/common/menu/menu-model-registry.d.ts.map +1 -0
- package/lib/common/{menu.js → menu/menu-model-registry.js} +71 -147
- package/lib/common/menu/menu-model-registry.js.map +1 -0
- package/lib/common/menu/menu-types.d.ts +120 -0
- package/lib/common/menu/menu-types.d.ts.map +1 -0
- package/lib/common/menu/menu-types.js +84 -0
- package/lib/common/menu/menu-types.js.map +1 -0
- package/lib/common/{menu.spec.d.ts → menu/menu.spec.d.ts} +0 -0
- package/lib/common/menu/menu.spec.d.ts.map +1 -0
- package/lib/common/{menu.spec.js → menu/menu.spec.js} +3 -3
- package/lib/common/menu/menu.spec.js.map +1 -0
- package/lib/common/message-rpc/rpc-message-encoder.d.ts +12 -11
- package/lib/common/message-rpc/rpc-message-encoder.d.ts.map +1 -1
- package/lib/common/message-rpc/rpc-message-encoder.js +21 -12
- package/lib/common/message-rpc/rpc-message-encoder.js.map +1 -1
- package/lib/common/messaging/abstract-connection-provider.d.ts +1 -1
- package/lib/common/messaging/abstract-connection-provider.js +3 -3
- package/lib/common/quick-pick-service.d.ts +1 -0
- package/lib/common/quick-pick-service.d.ts.map +1 -1
- package/lib/common/quick-pick-service.js.map +1 -1
- package/lib/electron-browser/menu/electron-context-menu-renderer.js +2 -2
- package/lib/electron-browser/menu/electron-context-menu-renderer.js.map +1 -1
- package/lib/electron-browser/menu/electron-main-menu-factory.d.ts +14 -5
- package/lib/electron-browser/menu/electron-main-menu-factory.d.ts.map +1 -1
- package/lib/electron-browser/menu/electron-main-menu-factory.js +71 -82
- package/lib/electron-browser/menu/electron-main-menu-factory.js.map +1 -1
- package/lib/electron-browser/menu/electron-menu-contribution.d.ts.map +1 -1
- package/lib/electron-browser/menu/electron-menu-contribution.js +6 -0
- package/lib/electron-browser/menu/electron-menu-contribution.js.map +1 -1
- package/lib/electron-browser/messaging/electron-ws-connection-provider.js +1 -1
- package/lib/electron-browser/window/electron-window-service.js +1 -1
- package/lib/electron-browser/window/electron-window-service.js.map +1 -1
- package/lib/electron-common/messaging/electron-messages.d.ts +3 -14
- package/lib/electron-common/messaging/electron-messages.d.ts.map +1 -1
- package/lib/electron-common/messaging/electron-messages.js +3 -16
- package/lib/electron-common/messaging/electron-messages.js.map +1 -1
- package/lib/electron-main/messaging/electron-messaging-contribution.d.ts +3 -3
- package/lib/electron-main/messaging/electron-messaging-contribution.js +6 -6
- package/package.json +7 -6
- package/src/browser/common-frontend-contribution.ts +6 -5
- package/src/browser/context-key-service.ts +1 -1
- package/src/browser/context-menu-renderer.ts +5 -0
- package/src/browser/frontend-application-module.ts +7 -1
- package/src/browser/frontend-application.ts +3 -2
- package/src/browser/keybinding.spec.ts +13 -3
- package/src/browser/keybinding.ts +8 -9
- package/src/browser/menu/browser-context-menu-renderer.ts +2 -2
- package/src/browser/menu/browser-menu-plugin.ts +74 -86
- package/src/browser/resource-context-key.ts +9 -6
- package/src/browser/shell/shell-layout-restorer.ts +2 -1
- package/src/browser/shell/side-panel-toolbar.ts +0 -1
- package/src/browser/shell/tab-bar-toolbar/index.ts +19 -0
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.ts +31 -0
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.ts +170 -0
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.ts +186 -0
- package/src/browser/shell/{tab-bar-toolbar.spec.ts → tab-bar-toolbar/tab-bar-toolbar.spec.ts} +2 -2
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.tsx +261 -0
- package/src/browser/style/alert-messages.css +6 -0
- package/src/browser/view-container.ts +1 -10
- package/src/browser/widget-manager.spec.ts +14 -0
- package/src/browser/widget-manager.ts +2 -1
- package/src/browser/window/default-window-service.ts +9 -4
- package/src/browser/window/window-service.ts +2 -1
- package/src/common/color.ts +3 -0
- package/src/common/frontend-application-state.ts +15 -0
- package/src/common/menu/action-menu-node.ts +65 -0
- package/src/common/menu/composite-menu-node.ts +121 -0
- package/src/common/menu/index.ts +21 -0
- package/src/common/menu/menu-adapter.ts +103 -0
- package/src/common/{menu.ts → menu/menu-model-registry.ts} +61 -222
- package/src/common/menu/menu-types.ts +183 -0
- package/src/common/{menu.spec.ts → menu/menu.spec.ts} +3 -2
- package/src/common/message-rpc/rpc-message-encoder.ts +24 -13
- package/src/common/messaging/abstract-connection-provider.ts +4 -4
- package/src/common/quick-pick-service.ts +1 -0
- package/src/electron-browser/menu/electron-context-menu-renderer.ts +2 -2
- package/src/electron-browser/menu/electron-main-menu-factory.ts +82 -96
- package/src/electron-browser/menu/electron-menu-contribution.ts +8 -0
- package/src/electron-browser/messaging/electron-ws-connection-provider.ts +1 -1
- package/src/electron-browser/window/electron-window-service.ts +1 -1
- package/src/electron-common/messaging/electron-messages.ts +4 -15
- package/src/electron-main/messaging/electron-messaging-contribution.ts +8 -8
- package/lib/browser/shell/tab-bar-toolbar.d.ts +0 -186
- package/lib/browser/shell/tab-bar-toolbar.d.ts.map +0 -1
- package/lib/browser/shell/tab-bar-toolbar.js +0 -362
- package/lib/browser/shell/tab-bar-toolbar.js.map +0 -1
- package/lib/browser/shell/tab-bar-toolbar.spec.d.ts.map +0 -1
- package/lib/browser/shell/tab-bar-toolbar.spec.js.map +0 -1
- package/lib/common/menu.d.ts.map +0 -1
- package/lib/common/menu.js.map +0 -1
- package/lib/common/menu.spec.d.ts.map +0 -1
- package/lib/common/menu.spec.js.map +0 -1
- package/src/browser/shell/tab-bar-toolbar.tsx +0 -495
package/README.md
CHANGED
|
@@ -86,12 +86,12 @@ export class SomeClass {
|
|
|
86
86
|
- `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
|
|
87
87
|
- `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
|
|
88
88
|
- `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
|
|
89
|
-
- `@theia/application-package` (from [`@theia/application-package@1.28.0
|
|
90
|
-
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.28.0
|
|
91
|
-
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.28.0
|
|
92
|
-
- `@theia/request` (from [`@theia/request@1.28.0
|
|
93
|
-
- `@theia/request/lib/proxy` (from [`@theia/request@1.28.0
|
|
94
|
-
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.28.0
|
|
89
|
+
- `@theia/application-package` (from [`@theia/application-package@1.28.0`](https://www.npmjs.com/package/@theia/application-package/v/1.28.0))
|
|
90
|
+
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.28.0`](https://www.npmjs.com/package/@theia/application-package/v/1.28.0))
|
|
91
|
+
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.28.0`](https://www.npmjs.com/package/@theia/application-package/v/1.28.0))
|
|
92
|
+
- `@theia/request` (from [`@theia/request@1.28.0`](https://www.npmjs.com/package/@theia/request/v/1.28.0))
|
|
93
|
+
- `@theia/request/lib/proxy` (from [`@theia/request@1.28.0`](https://www.npmjs.com/package/@theia/request/v/1.28.0))
|
|
94
|
+
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.28.0`](https://www.npmjs.com/package/@theia/request/v/1.28.0))
|
|
95
95
|
- `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
|
|
96
96
|
- `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
|
|
97
97
|
- `inversify` (from [`inversify@^5.1.1`](https://www.npmjs.com/package/inversify))
|
package/i18n/nls.cs.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"disassemblyView": "Pohled na demontáž",
|
|
2
3
|
"theia": {
|
|
3
4
|
"callhierarchy": {
|
|
4
5
|
"noCallers": "Nebyl zjištěn žádný volající.",
|
|
@@ -58,18 +59,31 @@
|
|
|
58
59
|
"addConfigurationPlaceholder": "Vyberte kořenový pracovní prostor, do kterého chcete přidat konfiguraci",
|
|
59
60
|
"continueAll": "Pokračovat ve všem",
|
|
60
61
|
"copyExpressionValue": "Kopírování hodnoty výrazu",
|
|
62
|
+
"disassembly-view": {
|
|
63
|
+
"show-source-code": "Zobrazení zdrojového kódu v zobrazení disassembleru."
|
|
64
|
+
},
|
|
65
|
+
"instruction-breakpoint": "Bod přerušení instrukcí",
|
|
66
|
+
"instructionAddress": "Adresa",
|
|
67
|
+
"instructionBytes": "Byty",
|
|
68
|
+
"instructionNotAvailable": "Demontáž není k dispozici.",
|
|
69
|
+
"instructionText": "Pokyny",
|
|
61
70
|
"missingConfiguration": "Dynamická konfigurace '{0}:{1}' chybí nebo není použitelná",
|
|
71
|
+
"open-disassembly-view": "Otevřený pohled na demontáž",
|
|
62
72
|
"pauseAll": "Pozastavit vše",
|
|
63
73
|
"reveal": "Odhalení",
|
|
64
74
|
"threads": "Vlákna",
|
|
65
75
|
"toggleTracing": "Povolení/zakázání sledování komunikace s ladicími adaptéry"
|
|
66
76
|
},
|
|
77
|
+
"disassembly-view": {
|
|
78
|
+
"disassemblyTableColumnLabel": "pokyny"
|
|
79
|
+
},
|
|
67
80
|
"editor": {
|
|
68
81
|
"diffEditor.maxFileSize": "Maximální velikost souboru v MB, pro kterou se vypočítávají rozdíly. Použijte hodnotu 0 pro žádný limit.",
|
|
69
82
|
"editor.accessibilityPageSize": "Řídí počet řádků v editoru, které může čtečka obrazovky přečíst najednou. Při detekci čtečky obrazovky automaticky nastavíme výchozí hodnotu na 500. Upozornění: Pro čísla větší než výchozí to má vliv na výkon.",
|
|
70
83
|
"editor.autoClosingDelete": "Řídí, zda má editor při mazání odstranit sousední uzavírací uvozovky nebo závorky.",
|
|
71
84
|
"editor.autoClosingDelete1": "Odstraňte sousední uzavírací uvozovky nebo závorky pouze v případě, že byly vloženy automaticky.",
|
|
72
85
|
"editor.bracketPairColorization.enabled": "Ovládá, zda je obarvení dvojice závorek povoleno, nebo ne. Pro přepsání barev zvýraznění závorek použijte 'workbench.colorCustomizations'.",
|
|
86
|
+
"editor.bracketPairColorization.independentColorPoolPerBracketType": "Řídí, zda má každý typ závorky svůj vlastní nezávislý fond barev.",
|
|
73
87
|
"editor.codeLensFontSize": "Ovládá velikost písma v pixelech pro CodeLens. Při nastavení na `0` se použije 90 % hodnoty `#editor.fontSize#`.",
|
|
74
88
|
"editor.find.autoFindInSelection0": "Nikdy automaticky nezapínat funkci Najít ve výběru (výchozí nastavení).",
|
|
75
89
|
"editor.find.autoFindInSelection1": "Vždy automaticky zapněte funkci Najít ve výběru.",
|
|
@@ -88,13 +102,23 @@
|
|
|
88
102
|
"editor.guides.bracketPairsHorizontal1": "Povolí vodorovná vodítka pouze pro aktivní pár držáků.",
|
|
89
103
|
"editor.guides.bracketPairsHorizontal2": "Zakáže vodítka vodorovných dvojic konzol.",
|
|
90
104
|
"editor.guides.highlightActiveBracketPair": "Řídí, zda má editor zvýraznit aktivní dvojici závorek.",
|
|
105
|
+
"editor.guides.highlightActiveIndentation0": "Zvýrazní aktivního průvodce odsazením.",
|
|
106
|
+
"editor.guides.highlightActiveIndentation1": "Zvýrazní aktivní vodítko odsazení, i když jsou zvýrazněna vodítka závorek.",
|
|
107
|
+
"editor.guides.highlightActiveIndentation2": "Nezvýrazňujte aktivního průvodce odsazením.",
|
|
91
108
|
"editor.hover.above": "Pokud je místo, raději se zobrazí nad řádkem.",
|
|
92
109
|
"editor.inlayHints.enabled": "Povolí v editoru nápovědy pro vložení.",
|
|
110
|
+
"editor.inlayHints.enabled0": "Nápovědy pro vložení jsou povoleny",
|
|
111
|
+
"editor.inlayHints.enabled1": "Vložené nápovědy se zobrazují ve výchozím nastavení a skrývají se při podržení `Ctrl+Alt`",
|
|
112
|
+
"editor.inlayHints.enabled2": "Vložené nápovědy jsou ve výchozím nastavení skryté a zobrazí se při podržení `Ctrl+Alt`.",
|
|
113
|
+
"editor.inlayHints.enabled3": "Nápovědy pro vložení jsou zakázány",
|
|
93
114
|
"editor.inlayHints.fontFamily": "Řídí rodinu písma vložených nápověd v editoru. Je-li nastaveno na prázdnou hodnotu, použije se `#editor.fontFamily#`.",
|
|
94
115
|
"editor.inlayHints.fontSize": "Ovládá velikost písma vložených nápověd v editoru. Pokud je nakonfigurovaná hodnota menší než `5` nebo větší než velikost písma editoru, použije se výchozí hodnota 90 % z `#editor.fontSize#`.",
|
|
95
116
|
"editor.inlineSuggest.enabled": "Ovládá, zda se mají v editoru automaticky zobrazovat návrhy na řádkování.",
|
|
96
117
|
"editor.language.colorizedBracketPairs": "Definuje dvojice závorek, které jsou obarveny podle úrovně vnoření, pokud je obarvení dvojic závorek povoleno.",
|
|
97
118
|
"editor.lineHeight": "Ovládá výšku čáry.\n - Chcete-li automaticky vypočítat výšku řádku z velikosti písma, použijte hodnotu 0.\n - Hodnoty mezi 0 a 8 se použijí jako násobitel s velikostí písma.\n - Hodnoty větší nebo rovné 8 budou použity jako efektivní hodnoty.",
|
|
119
|
+
"editor.quickSuggestions0": "Rychlé návrhy se zobrazují uvnitř widgetu pro navrhování",
|
|
120
|
+
"editor.quickSuggestions1": "Rychlé návrhy se zobrazují jako text duchů",
|
|
121
|
+
"editor.quickSuggestions2": "Rychlé návrhy jsou zakázány",
|
|
98
122
|
"editor.renderLineHighlightOnlyWhenFocus": "Řídí, zda má editor vykreslovat zvýraznění aktuálního řádku pouze tehdy, když je editor zaměřen.",
|
|
99
123
|
"editor.renderWhitespace3": "Vykresluje pouze koncové bílé znaky.",
|
|
100
124
|
"editor.scrollbar.horizontal": "Ovládá viditelnost vodorovného posuvníku.",
|
|
@@ -170,6 +194,7 @@
|
|
|
170
194
|
"newPlugin": "Vytvoření nového pluginu"
|
|
171
195
|
},
|
|
172
196
|
"git": {
|
|
197
|
+
"aFewSecondsAgo": "před několika sekundami",
|
|
173
198
|
"addSignedOff": "Přidat Signed-off-by",
|
|
174
199
|
"amendReuseMessag": "Chcete-li znovu použít poslední zprávu o revizi, stiskněte klávesu \"Enter\" nebo klávesu \"Escape\" pro zrušení.",
|
|
175
200
|
"amendRewrite": "Přepsání předchozí zprávy o revizi. Stisknutím klávesy 'Enter' potvrdíte nebo klávesou 'Escape' zrušíte.",
|
|
@@ -203,7 +228,8 @@
|
|
|
203
228
|
"keybindingCollidesValidation": "vazba kláves v současné době koliduje",
|
|
204
229
|
"requiredKeybindingValidation": "je vyžadována hodnota keybindingu",
|
|
205
230
|
"resetKeybindingConfirmation": "Opravdu chcete obnovit výchozí hodnotu této vazby kláves?",
|
|
206
|
-
"resetKeybindingTitle": "Obnovení vazby kláves pro {0}"
|
|
231
|
+
"resetKeybindingTitle": "Obnovení vazby kláves pro {0}",
|
|
232
|
+
"resetMultipleKeybindingsWarning": "Pokud pro tento příkaz existuje více klávesových vazeb, budou resetovány všechny."
|
|
207
233
|
},
|
|
208
234
|
"localize": {
|
|
209
235
|
"offlineTooltip": "Nelze se připojit k backendu."
|
|
@@ -354,10 +380,15 @@
|
|
|
354
380
|
"typeHierarchy": "Hierarchie typů"
|
|
355
381
|
},
|
|
356
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Chyba při načítání rozšíření.",
|
|
357
384
|
"openVSX": "Otevření registru VSX",
|
|
358
385
|
"recommendedExtensions": "Seznam názvů rozšíření doporučených pro použití v tomto pracovním prostoru.",
|
|
359
386
|
"searchPlaceholder": "Hledat rozšíření v {0}",
|
|
360
|
-
"showRecommendedExtensions": "Řídí, zda se mají zobrazovat oznámení pro doporučení rozšíření."
|
|
387
|
+
"showRecommendedExtensions": "Řídí, zda se mají zobrazovat oznámení pro doporučení rozšíření.",
|
|
388
|
+
"vsx-extensions-contribution": {
|
|
389
|
+
"update-version-uninstall-error": "Chyba při odstraňování rozšíření: {0}.",
|
|
390
|
+
"update-version-version-error": "Nepodařilo se nainstalovat verzi {0} {1} ."
|
|
391
|
+
}
|
|
361
392
|
},
|
|
362
393
|
"webview": {
|
|
363
394
|
"goToReadme": "Přejít na README",
|
package/i18n/nls.de.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"disassemblyView": "Demontage Ansicht",
|
|
2
3
|
"theia": {
|
|
3
4
|
"callhierarchy": {
|
|
4
5
|
"noCallers": "Es wurden keine Anrufer entdeckt.",
|
|
@@ -58,18 +59,31 @@
|
|
|
58
59
|
"addConfigurationPlaceholder": "Wählen Sie das Stammverzeichnis des Arbeitsbereichs, dem Sie die Konfiguration hinzufügen möchten",
|
|
59
60
|
"continueAll": "Alle fortsetzen",
|
|
60
61
|
"copyExpressionValue": "Ausdruckswert kopieren",
|
|
62
|
+
"disassembly-view": {
|
|
63
|
+
"show-source-code": "Quellcode in der Disassemblierungsansicht anzeigen."
|
|
64
|
+
},
|
|
65
|
+
"instruction-breakpoint": "Anweisung Haltepunkt",
|
|
66
|
+
"instructionAddress": "Adresse",
|
|
67
|
+
"instructionBytes": "Bytes",
|
|
68
|
+
"instructionNotAvailable": "Demontage nicht möglich.",
|
|
69
|
+
"instructionText": "Anleitung",
|
|
61
70
|
"missingConfiguration": "Die dynamische Konfiguration '{0}:{1}' fehlt oder ist nicht anwendbar",
|
|
71
|
+
"open-disassembly-view": "Demontageansicht öffnen",
|
|
62
72
|
"pauseAll": "Pause Alle",
|
|
63
73
|
"reveal": "Enthüllen",
|
|
64
74
|
"threads": "Threads",
|
|
65
75
|
"toggleTracing": "Aktivieren/Deaktivieren der Verfolgung der Kommunikation mit Debug-Adaptern"
|
|
66
76
|
},
|
|
77
|
+
"disassembly-view": {
|
|
78
|
+
"disassemblyTableColumnLabel": "Anweisungen"
|
|
79
|
+
},
|
|
67
80
|
"editor": {
|
|
68
81
|
"diffEditor.maxFileSize": "Maximale Dateigröße in MB, für die Diffs berechnet werden sollen. Verwenden Sie 0 für keine Begrenzung.",
|
|
69
82
|
"editor.accessibilityPageSize": "Steuert die Anzahl der Zeilen im Editor, die von einem Screenreader auf einmal vorgelesen werden können. Wenn wir einen Screenreader erkennen, setzen wir automatisch den Standardwert auf 500. Achtung: Dies hat Auswirkungen auf die Leistung, wenn die Zahl größer als der Standardwert ist.",
|
|
70
83
|
"editor.autoClosingDelete": "Steuert, ob der Editor beim Löschen angrenzende schließende Anführungszeichen oder Klammern entfernen soll.",
|
|
71
84
|
"editor.autoClosingDelete1": "Entfernen Sie angrenzende schließende Anführungszeichen oder Klammern nur, wenn sie automatisch eingefügt wurden.",
|
|
72
85
|
"editor.bracketPairColorization.enabled": "Steuert, ob die Einfärbung von Klammerpaaren aktiviert ist oder nicht. Verwenden Sie 'workbench.colorCustomizations', um die Farben der Klammerhervorhebung zu überschreiben.",
|
|
86
|
+
"editor.bracketPairColorization.independentColorPoolPerBracketType": "Steuert, ob jeder Klammertyp seinen eigenen unabhängigen Farbpool hat.",
|
|
73
87
|
"editor.codeLensFontSize": "Steuert die Schriftgröße in Pixeln für CodeLens. Bei Einstellung `0` werden 90% von `#editor.fontSize#` verwendet.",
|
|
74
88
|
"editor.find.autoFindInSelection0": "Niemals die automatische Suche in der Auswahl aktivieren (Standard).",
|
|
75
89
|
"editor.find.autoFindInSelection1": "Schalten Sie \"In Auswahl suchen\" immer automatisch ein.",
|
|
@@ -88,13 +102,23 @@
|
|
|
88
102
|
"editor.guides.bracketPairsHorizontal1": "Aktiviert horizontale Hilfslinien nur für das aktive Halterungspaar.",
|
|
89
103
|
"editor.guides.bracketPairsHorizontal2": "Deaktiviert die horizontalen Klammerpaarführungen.",
|
|
90
104
|
"editor.guides.highlightActiveBracketPair": "Steuert, ob der Editor das aktive Klammerpaar hervorheben soll.",
|
|
105
|
+
"editor.guides.highlightActiveIndentation0": "Hebt die aktive Einzugshilfe hervor.",
|
|
106
|
+
"editor.guides.highlightActiveIndentation1": "Hebt die aktive Einzugshilfe hervor, auch wenn Klammerhilfen hervorgehoben sind.",
|
|
107
|
+
"editor.guides.highlightActiveIndentation2": "Markieren Sie nicht die aktive Einzugsschablone.",
|
|
91
108
|
"editor.hover.above": "Bevorzugen Sie es, über der Linie zu schweben, wenn Platz vorhanden ist.",
|
|
92
109
|
"editor.inlayHints.enabled": "Aktiviert die Inlay-Hinweise im Editor.",
|
|
110
|
+
"editor.inlayHints.enabled0": "Inlay-Hinweise sind aktiviert",
|
|
111
|
+
"editor.inlayHints.enabled1": "Inlay-Hinweise werden standardmäßig angezeigt und bei gedrückter Tastenkombination \"Strg+Alt\" ausgeblendet",
|
|
112
|
+
"editor.inlayHints.enabled2": "Inlay-Hinweise sind standardmäßig ausgeblendet und werden angezeigt, wenn die Tastenkombination \"Strg+Alt\" gedrückt wird.",
|
|
113
|
+
"editor.inlayHints.enabled3": "Inlay-Hinweise sind deaktiviert",
|
|
93
114
|
"editor.inlayHints.fontFamily": "Steuert die Schriftfamilie der Inlay-Hinweise im Editor. Wenn leer, wird die `#editor.fontFamily#` verwendet.",
|
|
94
115
|
"editor.inlayHints.fontSize": "Steuert die Schriftgröße von Inlay-Hinweisen im Editor. Eine Vorgabe von 90% von `#editor.fontSize#` wird verwendet, wenn der konfigurierte Wert kleiner als `5` oder größer als die Schriftgröße des Editors ist.",
|
|
95
116
|
"editor.inlineSuggest.enabled": "Legt fest, ob automatisch Inline-Vorschläge im Editor angezeigt werden sollen.",
|
|
96
117
|
"editor.language.colorizedBracketPairs": "Definiert die Klammerpaare, die nach ihrer Verschachtelungsebene eingefärbt werden, wenn die Einfärbung von Klammerpaaren aktiviert ist.",
|
|
97
118
|
"editor.lineHeight": "Steuert die Zeilenhöhe.\n - Verwenden Sie 0, um die Zeilenhöhe automatisch anhand der Schriftgröße zu berechnen.\n - Werte zwischen 0 und 8 werden als Multiplikator mit der Schriftgröße verwendet.\n - Werte, die größer oder gleich 8 sind, werden als effektive Werte verwendet.",
|
|
119
|
+
"editor.quickSuggestions0": "Schnellvorschläge werden innerhalb des Vorschlags-Widgets angezeigt",
|
|
120
|
+
"editor.quickSuggestions1": "Schnellvorschläge werden als Geistertext angezeigt",
|
|
121
|
+
"editor.quickSuggestions2": "Schnellvorschläge sind deaktiviert",
|
|
98
122
|
"editor.renderLineHighlightOnlyWhenFocus": "Steuert, ob der Editor die aktuelle Zeile nur dann hervorheben soll, wenn der Editor fokussiert ist.",
|
|
99
123
|
"editor.renderWhitespace3": "Nur nachgestellte Leerzeichen werden wiedergegeben.",
|
|
100
124
|
"editor.scrollbar.horizontal": "Steuert die Sichtbarkeit der horizontalen Bildlaufleiste.",
|
|
@@ -170,6 +194,7 @@
|
|
|
170
194
|
"newPlugin": "Ein neues Plugin erstellen"
|
|
171
195
|
},
|
|
172
196
|
"git": {
|
|
197
|
+
"aFewSecondsAgo": "vor ein paar Sekunden",
|
|
173
198
|
"addSignedOff": "Abgezeichnet von hinzufügen",
|
|
174
199
|
"amendReuseMessag": "Um die letzte Meldung wieder zu verwenden, drücken Sie \"Enter\" oder \"Escape\", um den Vorgang abzubrechen.",
|
|
175
200
|
"amendRewrite": "Vorherige Übermittlungsnachricht neu schreiben. Bestätigen Sie mit \"Enter\" oder brechen Sie mit \"Escape\" ab.",
|
|
@@ -203,7 +228,8 @@
|
|
|
203
228
|
"keybindingCollidesValidation": "Tastenkombinationen kollidieren",
|
|
204
229
|
"requiredKeybindingValidation": "Schlüsselbindung Wert ist erforderlich",
|
|
205
230
|
"resetKeybindingConfirmation": "Möchten Sie diese Tastaturbelegung wirklich auf den Standardwert zurücksetzen?",
|
|
206
|
-
"resetKeybindingTitle": "Tastaturbelegung für {0} zurücksetzen"
|
|
231
|
+
"resetKeybindingTitle": "Tastaturbelegung für {0} zurücksetzen",
|
|
232
|
+
"resetMultipleKeybindingsWarning": "Wenn mehrere Tastenkombinationen für diesen Befehl existieren, werden alle zurückgesetzt."
|
|
207
233
|
},
|
|
208
234
|
"localize": {
|
|
209
235
|
"offlineTooltip": "Kann keine Verbindung zum Backend herstellen."
|
|
@@ -354,10 +380,15 @@
|
|
|
354
380
|
"typeHierarchy": "Typenhierarchie"
|
|
355
381
|
},
|
|
356
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Fehler beim Abrufen von Erweiterungen.",
|
|
357
384
|
"openVSX": "Open VSX Registry",
|
|
358
385
|
"recommendedExtensions": "Eine Liste mit den Namen der Erweiterungen, die für die Verwendung in diesem Arbeitsbereich empfohlen werden.",
|
|
359
386
|
"searchPlaceholder": "Erweiterungen suchen in {0}",
|
|
360
|
-
"showRecommendedExtensions": "Steuert, ob Benachrichtigungen für Erweiterungsempfehlungen angezeigt werden."
|
|
387
|
+
"showRecommendedExtensions": "Steuert, ob Benachrichtigungen für Erweiterungsempfehlungen angezeigt werden.",
|
|
388
|
+
"vsx-extensions-contribution": {
|
|
389
|
+
"update-version-uninstall-error": "Fehler beim Entfernen der Erweiterung: {0}.",
|
|
390
|
+
"update-version-version-error": "Die Installation der Version {0} von {1} ist fehlgeschlagen."
|
|
391
|
+
}
|
|
361
392
|
},
|
|
362
393
|
"webview": {
|
|
363
394
|
"goToReadme": "Zum README gehen",
|
package/i18n/nls.es.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"disassemblyView": "Vista de desmontaje",
|
|
2
3
|
"theia": {
|
|
3
4
|
"callhierarchy": {
|
|
4
5
|
"noCallers": "No se ha detectado ninguna llamada.",
|
|
@@ -58,18 +59,31 @@
|
|
|
58
59
|
"addConfigurationPlaceholder": "Seleccione la raíz del espacio de trabajo para añadir la configuración",
|
|
59
60
|
"continueAll": "Continuar todo",
|
|
60
61
|
"copyExpressionValue": "Copiar el valor de la expresión",
|
|
62
|
+
"disassembly-view": {
|
|
63
|
+
"show-source-code": "Mostrar el código fuente en la vista de desensamblaje."
|
|
64
|
+
},
|
|
65
|
+
"instruction-breakpoint": "Punto de interrupción de la instrucción",
|
|
66
|
+
"instructionAddress": "Dirección",
|
|
67
|
+
"instructionBytes": "Bytes",
|
|
68
|
+
"instructionNotAvailable": "Desmontaje no disponible.",
|
|
69
|
+
"instructionText": "Instrucción",
|
|
61
70
|
"missingConfiguration": "La configuración dinámica '{0}:{1}' falta o no es aplicable",
|
|
71
|
+
"open-disassembly-view": "Vista de desmontaje abierta",
|
|
62
72
|
"pauseAll": "Pausa Todo",
|
|
63
73
|
"reveal": "Revelar",
|
|
64
74
|
"threads": "Hilos",
|
|
65
75
|
"toggleTracing": "Activar/desactivar las comunicaciones de rastreo con los adaptadores de depuración"
|
|
66
76
|
},
|
|
77
|
+
"disassembly-view": {
|
|
78
|
+
"disassemblyTableColumnLabel": "instrucciones"
|
|
79
|
+
},
|
|
67
80
|
"editor": {
|
|
68
81
|
"diffEditor.maxFileSize": "Tamaño máximo del archivo en MB para el que se calculan los diffs. Utilice 0 para no tener límite.",
|
|
69
82
|
"editor.accessibilityPageSize": "Controla el número de líneas del editor que pueden ser leídas por un lector de pantalla a la vez. Cuando detectamos un lector de pantalla, fijamos automáticamente el valor por defecto en 500. Advertencia: esto tiene una implicación de rendimiento para números mayores que el predeterminado.",
|
|
70
83
|
"editor.autoClosingDelete": "Controla si el editor debe eliminar las comillas de cierre adyacentes o los corchetes al borrar.",
|
|
71
84
|
"editor.autoClosingDelete1": "Elimine las comillas de cierre adyacentes o los corchetes sólo si se insertaron automáticamente.",
|
|
72
85
|
"editor.bracketPairColorization.enabled": "Controla si la coloración del par de corchetes está activada o no. Utilice 'workbench.colorCustomizations' para anular los colores de resaltado de los corchetes.",
|
|
86
|
+
"editor.bracketPairColorization.independentColorPoolPerBracketType": "Controla si cada tipo de soporte tiene su propia reserva de color independiente.",
|
|
73
87
|
"editor.codeLensFontSize": "Controla el tamaño de la fuente en píxeles para CodeLens. Cuando se establece en `0`, se utiliza el 90% de `#editor.fontSize#`.",
|
|
74
88
|
"editor.find.autoFindInSelection0": "No activar nunca la función Buscar en la selección automáticamente (por defecto).",
|
|
75
89
|
"editor.find.autoFindInSelection1": "Activar siempre automáticamente la función Buscar en la selección.",
|
|
@@ -88,13 +102,23 @@
|
|
|
88
102
|
"editor.guides.bracketPairsHorizontal1": "Activa las guías horizontales sólo para el par de soportes activo.",
|
|
89
103
|
"editor.guides.bracketPairsHorizontal2": "Desactiva las guías de pares de soportes horizontales.",
|
|
90
104
|
"editor.guides.highlightActiveBracketPair": "Controla si el editor debe resaltar el par de corchetes activo.",
|
|
105
|
+
"editor.guides.highlightActiveIndentation0": "Resalta la guía de sangría activa.",
|
|
106
|
+
"editor.guides.highlightActiveIndentation1": "Resalta la guía de sangría activa incluso si las guías de corchetes están resaltadas.",
|
|
107
|
+
"editor.guides.highlightActiveIndentation2": "No resalte la guía de sangría activa.",
|
|
91
108
|
"editor.hover.above": "Prefiere mostrar por encima de la línea, si hay espacio.",
|
|
92
109
|
"editor.inlayHints.enabled": "Activa las sugerencias de incrustación en el editor.",
|
|
110
|
+
"editor.inlayHints.enabled0": "Se activan las sugerencias de incrustación",
|
|
111
|
+
"editor.inlayHints.enabled1": "Los consejos de incrustación se muestran por defecto y se ocultan cuando se mantiene `Ctrl+Alt`.",
|
|
112
|
+
"editor.inlayHints.enabled2": "Los consejos de incrustación están ocultos por defecto y se muestran cuando se mantiene pulsado `Ctrl+Alt`.",
|
|
113
|
+
"editor.inlayHints.enabled3": "Las sugerencias de incrustación están desactivadas",
|
|
93
114
|
"editor.inlayHints.fontFamily": "Controla la familia de fuentes de las sugerencias de incrustación en el editor. Cuando se establece en vacío, se utiliza `#editor.fontFamily#`.",
|
|
94
115
|
"editor.inlayHints.fontSize": "Controla el tamaño de la fuente de las sugerencias de incrustación en el editor. Se utiliza un valor por defecto del 90% de `#editor.fontSize#` cuando el valor configurado es menor que `5` o mayor que el tamaño de la fuente del editor.",
|
|
95
116
|
"editor.inlineSuggest.enabled": "Controla si se muestran automáticamente las sugerencias en línea en el editor.",
|
|
96
117
|
"editor.language.colorizedBracketPairs": "Define los pares de corchetes que se colorean por su nivel de anidamiento si la coloración de pares de corchetes está activada.",
|
|
97
118
|
"editor.lineHeight": "Controla la altura de la línea.\n - Utilice 0 para calcular automáticamente la altura de la línea a partir del tamaño de la fuente.\n - Los valores entre 0 y 8 se utilizarán como un multiplicador con el tamaño de la fuente.\n - Los valores mayores o iguales a 8 se utilizarán como valores efectivos.",
|
|
119
|
+
"editor.quickSuggestions0": "Las sugerencias rápidas se muestran dentro del widget de sugerencias",
|
|
120
|
+
"editor.quickSuggestions1": "Las sugerencias rápidas se muestran como texto fantasma",
|
|
121
|
+
"editor.quickSuggestions2": "Las sugerencias rápidas están desactivadas",
|
|
98
122
|
"editor.renderLineHighlightOnlyWhenFocus": "Controla si el editor debe mostrar el resaltado de la línea actual sólo cuando el editor está enfocado.",
|
|
99
123
|
"editor.renderWhitespace3": "Renderiza sólo los caracteres de los espacios en blanco finales.",
|
|
100
124
|
"editor.scrollbar.horizontal": "Controla la visibilidad de la barra de desplazamiento horizontal.",
|
|
@@ -170,6 +194,7 @@
|
|
|
170
194
|
"newPlugin": "Creación de un nuevo plugin"
|
|
171
195
|
},
|
|
172
196
|
"git": {
|
|
197
|
+
"aFewSecondsAgo": "hace unos segundos",
|
|
173
198
|
"addSignedOff": "Agregar a la lista de firmas",
|
|
174
199
|
"amendReuseMessag": "Para reutilizar el último mensaje de confirmación, pulse \"Enter\" o \"Escape\" para cancelar.",
|
|
175
200
|
"amendRewrite": "Reescribir el mensaje de confirmación anterior. Pulse 'Enter' para confirmar o 'Escape' para cancelar.",
|
|
@@ -203,7 +228,8 @@
|
|
|
203
228
|
"keybindingCollidesValidation": "la vinculación de teclas actualmente colisiona",
|
|
204
229
|
"requiredKeybindingValidation": "se requiere el valor del keybinding",
|
|
205
230
|
"resetKeybindingConfirmation": "¿Realmente quieres restablecer este keybinding a su valor por defecto?",
|
|
206
|
-
"resetKeybindingTitle": "Restablecer la unión de teclas para {0}"
|
|
231
|
+
"resetKeybindingTitle": "Restablecer la unión de teclas para {0}",
|
|
232
|
+
"resetMultipleKeybindingsWarning": "Si existen varias combinaciones de teclas para este comando, todas ellas se restablecerán."
|
|
207
233
|
},
|
|
208
234
|
"localize": {
|
|
209
235
|
"offlineTooltip": "No se puede conectar al backend."
|
|
@@ -354,10 +380,15 @@
|
|
|
354
380
|
"typeHierarchy": "Jerarquía de tipos"
|
|
355
381
|
},
|
|
356
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Error en la búsqueda de extensiones.",
|
|
357
384
|
"openVSX": "Abrir el registro de VSX",
|
|
358
385
|
"recommendedExtensions": "Una lista de los nombres de las extensiones recomendadas para su uso en este espacio de trabajo.",
|
|
359
386
|
"searchPlaceholder": "Buscar extensiones en {0}",
|
|
360
|
-
"showRecommendedExtensions": "Controla si se muestran las notificaciones de las recomendaciones de extensión."
|
|
387
|
+
"showRecommendedExtensions": "Controla si se muestran las notificaciones de las recomendaciones de extensión.",
|
|
388
|
+
"vsx-extensions-contribution": {
|
|
389
|
+
"update-version-uninstall-error": "Error al eliminar la extensión: {0}.",
|
|
390
|
+
"update-version-version-error": "Fallo al instalar la versión {0} de {1}."
|
|
391
|
+
}
|
|
361
392
|
},
|
|
362
393
|
"webview": {
|
|
363
394
|
"goToReadme": "Ir al LÉAME",
|
package/i18n/nls.fr.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"disassemblyView": "Vue du démontage",
|
|
2
3
|
"theia": {
|
|
3
4
|
"callhierarchy": {
|
|
4
5
|
"noCallers": "Aucun appelant n'a été détecté.",
|
|
@@ -58,18 +59,31 @@
|
|
|
58
59
|
"addConfigurationPlaceholder": "Sélectionnez la racine de l'espace de travail pour y ajouter la configuration",
|
|
59
60
|
"continueAll": "Continuer tout",
|
|
60
61
|
"copyExpressionValue": "Copier la valeur de l'expression",
|
|
62
|
+
"disassembly-view": {
|
|
63
|
+
"show-source-code": "Afficher le code source en vue du désassemblage."
|
|
64
|
+
},
|
|
65
|
+
"instruction-breakpoint": "Point d'arrêt de l'instruction",
|
|
66
|
+
"instructionAddress": "Adresse",
|
|
67
|
+
"instructionBytes": "Octets",
|
|
68
|
+
"instructionNotAvailable": "Démontage non disponible.",
|
|
69
|
+
"instructionText": "Instruction",
|
|
61
70
|
"missingConfiguration": "La configuration dynamique '{0}:{1}' est manquante ou non applicable.",
|
|
71
|
+
"open-disassembly-view": "Vue du démontage ouvert",
|
|
62
72
|
"pauseAll": "Pause tout",
|
|
63
73
|
"reveal": "Révéler",
|
|
64
74
|
"threads": "Les fils",
|
|
65
75
|
"toggleTracing": "Activer/désactiver le traçage des communications avec les adaptateurs de débogage"
|
|
66
76
|
},
|
|
77
|
+
"disassembly-view": {
|
|
78
|
+
"disassemblyTableColumnLabel": "instructions"
|
|
79
|
+
},
|
|
67
80
|
"editor": {
|
|
68
81
|
"diffEditor.maxFileSize": "Taille maximale du fichier en Mo pour laquelle il faut calculer les différences. Utilisez 0 pour ne pas avoir de limite.",
|
|
69
82
|
"editor.accessibilityPageSize": "Contrôle le nombre de lignes de l'éditeur qui peuvent être lues en une seule fois par un lecteur d'écran. Lorsque nous détectons un lecteur d'écran, nous fixons automatiquement la valeur par défaut à 500. Attention : ceci a une implication sur la performance pour les nombres plus grands que la valeur par défaut.",
|
|
70
83
|
"editor.autoClosingDelete": "Contrôle si l'éditeur doit supprimer les guillemets fermants ou les parenthèses adjacentes lors de la suppression.",
|
|
71
84
|
"editor.autoClosingDelete1": "Supprimez les guillemets fermants ou les parenthèses adjacentes uniquement s'ils ont été insérés automatiquement.",
|
|
72
85
|
"editor.bracketPairColorization.enabled": "Contrôle si la colorisation des paires de crochets est activée ou non. Utilisez 'workbench.colorCustomizations' pour modifier les couleurs de surbrillance des crochets.",
|
|
86
|
+
"editor.bracketPairColorization.independentColorPoolPerBracketType": "Contrôle si chaque type de support a son propre pool de couleurs indépendant.",
|
|
73
87
|
"editor.codeLensFontSize": "Contrôle la taille de la police en pixels pour CodeLens. Lorsqu'il a pour valeur `0`, 90% de `#editor.fontSize#` est utilisé.",
|
|
74
88
|
"editor.find.autoFindInSelection0": "Ne jamais activer la recherche automatique dans la sélection (par défaut).",
|
|
75
89
|
"editor.find.autoFindInSelection1": "Activez toujours la recherche automatique dans la sélection.",
|
|
@@ -88,13 +102,23 @@
|
|
|
88
102
|
"editor.guides.bracketPairsHorizontal1": "Active les guides horizontaux uniquement pour la paire de supports active.",
|
|
89
103
|
"editor.guides.bracketPairsHorizontal2": "Désactive les guides de paires de supports horizontaux.",
|
|
90
104
|
"editor.guides.highlightActiveBracketPair": "Contrôle si l'éditeur doit mettre en évidence la paire de crochets active.",
|
|
105
|
+
"editor.guides.highlightActiveIndentation0": "Met en évidence le guide d'indentation actif.",
|
|
106
|
+
"editor.guides.highlightActiveIndentation1": "Met en évidence le guide d'indentation actif, même si les guides de support sont mis en évidence.",
|
|
107
|
+
"editor.guides.highlightActiveIndentation2": "Ne mettez pas en surbrillance le guide d'indentation actif.",
|
|
91
108
|
"editor.hover.above": "Préférez l'affichage au-dessus de la ligne, s'il y a de la place.",
|
|
92
109
|
"editor.inlayHints.enabled": "Active les indices d'incrustation dans l'éditeur.",
|
|
110
|
+
"editor.inlayHints.enabled0": "Les indices d'incrustation sont activés",
|
|
111
|
+
"editor.inlayHints.enabled1": "Les conseils d'incrustation sont affichés par défaut et sont masqués lorsque vous maintenez les touches `Ctrl+Alt`.",
|
|
112
|
+
"editor.inlayHints.enabled2": "Les indices d'incrustation sont cachés par défaut et s'affichent en maintenant les touches `Ctrl+Alt`.",
|
|
113
|
+
"editor.inlayHints.enabled3": "Les indices d'incrustation sont désactivés",
|
|
93
114
|
"editor.inlayHints.fontFamily": "Contrôle la famille de polices des indices d'incrustation dans l'éditeur. Si la valeur est vide, la `#editor.fontFamily#` est utilisée.",
|
|
94
115
|
"editor.inlayHints.fontSize": "Contrôle la taille de la police des indices d'incrustation dans l'éditeur. Une valeur par défaut de 90% de `#editor.fontSize#` est utilisée lorsque la valeur configurée est inférieure à `5` ou supérieure à la taille de la police de l'éditeur.",
|
|
95
116
|
"editor.inlineSuggest.enabled": "Contrôle l'affichage automatique des suggestions en ligne dans l'éditeur.",
|
|
96
117
|
"editor.language.colorizedBracketPairs": "Définit les paires de crochets qui sont colorisées par leur niveau d'imbrication si la colorisation des paires de crochets est activée.",
|
|
97
118
|
"editor.lineHeight": "Contrôle la hauteur de la ligne.\n - Utilisez 0 pour calculer automatiquement la hauteur de ligne à partir de la taille de la police.\n - Les valeurs comprises entre 0 et 8 seront utilisées comme un multiplicateur avec la taille de la police.\n - Les valeurs supérieures ou égales à 8 seront utilisées comme valeurs effectives.",
|
|
119
|
+
"editor.quickSuggestions0": "Les suggestions rapides s'affichent dans le widget de suggestion",
|
|
120
|
+
"editor.quickSuggestions1": "Les suggestions rapides s'affichent sous forme de texte fantôme",
|
|
121
|
+
"editor.quickSuggestions2": "Les suggestions rapides sont désactivées",
|
|
98
122
|
"editor.renderLineHighlightOnlyWhenFocus": "Contrôle si l'éditeur doit rendre la surbrillance de la ligne actuelle uniquement lorsque l'éditeur est focalisé.",
|
|
99
123
|
"editor.renderWhitespace3": "Rendre uniquement les caractères d'espacement arrière.",
|
|
100
124
|
"editor.scrollbar.horizontal": "Contrôle la visibilité de la barre de défilement horizontale.",
|
|
@@ -170,6 +194,7 @@
|
|
|
170
194
|
"newPlugin": "Créer un nouveau plugin"
|
|
171
195
|
},
|
|
172
196
|
"git": {
|
|
197
|
+
"aFewSecondsAgo": "il y a quelques secondes",
|
|
173
198
|
"addSignedOff": "Ajouter Signé-par",
|
|
174
199
|
"amendReuseMessag": "Pour réutiliser le dernier message de validation, appuyez sur 'Enter' ou 'Escape' pour annuler.",
|
|
175
200
|
"amendRewrite": "Réécrire le message de livraison précédent. Appuyez sur 'Enter' pour confirmer ou 'Escape' pour annuler.",
|
|
@@ -203,7 +228,8 @@
|
|
|
203
228
|
"keybindingCollidesValidation": "Les combinaisons de touches sont actuellement en conflit",
|
|
204
229
|
"requiredKeybindingValidation": "la valeur du keybinding est requise",
|
|
205
230
|
"resetKeybindingConfirmation": "Voulez-vous vraiment réinitialiser ce raccourci clavier à sa valeur par défaut ?",
|
|
206
|
-
"resetKeybindingTitle": "Réinitialiser le raccourci clavier pour {0}"
|
|
231
|
+
"resetKeybindingTitle": "Réinitialiser le raccourci clavier pour {0}",
|
|
232
|
+
"resetMultipleKeybindingsWarning": "Si plusieurs combinaisons de touches existent pour cette commande, elles seront toutes réinitialisées."
|
|
207
233
|
},
|
|
208
234
|
"localize": {
|
|
209
235
|
"offlineTooltip": "Impossible de se connecter au backend."
|
|
@@ -354,10 +380,15 @@
|
|
|
354
380
|
"typeHierarchy": "Hiérarchie des types"
|
|
355
381
|
},
|
|
356
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Erreur de récupération des extensions.",
|
|
357
384
|
"openVSX": "Registre Open VSX",
|
|
358
385
|
"recommendedExtensions": "Une liste des noms des extensions dont l'utilisation est recommandée dans cet espace de travail.",
|
|
359
386
|
"searchPlaceholder": "Rechercher les extensions dans {0}",
|
|
360
|
-
"showRecommendedExtensions": "Contrôle si les notifications sont affichées pour les recommandations d'extension."
|
|
387
|
+
"showRecommendedExtensions": "Contrôle si les notifications sont affichées pour les recommandations d'extension.",
|
|
388
|
+
"vsx-extensions-contribution": {
|
|
389
|
+
"update-version-uninstall-error": "Erreur lors de la suppression de l'extension : {0}.",
|
|
390
|
+
"update-version-version-error": "Échec de l'installation de la version {0} de {1}."
|
|
391
|
+
}
|
|
361
392
|
},
|
|
362
393
|
"webview": {
|
|
363
394
|
"goToReadme": "Aller au fichier README",
|
package/i18n/nls.hu.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"disassemblyView": "Szétszerelési nézet",
|
|
2
3
|
"theia": {
|
|
3
4
|
"callhierarchy": {
|
|
4
5
|
"noCallers": "Nem észleltek hívókat.",
|
|
@@ -58,18 +59,31 @@
|
|
|
58
59
|
"addConfigurationPlaceholder": "Válassza ki a munkaterület gyökerét a konfiguráció hozzáadásához",
|
|
59
60
|
"continueAll": "Folytassa az összes",
|
|
60
61
|
"copyExpressionValue": "Kifejezés értékének másolása",
|
|
62
|
+
"disassembly-view": {
|
|
63
|
+
"show-source-code": "Forráskód megjelenítése szétszerelési nézetben."
|
|
64
|
+
},
|
|
65
|
+
"instruction-breakpoint": "Megszakítási pont",
|
|
66
|
+
"instructionAddress": "Cím:",
|
|
67
|
+
"instructionBytes": "Bájtok",
|
|
68
|
+
"instructionNotAvailable": "Szétszerelés nem lehetséges.",
|
|
69
|
+
"instructionText": "Utasítás",
|
|
61
70
|
"missingConfiguration": "A '{0}:{1}' dinamikus konfiguráció hiányzik vagy nem alkalmazható.",
|
|
71
|
+
"open-disassembly-view": "Nyitott szétszerelési nézet",
|
|
62
72
|
"pauseAll": "Minden szünet",
|
|
63
73
|
"reveal": "Kiderül",
|
|
64
74
|
"threads": "Szálak",
|
|
65
75
|
"toggleTracing": "A hibakeresési adapterekkel folytatott kommunikáció nyomon követésének engedélyezése/letiltása"
|
|
66
76
|
},
|
|
77
|
+
"disassembly-view": {
|
|
78
|
+
"disassemblyTableColumnLabel": "utasítások"
|
|
79
|
+
},
|
|
67
80
|
"editor": {
|
|
68
81
|
"diffEditor.maxFileSize": "Maximális fájlméret MB-ban, amelyre diffs-t kell számítani. Használja a 0 értéket, ha nincs korlát.",
|
|
69
82
|
"editor.accessibilityPageSize": "A szerkesztő azon sorainak számát szabályozza, amelyeket a képernyőolvasó egyszerre fel tud olvasni. Amikor észlelünk egy képernyőolvasót, automatikusan 500-ra állítjuk az alapértelmezett értéket. Figyelmeztetés: ez az alapértelmezettnél nagyobb számok esetén teljesítménybeli következményekkel jár.",
|
|
70
83
|
"editor.autoClosingDelete": "Szabályozza, hogy a szerkesztő törléskor eltávolítsa-e a szomszédos záró idézőjeleket vagy zárójeleket.",
|
|
71
84
|
"editor.autoClosingDelete1": "Csak akkor távolítsa el a szomszédos záró idézőjeleket vagy zárójeleket, ha azok automatikusan be lettek illesztve.",
|
|
72
85
|
"editor.bracketPairColorization.enabled": "Szabályozza, hogy a zárójelpár színezése engedélyezve legyen-e vagy sem. A 'workbench.colorCustomizations' használatával felülbírálhatja a zárójelek kiemelési színeit.",
|
|
86
|
+
"editor.bracketPairColorization.independentColorPoolPerBracketType": "Szabályozza, hogy minden zárójel-típusnak legyen-e saját, független színkészlete.",
|
|
73
87
|
"editor.codeLensFontSize": "A CodeLens betűméretét vezérli pixelben. Ha `0`-ra van állítva, akkor a `#editor.fontSize#` 90%-át használja.",
|
|
74
88
|
"editor.find.autoFindInSelection0": "Soha ne kapcsolja be automatikusan a Keresés a kiválasztásban funkciót (alapértelmezett).",
|
|
75
89
|
"editor.find.autoFindInSelection1": "Mindig automatikusan kapcsolja be a Keresés a kiválasztásban funkciót.",
|
|
@@ -88,13 +102,23 @@
|
|
|
88
102
|
"editor.guides.bracketPairsHorizontal1": "Csak az aktív konzolpár vízszintes vezetőit engedélyezi.",
|
|
89
103
|
"editor.guides.bracketPairsHorizontal2": "Letiltja a vízszintes konzolpár vezetőket.",
|
|
90
104
|
"editor.guides.highlightActiveBracketPair": "Szabályozza, hogy a szerkesztő kiemelje-e az aktív zárójelpárt.",
|
|
105
|
+
"editor.guides.highlightActiveIndentation0": "Kiemeli az aktív behúzási útmutatót.",
|
|
106
|
+
"editor.guides.highlightActiveIndentation1": "Kiemeli az aktív behúzási útmutatót, még akkor is, ha a zárójel-vezetők ki vannak jelölve.",
|
|
107
|
+
"editor.guides.highlightActiveIndentation2": "Ne emelje ki az aktív behúzási útmutatót.",
|
|
91
108
|
"editor.hover.above": "Előnyben részesíti a vonal fölött lebegő megjelenítést, ha van hely.",
|
|
92
109
|
"editor.inlayHints.enabled": "Engedélyezi az inlay tippeket a szerkesztőben.",
|
|
110
|
+
"editor.inlayHints.enabled0": "Az inlay tippek engedélyezve vannak",
|
|
111
|
+
"editor.inlayHints.enabled1": "Az inlay tippek alapértelmezés szerint megjelennek, és elrejtődnek, ha a \"Ctrl+Alt\" billentyűkombinációt nyomva tartjuk.",
|
|
112
|
+
"editor.inlayHints.enabled2": "Az inlay tippek alapértelmezés szerint el vannak rejtve, és a \"Ctrl+Alt\" billentyűkombináció lenyomásakor jelennek meg.",
|
|
113
|
+
"editor.inlayHints.enabled3": "Az inlay tippek le vannak tiltva",
|
|
93
114
|
"editor.inlayHints.fontFamily": "A szerkesztőben lévő betűtípus-családot szabályozza. Ha üres, akkor a `#editor.fontFamily#`-t használja.",
|
|
94
115
|
"editor.inlayHints.fontSize": "A betűméretet szabályozza a szerkesztőben megjelenő betűjelzések betűméretét. Az alapértelmezett érték a `#editor.fontSize#` 90%-a, ha a beállított érték kisebb, mint `5` vagy nagyobb, mint a szerkesztő betűmérete.",
|
|
95
116
|
"editor.inlineSuggest.enabled": "Szabályozza, hogy a szerkesztőben automatikusan megjelenjenek-e a soron belüli javaslatok.",
|
|
96
117
|
"editor.language.colorizedBracketPairs": "Meghatározza azokat a zárójelpárokat, amelyek színezése a beágyazási szintjük szerint történik, ha a zárójelpárok színezése engedélyezve van.",
|
|
97
118
|
"editor.lineHeight": "A vonal magasságát szabályozza.\n - A 0 értéket használva automatikusan kiszámítja a sortávolságot a betűméretből.\n - A 0 és 8 közötti értékek a betűmérettel való szorzóként kerülnek felhasználásra.\n - A 8-nál nagyobb vagy azzal egyenlő értékek tényleges értékként lesznek használva.",
|
|
119
|
+
"editor.quickSuggestions0": "Gyors javaslatok megjelenítése a suggest widgeten belül",
|
|
120
|
+
"editor.quickSuggestions1": "A gyors javaslatok szellemszövegként jelennek meg",
|
|
121
|
+
"editor.quickSuggestions2": "A gyors javaslatok letiltva",
|
|
98
122
|
"editor.renderLineHighlightOnlyWhenFocus": "Azt vezérli, hogy a szerkesztő csak akkor jelenítse meg az aktuális sor kiemelését, amikor a szerkesztő fókuszban van.",
|
|
99
123
|
"editor.renderWhitespace3": "Csak az utolsó szóköz karaktereket adja vissza.",
|
|
100
124
|
"editor.scrollbar.horizontal": "A vízszintes görgetősáv láthatóságát szabályozza.",
|
|
@@ -170,6 +194,7 @@
|
|
|
170
194
|
"newPlugin": "Egy új plugin építése"
|
|
171
195
|
},
|
|
172
196
|
"git": {
|
|
197
|
+
"aFewSecondsAgo": "néhány másodperccel ezelőtt",
|
|
173
198
|
"addSignedOff": "Signed-off-by hozzáadása",
|
|
174
199
|
"amendReuseMessag": "Az utolsó átadási üzenet újbóli használatához nyomja meg az 'Enter' billentyűt, vagy az 'Escape' billentyűt a törléshez.",
|
|
175
200
|
"amendRewrite": "Írja át az előző commit üzenetet. Nyomja meg az 'Enter' billentyűt a megerősítéshez vagy az 'Escape' billentyűt a törléshez.",
|
|
@@ -203,7 +228,8 @@
|
|
|
203
228
|
"keybindingCollidesValidation": "billentyűkötözés jelenleg ütközik",
|
|
204
229
|
"requiredKeybindingValidation": "billentyűkötés értéke szükséges",
|
|
205
230
|
"resetKeybindingConfirmation": "Tényleg vissza akarja állítani ezt a billentyűkötést az alapértelmezett értékre?",
|
|
206
|
-
"resetKeybindingTitle": "A {0} billentyűkhöz való kötés visszaállítása"
|
|
231
|
+
"resetKeybindingTitle": "A {0} billentyűkhöz való kötés visszaállítása",
|
|
232
|
+
"resetMultipleKeybindingsWarning": "Ha a parancshoz több billentyűzetmegkötés is létezik, akkor mindet visszaállítja a rendszer."
|
|
207
233
|
},
|
|
208
234
|
"localize": {
|
|
209
235
|
"offlineTooltip": "Nem tud csatlakozni a háttértárhoz."
|
|
@@ -354,10 +380,15 @@
|
|
|
354
380
|
"typeHierarchy": "Típushierarchia"
|
|
355
381
|
},
|
|
356
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Hiba a kiterjesztések lekérdezésében.",
|
|
357
384
|
"openVSX": "VSX Registry megnyitása",
|
|
358
385
|
"recommendedExtensions": "A munkaterületre ajánlott kiterjesztések neveinek listája.",
|
|
359
386
|
"searchPlaceholder": "Keresés kiterjesztések {0}",
|
|
360
|
-
"showRecommendedExtensions": "Szabályozza, hogy a kiterjesztési ajánlásokhoz megjelenjenek-e értesítések."
|
|
387
|
+
"showRecommendedExtensions": "Szabályozza, hogy a kiterjesztési ajánlásokhoz megjelenjenek-e értesítések.",
|
|
388
|
+
"vsx-extensions-contribution": {
|
|
389
|
+
"update-version-uninstall-error": "Hiba a kiterjesztés eltávolításakor: {0}.",
|
|
390
|
+
"update-version-version-error": "Nem sikerült telepíteni a {1} {0} verzióját."
|
|
391
|
+
}
|
|
361
392
|
},
|
|
362
393
|
"webview": {
|
|
363
394
|
"goToReadme": "Tovább a README-hez",
|
package/i18n/nls.it.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"disassemblyView": "Vista di smontaggio",
|
|
2
3
|
"theia": {
|
|
3
4
|
"callhierarchy": {
|
|
4
5
|
"noCallers": "Non sono stati rilevati chiamanti.",
|
|
@@ -58,18 +59,31 @@
|
|
|
58
59
|
"addConfigurationPlaceholder": "Selezionare lo spazio di lavoro principale a cui aggiungere la configurazione",
|
|
59
60
|
"continueAll": "Continua tutto",
|
|
60
61
|
"copyExpressionValue": "Copiare il valore dell'espressione",
|
|
62
|
+
"disassembly-view": {
|
|
63
|
+
"show-source-code": "Mostra il codice sorgente nella vista di disassemblaggio."
|
|
64
|
+
},
|
|
65
|
+
"instruction-breakpoint": "Istruzione Punto di interruzione",
|
|
66
|
+
"instructionAddress": "Indirizzo",
|
|
67
|
+
"instructionBytes": "Byte",
|
|
68
|
+
"instructionNotAvailable": "Smontaggio non disponibile.",
|
|
69
|
+
"instructionText": "Istruzioni",
|
|
61
70
|
"missingConfiguration": "La configurazione dinamica '{0}:{1}' è mancante o non applicabile",
|
|
71
|
+
"open-disassembly-view": "Vista di smontaggio aperta",
|
|
62
72
|
"pauseAll": "Pausa Tutto",
|
|
63
73
|
"reveal": "Rivela",
|
|
64
74
|
"threads": "Threads",
|
|
65
75
|
"toggleTracing": "Abilita/disabilita il tracciamento delle comunicazioni con gli adattatori di debug"
|
|
66
76
|
},
|
|
77
|
+
"disassembly-view": {
|
|
78
|
+
"disassemblyTableColumnLabel": "istruzioni"
|
|
79
|
+
},
|
|
67
80
|
"editor": {
|
|
68
81
|
"diffEditor.maxFileSize": "Dimensione massima del file in MB per cui calcolare le differenze. Usa 0 per nessun limite.",
|
|
69
82
|
"editor.accessibilityPageSize": "Controlla il numero di linee nell'editor che possono essere lette da uno screen reader in una volta sola. Quando rileviamo uno screen reader impostiamo automaticamente il valore predefinito a 500. Attenzione: questo ha un'implicazione sulle prestazioni per numeri più grandi di quello predefinito.",
|
|
70
83
|
"editor.autoClosingDelete": "Controlla se l'editor deve rimuovere le virgolette o le parentesi di chiusura adiacenti quando cancella.",
|
|
71
84
|
"editor.autoClosingDelete1": "Rimuovi le virgolette o le parentesi di chiusura adiacenti solo se sono state inserite automaticamente.",
|
|
72
85
|
"editor.bracketPairColorization.enabled": "Controlla se la colorazione delle coppie di parentesi è abilitata o meno. Usa 'workbench.colorCustomizations' per sovrascrivere i colori di evidenziazione delle parentesi.",
|
|
86
|
+
"editor.bracketPairColorization.independentColorPoolPerBracketType": "Controlla se ogni tipo di staffa ha il suo pool di colori indipendente.",
|
|
73
87
|
"editor.codeLensFontSize": "Controlla la dimensione del carattere in pixel per CodeLens. Se impostato a `0`, viene usato il 90% di `#editor.fontSize#`.",
|
|
74
88
|
"editor.find.autoFindInSelection0": "Non attivare mai automaticamente Find in Selection (predefinito).",
|
|
75
89
|
"editor.find.autoFindInSelection1": "Attivare sempre automaticamente Find in Selection.",
|
|
@@ -88,13 +102,23 @@
|
|
|
88
102
|
"editor.guides.bracketPairsHorizontal1": "Abilita le guide orizzontali solo per la coppia di staffe attiva.",
|
|
89
103
|
"editor.guides.bracketPairsHorizontal2": "Disabilita le guide orizzontali della coppia di staffe.",
|
|
90
104
|
"editor.guides.highlightActiveBracketPair": "Controlla se l'editor deve evidenziare la coppia di parentesi attiva.",
|
|
105
|
+
"editor.guides.highlightActiveIndentation0": "Evidenzia la guida al rientro attiva.",
|
|
106
|
+
"editor.guides.highlightActiveIndentation1": "Evidenzia la guida di rientro attiva anche se sono evidenziate le guide di parentesi.",
|
|
107
|
+
"editor.guides.highlightActiveIndentation2": "Non evidenziare la guida di rientro attiva.",
|
|
91
108
|
"editor.hover.above": "Preferisce mostrare sopra la linea, se c'è spazio.",
|
|
92
109
|
"editor.inlayHints.enabled": "Abilita i suggerimenti per l'intarsio nell'editor.",
|
|
110
|
+
"editor.inlayHints.enabled0": "I suggerimenti per l'intarsio sono abilitati",
|
|
111
|
+
"editor.inlayHints.enabled1": "I suggerimenti per l'intarsio sono visualizzati per impostazione predefinita e si nascondono quando si tiene premuto `Ctrl+Alt`.",
|
|
112
|
+
"editor.inlayHints.enabled2": "I suggerimenti per l'intarsio sono nascosti per impostazione predefinita e vengono visualizzati quando si tiene premuto `Ctrl+Alt`.",
|
|
113
|
+
"editor.inlayHints.enabled3": "I suggerimenti per l'intarsio sono disabilitati",
|
|
93
114
|
"editor.inlayHints.fontFamily": "Controlla la famiglia di caratteri dei suggerimenti inlay nell'editor. Se impostato a vuoto, viene usato il `#editor.fontFamily#`.",
|
|
94
115
|
"editor.inlayHints.fontSize": "Controlla la dimensione del carattere dei suggerimenti inlay nell'editor. Un valore predefinito del 90% di `#editor.fontSize#` è usato quando il valore configurato è inferiore a `5` o superiore alla dimensione del carattere dell'editor.",
|
|
95
116
|
"editor.inlineSuggest.enabled": "Controlla se mostrare automaticamente i suggerimenti in linea nell'editor.",
|
|
96
117
|
"editor.language.colorizedBracketPairs": "Definisce le coppie di parentesi che sono colorate dal loro livello di annidamento se la colorazione delle coppie di parentesi è abilitata.",
|
|
97
118
|
"editor.lineHeight": "Controlla l'altezza della linea.\n - Usa 0 per calcolare automaticamente l'altezza della linea dalla dimensione del carattere.\n - I valori tra 0 e 8 saranno usati come moltiplicatore con la dimensione del carattere.\n - I valori maggiori o uguali a 8 saranno usati come valori effettivi.",
|
|
119
|
+
"editor.quickSuggestions0": "I suggerimenti rapidi vengono visualizzati all'interno del widget Suggerimenti",
|
|
120
|
+
"editor.quickSuggestions1": "I suggerimenti rapidi vengono visualizzati come testo fantasma",
|
|
121
|
+
"editor.quickSuggestions2": "I suggerimenti rapidi sono disabilitati",
|
|
98
122
|
"editor.renderLineHighlightOnlyWhenFocus": "Controlla se l'editor deve rendere l'evidenziazione della linea corrente solo quando l'editor è focalizzato.",
|
|
99
123
|
"editor.renderWhitespace3": "Rende solo i caratteri di spazi bianchi finali.",
|
|
100
124
|
"editor.scrollbar.horizontal": "Controlla la visibilità della barra di scorrimento orizzontale.",
|
|
@@ -170,6 +194,7 @@
|
|
|
170
194
|
"newPlugin": "Costruire un nuovo plugin"
|
|
171
195
|
},
|
|
172
196
|
"git": {
|
|
197
|
+
"aFewSecondsAgo": "pochi secondi fa",
|
|
173
198
|
"addSignedOff": "Aggiungi Firmato-da",
|
|
174
199
|
"amendReuseMessag": "Per riutilizzare l'ultimo messaggio di commit, premi 'Enter' o 'Escape' per annullare.",
|
|
175
200
|
"amendRewrite": "Riscrivere il messaggio di commit precedente. Premi 'Enter' per confermare o 'Escape' per annullare.",
|
|
@@ -203,7 +228,8 @@
|
|
|
203
228
|
"keybindingCollidesValidation": "il keybinding attualmente collima",
|
|
204
229
|
"requiredKeybindingValidation": "Il valore del keybinding è necessario",
|
|
205
230
|
"resetKeybindingConfirmation": "Si vuole davvero ripristinare il valore predefinito di questo keybinding?",
|
|
206
|
-
"resetKeybindingTitle": "Azzeramento del keybinding per {0}"
|
|
231
|
+
"resetKeybindingTitle": "Azzeramento del keybinding per {0}",
|
|
232
|
+
"resetMultipleKeybindingsWarning": "Se per questo comando esistono più collegamenti ai tasti, tutti verranno azzerati."
|
|
207
233
|
},
|
|
208
234
|
"localize": {
|
|
209
235
|
"offlineTooltip": "Impossibile connettersi al backend."
|
|
@@ -354,10 +380,15 @@
|
|
|
354
380
|
"typeHierarchy": "Gerarchia dei tipi"
|
|
355
381
|
},
|
|
356
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Errore nel recupero delle estensioni.",
|
|
357
384
|
"openVSX": "Aprire il registro VSX",
|
|
358
385
|
"recommendedExtensions": "Una lista dei nomi delle estensioni raccomandate per l'uso in questo spazio di lavoro.",
|
|
359
386
|
"searchPlaceholder": "Estensioni di ricerca in {0}",
|
|
360
|
-
"showRecommendedExtensions": "Controlla se le notifiche sono mostrate per le raccomandazioni di estensione."
|
|
387
|
+
"showRecommendedExtensions": "Controlla se le notifiche sono mostrate per le raccomandazioni di estensione.",
|
|
388
|
+
"vsx-extensions-contribution": {
|
|
389
|
+
"update-version-uninstall-error": "Errore durante la rimozione dell'estensione: {0}.",
|
|
390
|
+
"update-version-version-error": "Impossibile installare la versione {0} di {1}."
|
|
391
|
+
}
|
|
361
392
|
},
|
|
362
393
|
"webview": {
|
|
363
394
|
"goToReadme": "Vai a README",
|