@theia/core 1.38.0-next.7 → 1.38.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.
Files changed (116) hide show
  1. package/README.md +6 -6
  2. package/i18n/nls.cs.json +1 -4
  3. package/i18n/nls.de.json +1 -4
  4. package/i18n/nls.es.json +1 -4
  5. package/i18n/nls.fr.json +1 -4
  6. package/i18n/nls.hu.json +1 -4
  7. package/i18n/nls.it.json +1 -4
  8. package/i18n/nls.ja.json +1 -4
  9. package/i18n/nls.json +1 -4
  10. package/i18n/nls.pl.json +1 -4
  11. package/i18n/nls.pt-br.json +1 -4
  12. package/i18n/nls.pt-pt.json +1 -4
  13. package/i18n/nls.ru.json +1 -4
  14. package/i18n/nls.zh-cn.json +1 -4
  15. package/lib/browser/common-frontend-contribution.js +3 -3
  16. package/lib/browser/common-frontend-contribution.js.map +1 -1
  17. package/lib/browser/common-styling-participants.d.ts.map +1 -1
  18. package/lib/browser/common-styling-participants.js +20 -0
  19. package/lib/browser/common-styling-participants.js.map +1 -1
  20. package/lib/browser/core-preferences.js +1 -1
  21. package/lib/browser/core-preferences.js.map +1 -1
  22. package/lib/browser/endpoint.js +3 -3
  23. package/lib/browser/endpoint.js.map +1 -1
  24. package/lib/browser/keybinding.js +1 -1
  25. package/lib/browser/keybinding.js.map +1 -1
  26. package/lib/browser/label-provider.js +1 -1
  27. package/lib/browser/label-provider.js.map +1 -1
  28. package/lib/browser/preferences/preference-proxy.js +2 -2
  29. package/lib/browser/preferences/preference-proxy.js.map +1 -1
  30. package/lib/browser/quick-input/quick-command-frontend-contribution.d.ts.map +1 -1
  31. package/lib/browser/quick-input/quick-command-frontend-contribution.js +25 -1
  32. package/lib/browser/quick-input/quick-command-frontend-contribution.js.map +1 -1
  33. package/lib/browser/quick-input/quick-command-service.d.ts +1 -0
  34. package/lib/browser/quick-input/quick-command-service.d.ts.map +1 -1
  35. package/lib/browser/quick-input/quick-command-service.js +4 -1
  36. package/lib/browser/quick-input/quick-command-service.js.map +1 -1
  37. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.d.ts +2 -0
  38. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.d.ts.map +1 -1
  39. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js +23 -8
  40. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js.map +1 -1
  41. package/lib/browser/tree/search-box-debounce.js +1 -1
  42. package/lib/browser/tree/search-box-debounce.js.map +1 -1
  43. package/lib/browser/view-container.d.ts +10 -0
  44. package/lib/browser/view-container.d.ts.map +1 -1
  45. package/lib/browser/view-container.js +15 -1
  46. package/lib/browser/view-container.js.map +1 -1
  47. package/lib/browser/widget-decoration.js +1 -1
  48. package/lib/browser/widget-decoration.js.map +1 -1
  49. package/lib/common/command.d.ts +1 -0
  50. package/lib/common/command.d.ts.map +1 -1
  51. package/lib/common/command.js.map +1 -1
  52. package/lib/common/glob.js +5 -5
  53. package/lib/common/glob.js.map +1 -1
  54. package/lib/common/index.d.ts +1 -0
  55. package/lib/common/index.d.ts.map +1 -1
  56. package/lib/common/index.js +1 -0
  57. package/lib/common/index.js.map +1 -1
  58. package/lib/common/objects.d.ts +1 -0
  59. package/lib/common/objects.d.ts.map +1 -1
  60. package/lib/common/objects.js +43 -1
  61. package/lib/common/objects.js.map +1 -1
  62. package/lib/common/path.js +9 -9
  63. package/lib/common/path.js.map +1 -1
  64. package/lib/common/paths.js +1 -1
  65. package/lib/common/paths.js.map +1 -1
  66. package/lib/common/severity.js +1 -1
  67. package/lib/common/severity.js.map +1 -1
  68. package/lib/common/telemetry.d.ts +20 -0
  69. package/lib/common/telemetry.d.ts.map +1 -0
  70. package/lib/common/telemetry.js +25 -0
  71. package/lib/common/telemetry.js.map +1 -0
  72. package/lib/electron-browser/menu/electron-main-menu-factory.d.ts +5 -0
  73. package/lib/electron-browser/menu/electron-main-menu-factory.d.ts.map +1 -1
  74. package/lib/electron-browser/menu/electron-main-menu-factory.js +4 -3
  75. package/lib/electron-browser/menu/electron-main-menu-factory.js.map +1 -1
  76. package/lib/node/backend-application-module.d.ts.map +1 -1
  77. package/lib/node/backend-application-module.js +2 -0
  78. package/lib/node/backend-application-module.js.map +1 -1
  79. package/lib/node/filesystem-locking.d.ts +24 -0
  80. package/lib/node/filesystem-locking.d.ts.map +1 -0
  81. package/lib/node/filesystem-locking.js +71 -0
  82. package/lib/node/filesystem-locking.js.map +1 -0
  83. package/lib/node/index.d.ts +1 -0
  84. package/lib/node/index.d.ts.map +1 -1
  85. package/lib/node/index.js +3 -0
  86. package/lib/node/index.js.map +1 -1
  87. package/lib/node/messaging/ipc-connection-provider.js +1 -1
  88. package/lib/node/messaging/ipc-connection-provider.js.map +1 -1
  89. package/package.json +7 -6
  90. package/src/browser/common-frontend-contribution.ts +3 -3
  91. package/src/browser/common-styling-participants.ts +20 -0
  92. package/src/browser/core-preferences.ts +1 -1
  93. package/src/browser/endpoint.ts +3 -3
  94. package/src/browser/keybinding.ts +1 -1
  95. package/src/browser/label-provider.ts +1 -1
  96. package/src/browser/preferences/preference-proxy.ts +2 -2
  97. package/src/browser/quick-input/quick-command-frontend-contribution.ts +26 -2
  98. package/src/browser/quick-input/quick-command-service.ts +4 -0
  99. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.tsx +23 -6
  100. package/src/browser/tree/search-box-debounce.ts +1 -1
  101. package/src/browser/view-container.ts +21 -0
  102. package/src/browser/widget-decoration.ts +1 -1
  103. package/src/common/command.ts +1 -0
  104. package/src/common/glob.ts +5 -5
  105. package/src/common/i18n/nls.metadata.json +16592 -14032
  106. package/src/common/index.ts +1 -0
  107. package/src/common/objects.ts +48 -1
  108. package/src/common/path.ts +9 -9
  109. package/src/common/paths.ts +1 -1
  110. package/src/common/severity.ts +1 -1
  111. package/src/common/telemetry.ts +45 -0
  112. package/src/electron-browser/menu/electron-main-menu-factory.ts +10 -3
  113. package/src/node/backend-application-module.ts +3 -0
  114. package/src/node/filesystem-locking.ts +77 -0
  115. package/src/node/index.ts +1 -0
  116. package/src/node/messaging/ipc-connection-provider.ts +1 -1
