@theia/core 1.56.0 → 1.57.0-next.37
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 +43 -39
- package/i18n/nls.cs.json +0 -6
- package/i18n/nls.de.json +0 -6
- package/i18n/nls.es.json +0 -6
- package/i18n/nls.fr.json +0 -6
- package/i18n/nls.hu.json +0 -6
- package/i18n/nls.it.json +0 -6
- package/i18n/nls.ja.json +0 -6
- package/i18n/nls.json +0 -6
- package/i18n/nls.ko.json +0 -6
- package/i18n/nls.pl.json +0 -6
- package/i18n/nls.pt-br.json +0 -6
- package/i18n/nls.ru.json +0 -6
- package/i18n/nls.tr.json +0 -6
- package/i18n/nls.zh-cn.json +0 -6
- package/i18n/nls.zh-tw.json +0 -6
- package/lib/browser/catalog.json +70 -9
- package/lib/browser/common-frontend-contribution.d.ts.map +1 -1
- package/lib/browser/common-frontend-contribution.js +7 -1
- package/lib/browser/common-frontend-contribution.js.map +1 -1
- package/lib/browser/hover-service.d.ts.map +1 -1
- package/lib/browser/hover-service.js +12 -4
- package/lib/browser/hover-service.js.map +1 -1
- package/lib/browser/progress-status-bar-item.d.ts +1 -1
- package/lib/browser/progress-status-bar-item.d.ts.map +1 -1
- package/lib/electron-browser/messaging/electron-local-ws-connection-source.d.ts +1 -0
- package/lib/electron-browser/messaging/electron-local-ws-connection-source.d.ts.map +1 -1
- package/lib/electron-browser/messaging/electron-local-ws-connection-source.js +7 -1
- package/lib/electron-browser/messaging/electron-local-ws-connection-source.js.map +1 -1
- package/lib/electron-main/theia-electron-window.d.ts.map +1 -1
- package/lib/electron-main/theia-electron-window.js +11 -3
- package/lib/electron-main/theia-electron-window.js.map +1 -1
- package/package.json +7 -7
- package/src/browser/common-frontend-contribution.ts +7 -1
- package/src/browser/hover-service.ts +12 -5
- package/src/electron-browser/messaging/electron-local-ws-connection-source.ts +5 -0
- package/src/electron-main/theia-electron-window.ts +11 -3
package/README.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
The `@theia/core` extension is the main extension for all Theia-based applications, and provides the main framework for all dependent extensions.
|
|
16
16
|
The extension provides the base APIs for all Theia-based applications, including:
|
|
17
|
+
|
|
17
18
|
- Application APIs
|
|
18
19
|
- Shell APIs
|
|
19
20
|
- Base Widgets
|
|
@@ -38,6 +39,7 @@ A Theia extension is a node package declaring `theiaExtensions` property in `pac
|
|
|
38
39
|
```
|
|
39
40
|
|
|
40
41
|
Each extension can consist of the following modules:
|
|
42
|
+
|
|
41
43
|
- `frontend` is used in the browser env and as well in the electron if `frontendElectron` is not provided
|
|
42
44
|
- `frontendElectron` is used in the electron env
|
|
43
45
|
- `backend` is used in the node env and as well in the electron env if `backendElectron` is not provided
|
|
@@ -69,44 +71,44 @@ export class SomeClass {
|
|
|
69
71
|
## Re-Exports
|
|
70
72
|
|
|
71
73
|
- `@theia/core/electron-shared/...`
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
- `native-keymap` (from [`native-keymap@^2.2.1`](https://www.npmjs.com/package/native-keymap))
|
|
75
|
+
- `electron` (from [`electron@30.1.2`](https://www.npmjs.com/package/electron/v/30.1.2))
|
|
76
|
+
- `electron-store` (from [`electron-store@^8.0.0`](https://www.npmjs.com/package/electron-store))
|
|
77
|
+
- `fix-path` (from [`fix-path@^3.0.0`](https://www.npmjs.com/package/fix-path))
|
|
76
78
|
- `@theia/core/shared/...`
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
79
|
+
- `@phosphor/algorithm` (from [`@phosphor/algorithm@1`](https://www.npmjs.com/package/@phosphor/algorithm))
|
|
80
|
+
- `@phosphor/commands` (from [`@phosphor/commands@1`](https://www.npmjs.com/package/@phosphor/commands))
|
|
81
|
+
- `@phosphor/coreutils` (from [`@phosphor/coreutils@1`](https://www.npmjs.com/package/@phosphor/coreutils))
|
|
82
|
+
- `@phosphor/domutils` (from [`@phosphor/domutils@1`](https://www.npmjs.com/package/@phosphor/domutils))
|
|
83
|
+
- `@phosphor/dragdrop` (from [`@phosphor/dragdrop@1`](https://www.npmjs.com/package/@phosphor/dragdrop))
|
|
84
|
+
- `@phosphor/messaging` (from [`@phosphor/messaging@1`](https://www.npmjs.com/package/@phosphor/messaging))
|
|
85
|
+
- `@phosphor/properties` (from [`@phosphor/properties@1`](https://www.npmjs.com/package/@phosphor/properties))
|
|
86
|
+
- `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
|
|
87
|
+
- `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
|
|
88
|
+
- `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
|
|
89
|
+
- `@theia/application-package` (from [`@theia/application-package@1.57.0-next.37+4e3b183da`](https://www.npmjs.com/package/@theia/application-package/v/1.57.0-next.37))
|
|
90
|
+
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.57.0-next.37+4e3b183da`](https://www.npmjs.com/package/@theia/application-package/v/1.57.0-next.37))
|
|
91
|
+
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.57.0-next.37+4e3b183da`](https://www.npmjs.com/package/@theia/application-package/v/1.57.0-next.37))
|
|
92
|
+
- `@theia/request` (from [`@theia/request@1.57.0-next.37+4e3b183da`](https://www.npmjs.com/package/@theia/request/v/1.57.0-next.37))
|
|
93
|
+
- `@theia/request/lib/proxy` (from [`@theia/request@1.57.0-next.37+4e3b183da`](https://www.npmjs.com/package/@theia/request/v/1.57.0-next.37))
|
|
94
|
+
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.57.0-next.37+4e3b183da`](https://www.npmjs.com/package/@theia/request/v/1.57.0-next.37))
|
|
95
|
+
- `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
|
|
96
|
+
- `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
|
|
97
|
+
- `inversify` (from [`inversify@^6.1.3`](https://www.npmjs.com/package/inversify))
|
|
98
|
+
- `react-dom` (from [`react-dom@^18.2.0`](https://www.npmjs.com/package/react-dom))
|
|
99
|
+
- `react-dom/client` (from [`react-dom@^18.2.0`](https://www.npmjs.com/package/react-dom))
|
|
100
|
+
- `react-virtuoso` (from [`react-virtuoso@^2.17.0`](https://www.npmjs.com/package/react-virtuoso))
|
|
101
|
+
- `vscode-languageserver-protocol` (from [`vscode-languageserver-protocol@^3.17.2`](https://www.npmjs.com/package/vscode-languageserver-protocol))
|
|
102
|
+
- `vscode-uri` (from [`vscode-uri@^2.1.1`](https://www.npmjs.com/package/vscode-uri))
|
|
103
|
+
- `@parcel/watcher` (from [`@parcel/watcher@^2.5.0`](https://www.npmjs.com/package/@parcel/watcher))
|
|
104
|
+
- `dompurify` (from [`dompurify@^2.2.9`](https://www.npmjs.com/package/dompurify))
|
|
105
|
+
- `express` (from [`express@^4.21.0`](https://www.npmjs.com/package/express))
|
|
106
|
+
- `lodash.debounce` (from [`lodash.debounce@^4.0.8`](https://www.npmjs.com/package/lodash.debounce))
|
|
107
|
+
- `lodash.throttle` (from [`lodash.throttle@^4.1.1`](https://www.npmjs.com/package/lodash.throttle))
|
|
108
|
+
- `markdown-it` (from [`markdown-it@^12.3.2`](https://www.npmjs.com/package/markdown-it))
|
|
109
|
+
- `react` (from [`react@^18.2.0`](https://www.npmjs.com/package/react))
|
|
110
|
+
- `ws` (from [`ws@^8.17.1`](https://www.npmjs.com/package/ws))
|
|
111
|
+
- `yargs` (from [`yargs@^15.3.1`](https://www.npmjs.com/package/yargs))
|
|
110
112
|
|
|
111
113
|
## Logging Configuration
|
|
112
114
|
|
|
@@ -141,6 +143,7 @@ comes from, which can give an idea, without having to read the code:
|
|
|
141
143
|
root INFO [parcel-watcher: 10734] Started watching: /Users/captain.future/git/theia/CONTRIBUTING.md
|
|
142
144
|
^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^
|
|
143
145
|
```
|
|
146
|
+
|
|
144
147
|
Where `root` is the name of the logger and `INFO` is the log level. These are optionally followed by the name of a child process and the process ID.
|
|
145
148
|
|
|
146
149
|
## Environment Variables
|
|
@@ -155,7 +158,7 @@ Where `root` is the name of the logger and `INFO` is the log level. These are op
|
|
|
155
158
|
- `FRONTEND_CONNECTION_TIMEOUT`
|
|
156
159
|
- The duration in milliseconds during which the backend keeps the connection contexts for the frontend to reconnect.
|
|
157
160
|
- This duration defaults to '0' if not set.
|
|
158
|
-
- If set to negative number, the backend will never close the connection.
|
|
161
|
+
- If set to negative number, the backend will never close the connection.
|
|
159
162
|
|
|
160
163
|
## Additional Information
|
|
161
164
|
|
|
@@ -169,5 +172,6 @@ Where `root` is the name of the logger and `INFO` is the log level. These are op
|
|
|
169
172
|
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
|
|
170
173
|
|
|
171
174
|
## Trademark
|
|
175
|
+
|
|
172
176
|
"Theia" is a trademark of the Eclipse Foundation
|
|
173
|
-
https://www.eclipse.org/theia
|
|
177
|
+
<https://www.eclipse.org/theia>
|
package/i18n/nls.cs.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "Povolení/zakázání zobrazení nejbližší opravy v rámci řádku, pokud se zrovna neprovádí diagnostika.",
|
|
147
147
|
"editor.detectIndentation": "Řídí, zda se při otevření souboru automaticky zjistí `#editor.tabSize#` a `#editor.insertSpaces#` na základě obsahu souboru.",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "Ovládá, zda můžete soubor přetáhnout do textového editoru podržením klávesy `shift` (namísto otevření souboru v editoru).",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "Pokusí se formátovat pouze změny (vyžaduje kontrolu zdrojů). Pokud nelze použít kontrolu zdrojů, bude formátován celý soubor.",
|
|
150
149
|
"editor.hover.hidingDelay": "Řídí prodlevu v milisekundách, po které se hover skryje. Vyžaduje, aby bylo povoleno `editor.hover.sticky`.",
|
|
151
150
|
"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`",
|
|
152
151
|
"editor.inlayHints.enabled2": "Vložené nápovědy jsou ve výchozím nastavení skryté a zobrazí se při podržení `Ctrl+Alt`.",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "Vkládání a odstraňování bílých znaků následuje po zarážkách tabulátoru.",
|
|
163
162
|
"editor.wordBasedSuggestions": "Řídí, zda se doplnění mají vypočítávat na základě slov v dokumentu.",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "Řídí, z jakých dokumentů se vypočítávají doplnění na základě slov.",
|
|
165
|
-
"files.autoSave": "Ovládá [automatické ukládání](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) editorů, které mají neuložené změny.",
|
|
166
|
-
"files.autoSave.afterDelay": "Editor se změnami se automaticky uloží po uplynutí nastavené doby `#files.autoSaveDelay#`.",
|
|
167
|
-
"files.autoSave.off": "Editor se změnami se nikdy automaticky neuloží.",
|
|
168
|
-
"files.autoSave.onFocusChange": "Editor se změnami se automaticky uloží, když ztratí fokus.",
|
|
169
|
-
"files.autoSave.onWindowChange": "Editor se změnami se automaticky uloží, když okno ztratí fokus.",
|
|
170
164
|
"formatOnSaveTimeout": "Časový limit v milisekundách, po jehož uplynutí se formátování spuštěné při ukládání souboru zruší.",
|
|
171
165
|
"persistClosedEditors": "Řídí, zda má historie zavřených editorů přetrvávat v pracovním prostoru i po opětovném načtení okna.",
|
|
172
166
|
"showAllEditors": "Zobrazit všechny otevřené editory",
|
package/i18n/nls.de.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "Aktivieren/Deaktivieren der Anzeige des nächstgelegenen Quickfix innerhalb einer Zeile, wenn keine Diagnose durchgeführt wird.",
|
|
147
147
|
"editor.detectIndentation": "Steuert, ob `#editor.tabSize#` und `#editor.insertSpaces#` automatisch erkannt werden, wenn eine Datei geöffnet wird, basierend auf dem Inhalt der Datei.",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "Steuert, ob Sie eine Datei durch Ziehen und Ablegen in einen Texteditor ziehen können, indem Sie die \"Umschalttaste\" gedrückt halten (anstatt die Datei in einem Editor zu öffnen).",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "Es wird versucht, nur Änderungen zu formatieren (erfordert Quellensicherung). Wenn die Versionskontrolle nicht verwendet werden kann, wird die gesamte Datei formatiert.",
|
|
150
149
|
"editor.hover.hidingDelay": "Steuert die Verzögerung in Millisekunden, nach der der Hover ausgeblendet wird. Erfordert, dass `editor.hover.sticky` aktiviert ist.",
|
|
151
150
|
"editor.inlayHints.enabled1": "Inlay-Hinweise werden standardmäßig angezeigt und bei gedrückter Tastenkombination \"Strg+Alt\" ausgeblendet",
|
|
152
151
|
"editor.inlayHints.enabled2": "Inlay-Hinweise sind standardmäßig ausgeblendet und werden angezeigt, wenn die Tastenkombination \"Strg+Alt\" gedrückt wird.",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "Das Einfügen und Löschen von Leerzeichen erfolgt nach Tabulatorstopps.",
|
|
163
162
|
"editor.wordBasedSuggestions": "Steuert, ob Vervollständigungen auf der Grundlage von Wörtern im Dokument berechnet werden sollen.",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "Steuert, aus welchen Dokumenten die wortbasierten Vervollständigungen berechnet werden.",
|
|
165
|
-
"files.autoSave": "Steuert das [automatische Speichern](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) von Editoren, die ungespeicherte Änderungen haben.",
|
|
166
|
-
"files.autoSave.afterDelay": "Ein Editor mit Änderungen wird automatisch nach der konfigurierten `#files.autoSaveDelay#` gespeichert.",
|
|
167
|
-
"files.autoSave.off": "Ein Editor mit Änderungen wird nie automatisch gespeichert.",
|
|
168
|
-
"files.autoSave.onFocusChange": "Ein Editor mit Änderungen wird automatisch gespeichert, wenn der Editor den Fokus verliert.",
|
|
169
|
-
"files.autoSave.onWindowChange": "Ein Editor mit Änderungen wird automatisch gespeichert, wenn das Fenster den Fokus verliert.",
|
|
170
164
|
"formatOnSaveTimeout": "Zeitüberschreitung in Millisekunden, nach der die Formatierung, die beim Speichern der Datei ausgeführt wird, abgebrochen wird.",
|
|
171
165
|
"persistClosedEditors": "Legt fest, ob der Verlauf des geschlossenen Editors für den Arbeitsbereich beim Neuladen des Fensters erhalten bleiben soll.",
|
|
172
166
|
"showAllEditors": "Alle geöffneten Editoren anzeigen",
|
package/i18n/nls.es.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "Activar/desactivar la visualización del quickfix más cercano dentro de una línea cuando no se está actualmente en un diagnóstico.",
|
|
147
147
|
"editor.detectIndentation": "Controla si `#editor.tabSize#` y `#editor.insertSpaces#` se detectarán automáticamente al abrir un archivo en función de su contenido.",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "Controla si puedes arrastrar y soltar un archivo en un editor de texto manteniendo pulsada la tecla `shift` (en lugar de abrir el archivo en un editor).",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "Intentará formatear sólo las modificaciones (requiere control de origen). Si no se puede utilizar el control de origen, se formateará todo el archivo.",
|
|
150
149
|
"editor.hover.hidingDelay": "Controla el retardo en milisegundos tras el cual el hover se oculta. Requiere que `editor.hover.sticky` esté activado.",
|
|
151
150
|
"editor.inlayHints.enabled1": "Los consejos de incrustación se muestran por defecto y se ocultan cuando se mantiene `Ctrl+Alt`.",
|
|
152
151
|
"editor.inlayHints.enabled2": "Los consejos de incrustación están ocultos por defecto y se muestran cuando se mantiene pulsado `Ctrl+Alt`.",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "Inserción y supresión de espacios en blanco después de los tabuladores.",
|
|
163
162
|
"editor.wordBasedSuggestions": "Controla si las terminaciones deben calcularse en función de las palabras del documento.",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "Controla a partir de qué documentos se calculan las terminaciones basadas en palabras.",
|
|
165
|
-
"files.autoSave": "Controla el [autoguardado](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) de los editores que tienen cambios sin guardar.",
|
|
166
|
-
"files.autoSave.afterDelay": "Un editor con cambios se guarda automáticamente después del `#files.autoSaveDelay#` configurado.",
|
|
167
|
-
"files.autoSave.off": "Un editor con cambios nunca se guarda automáticamente.",
|
|
168
|
-
"files.autoSave.onFocusChange": "Un editor con cambios se guarda automáticamente cuando el editor pierde el foco.",
|
|
169
|
-
"files.autoSave.onWindowChange": "Un editor con cambios se guarda automáticamente cuando la ventana pierde el foco.",
|
|
170
164
|
"formatOnSaveTimeout": "Tiempo de espera en milisegundos tras el cual se cancela el formato que se ejecuta al guardar el archivo.",
|
|
171
165
|
"persistClosedEditors": "Controla si se mantiene el historial del editor cerrado para el espacio de trabajo a través de las recargas de la ventana.",
|
|
172
166
|
"showAllEditors": "Mostrar todos los editores abiertos",
|
package/i18n/nls.fr.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "Activer/désactiver l'affichage de la réparation rapide la plus proche dans une ligne lorsqu'il n'y a pas de diagnostic en cours.",
|
|
147
147
|
"editor.detectIndentation": "Contrôle si `#editor.tabSize#` et `#editor.insertSpaces#` seront automatiquement détectés lors de l'ouverture d'un fichier en fonction de son contenu.",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "Contrôle si vous pouvez glisser-déposer un fichier dans un éditeur de texte en maintenant la touche \"Maj\" enfoncée (au lieu d'ouvrir le fichier dans un éditeur).",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "Tentera de formater uniquement les modifications (nécessite le contrôle de la source). Si le contrôle de la source ne peut pas être utilisé, alors le fichier entier sera formaté.",
|
|
150
149
|
"editor.hover.hidingDelay": "Contrôle le délai en millisecondes après lequel le survol est caché. Nécessite que `editor.hover.sticky` soit activé.",
|
|
151
150
|
"editor.inlayHints.enabled1": "Les conseils d'incrustation sont affichés par défaut et sont masqués lorsque vous maintenez les touches `Ctrl+Alt`.",
|
|
152
151
|
"editor.inlayHints.enabled2": "Les indices d'incrustation sont cachés par défaut et s'affichent en maintenant les touches `Ctrl+Alt`.",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "L'insertion et la suppression d'espaces blancs suivent les taquets de tabulation.",
|
|
163
162
|
"editor.wordBasedSuggestions": "Contrôle si les compléments doivent être calculés sur la base des mots du document.",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "Contrôle les documents à partir desquels les complétions basées sur les mots sont calculées.",
|
|
165
|
-
"files.autoSave": "Contrôle la [sauvegarde automatique](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) des éditeurs dont les modifications n'ont pas été sauvegardées.",
|
|
166
|
-
"files.autoSave.afterDelay": "Un éditeur avec des modifications est automatiquement enregistré après le `#files.autoSaveDelay#` configuré.",
|
|
167
|
-
"files.autoSave.off": "Un éditeur avec des modifications n'est jamais automatiquement sauvegardé.",
|
|
168
|
-
"files.autoSave.onFocusChange": "Un éditeur avec des modifications est automatiquement sauvegardé lorsque l'éditeur perd le focus.",
|
|
169
|
-
"files.autoSave.onWindowChange": "Un éditeur avec des modifications est automatiquement sauvegardé lorsque la fenêtre perd le focus.",
|
|
170
164
|
"formatOnSaveTimeout": "Délai en millisecondes après lequel le formatage qui est exécuté lors de l'enregistrement du fichier est annulé.",
|
|
171
165
|
"persistClosedEditors": "Contrôle la persistance ou non de l'historique de l'éditeur fermé pour l'espace de travail lors des rechargements de la fenêtre.",
|
|
172
166
|
"showAllEditors": "Afficher tous les éditeurs ouverts",
|
package/i18n/nls.hu.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "A legközelebbi gyorsjavítás megjelenítésének engedélyezése/letiltása egy soron belül, ha éppen nem diagnosztikán van.",
|
|
147
147
|
"editor.detectIndentation": "Szabályozza, hogy a `#editor.tabSize#` és a `#editor.insertSpaces#` automatikusan felismerésre kerüljön-e egy fájl megnyitásakor a fájl tartalma alapján.",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "Azt szabályozza, hogy a \"shift\" lenyomva tartásával húzhat-e egy fájlt egy szövegszerkesztőbe (ahelyett, hogy megnyitná a fájlt egy szerkesztőprogramban).",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "Csak a módosítások formázására tesz kísérletet (forrásellenőrzés szükséges). Ha a forrásellenőrzés nem használható, akkor a teljes fájl lesz formázva.",
|
|
150
149
|
"editor.hover.hidingDelay": "Ezredmásodpercben határozza meg a késleltetést, amely után a lebegő elrejtődik. A `editor.hover.sticky` engedélyezése szükséges.",
|
|
151
150
|
"editor.inlayHints.enabled1": "Az inlay tippek alapértelmezés szerint megjelennek, és elrejtődnek, ha a \"Ctrl+Alt\" billentyűkombinációt nyomva tartjuk.",
|
|
152
151
|
"editor.inlayHints.enabled2": "Az inlay tippek alapértelmezés szerint el vannak rejtve, és a \"Ctrl+Alt\" billentyűkombináció lenyomásakor jelennek meg.",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "A szóközök beillesztése és törlése a tabulátormegállókat követi.",
|
|
163
162
|
"editor.wordBasedSuggestions": "Szabályozza, hogy a kiegészítések a dokumentumban található szavak alapján kerüljenek-e kiszámításra.",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "Azt vezérli, hogy mely dokumentumokból számolja ki a szóalapú kiegészítéseket.",
|
|
165
|
-
"files.autoSave": "Az [automatikus mentés](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) vezérli a mentetlen módosításokkal rendelkező szerkesztőket.",
|
|
166
|
-
"files.autoSave.afterDelay": "A szerkesztő a változtatásokat automatikusan elmenti a beállított `#files.autoSaveDelay#` után.",
|
|
167
|
-
"files.autoSave.off": "Egy szerkesztő a módosításokkal soha nem kerül automatikusan mentésre.",
|
|
168
|
-
"files.autoSave.onFocusChange": "A szerkesztő a módosításokkal automatikusan elmentésre kerül, amikor a szerkesztő elveszíti a fókuszt.",
|
|
169
|
-
"files.autoSave.onWindowChange": "A szerkesztő a módosításokkal automatikusan elmentésre kerül, amikor az ablak elveszíti a fókuszt.",
|
|
170
164
|
"formatOnSaveTimeout": "A milliszekundumban megadott időkorlát, amely után a fájl mentésekor lefutó formázás törlődik.",
|
|
171
165
|
"persistClosedEditors": "Azt szabályozza, hogy a munkaterület lezárt szerkesztési előzményei az ablak újratöltése során megmaradjanak-e.",
|
|
172
166
|
"showAllEditors": "Minden megnyitott szerkesztő megjelenítése",
|
package/i18n/nls.it.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "Abilita/disabilita la visualizzazione della soluzione rapida più vicina all'interno di una linea quando non è in corso una diagnostica.",
|
|
147
147
|
"editor.detectIndentation": "Controlla se `#editor.tabSize#` e `#editor.insertSpaces#` saranno rilevati automaticamente all'apertura di un file, in base al suo contenuto.",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "Controlla se è possibile trascinare e rilasciare un file in un editor di testo tenendo premuto `shift` (invece di aprire il file in un editor).",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "Tenterà di formattare solo le modifiche (richiede il controllo della fonte). Se il controllo della fonte non può essere usato, allora l'intero file sarà formattato.",
|
|
150
149
|
"editor.hover.hidingDelay": "Controlla il ritardo, in millisecondi, dopo il quale il passaggio del mouse viene nascosto. Richiede che `editor.hover.sticky` sia abilitato.",
|
|
151
150
|
"editor.inlayHints.enabled1": "I suggerimenti per l'intarsio sono visualizzati per impostazione predefinita e si nascondono quando si tiene premuto `Ctrl+Alt`.",
|
|
152
151
|
"editor.inlayHints.enabled2": "I suggerimenti per l'intarsio sono nascosti per impostazione predefinita e vengono visualizzati quando si tiene premuto `Ctrl+Alt`.",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "L'inserimento e l'eliminazione di spazi bianchi segue gli stop di tabulazione.",
|
|
163
162
|
"editor.wordBasedSuggestions": "Controlla se i completamenti devono essere calcolati in base alle parole del documento.",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "Controlla da quali documenti vengono calcolati i completamenti basati sulle parole.",
|
|
165
|
-
"files.autoSave": "Controlla il [salvataggio automatico](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) degli editor che hanno modifiche non salvate.",
|
|
166
|
-
"files.autoSave.afterDelay": "Un editor con modifiche viene salvato automaticamente dopo il `#files.autoSaveDelay#` configurato.",
|
|
167
|
-
"files.autoSave.off": "Un editor con modifiche non viene mai salvato automaticamente.",
|
|
168
|
-
"files.autoSave.onFocusChange": "Un editor con modifiche viene automaticamente salvato quando l'editor perde il focus.",
|
|
169
|
-
"files.autoSave.onWindowChange": "Un editor con modifiche viene salvato automaticamente quando la finestra perde il focus.",
|
|
170
164
|
"formatOnSaveTimeout": "Timeout in millisecondi dopo il quale la formattazione che viene eseguita al salvataggio del file viene annullata.",
|
|
171
165
|
"persistClosedEditors": "Controlla se persistere la cronologia dell'editor chiuso per l'area di lavoro attraverso i ricarichi della finestra.",
|
|
172
166
|
"showAllEditors": "Mostra tutti gli editor aperti",
|
package/i18n/nls.ja.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "現在診断中でない場合に、行内に最も近いクイックフィックスを表示するかどうかを設定します。",
|
|
147
147
|
"editor.detectIndentation": "ファイルを開いたときに、ファイルの内容に基づいて `#editor.tabSize#` と `#editor.insertSpaces#` を自動的に検出するかどうかを制御する。",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "shift`を押しながらファイルをテキストエディタにドラッグ&ドロップできるかどうかをコントロールします(エディタでファイルを開く代わりに)。",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "変更点のみをフォーマットしようとします(ソースコントロールが必要です)。ソースコントロールが使用できない場合は、ファイル全体がフォーマットされます。",
|
|
150
149
|
"editor.hover.hidingDelay": "ホバーが非表示になるまでの遅延をミリ秒単位で制御する。editor.hover.sticky`が有効になっている必要があります。",
|
|
151
150
|
"editor.inlayHints.enabled1": "インレイのヒントはデフォルトで表示され、`Ctrl+Alt`を押すと隠れます。",
|
|
152
151
|
"editor.inlayHints.enabled2": "インレイのヒントはデフォルトでは非表示で、`Ctrl+Alt`を押したときに表示されます。",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "空白の挿入と削除はタブストップに従う。",
|
|
163
162
|
"editor.wordBasedSuggestions": "文書内の単語に基づいて補完を計算するかどうかを制御する。",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "どの文書から単語ベースの補完を計算するかを制御する。",
|
|
165
|
-
"files.autoSave": "未保存の変更があるエディターの[自動保存](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save)を制御します。",
|
|
166
|
-
"files.autoSave.afterDelay": "変更されたエディターは、設定された `#files.autoSaveDelay#` の後に自動的に保存されます。",
|
|
167
|
-
"files.autoSave.off": "変更されたエディタは、自動的に保存されることはありません。",
|
|
168
|
-
"files.autoSave.onFocusChange": "変更されたエディタは、エディタがフォーカスを失うと自動的に保存されます。",
|
|
169
|
-
"files.autoSave.onWindowChange": "変更されたエディタは、ウィンドウのフォーカスが外れたときに自動的に保存されます。",
|
|
170
164
|
"formatOnSaveTimeout": "ファイル保存時に実行されるフォーマットがキャンセルされるまでのタイムアウト(ミリ秒)。",
|
|
171
165
|
"persistClosedEditors": "ウィンドウの再読み込み時に、ワークスペースの閉じたエディタの履歴を保持するかどうかを制御します。",
|
|
172
166
|
"showAllEditors": "開いているエディタをすべて表示",
|
package/i18n/nls.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "Enable/disable showing nearest quickfix within a line when not currently on a diagnostic.",
|
|
147
147
|
"editor.detectIndentation": "Controls whether `#editor.tabSize#` and `#editor.insertSpaces#` will be automatically detected when a file is opened based on the file contents.",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "Controls whether you can drag and drop a file into a text editor by holding down `shift` (instead of opening the file in an editor).",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "Will attempt to format modifications only (requires source control). If source control can't be used, then the whole file will be formatted.",
|
|
150
149
|
"editor.hover.hidingDelay": "Controls the delay in milliseconds after thich the hover is hidden. Requires `editor.hover.sticky` to be enabled.",
|
|
151
150
|
"editor.inlayHints.enabled1": "Inlay hints are showing by default and hide when holding Ctrl+Alt",
|
|
152
151
|
"editor.inlayHints.enabled2": "Inlay hints are hidden by default and show when holding Ctrl+Alt",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "Inserting and deleting whitespace follows tab stops.",
|
|
163
162
|
"editor.wordBasedSuggestions": "Controls whether completions should be computed based on words in the document.",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "Controls from which documents word based completions are computed.",
|
|
165
|
-
"files.autoSave": "Controls [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) of editors that have unsaved changes.",
|
|
166
|
-
"files.autoSave.afterDelay": "An editor with changes is automatically saved after the configured `#files.autoSaveDelay#`.",
|
|
167
|
-
"files.autoSave.off": "An editor with changes is never automatically saved.",
|
|
168
|
-
"files.autoSave.onFocusChange": "An editor with changes is automatically saved when the editor loses focus.",
|
|
169
|
-
"files.autoSave.onWindowChange": "An editor with changes is automatically saved when the window loses focus.",
|
|
170
164
|
"formatOnSaveTimeout": "Timeout in milliseconds after which the formatting that is run on file save is cancelled.",
|
|
171
165
|
"persistClosedEditors": "Controls whether to persist closed editor history for the workspace across window reloads.",
|
|
172
166
|
"showAllEditors": "Show All Opened Editors",
|
package/i18n/nls.ko.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "현재 진단 중이 아닐 때 줄 내에서 가장 가까운 퀵픽스 표시를 사용/사용 안 함으로 설정합니다.",
|
|
147
147
|
"editor.detectIndentation": "파일 내용을 기반으로 파일을 열 때 `#편집기.탭 크기#` 및 `#편집기.삽입 공백#`을 자동으로 감지할지 여부를 제어합니다.",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "편집기에서 파일을 여는 대신 'Shift' 키를 누른 채로 파일을 텍스트 편집기로 끌어다 놓을 수 있는지 여부를 제어합니다.",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "수정 사항만 포맷하려고 시도합니다(소스 제어 필요). 소스 제어를 사용할 수 없는 경우 전체 파일이 포맷됩니다.",
|
|
150
149
|
"editor.hover.hidingDelay": "호버가 숨겨지는 지연 시간(밀리초)을 제어합니다. editor.hover.sticky`가 활성화되어 있어야 합니다.",
|
|
151
150
|
"editor.inlayHints.enabled1": "인레이 힌트는 기본적으로 표시되며 Ctrl+Alt를 누르고 있으면 숨겨집니다.",
|
|
152
151
|
"editor.inlayHints.enabled2": "인레이 힌트는 기본적으로 숨겨져 있으며 Ctrl+Alt를 누르고 있으면 표시됩니다.",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "공백을 삽입하고 삭제하면 탭이 멈춥니다.",
|
|
163
162
|
"editor.wordBasedSuggestions": "문서의 단어를 기준으로 완성을 계산할지 여부를 제어합니다.",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "문서에서 단어 기반 완성을 계산하는 컨트롤입니다.",
|
|
165
|
-
"files.autoSave": "저장되지 않은 변경 사항이 있는 편집기의 [자동 저장](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save)을 제어합니다.",
|
|
166
|
-
"files.autoSave.afterDelay": "변경 사항이 있는 편집기는 설정된 `#files.autoSaveDelay#`가 지난 후에 자동으로 저장됩니다.",
|
|
167
|
-
"files.autoSave.off": "변경 사항이 있는 편집기는 자동으로 저장되지 않습니다.",
|
|
168
|
-
"files.autoSave.onFocusChange": "편집기가 포커스를 잃으면 변경 사항이 있는 편집기가 자동으로 저장됩니다.",
|
|
169
|
-
"files.autoSave.onWindowChange": "창이 포커스를 잃으면 변경 사항이 있는 편집기가 자동으로 저장됩니다.",
|
|
170
164
|
"formatOnSaveTimeout": "파일 저장 시 실행되는 서식이 취소되는 시간 초과(밀리초)입니다.",
|
|
171
165
|
"persistClosedEditors": "창을 다시 로드할 때 작업 영역의 닫힌 편집기 기록을 유지할지 여부를 제어합니다.",
|
|
172
166
|
"showAllEditors": "열려 있는 모든 편집기 표시",
|
package/i18n/nls.pl.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "Włączenie/wyłączenie wyświetlania najbliższego quickfixa w linii, gdy nie jest on aktualnie w diagnostyce.",
|
|
147
147
|
"editor.detectIndentation": "Kontroluje, czy `#editor.tabSize#` i `#editor.insertSpaces#` będą automatycznie wykrywane podczas otwierania pliku na podstawie jego zawartości.",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "Kontroluje, czy można przeciągnąć i upuścić plik do edytora tekstu, przytrzymując `shift` (zamiast otwierać plik w edytorze).",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "Spowoduje próbę sformatowania tylko modyfikacji (wymaga kontroli źródła). Jeśli kontrola źródła nie może być użyta, sformatowany zostanie cały plik.",
|
|
150
149
|
"editor.hover.hidingDelay": "Kontroluje opóźnienie w milisekundach, po którym hover zostanie ukryty. Wymaga włączenia `editor.hover.sticky`.",
|
|
151
150
|
"editor.inlayHints.enabled1": "Podpowiedzi są domyślnie wyświetlane i ukrywają się po przytrzymaniu `Ctrl+Alt`.",
|
|
152
151
|
"editor.inlayHints.enabled2": "Podpowiedzi są domyślnie ukryte i pokazują się po przytrzymaniu `Ctrl+Alt`.",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "Wstawianie i usuwanie białych znaków następuje po tabulatorach.",
|
|
163
162
|
"editor.wordBasedSuggestions": "Kontroluje, czy uzupełnienia powinny być obliczane na podstawie słów w dokumencie.",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "Określa, na podstawie których dokumentów uzupełniane są uzupełnienia oparte na słowach.",
|
|
165
|
-
"files.autoSave": "Steruje funkcją [automatycznego zapisywania](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) edytorów, w których nie zapisano zmian.",
|
|
166
|
-
"files.autoSave.afterDelay": "Edytor ze zmianami jest automatycznie zapisywany po upływie skonfigurowanego czasu `#files.autoSaveDelay#`.",
|
|
167
|
-
"files.autoSave.off": "Edytor ze zmianami nigdy nie jest automatycznie zapisywany.",
|
|
168
|
-
"files.autoSave.onFocusChange": "Edytor z wprowadzonymi zmianami jest automatycznie zapisywany po utracie przez niego ostrości.",
|
|
169
|
-
"files.autoSave.onWindowChange": "Edytor ze zmianami jest automatycznie zapisywany po utracie ostrości okna.",
|
|
170
164
|
"formatOnSaveTimeout": "Timeout w milisekundach, po którym formatowanie uruchamiane przy zapisie pliku zostanie anulowane.",
|
|
171
165
|
"persistClosedEditors": "Określa, czy historia zamkniętego edytora ma być zachowywana podczas przeładowywania okna.",
|
|
172
166
|
"showAllEditors": "Pokaż wszystkie otwarte edytory",
|
package/i18n/nls.pt-br.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "Ativar/desativar a exibição do reparo rápido mais próximo em uma linha quando não estiver em um diagnóstico no momento.",
|
|
147
147
|
"editor.detectIndentation": "Controla se `#editor.tabSize#` e `#editor.insertSpaces#` serão detectados automaticamente quando um arquivo for aberto com base no conteúdo do arquivo.",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "Controla se você pode arrastar e soltar um arquivo em um editor de texto mantendo pressionada a tecla `shift` (em vez de abrir o arquivo em um editor).",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "Tentará formatar modificações apenas (requer controle de fonte). Se o controle da fonte não puder ser usado, então o arquivo inteiro será formatado.",
|
|
150
149
|
"editor.hover.hidingDelay": "Controla o atraso, em milissegundos, após o qual o hover fica oculto. Requer que a opção `editor.hover.sticky` esteja ativada.",
|
|
151
150
|
"editor.inlayHints.enabled1": "Dicas de Inlay estão mostrando por padrão e se escondem ao segurar `Ctrl+Alt`.",
|
|
152
151
|
"editor.inlayHints.enabled2": "Dicas de Inlay são ocultadas por padrão e mostram quando se segura `Ctrl+Alt`.",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "A inserção e a exclusão de espaços em branco seguem as paradas de tabulação.",
|
|
163
162
|
"editor.wordBasedSuggestions": "Controla se as conclusões devem ser computadas com base nas palavras do documento.",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "Controla a partir de quais documentos as conclusões baseadas em palavras são computadas.",
|
|
165
|
-
"files.autoSave": "Controles [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) de editores que não salvaram mudanças.",
|
|
166
|
-
"files.autoSave.afterDelay": "Um editor com mudanças é automaticamente salvo após o `#files.autoSaveDelay#` configurado.",
|
|
167
|
-
"files.autoSave.off": "Um editor com mudanças nunca é salvo automaticamente.",
|
|
168
|
-
"files.autoSave.onFocusChange": "Um editor com mudanças é automaticamente salvo quando o editor perde o foco.",
|
|
169
|
-
"files.autoSave.onWindowChange": "Um editor com mudanças é automaticamente salvo quando a janela perde o foco.",
|
|
170
164
|
"formatOnSaveTimeout": "Timeout em milissegundos, após o qual a formatação que é executada em arquivo salvo é cancelada.",
|
|
171
165
|
"persistClosedEditors": "Controla se deve persistir o histórico do editor fechado para o espaço de trabalho através de recargas de janela.",
|
|
172
166
|
"showAllEditors": "Mostrar todos os editores abertos",
|
package/i18n/nls.ru.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "Включить/выключить показ ближайшего быстрого исправления в линии, если в данный момент нет диагностики.",
|
|
147
147
|
"editor.detectIndentation": "Определяет, будут ли `#editor.tabSize#` и `#editor.insertSpaces#` автоматически определяться при открытии файла на основе его содержимого.",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "Позволяет перетащить файл в текстовый редактор, удерживая клавишу `shift` (вместо открытия файла в редакторе).",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "Попытается отформатировать только модификации (требуется контроль исходного текста). Если контроль источника не может быть использован, то будет отформатирован весь файл.",
|
|
150
149
|
"editor.hover.hidingDelay": "Управляет задержкой в миллисекундах, после которой наведение будет скрыто. Требуется, чтобы `editor.hover.sticky` был включен.",
|
|
151
150
|
"editor.inlayHints.enabled1": "Подсказки инкрустации отображаются по умолчанию и скрываются при нажатии `Ctrl+Alt`.",
|
|
152
151
|
"editor.inlayHints.enabled2": "Подсказки инкрустации скрыты по умолчанию и отображаются при нажатии `Ctrl+Alt`.",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "Вставка и удаление пробельных символов следует за остановками табуляции.",
|
|
163
162
|
"editor.wordBasedSuggestions": "Указывает, следует ли вычислять завершения на основе слов в документе.",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "Служит для управления тем, на основе каких документов вычисляются словосочетания.",
|
|
165
|
-
"files.autoSave": "Управляет [автосохранением](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) редакторов, в которых есть несохраненные изменения.",
|
|
166
|
-
"files.autoSave.afterDelay": "Редактор с изменениями автоматически сохраняется по истечении настроенной `#files.autoSaveDelay#`.",
|
|
167
|
-
"files.autoSave.off": "Редактор с изменениями никогда не сохраняется автоматически.",
|
|
168
|
-
"files.autoSave.onFocusChange": "Редактор с изменениями автоматически сохраняется, когда редактор теряет фокус.",
|
|
169
|
-
"files.autoSave.onWindowChange": "Редактор с изменениями автоматически сохраняется, когда окно теряет фокус.",
|
|
170
164
|
"formatOnSaveTimeout": "Тайм-аут в миллисекундах, по истечении которого форматирование, выполняемое при сохранении файла, отменяется.",
|
|
171
165
|
"persistClosedEditors": "Управляет тем, сохранять ли историю закрытых редакторов для рабочей области при перезагрузке окна.",
|
|
172
166
|
"showAllEditors": "Показать все открытые редакторы",
|
package/i18n/nls.tr.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "O anda bir tanılama üzerinde değilken bir hat içindeki en yakın hızlı düzeltmeyi göstermeyi etkinleştirin/devre dışı bırakın.",
|
|
147
147
|
"editor.detectIndentation": "Dosya içeriğine bağlı olarak bir dosya açıldığında `#editor.tabSize#` ve `#editor.insertSpaces#` öğelerinin otomatik olarak algılanıp algılanmayacağını kontrol eder.",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "Bir dosyayı `shift` tuşunu basılı tutarak bir metin düzenleyicisine sürükleyip bırakıp bırakamayacağınızı kontrol eder (dosyayı bir düzenleyicide açmak yerine).",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "Yalnızca değişiklikleri biçimlendirmeye çalışır (kaynak kontrolü gerektirir). Kaynak kontrolü kullanılamazsa, tüm dosya biçimlendirilecektir.",
|
|
150
149
|
"editor.hover.hidingDelay": "Üzerine gelinen öğenin gizlenmesinden sonraki gecikmeyi milisaniye cinsinden kontrol eder. Etkinleştirilmek için `editor.hover.sticky` gerektirir.",
|
|
151
150
|
"editor.inlayHints.enabled1": "Kakma ipuçları varsayılan olarak gösterilir ve Ctrl+Alt tuşları basılı tutulduğunda gizlenir",
|
|
152
151
|
"editor.inlayHints.enabled2": "Kakma ipuçları varsayılan olarak gizlidir ve Ctrl+Alt tuşları basılı tutulduğunda gösterilir",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "Boşluk ekleme ve silme sekme duraklarını takip eder.",
|
|
163
162
|
"editor.wordBasedSuggestions": "Tamamlamaların belgedeki sözcüklere göre hesaplanıp hesaplanmayacağını denetler.",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "Kelime tabanlı tamamlamaların hangi belgelerden hesaplanacağını kontrol eder.",
|
|
165
|
-
"files.autoSave": "Kaydedilmemiş değişiklikleri olan editörlerin [otomatik kaydet] (https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) kontrollerini yapar.",
|
|
166
|
-
"files.autoSave.afterDelay": "Değişiklikler içeren bir düzenleyici, yapılandırılan `#files.autoSaveDelay#` değerinden sonra otomatik olarak kaydedilir.",
|
|
167
|
-
"files.autoSave.off": "Değişiklik yapılan bir düzenleyici asla otomatik olarak kaydedilmez.",
|
|
168
|
-
"files.autoSave.onFocusChange": "Düzenleyici odağı kaybettiğinde değişiklik yapılan bir düzenleyici otomatik olarak kaydedilir.",
|
|
169
|
-
"files.autoSave.onWindowChange": "Değişiklikler içeren bir düzenleyici, pencere odağını kaybettiğinde otomatik olarak kaydedilir.",
|
|
170
164
|
"formatOnSaveTimeout": "Dosya kaydedildiğinde çalıştırılan biçimlendirmenin iptal edileceği milisaniye cinsinden zaman aşımı.",
|
|
171
165
|
"persistClosedEditors": "Pencere yeniden yüklenirken çalışma alanı için kapalı düzenleyici geçmişinin devam ettirilip ettirilmeyeceğini kontrol eder.",
|
|
172
166
|
"showAllEditors": "Tüm Açık Editörleri Göster",
|
package/i18n/nls.zh-cn.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "启用/禁用在当前未进行诊断时显示行内最近的快速修复。",
|
|
147
147
|
"editor.detectIndentation": "控制打开文件时是否根据文件内容自动检测 `#editor.tabSize#` 和 `#editor.insertSpaces#`。",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "控制是否可以按住 `shift` 将文件拖放到文本编辑器中(而不是在编辑器中打开文件)。",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "将尝试只对修改部分进行格式化(需要源代码控制)。如果不能使用源码控制,那么整个文件将被格式化。",
|
|
150
149
|
"editor.hover.hidingDelay": "控制隐藏悬停后的延迟时间(毫秒)。需要启用 `editor.hover.sticky`。",
|
|
151
150
|
"editor.inlayHints.enabled1": "镶嵌提示默认显示,按住 \"Ctrl+Alt \"时隐藏。",
|
|
152
151
|
"editor.inlayHints.enabled2": "镶嵌提示默认是隐藏的,当按住`Ctrl+Alt`时显示。",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "在制表符后插入和删除空白。",
|
|
163
162
|
"editor.wordBasedSuggestions": "控制是否根据文档中的单词计算补全。",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "控制从哪些文档中计算基于单词的补全。",
|
|
165
|
-
"files.autoSave": "控制有未保存的修改的编辑器的[自动保存](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save)。",
|
|
166
|
-
"files.autoSave.afterDelay": "在配置的 `#files.autoSaveDelay#`之后,有改动的编辑器会自动保存。",
|
|
167
|
-
"files.autoSave.off": "有变化的编辑器永远不会被自动保存。",
|
|
168
|
-
"files.autoSave.onFocusChange": "当编辑器失去焦点时,有变化的编辑器会自动保存。",
|
|
169
|
-
"files.autoSave.onWindowChange": "当窗口失去焦点时,有变化的编辑器会自动保存。",
|
|
170
164
|
"formatOnSaveTimeout": "超时,以毫秒为单位,超时后文件保存时运行的格式化被取消。",
|
|
171
165
|
"persistClosedEditors": "控制是否为工作区持续保存关闭的编辑器历史,跨越窗口重新加载。",
|
|
172
166
|
"showAllEditors": "显示所有打开的编辑器",
|
package/i18n/nls.zh-tw.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"editor.codeActionWidget.includeNearbyQuickfixes": "當目前未進行診斷時,啟用/停用在行內顯示最近的快速修復。",
|
|
147
147
|
"editor.detectIndentation": "控制在開啟檔案時,是否會根據檔案內容自動偵測 `#editor.tabSize#` 和 `#editor.insertSpaces#`。",
|
|
148
148
|
"editor.dropIntoEditor.enabled": "控制是否可以按住 `shift` 將檔案拖放到文字編輯器中 (而不是在編輯器中開啟檔案)。",
|
|
149
|
-
"editor.formatOnSaveMode.modificationsIfAvailable": "僅嘗試格式化修改 (需要來源控制)。如果無法使用原始碼控制,則會格式化整個檔案。",
|
|
150
149
|
"editor.hover.hidingDelay": "控制以毫秒為單位的延遲時間,之後懸浮會隱藏。需要啟用 `editor.hover.sticky`。",
|
|
151
150
|
"editor.inlayHints.enabled1": "鑲嵌提示依預設顯示,並在按住 Ctrl+Alt 時隱藏",
|
|
152
151
|
"editor.inlayHints.enabled2": "內嵌提示預設為隱藏,按住 Ctrl+Alt 時會顯示。",
|
|
@@ -162,11 +161,6 @@
|
|
|
162
161
|
"editor.useTabStops": "插入和刪除空白跟著制表符停止。",
|
|
163
162
|
"editor.wordBasedSuggestions": "控制是否應根據文件中的字詞計算完成度。",
|
|
164
163
|
"editor.wordBasedSuggestionsMode": "控制從哪些文件中計算出基於字詞的完成度。",
|
|
165
|
-
"files.autoSave": "控制有未儲存變更的編輯器 [自動儲存](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save)。",
|
|
166
|
-
"files.autoSave.afterDelay": "有變更的編輯器會在設定的 `#files.autoSaveDelay#` 後自動儲存。",
|
|
167
|
-
"files.autoSave.off": "有變更的編輯器不會自動儲存。",
|
|
168
|
-
"files.autoSave.onFocusChange": "當編輯器失去焦點時,會自動儲存有變更的編輯器。",
|
|
169
|
-
"files.autoSave.onWindowChange": "當視窗失去焦點時,會自動儲存有變更的編輯器。",
|
|
170
164
|
"formatOnSaveTimeout": "以毫秒為單位的逾時,逾時後檔案儲存時執行的格式化會被取消。",
|
|
171
165
|
"persistClosedEditors": "控制是否在視窗重新載入時持續工作區的已關閉編輯歷史。",
|
|
172
166
|
"showAllEditors": "顯示所有開啟的編輯器",
|