@codingame/monaco-vscode-language-pack-cs 5.1.2 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-cs",
3
- "version": "5.1.2",
3
+ "version": "5.3.0",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@5.1.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@5.3.0"
22
22
  }
23
23
  }
@@ -15,7 +15,7 @@
15
15
  "Open settings": "Otevřít nastavení",
16
16
  "Paste authorization code here...": "Sem vložte autorizační kód...",
17
17
  "Provide the authorization code to complete the sign in flow.": "Pokud chcete dokončit tok přihlášení, zadejte autorizační kód.",
18
- "Signing in to your account...": "Signing in to your account...",
18
+ "Signing in to your account...": "Přihlašování k vašemu účtu...",
19
19
  "The environment `{0}` is not a valid environment.": "Prostředí {0} není platné prostředí.",
20
20
  "You have been signed out because reading stored authentication information failed.": "Byli jste odhlášeni, protože se nepovedlo načíst uložené ověřovací informace.",
21
21
  "You must also specify a custom environment in order to use the custom environment auth provider.": "Pokud chcete použít vlastního zprostředkovatele ověřování prostředí, musíte zadat i vlastní prostředí."
@@ -209,8 +209,8 @@
209
209
  "configuration.tsserver.watchOptions.watchFile.useFsEvents": "Pokus o použití nativních událostí operačního systému / systému souborů pro změny v souboru",
210
210
  "configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "Pokus o použití nativních událostí operačního systému / systému souborů k naslouchání změnám v adresářích obsahujících daný soubor. Může to vést k používání menšího počtu sledovacích procesů souborů, ale zároveň ke snížení přesnosti.",
211
211
  "configuration.tsserver.web.projectWideIntellisense.enabled": "Povolí nebo zakáže IntelliSense pro celý projekt na webu. Vyžaduje, aby byl nástroj VS Code spuštěn v důvěryhodném kontextu.",
212
- "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Suppresses semantic errors on web even when project wide IntelliSense is enabled. This is always on when project wide IntelliSense is not enabled or available. See `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
213
- "configuration.tsserver.web.typeAcquisition.enabled": "Enable/disable package acquisition on the web. This enables IntelliSense for imported packages. Requires `#typescript.tsserver.web.projectWideIntellisense.enabled#`. Currently not supported for Safari.",
212
+ "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Potlačí sémantické chyby na webu, i když je povolená funkce IntelliSense pro celý projekt. Je vždy zapnuté, když funkce IntelliSense není povolená pro celý projekt nebo není dostupná. Viz #typescript.tsserver.web.projectWideIntellisense.enabled#",
213
+ "configuration.tsserver.web.typeAcquisition.enabled": "Povolit/zakázat získávání balíčků na webu. Povolí IntelliSense pro importované balíčky. Vyžaduje #typescript.tsserver.web.projectWideIntellisense.enabled#. V současnosti není podporováno pro Safari.",
214
214
  "configuration.typescript": "TypeScript",
215
215
  "description": "Poskytuje rozšířenou podporu jazyka pro JavaScript a TypeScript.",
216
216
  "displayName": "Funkce jazyka TypeScript a JavaScript",