package/README.md CHANGED
@@ -84,12 +84,12 @@ export class SomeClass {
84
84
  - `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
85
85
  - `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
86
86
  - `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
87
- - `@theia/application-package` (from [`@theia/application-package@1.38.0-next.7+f9063625b`](https://www.npmjs.com/package/@theia/application-package/v/1.38.0-next.7))
88
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.38.0-next.7+f9063625b`](https://www.npmjs.com/package/@theia/application-package/v/1.38.0-next.7))
89
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.38.0-next.7+f9063625b`](https://www.npmjs.com/package/@theia/application-package/v/1.38.0-next.7))
90
- - `@theia/request` (from [`@theia/request@1.38.0-next.7+f9063625b`](https://www.npmjs.com/package/@theia/request/v/1.38.0-next.7))
91
- - `@theia/request/lib/proxy` (from [`@theia/request@1.38.0-next.7+f9063625b`](https://www.npmjs.com/package/@theia/request/v/1.38.0-next.7))
92
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.38.0-next.7+f9063625b`](https://www.npmjs.com/package/@theia/request/v/1.38.0-next.7))
87
+ - `@theia/application-package` (from [`@theia/application-package@1.38.0`](https://www.npmjs.com/package/@theia/application-package/v/1.38.0))
88
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.38.0`](https://www.npmjs.com/package/@theia/application-package/v/1.38.0))
89
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.38.0`](https://www.npmjs.com/package/@theia/application-package/v/1.38.0))
90
+ - `@theia/request` (from [`@theia/request@1.38.0`](https://www.npmjs.com/package/@theia/request/v/1.38.0))
91
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.38.0`](https://www.npmjs.com/package/@theia/request/v/1.38.0))
92
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.38.0`](https://www.npmjs.com/package/@theia/request/v/1.38.0))
93
93
  - `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
94
94
  - `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
95
95
  - `inversify` (from [`inversify@^5.1.1`](https://www.npmjs.com/package/inversify))
package/i18n/nls.cs.json CHANGED
@@ -72,15 +72,12 @@
72
72
  "toggleTracing": "Povolení/zakázání sledování komunikace s ladicími adaptéry"
73
73
  },
74
74
  "editor": {
75
- "diffEditor.diffAlgorithm.experimental": "Používá experimentální algoritmus diffing.",
76
- "diffEditor.diffAlgorithm.smart": "Používá výchozí algoritmus porovnávání.",
77
75
  "dirtyEncoding": "Soubor je znečištěný. Než jej znovu otevřete v jiném kódování, nejprve jej uložte.",
78
76
  "editor.codeActionWidget.showHeaders": "Povolení/zakázání zobrazování záhlaví skupin v nabídce akcí kódu.",
79
77
  "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.",
80
78
  "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`",
81
79
  "editor.inlayHints.enabled2": "Vložené nápovědy jsou ve výchozím nastavení skryté a zobrazí se při podržení `Ctrl+Alt`.",
82
80
  "editor.quickSuggestions": "Ovládá, zda se mají při psaní automaticky zobrazovat návrhy. To lze ovládat při psaní komentářů, řetězců a dalšího kódu. Rychlé návrhy lze nakonfigurovat tak, aby se zobrazovaly jako text ducha nebo s widgetem návrhu. Mějte také na paměti nastavení '#editor.suggestOnTriggerCharacters#', které řídí, zda se návrhy spouštějí pomocí speciálních znaků.",
83
- "editor.stickyScroll.maxLineCount": "Definuje maximální počet lepicích řádků, které se mají zobrazit.",
84
81
  "editor.suggest.matchOnWordStartOnly": "Je-li zapnuto filtrování IntelliSense, vyžaduje, aby první znak odpovídal začátku slova, např. `c` u `Console` nebo `WebContext`, ale _ne_ u `description`. Když je funkce IntelliSense vypnutá, zobrazí více výsledků, ale stále je třídí podle kvality shody.",
85
82
  "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.",
86
83
  "files.autoSave.afterDelay": "Editor se změnami se automaticky uloží po uplynutí nastavené doby `#files.autoSaveDelay#`.",
@@ -282,6 +279,7 @@
282
279
  "hiddenChannels": "Skryté kanály",
283
280
  "hideOutputChannel": "Skrýt výstupní kanál...",
284
281
  "maxChannelHistory": "Maximální počet záznamů ve výstupním kanálu.",
282
+ "outputChannels": "Výstupní kanály",
285
283
  "showOutputChannel": "Zobrazit výstupní kanál..."
286
284
  },
287
285
  "plugin": {
@@ -375,7 +373,6 @@
375
373
  "profileIcon": "ID kodikonu, které se přiřadí k ikoně terminálu.\nterminal-tmux:\"$(terminal-tmux)\"",
376
374
  "profileNew": "Nový terminál (s profilem)...",
377
375
  "profilePath": "Cesta k shellu, který tento profil používá.",
378
- "profileSource": "Zdroj profilu, který automaticky detekuje cesty k shellu. Všimněte si, že nestandardní umístění spustitelných souborů nejsou podporována a musí být vytvořena ručně v novém profilu.",
379
376
  "profiles": "Profily, které se mají zobrazit při vytváření nového terminálu. Vlastnost path nastavte ručně pomocí nepovinných argumentů.\nNastavením existujícího profilu na `null` jej skryjete ze seznamu, například: `\"{0}\": null`.",
380
377
  "rendererType": "Ovládá způsob vykreslování terminálu.",
381
378
  "selectProfile": "Výběr profilu pro nový terminál",
package/i18n/nls.de.json CHANGED
@@ -72,15 +72,12 @@
72
72
  "toggleTracing": "Aktivieren/Deaktivieren der Verfolgung der Kommunikation mit Debug-Adaptern"
73
73
  },
74
74
  "editor": {
75
- "diffEditor.diffAlgorithm.experimental": "Verwendet einen experimentellen Diffing-Algorithmus.",
76
- "diffEditor.diffAlgorithm.smart": "Verwendet den Standard-Diffing-Algorithmus.",
77
75
  "dirtyEncoding": "Die Datei ist verschmutzt. Bitte speichern Sie sie zuerst, bevor Sie sie mit einer anderen Kodierung erneut öffnen.",
78
76
  "editor.codeActionWidget.showHeaders": "Aktivieren/deaktivieren Sie die Anzeige von Gruppenkopfzeilen im Code-Aktionsmenü.",
79
77
  "editor.formatOnSaveMode.modificationsIfAvailable": "Es wird versucht, nur Änderungen zu formatieren (erfordert Quellensicherung). Wenn die Versionskontrolle nicht verwendet werden kann, wird die gesamte Datei formatiert.",
80
78
  "editor.inlayHints.enabled1": "Inlay-Hinweise werden standardmäßig angezeigt und bei gedrückter Tastenkombination \"Strg+Alt\" ausgeblendet",
81
79
  "editor.inlayHints.enabled2": "Inlay-Hinweise sind standardmäßig ausgeblendet und werden angezeigt, wenn die Tastenkombination \"Strg+Alt\" gedrückt wird.",
82
80
  "editor.quickSuggestions": "Legt fest, ob während der Eingabe automatisch Vorschläge angezeigt werden sollen. Dies kann für die Eingabe von Kommentaren, Strings und anderem Code gesteuert werden. Schnellvorschläge können so konfiguriert werden, dass sie als Ghosttext oder mit dem Suggest-Widget angezeigt werden. Beachten Sie auch die '#editor.suggestOnTriggerCharacters#'-Einstellung, die steuert, ob Vorschläge durch Sonderzeichen ausgelöst werden.",
83
- "editor.stickyScroll.maxLineCount": "Legt die maximale Anzahl der anzuzeigenden Sticky Lines fest.",
84
81
  "editor.suggest.matchOnWordStartOnly": "Wenn die IntelliSense-Filterung aktiviert ist, muss das erste Zeichen am Wortanfang übereinstimmen, z. B. \"c\" bei \"Konsole\" oder \"Webkontext\", aber _nicht_ bei \"Beschreibung\". Wenn IntelliSense deaktiviert ist, werden mehr Ergebnisse angezeigt, aber immer noch nach der Qualität der Übereinstimmung sortiert.",
85
82
  "files.autoSave": "Steuert das [automatische Speichern](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) von Editoren, die ungespeicherte Änderungen haben.",
86
83
  "files.autoSave.afterDelay": "Ein Editor mit Änderungen wird automatisch nach der konfigurierten `#files.autoSaveDelay#` gespeichert.",
@@ -282,6 +279,7 @@
282
279
  "hiddenChannels": "Versteckte Kanäle",
283
280
  "hideOutputChannel": "Ausgangskanal ausblenden...",
284
281
  "maxChannelHistory": "Die maximale Anzahl der Einträge in einem Ausgabekanal.",
282
+ "outputChannels": "Ausgangskanäle",
285
283
  "showOutputChannel": "Ausgangskanal anzeigen..."
286
284
  },
287
285
  "plugin": {
@@ -375,7 +373,6 @@
375
373
  "profileIcon": "Eine codicon ID zur Verwendung mit diesem Terminal. \nterminal-tmux:\"$(terminal-tmux)\"",
376
374
  "profileNew": "Neues Terminal (mit Profil)...",
377
375
  "profilePath": "Der Pfad der Shell, den dieses Profil benutzt.",
378
- "profileSource": "Eine Profilquelle, die Shellpfade automatisch erkennt. Unübliche Installationsorte werden nicht unterstützt und müssen manuell erfasst werden",
379
376
  "profiles": "Die Profile welche zur Erzeugung eines Terminals verwendet werden können. Setzen Sie den Pfad von Hand mit optionalen Parametern.\n\nSezen Sie ein Profile auf `null` um es zu verbergen, z.B.: `{0}: null`.",
380
377
  "rendererType": "Steuert, wie das Terminal gerendert wird.",
381
378
  "selectProfile": "Wählen Sie ein Profil für das neue Terminal",
package/i18n/nls.es.json CHANGED
@@ -72,15 +72,12 @@
72
72
  "toggleTracing": "Activar/desactivar las comunicaciones de rastreo con los adaptadores de depuración"
73
73
  },
74
74
  "editor": {
75
- "diffEditor.diffAlgorithm.experimental": "Utiliza un algoritmo de difusión experimental.",
76
- "diffEditor.diffAlgorithm.smart": "Utiliza el algoritmo de diffing por defecto.",
77
75
  "dirtyEncoding": "El archivo está sucio. Por favor, guárdelo primero antes de volver a abrirlo con otra codificación.",
78
76
  "editor.codeActionWidget.showHeaders": "Activar/desactivar la visualización de las cabeceras de los grupos en el menú de acción del código.",
79
77
  "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.",
80
78
  "editor.inlayHints.enabled1": "Los consejos de incrustación se muestran por defecto y se ocultan cuando se mantiene `Ctrl+Alt`.",
81
79
  "editor.inlayHints.enabled2": "Los consejos de incrustación están ocultos por defecto y se muestran cuando se mantiene pulsado `Ctrl+Alt`.",
82
80
  "editor.quickSuggestions": "Controla si las sugerencias deben aparecer automáticamente mientras se escribe. Esto puede controlarse para escribir comentarios, cadenas y otros códigos. La sugerencia rápida puede ser configurada para mostrarse como texto fantasma o con el widget de sugerencia. También hay que tener en cuenta la configuración '#editor.suggestOnTriggerCharacters#' que controla si las sugerencias son activadas por caracteres especiales.",
83
- "editor.stickyScroll.maxLineCount": "Define el número máximo de líneas adhesivas a mostrar.",
84
81
  "editor.suggest.matchOnWordStartOnly": "Cuando se activa el filtro IntelliSense se requiere que el primer carácter coincida con el inicio de una palabra, por ejemplo `c` en `Console` o `WebContext` pero _no_ en `description`. Si se desactiva, IntelliSense mostrará más resultados, pero los ordenará según la calidad de la coincidencia.",
85
82
  "files.autoSave": "Controla el [autoguardado](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) de los editores que tienen cambios sin guardar.",
86
83
  "files.autoSave.afterDelay": "Un editor con cambios se guarda automáticamente después del `#files.autoSaveDelay#` configurado.",
@@ -282,6 +279,7 @@
282
279
  "hiddenChannels": "Canales ocultos",
283
280
  "hideOutputChannel": "Ocultar canal de salida...",
284
281
  "maxChannelHistory": "El número máximo de entradas en un canal de salida.",
282
+ "outputChannels": "Canales de salida",
285
283
  "showOutputChannel": "Mostrar canal de salida..."
286
284
  },
287
285
  "plugin": {
@@ -375,7 +373,6 @@
375
373
  "profileIcon": "Un ID de codicon para asociar con el icono de terminal.\nterminal-tmux:\"$(terminal-tmux)\"",
376
374
  "profileNew": "Nuevo Terminal (Con Perfil)...",
377
375
  "profilePath": "La ruta del shell que utiliza este perfil.",
378
- "profileSource": "Una fuente de perfil que detectará automáticamente las rutas al shell. Tenga en cuenta que las ubicaciones de ejecutables no estándar no son compatibles y deben crearse manualmente en un nuevo perfil.",
379
376
  "profiles": "Los perfiles a presentar cuando se crea un nuevo terminal. Establezca la propiedad path manualmente con argumentos opcionales.\nEstablezca un perfil existente como `null` para ocultar el perfil de la lista, por ejemplo: `\"{0}\": null`.",
380
377
  "rendererType": "Controla cómo se representa el terminal.",
381
378
  "selectProfile": "Seleccione un perfil para el nuevo terminal",
package/i18n/nls.fr.json CHANGED
@@ -72,15 +72,12 @@
72
72
  "toggleTracing": "Activer/désactiver le traçage des communications avec les adaptateurs de débogage"
73
73
  },
74
74
  "editor": {
75
- "diffEditor.diffAlgorithm.experimental": "Utilise un algorithme de différenciation expérimental.",
76
- "diffEditor.diffAlgorithm.smart": "Utilise l'algorithme de différenciation par défaut.",
77
75
  "dirtyEncoding": "Le fichier est sale. Veuillez le sauvegarder avant de le rouvrir avec un autre encodage.",
78
76
  "editor.codeActionWidget.showHeaders": "Activez/désactivez l'affichage des en-têtes de groupe dans le menu d'action du code.",
79
77
  "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é.",
80
78
  "editor.inlayHints.enabled1": "Les conseils d'incrustation sont affichés par défaut et sont masqués lorsque vous maintenez les touches `Ctrl+Alt`.",
81
79
  "editor.inlayHints.enabled2": "Les indices d'incrustation sont cachés par défaut et s'affichent en maintenant les touches `Ctrl+Alt`.",
82
80
  "editor.quickSuggestions": "Contrôle si les suggestions doivent s'afficher automatiquement pendant la saisie. Cela peut être contrôlé pour la saisie de commentaires, de chaînes de caractères et d'autres codes. La suggestion rapide peut être configurée pour s'afficher sous forme de texte fantôme ou avec le widget de suggestion. Tenez également compte du paramètre '#editor.suggestOnTriggerCharacters#' qui contrôle si les suggestions sont déclenchées par des caractères spéciaux.",
83
- "editor.stickyScroll.maxLineCount": "Définit le nombre maximum de lignes adhésives à afficher.",
84
81
  "editor.suggest.matchOnWordStartOnly": "Lorsqu'il est activé, le filtrage IntelliSense exige que le premier caractère corresponde au début d'un mot, par exemple `c` sur `Console` ou `WebContext` mais _pas_ sur `description`. Lorsqu'il est désactivé, IntelliSense affiche plus de résultats mais les trie toujours par qualité de correspondance.",
85
82
  "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.",
86
83
  "files.autoSave.afterDelay": "Un éditeur avec des modifications est automatiquement enregistré après le `#files.autoSaveDelay#` configuré.",
@@ -282,6 +279,7 @@
282
279
  "hiddenChannels": "Canaux cachés",
283
280
  "hideOutputChannel": "Cacher le canal de sortie...",
284
281
  "maxChannelHistory": "Le nombre maximum d'entrées dans un canal de sortie.",
282
+ "outputChannels": "Canaux de sortie",
285
283
  "showOutputChannel": "Afficher le canal de sortie..."
286
284
  },
287
285
  "plugin": {
@@ -375,7 +373,6 @@
375
373
  "profileIcon": "Un ID de codicon à associer à l'icône du terminal.\nterminal-tmux :\"$(terminal-tmux)\"",
376
374
  "profileNew": "Nouveau terminal (avec profil)...",
377
375
  "profilePath": "Le chemin du shell que ce profil utilise.",
378
- "profileSource": "Un profil source qui détectera automatiquement les chemins vers l'interpréteur de commandes. Notez que les emplacements non standard des exécutables ne sont pas pris en charge et doivent être créés manuellement dans un nouveau profil.",
379
376
  "profiles": "Les profils à présenter lors de la création d'un nouveau terminal. Définissez manuellement la propriété path avec des args optionnels.\nDonnez la valeur `null` à un profil existant pour le masquer dans la liste, par exemple : `\"{0}\" : null`.",
380
377
  "rendererType": "Contrôle la façon dont le terminal est rendu.",
381
378
  "selectProfile": "Sélectionnez un profil pour le nouveau terminal",
package/i18n/nls.hu.json CHANGED
@@ -72,15 +72,12 @@
72
72
  "toggleTracing": "A hibakeresési adapterekkel folytatott kommunikáció nyomon követésének engedélyezése/letiltása"
73
73
  },
74
74
  "editor": {
75
- "diffEditor.diffAlgorithm.experimental": "Kísérleti diffing algoritmust használ.",
76
- "diffEditor.diffAlgorithm.smart": "Az alapértelmezett diffing algoritmust használja.",
77
75
  "dirtyEncoding": "A fájl piszkos. Kérjük, először mentse el, mielőtt más kódolással újra megnyitná.",
78
76
  "editor.codeActionWidget.showHeaders": "A csoportfejlécek megjelenítésének engedélyezése/letiltása a kódművelet menüben.",
79
77
  "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.",
80
78
  "editor.inlayHints.enabled1": "Az inlay tippek alapértelmezés szerint megjelennek, és elrejtődnek, ha a \"Ctrl+Alt\" billentyűkombinációt nyomva tartjuk.",
81
79
  "editor.inlayHints.enabled2": "Az inlay tippek alapértelmezés szerint el vannak rejtve, és a \"Ctrl+Alt\" billentyűkombináció lenyomásakor jelennek meg.",
82
80
  "editor.quickSuggestions": "Szabályozza, hogy a javaslatok automatikusan megjelenjenek-e gépelés közben. Ezt a megjegyzések, karakterláncok és más kódok beírása esetén lehet szabályozni. A gyors javaslatok beállíthatók úgy, hogy szellemszövegként vagy a javaslat widget segítségével jelenjenek meg. Figyeljen a '#editor.suggestOnTriggerCharacters#'-beállításra is, amely azt szabályozza, hogy a javaslatok speciális karakterek hatására aktiválódjanak-e.",
83
- "editor.stickyScroll.maxLineCount": "Meghatározza a megjelenítendő ragadós sorok maximális számát.",
84
81
  "editor.suggest.matchOnWordStartOnly": "Ha engedélyezve van, az IntelliSense szűrés megköveteli, hogy az első karakter egyezzen a szó elején, pl. \"c\" a \"Konzol\" vagy a \"WebContext\" esetében, de _nem_ a \"leírás\" esetében. Ha kikapcsoljuk, az IntelliSense több eredményt mutat, de továbbra is az egyezés minősége szerint rendezi őket.",
85
82
  "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.",
86
83
  "files.autoSave.afterDelay": "A szerkesztő a változtatásokat automatikusan elmenti a beállított `#files.autoSaveDelay#` után.",
@@ -282,6 +279,7 @@
282
279
  "hiddenChannels": "Rejtett csatornák",
283
280
  "hideOutputChannel": "Kimeneti csatorna elrejtése...",
284
281
  "maxChannelHistory": "A kimeneti csatornában lévő bejegyzések maximális száma.",
282
+ "outputChannels": "Kimeneti csatornák",
285
283
  "showOutputChannel": "Kimeneti csatorna megjelenítése..."
286
284
  },
287
285
  "plugin": {
@@ -375,7 +373,6 @@
375
373
  "profileIcon": "A terminál ikonjához társítandó kódikon azonosító.\nterminal-tmux:\"$(terminal-tmux)\"",
376
374
  "profileNew": "Új terminál (profillal)...",
377
375
  "profilePath": "A profil által használt héj elérési útja.",
378
- "profileSource": "Egy olyan profilforrás, amely automatikusan felismeri a héj elérési útvonalait. Ne feledje, hogy a nem szabványos futtatható helyek nem támogatottak, ezért azokat manuálisan kell létrehozni egy új profilban.",
379
376
  "profiles": "Az új terminál létrehozásakor megjelenítendő profilok. A path tulajdonság manuális beállítása opcionális args-ekkel.\nA meglévő profilok `null` értékre állítása a profil elrejtéséhez a listából, például: `\"{0}\": null`.",
380
377
  "rendererType": "A terminál megjelenítésének módját szabályozza.",
381
378
  "selectProfile": "Válasszon ki egy profilt az új terminálhoz",
package/i18n/nls.it.json CHANGED
@@ -72,15 +72,12 @@
72
72
  "toggleTracing": "Abilita/disabilita il tracciamento delle comunicazioni con gli adattatori di debug"
73
73
  },
74
74
  "editor": {
75
- "diffEditor.diffAlgorithm.experimental": "Utilizza un algoritmo di diffing sperimentale.",
76
- "diffEditor.diffAlgorithm.smart": "Utilizza l'algoritmo di differenziazione predefinito.",
77
75
  "dirtyEncoding": "Il file è sporco. Salvarlo prima di riaprirlo con un'altra codifica.",
78
76
  "editor.codeActionWidget.showHeaders": "Abilita/disabilita la visualizzazione delle intestazioni dei gruppi nel menu delle azioni del codice.",
79
77
  "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.",
80
78
  "editor.inlayHints.enabled1": "I suggerimenti per l'intarsio sono visualizzati per impostazione predefinita e si nascondono quando si tiene premuto `Ctrl+Alt`.",
81
79
  "editor.inlayHints.enabled2": "I suggerimenti per l'intarsio sono nascosti per impostazione predefinita e vengono visualizzati quando si tiene premuto `Ctrl+Alt`.",
82
80
  "editor.quickSuggestions": "Controlla se i suggerimenti devono essere visualizzati automaticamente durante la digitazione. Questo può essere controllato per la digitazione di commenti, stringhe e altro codice. Il suggerimento rapido può essere configurato per essere visualizzato come testo fantasma o con il widget Suggerimento. Si tenga presente anche l'impostazione '#editor.suggestOnTriggerCharacters#', che controlla se i suggerimenti vengono attivati da caratteri speciali.",
83
- "editor.stickyScroll.maxLineCount": "Definisce il numero massimo di righe appiccicose da mostrare.",
84
81
  "editor.suggest.matchOnWordStartOnly": "Se abilitato, il filtro IntelliSense richiede che il primo carattere corrisponda all'inizio di una parola, ad esempio `c` su `Console` o `WebContext` ma _non_ su `description`. Quando è disattivato, IntelliSense mostra più risultati, ma li ordina comunque in base alla qualità della corrispondenza.",
85
82
  "files.autoSave": "Controlla il [salvataggio automatico](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) degli editor che hanno modifiche non salvate.",
86
83
  "files.autoSave.afterDelay": "Un editor con modifiche viene salvato automaticamente dopo il `#files.autoSaveDelay#` configurato.",
@@ -282,6 +279,7 @@
282
279
  "hiddenChannels": "Canali nascosti",
283
280
  "hideOutputChannel": "Nascondere il canale di uscita...",
284
281
  "maxChannelHistory": "Il numero massimo di voci in un canale di uscita.",
282
+ "outputChannels": "Canali di uscita",
285
283
  "showOutputChannel": "Mostra il canale di uscita..."
286
284
  },
287
285
  "plugin": {
@@ -375,7 +373,6 @@
375
373
  "profileIcon": "Un ID di codifica da associare all'icona del terminale.\nterminale-tmux: \"$(terminale-tmux)\"",
376
374
  "profileNew": "Nuovo terminale (con profilo)...",
377
375
  "profilePath": "Il percorso della shell utilizzata da questo profilo.",
378
- "profileSource": "Un'origine profilo che rileverà automaticamente i percorsi della shell. Si noti che i percorsi degli eseguibili non standard non sono supportati e devono essere creati manualmente in un nuovo profilo.",
379
376
  "profiles": "I profili da presentare quando si crea un nuovo terminale. Impostare manualmente la proprietà path con gli argomenti opzionali.\nImpostare un profilo esistente a `null` per nasconderlo dall'elenco, ad esempio: `\"{0}\": null`.",
380
377
  "rendererType": "Controlla il modo in cui il terminale viene reso.",
381
378
  "selectProfile": "Selezionare un profilo per il nuovo terminale",
package/i18n/nls.ja.json CHANGED
@@ -72,15 +72,12 @@
72
72
  "toggleTracing": "デバッグアダプタとの通信のトレースの有効化/無効化"
73
73
  },
74
74
  "editor": {
75
- "diffEditor.diffAlgorithm.experimental": "実験的な差分アルゴリズムを使用。",
76
- "diffEditor.diffAlgorithm.smart": "デフォルトの diffing アルゴリズムを使用します。",
77
75
  "dirtyEncoding": "ファイルが汚れています。別のエンコーディングで開き直す前に、まず保存してください。",
78
76
  "editor.codeActionWidget.showHeaders": "コードアクションメニューにグループヘッダを表示するかどうかを設定します。",
79
77
  "editor.formatOnSaveMode.modificationsIfAvailable": "変更点のみをフォーマットしようとします(ソースコントロールが必要です)。ソースコントロールが使用できない場合は、ファイル全体がフォーマットされます。",
80
78
  "editor.inlayHints.enabled1": "インレイのヒントはデフォルトで表示され、`Ctrl+Alt`を押すと隠れます。",
81
79
  "editor.inlayHints.enabled2": "インレイのヒントはデフォルトでは非表示で、`Ctrl+Alt`を押したときに表示されます。",
82
80
  "editor.quickSuggestions": "入力中に自動的にサジェストを表示するかどうかを制御します。コメント、文字列、その他のコードを入力する際に制御できます。クイックサジェストは、ゴーストテキストとして表示するか、サジェストウィジェットで表示するかを設定できます。また、'#editor.suggestOnTriggerCharacters#'設定は、特殊な文字でサジェストが発生するかどうかを制御します。",
83
- "editor.stickyScroll.maxLineCount": "表示する付箋の最大数を定義します。",
84
81
  "editor.suggest.matchOnWordStartOnly": "インテリセンスのフィルタリングを有効にすると、最初の文字が単語の先頭にマッチする必要があります。例えば、`Console` や `WebContext` では `c` ですが、`description` では _not_ です。無効化すると、インテリセンスはより多くの結果を表示しますが、マッチの質でソートされます。",
85
82
  "files.autoSave": "未保存の変更があるエディターの[自動保存](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save)を制御します。",
86
83
  "files.autoSave.afterDelay": "変更されたエディターは、設定された `#files.autoSaveDelay#` の後に自動的に保存されます。",
@@ -282,6 +279,7 @@
282
279
  "hiddenChannels": "隠しチャンネル",
283
280
  "hideOutputChannel": "出力チャンネルを隠す...",
284
281
  "maxChannelHistory": "1つの出力チャネルの最大エントリ数。",
282
+ "outputChannels": "出力チャンネル",
285
283
  "showOutputChannel": "出力チャンネルを表示..."
286
284
  },
287
285
  "plugin": {
@@ -375,7 +373,6 @@
375
373
  "profileIcon": "ターミナルアイコンに関連付けるコーディコンIDです。\nterminal-tmux:\"$(terminal-tmux)\" とする。",
376
374
  "profileNew": "新端末(プロフィール付き)...",
377
375
  "profilePath": "このプロファイルが使用するシェルのパス。",
378
- "profileSource": "シェルへのパスを自動検出するプロファイルソースです。非標準の実行可能位置はサポートされていないので、新しいプロファイルで手動で作成する必要があることに注意してください。",
379
376
  "profiles": "新しいターミナルを作成するときに提示するプロファイル。オプションのアーギュメントを使用して、手動でパスプロパティを設定します。\n既存のプロファイルを `null` に設定すると、リストからプロファイルを隠すことができます。 例: `\"{0}\": null`.",
380
377
  "rendererType": "端末のレンダリング方法を制御する。",
381
378
  "selectProfile": "新規端末のプロファイルを選択する",
package/i18n/nls.json CHANGED
@@ -72,15 +72,12 @@
72
72
  "toggleTracing": "Enable/disable tracing communications with debug adapters"
73
73
  },
74
74
  "editor": {
75
- "diffEditor.diffAlgorithm.experimental": "Uses an experimental diffing algorithm.",
76
- "diffEditor.diffAlgorithm.smart": "Uses the default diffing algorithm.",
77
75
  "dirtyEncoding": "The file is dirty. Please save it first before reopening it with another encoding.",
78
76
  "editor.codeActionWidget.showHeaders": "Enable/disable showing group headers in the code action menu.",
79
77
  "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.",
80
78
  "editor.inlayHints.enabled1": "Inlay hints are showing by default and hide when holding Ctrl+Alt",
81
79
  "editor.inlayHints.enabled2": "Inlay hints are hidden by default and show when holding Ctrl+Alt",
82
80
  "editor.quickSuggestions": "Controls whether suggestions should automatically show up while typing. This can be controlled for typing in comments, strings, and other code. Quick suggestion can be configured to show as ghost text or with the suggest widget. Also be aware of the '#editor.suggestOnTriggerCharacters#'-setting which controls if suggestions are triggered by special characters.",
83
- "editor.stickyScroll.maxLineCount": "Defines the maximum number of sticky lines to show.",
84
81
  "editor.suggest.matchOnWordStartOnly": "When enabled IntelliSense filtering requires that the first character matches on a word start, e.g `c` on `Console` or `WebContext` but _not_ on `description`. When disabled IntelliSense will show more results but still sorts them by match quality.",
85
82
  "files.autoSave": "Controls [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) of editors that have unsaved changes.",
86
83
  "files.autoSave.afterDelay": "An editor with changes is automatically saved after the configured `#files.autoSaveDelay#`.",
@@ -282,6 +279,7 @@
282
279
  "hiddenChannels": "Hidden Channels",
283
280
  "hideOutputChannel": "Hide Output Channel...",
284
281
  "maxChannelHistory": "The maximum number of entries in an output channel.",
282
+ "outputChannels": "Output Channels",
285
283
  "showOutputChannel": "Show Output Channel..."
286
284
  },
287
285
  "plugin": {
@@ -375,7 +373,6 @@
375
373
  "profileIcon": "A codicon ID to associate with the terminal icon.\nterminal-tmux:\"$(terminal-tmux)\"",
376
374
  "profileNew": "New Terminal (With Profile)...",
377
375
  "profilePath": "The path of the shell that this profile uses.",
378
- "profileSource": "A profile source that will auto detect the paths to the shell. Note that non-standard executable locations are not supported and must be created manually in a new profile.",
379
376
  "profiles": "The profiles to present when creating a new terminal. Set the path property manually with optional args.\nSet an existing profile to `null` to hide the profile from the list, for example: `\"{0}\": null`.",
380
377
  "rendererType": "Controls how the terminal is rendered.",
381
378
  "selectProfile": "Select a profile for the new terminal",
package/i18n/nls.pl.json CHANGED
@@ -72,15 +72,12 @@
72
72
  "toggleTracing": "Włączanie/wyłączanie śledzenia komunikacji z adapterami debugowania"
73
73
  },
74
74
  "editor": {
75
- "diffEditor.diffAlgorithm.experimental": "Wykorzystuje eksperymentalny algorytm diffingu.",
76
- "diffEditor.diffAlgorithm.smart": "Używa domyślnego algorytmu dyfuzji.",
77
75
  "dirtyEncoding": "Plik jest zabrudzony. Proszę zapisać go najpierw przed ponownym otwarciem z innym kodowaniem.",
78
76
  "editor.codeActionWidget.showHeaders": "Włączenie/wyłączenie pokazywania nagłówków grup w menu akcji kodu.",
79
77
  "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.",
80
78
  "editor.inlayHints.enabled1": "Podpowiedzi są domyślnie wyświetlane i ukrywają się po przytrzymaniu `Ctrl+Alt`.",
81
79
  "editor.inlayHints.enabled2": "Podpowiedzi są domyślnie ukryte i pokazują się po przytrzymaniu `Ctrl+Alt`.",
82
80
  "editor.quickSuggestions": "Kontroluje czy sugestie powinny być automatycznie wyświetlane podczas pisania. Można to kontrolować w przypadku wpisywania komentarzy, ciągów znaków i innego kodu. Szybkie sugestie mogą być skonfigurowane tak, aby pokazywały się jako tekst widma lub z widżetem sugestii. Należy również pamiętać o ustawieniu '#editor.suggestOnTriggerCharacters#', które kontroluje czy sugestie są uruchamiane przez znaki specjalne.",
83
- "editor.stickyScroll.maxLineCount": "Określa maksymalną liczbę lepkich linii do pokazania.",
84
81
  "editor.suggest.matchOnWordStartOnly": "Kiedy włączone filtrowanie IntelliSense wymaga, aby pierwszy znak pasował na początku słowa, np. `c` na `Console` lub `WebContext` ale _nie_ na `description`. Kiedy wyłączone IntelliSense pokaże więcej wyników, ale nadal sortuje je według jakości dopasowania.",
85
82
  "files.autoSave": "Steruje funkcją [automatycznego zapisywania](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) edytorów, w których nie zapisano zmian.",
86
83
  "files.autoSave.afterDelay": "Edytor ze zmianami jest automatycznie zapisywany po upływie skonfigurowanego czasu `#files.autoSaveDelay#`.",
@@ -282,6 +279,7 @@
282
279
  "hiddenChannels": "Ukryte kanały",
283
280
  "hideOutputChannel": "Ukryj kanał wyjściowy...",
284
281
  "maxChannelHistory": "Maksymalna liczba wpisów w kanale wyjściowym.",
282
+ "outputChannels": "Kanały wyjściowe",
285
283
  "showOutputChannel": "Pokaż kanał wyjściowy..."
286
284
  },
287
285
  "plugin": {
@@ -375,7 +373,6 @@
375
373
  "profileIcon": "ID codicon do skojarzenia z ikoną terminala.\nterminal-tmux:\"$(terminal-tmux)\"",
376
374
  "profileNew": "Nowy Terminal (z profilem)...",
377
375
  "profilePath": "Ścieżka powłoki, której używa ten profil.",
378
- "profileSource": "Źródło profilu, które automatycznie wykryje ścieżki do powłoki. Zauważ, że niestandardowe lokalizacje plików wykonywalnych nie są obsługiwane i muszą być tworzone ręcznie w nowym profilu.",
379
376
  "profiles": "Profile, które mają być prezentowane podczas tworzenia nowego terminala. Ustaw właściwość path ręcznie z opcjonalnymi argumentami.\nUstaw istniejący profil na `null`, aby ukryć profil z listy, na przykład: `\"{0}\": null`.",
380
377
  "rendererType": "Kontroluje sposób renderowania terminala.",
381
378
  "selectProfile": "Wybrać profil dla nowego terminalu",
@@ -72,15 +72,12 @@
72
72
  "toggleTracing": "Habilitar/desabilitar as comunicações de rastreamento com adaptadores de depuração"
73
73
  },
74
74
  "editor": {
75
- "diffEditor.diffAlgorithm.experimental": "Utiliza um algoritmo de difusão experimental.",
76
- "diffEditor.diffAlgorithm.smart": "Utiliza o algoritmo de difusão padrão.",
77
75
  "dirtyEncoding": "O arquivo está sujo. Por favor, salve-o primeiro antes de reabri-lo com outra codificação.",
78
76
  "editor.codeActionWidget.showHeaders": "Habilitar/desabilitar mostrar os cabeçalhos de grupo no menu de ação de código.",
79
77
  "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.",
80
78
  "editor.inlayHints.enabled1": "Dicas de Inlay estão mostrando por padrão e se escondem ao segurar `Ctrl+Alt`.",
81
79
  "editor.inlayHints.enabled2": "Dicas de Inlay são ocultadas por padrão e mostram quando se segura `Ctrl+Alt`.",
82
80
  "editor.quickSuggestions": "Controla se as sugestões devem aparecer automaticamente durante a digitação. Isto pode ser controlado para digitação de comentários, strings, e outros códigos. A sugestão rápida pode ser configurada para aparecer como texto fantasma ou com o widget de sugestão. Esteja ciente também do '#editor.suggestOnTriggerCharacters#'-setting que controla se as sugestões são acionadas por caracteres especiais.",
83
- "editor.stickyScroll.maxLineCount": "Define o número máximo de linhas pegajosas a serem mostradas.",
84
81
  "editor.suggest.matchOnWordStartOnly": "Quando ativada, a filtragem IntelliSense requer que o primeiro caractere corresponda em um início de palavra, por exemplo `c` em `Console` ou `Contexto Web` mas _não_ em `descrição`. Quando desabilitado, o IntelliSense mostrará mais resultados, mas ainda assim os classifica pela qualidade da correspondência.",
85
82
  "files.autoSave": "Controles [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) de editores que não salvaram mudanças.",
86
83
  "files.autoSave.afterDelay": "Um editor com mudanças é automaticamente salvo após o `#files.autoSaveDelay#` configurado.",
@@ -282,6 +279,7 @@
282
279
  "hiddenChannels": "Canais ocultos",
283
280
  "hideOutputChannel": "Esconder canal de saída...",
284
281
  "maxChannelHistory": "O número máximo de entradas em um canal de saída.",
282
+ "outputChannels": "Canais de saída",
285
283
  "showOutputChannel": "Mostrar canal de saída..."
286
284
  },
287
285
  "plugin": {
@@ -375,7 +373,6 @@
375
373
  "profileIcon": "Um codicon ID para associar com o ícone do terminal.\nterminal-tmux: \"$(terminal-tmux)\".",
376
374
  "profileNew": "Novo Terminal (Com Perfil)...",
377
375
  "profilePath": "O caminho da casca que este perfil utiliza.",
378
- "profileSource": "Uma fonte de perfil que detectará automaticamente os caminhos para a casca. Note que os locais executáveis não padrão não são suportados e devem ser criados manualmente em um novo perfil.",
379
376
  "profiles": "Os perfis a serem apresentados ao criar um novo terminal. Definir a propriedade do caminho manualmente com args opcionais.\nDefinir um perfil existente para 'nulo' para ocultar o perfil da lista, por exemplo: `\"{0}\": nulo'.",
380
377
  "rendererType": "Controla como o terminal é renderizado.",
381
378
  "selectProfile": "Selecione um perfil para o novo terminal",
@@ -72,15 +72,12 @@
72
72
  "toggleTracing": "Activar/desactivar as comunicações de rastreio com adaptadores de depuração"
73
73
  },
74
74
  "editor": {
75
- "diffEditor.diffAlgorithm.experimental": "Utiliza um algoritmo de difusão experimental.",
76
- "diffEditor.diffAlgorithm.smart": "Utiliza o algoritmo de difusão padrão.",
77
75
  "dirtyEncoding": "O ficheiro está sujo. Por favor guardá-lo primeiro antes de o reabrir com outra codificação.",
78
76
  "editor.codeActionWidget.showHeaders": "Activar/desactivar mostrar os cabeçalhos de grupo no menu de acção de código.",
79
77
  "editor.formatOnSaveMode.modificationsIfAvailable": "Tentará apenas formatar modificações (requer controlo da fonte). Se o controlo da fonte não puder ser utilizado, então o ficheiro inteiro será formatado.",
80
78
  "editor.inlayHints.enabled1": "Dicas de Inlay estão a mostrar por defeito e escondem-se quando se segura \"Ctrl+Alt\".",
81
79
  "editor.inlayHints.enabled2": "Dicas de Inlay são ocultadas por defeito e mostram quando se mantém 'Ctrl+Alt'.",
82
80
  "editor.quickSuggestions": "Controla se as sugestões devem aparecer automaticamente durante a dactilografia. Isto pode ser controlado para digitação de comentários, strings, e outros códigos. A sugestão rápida pode ser configurada para aparecer como texto fantasma ou com o widget de sugestão. Esteja também ciente do '#editor.suggestOnTriggerCharacters#'-setting que controla se as sugestões são accionadas por caracteres especiais.",
83
- "editor.stickyScroll.maxLineCount": "Define o número máximo de linhas pegajosas a mostrar.",
84
81
  "editor.suggest.matchOnWordStartOnly": "Quando activada, a filtragem IntelliSense requer que o primeiro caractere corresponda num início de palavra, por exemplo `c` em `Console` ou `Contexto Web` mas _não_ em `descrição`. Quando desactivado, o IntelliSense mostrará mais resultados, mas ainda os classifica pela qualidade da correspondência.",
85
82
  "files.autoSave": "Controla [auto guardar](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) de editores que tenham alterações não guardadas.",
86
83
  "files.autoSave.afterDelay": "Um editor com alterações é automaticamente guardado após a configuração `#files.autoSaveDelay#``.",
@@ -282,6 +279,7 @@
282
279
  "hiddenChannels": "Canais ocultos",
283
280
  "hideOutputChannel": "Esconder canal de saída...",
284
281
  "maxChannelHistory": "O número máximo de entradas num canal de saída.",
282
+ "outputChannels": "Canais de saída",
285
283
  "showOutputChannel": "Mostrar canal de saída..."
286
284
  },
287
285
  "plugin": {
@@ -375,7 +373,6 @@
375
373
  "profileIcon": "Um código de identificação para associar com o ícone do terminal.\nterminal-tmux: \"$(terminal-tmux)\".",
376
374
  "profileNew": "Novo Terminal (Com Perfil)...",
377
375
  "profilePath": "O caminho da concha que este perfil utiliza.",
378
- "profileSource": "Uma fonte de perfil que detectará automaticamente os caminhos para a concha. Note-se que os locais executáveis não standard não são suportados e devem ser criados manualmente num novo perfil.",
379
376
  "profiles": "Os perfis a apresentar aquando da criação de um novo terminal. Definir manualmente a propriedade do caminho com args opcionais.\nDefinir um perfil existente para `nulo` para ocultar o perfil da lista, por exemplo: `\"{0}\": nulo`.",
380
377
  "rendererType": "Controla a forma como o terminal é renderizado.",
381
378
  "selectProfile": "Seleccionar um perfil para o novo terminal",
package/i18n/nls.ru.json CHANGED
@@ -72,15 +72,12 @@
72
72
  "toggleTracing": "Включение/выключение трассировки связи с отладочными адаптерами"
73
73
  },
74
74
  "editor": {
75
- "diffEditor.diffAlgorithm.experimental": "Использует экспериментальный алгоритм диффинга.",
76
- "diffEditor.diffAlgorithm.smart": "Использует алгоритм диффиринга по умолчанию.",
77
75
  "dirtyEncoding": "Файл загрязнен. Пожалуйста, сначала сохраните его, а затем откройте с другой кодировкой.",
78
76
  "editor.codeActionWidget.showHeaders": "Включить/выключить показ заголовков групп в меню действий кода.",
79
77
  "editor.formatOnSaveMode.modificationsIfAvailable": "Попытается отформатировать только модификации (требуется контроль исходного текста). Если контроль источника не может быть использован, то будет отформатирован весь файл.",
80
78
  "editor.inlayHints.enabled1": "Подсказки инкрустации отображаются по умолчанию и скрываются при нажатии `Ctrl+Alt`.",
81
79
  "editor.inlayHints.enabled2": "Подсказки инкрустации скрыты по умолчанию и отображаются при нажатии `Ctrl+Alt`.",
82
80
  "editor.quickSuggestions": "Управляет тем, должны ли предложения автоматически появляться при вводе текста. Этим можно управлять при вводе комментариев, строк и другого кода. Быстрые предложения могут быть настроены на отображение в виде призрачного текста или виджета предложений. Также обратите внимание на настройку '#editor.suggestOnTriggerCharacters#', которая определяет, будут ли появляться предложения при использовании специальных символов.",
83
- "editor.stickyScroll.maxLineCount": "Определяет максимальное количество отображаемых липких линий.",
84
81
  "editor.suggest.matchOnWordStartOnly": "При включении фильтрации IntelliSense требуется, чтобы первый символ совпадал с началом слова, например, `c` в `Console` или `WebContext`, но _нет_ в `description`. При отключении IntelliSense показывает больше результатов, но все равно сортирует их по качеству совпадения.",
85
82
  "files.autoSave": "Управляет [автосохранением](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) редакторов, в которых есть несохраненные изменения.",
86
83
  "files.autoSave.afterDelay": "Редактор с изменениями автоматически сохраняется по истечении настроенной `#files.autoSaveDelay#`.",
@@ -282,6 +279,7 @@
282
279
  "hiddenChannels": "Скрытые каналы",
283
280
  "hideOutputChannel": "Скрыть выходной канал...",
284
281
  "maxChannelHistory": "Максимальное количество записей в выходном канале.",
282
+ "outputChannels": "Выходные каналы",
285
283
  "showOutputChannel": "Показать выходной канал..."
286
284
  },
287
285
  "plugin": {
@@ -375,7 +373,6 @@
375
373
  "profileIcon": "Идентификатор кодикона, который нужно связать с иконкой терминала.\nterminal-tmux:\"$(terminal-tmux)\"",
376
374
  "profileNew": "Новый терминал (с профилем)...",
377
375
  "profilePath": "Путь к оболочке, которую использует данный профиль.",
378
- "profileSource": "Источник профиля, который будет автоматически определять пути к оболочке. Обратите внимание, что нестандартные расположения исполняемых файлов не поддерживаются и должны быть созданы вручную в новом профиле.",
379
376
  "profiles": "Профили, которые должны быть представлены при создании нового терминала. Задайте свойство path вручную с помощью необязательных args.\nУстановите для существующего профиля значение `null`, чтобы скрыть профиль из списка, например: `\"{0}\": null`.",
380
377
  "rendererType": "Управляет способом отображения терминала.",
381
378
  "selectProfile": "Выберите профиль для нового терминала",
@@ -72,15 +72,12 @@
72
72
  "toggleTracing": "启用/禁用与调试适配器的跟踪通信"
73
73
  },
74
74
  "editor": {
75
- "diffEditor.diffAlgorithm.experimental": "使用一种实验性的扩散算法。",
76
- "diffEditor.diffAlgorithm.smart": "使用默认的差分算法。",
77
75
  "dirtyEncoding": "该文件是脏的。请先保存它,然后用另一种编码重新打开它。",
78
76
  "editor.codeActionWidget.showHeaders": "启用/禁用在代码动作菜单中显示组标题。",
79
77
  "editor.formatOnSaveMode.modificationsIfAvailable": "将尝试只对修改部分进行格式化(需要源代码控制)。如果不能使用源码控制,那么整个文件将被格式化。",
80
78
  "editor.inlayHints.enabled1": "镶嵌提示默认显示,按住 \"Ctrl+Alt \"时隐藏。",
81
79
  "editor.inlayHints.enabled2": "镶嵌提示默认是隐藏的,当按住`Ctrl+Alt`时显示。",
82
80
  "editor.quickSuggestions": "控制在输入时是否应该自动显示建议。这可以在输入评论、字符串和其他代码时加以控制。快速建议可以被配置为显示为幽灵文本或建议小部件。还要注意'#editor.suggestOnTriggerCharacters#'设置,它控制建议是否被特殊字符触发。",
83
- "editor.stickyScroll.maxLineCount": "定义要显示的最大粘性线数。",
84
81
  "editor.suggest.matchOnWordStartOnly": "当启用IntelliSense过滤功能时,需要在一个词的开头匹配第一个字符,例如在 \"Console \"或 \"WebContext \"上的 \"c\",但在 \"description \"上_不需要。当禁用IntelliSense时,将显示更多的结果,但仍然按照匹配质量进行排序。",
85
82
  "files.autoSave": "控制有未保存的修改的编辑器的[自动保存](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save)。",
86
83
  "files.autoSave.afterDelay": "在配置的 `#files.autoSaveDelay#`之后,有改动的编辑器会自动保存。",
@@ -282,6 +279,7 @@
282
279
  "hiddenChannels": "隐蔽通道",
283
280
  "hideOutputChannel": "隐藏输出通道...",
284
281
  "maxChannelHistory": "一个输出通道中的最大条目数。",
282
+ "outputChannels": "输出通道",
285
283
  "showOutputChannel": "显示输出通道..."
286
284
  },
287
285
  "plugin": {
@@ -375,7 +373,6 @@
375
373
  "profileIcon": "一个与终端图标相关联的codicon ID。\nterminal-tmux:\"$(terminal-tmux)\"",
376
374
  "profileNew": "新终端(含简介)...",
377
375
  "profilePath": "此配置文件使用的shell的路径。",
378
- "profileSource": "一个将自动检测到shell的路径的配置文件源。注意,不支持非标准的可执行位置,必须在一个新的配置文件中手动创建。",
379
376
  "profiles": "创建一个新的终端时要呈现的配置文件。用可选的args手动设置路径属性。\n将现有的配置文件设置为`null'以从列表中隐藏该配置文件,例如:`\"{0}\": null`。",
380
377
  "rendererType": "控制终端的渲染方式。",
381
378
  "selectProfile": "为新终端选择一个配置文件",
@@ -601,7 +601,7 @@ let CommonFrontendContribution = class CommonFrontendContribution {
601
601
  registry.registerSubmenu(CommonMenus.VIEW_APPEARANCE_SUBMENU, nls_1.nls.localizeByDefault('Appearance'));
602
602
  registry.registerMenuAction(CommonMenus.FILE_NEW, {
603
603
  commandId: CommonCommands.NEW_UNTITLED_FILE.id,
604
- label: nls_1.nls.localizeByDefault('New File'),
604
+ label: nls_1.nls.localizeByDefault('New File...'),
605
605
  order: 'a'
606
606
  });
607
607
  }
@@ -1066,8 +1066,8 @@ let CommonFrontendContribution = class CommonFrontendContribution {
1066
1066
  async confirmRestart(languageName) {
1067
1067
  const appName = frontend_application_config_provider_1.FrontendApplicationConfigProvider.get().applicationName;
1068
1068
  const shouldRestart = await new dialogs_1.ConfirmDialog({
1069
- title: nls_1.nls.localizeByDefault('Press the restart button to restart {0} and set the display language to {1}.', appName, languageName),
1070
- msg: nls_1.nls.localizeByDefault('To change the display language, {0} needs to restart', appName),
1069
+ title: nls_1.nls.localizeByDefault('Restart {0} to switch to {1}?', appName, languageName),
1070
+ msg: nls_1.nls.localizeByDefault('To change the display language to {0}, {1} needs to restart.', languageName, appName),
1071
1071
  ok: nls_1.nls.localizeByDefault('Restart'),
1072
1072
  cancel: dialogs_1.Dialog.CANCEL,
1073
1073
  }).open();