@codingame/monaco-vscode-language-pack-cs 2.0.0-v2.1 → 2.0.1

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.
@@ -43,22 +43,25 @@
43
43
  "Insert Markdown Media and Links": "Vložit média a odkazy Markdown",
44
44
  "Insert image": "Vložit obrázek",
45
45
  "Insert link": "Vložit odkaz",
46
- "Link definition for \\'{0}\\' already exists": "Definice odkazu pro{0}již existuje.",
46
+ "Link definition for '{0}' already exists": "Definice odkazu pro {0} existuje.",
47
47
  "Link definition is unused": "Definice odkazu se nepoužívá.",
48
48
  "Link is already a reference": "Odkaz už je reference.",
49
49
  "Link is also defined here": "Odkaz už je tady také definován.",
50
+ "Link to '# {0}' in '{1}'": "Link to '# {0}' in '{1}'",
51
+ "Link to '{0}'": "Link to '{0}'",
50
52
  "Markdown Language Server": "Jazykový server Markdown",
51
53
  "Media": "Média",
52
54
  "More Information": "Další informace",
53
55
  "Never": "Nikdy",
54
56
  "No": "Ne",
55
- "No header found: \\'{0}\\'": "Nenašla se žádná hlavička: \\'{0}\\'",
56
- "No link definition found: \\'{0}\\'": "Nenašla se žádná definice propojení: \\'{0}\\'",
57
+ "No header found: '{0}'": "Nenašla se žádná hlavička: {0}",
58
+ "No link definition found: '{0}'": "Nenašla se žádná definice odkazu: {0}",
57
59
  "Not on link": "Není v odkazu",
58
60
  "Only load secure content": "Načítat pouze zabezpečený obsah",
59
61
  "Organize link definitions": "Uspořádání definic odkazů",
60
62
  "Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts": "V náhledu Markdownu byl zakázán potenciálně nebezpečný nebo nezabezpečený obsah. Pokud chcete povolit nezabezpečený obsah nebo pokud chcete povolit skripty, změňte nastavení zabezpečení náhledu Markdownu.",
61
63
  "Preview {0}": "Náhled: {0}",
64
+ "Reference link '{0}'": "Reference link '{0}'",
62
65
  "Remove duplicate link definition": "Odebrat definici duplicitního odkazu",
63
66
  "Remove unused link definition": "Odebrat nepoužívanou definici odkazu",
64
67
  "Renaming is not supported here. Try renaming a header or link.": "Přejmenování se tady nepodporuje. Zkuste přejmenovat záhlaví nebo odkaz.",
@@ -74,15 +77,17 @@
74
77
  "package": {
75
78
  "configuration.copyIntoWorkspace.mediaFiles": "Zkuste do pracovního prostoru zkopírovat externí soubory obrázků a videí.",
76
79
  "configuration.copyIntoWorkspace.never": "Nekopírovat externí soubory do pracovního prostoru.",
77
- "configuration.markdown.copyFiles.destination": "Definuje, kde se mají vytvořit soubory zkopírované přetažením nebo vložením. Toto je mapa z globů, které se v dokumentu Markdown shodují s cíli.\r\n\r\n Cíle můžou používat následující proměnné:\r\n\r\n ${documentFileName} — Úplný název souboru dokumentu Markdown, například: readme.md.\r\n – ${documentBaseName} — Základní název dokumentu Markdown, například: readme.\r\n – ${documentExtName} — Rozšíření dokumentu Markdown, například: md\r\n – ${documentDirName} — Název nadřazeného adresáře dokumentu Markdown.\r\n – ${documentWorkspaceFolder} — Složka pracovního prostoru pro dokument Markdown, například: /Users/me/myProject. Toto je stejné jako ${documentDirName}, pokud soubor není součástí pracovního prostoru.\r\n – ${fileName} — Název souboru vyřazeného souboru, například: image.png.",
80
+ "configuration.markdown.copyFiles.destination": "Defines where files copied created by drop or paste should be created. This is a map from globs that match on the Markdown document to destinations.\r\n\r\nThe destinations may use the following variables:\r\n\r\n- `${documentDirName}` — Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}` — Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}`The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}`The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}`The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}` — Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}`Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}`The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}`The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}` — The extension of the dropped file, e.g. `png`.",
78
81
  "configuration.markdown.copyFiles.overwriteBehavior": "Určuje, jestli mají soubory vytvořené přetažením nebo vložením přepsat existující soubory.",
79
82
  "configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "Pokud už soubor se stejným názvem existuje, připojte k názvu souboru číslo, například:image.png se stane image-1.png.",
80
83
  "configuration.markdown.copyFiles.overwriteBehavior.overwrite": "Pokud už existuje soubor se stejným názvem, přepište ho.",
81
84
  "configuration.markdown.editor.drop.copyIntoWorkspace": "Určuje, jestli se soubory mimo pracovní prostor, které se vkládají do editoru Markdownu, mají kopírovat do pracovního prostoru.\r\n\r\nPomocí #markdown.copyFiles.destination# nakonfigurujte, kde se mají vytvořit zkopírované soubory.",
82
85
  "configuration.markdown.editor.drop.enabled": "Povolit přetažení souborů do Markdown editoru podržením klávesy Shift. Vyžaduje povolení #editor.dropIntoEditor.enabled#.",
86
+ "configuration.markdown.editor.filePaste.audioSnippet": "Snippet used when adding audio to Markdown. This snippet can use the following variables:\r\n- `${src}` — The resolved path of the audio file.\r\n- `${title}` — The title used for the audio. A snippet placeholder will automatically be created for this variable.",
83
87
  "configuration.markdown.editor.filePaste.copyIntoWorkspace": "Určuje, jestli se soubory mimo pracovní prostor, které se vkládají do editoru Markdownu, mají kopírovat do pracovního prostoru.\r\n\r\nPomocí #markdown.copyFiles.destination# nakonfigurujte, kde se mají vytvořit zkopírované soubory.",
84
88
  "configuration.markdown.editor.filePaste.enabled": "Když povolíte vkládání souborů do Markdown editoru, vloží se odkazy Markdownu. Vyžaduje povolení #editor.pasteAs.enabled#.",
85
- "configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Určuje, jak se vytvoří odkaz Markdownu při vložení adresy URL do editoru Markdownu. Vyžaduje povolení „#editor.pasteAs.enabled#“.",
89
+ "configuration.markdown.editor.filePaste.videoSnippet": "Snippet used when adding videos to Markdown. This snippet can use the following variables:\r\n- `${src}` — The resolved path of the video file.\r\n- `${title}` — The title used for the video. A snippet placeholder will automatically be created for this variable.",
90
+ "configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Controls if Markdown links are created when URLs are pasted into a Markdown editor. Requires enabling `#editor.pasteAs.enabled#`.",
86
91
  "configuration.markdown.links.openLocation.beside": "Otevírat odkazy vedle aktivního editoru",
87
92
  "configuration.markdown.links.openLocation.currentGroup": "Otevírat odkazy v aktivní skupině editorů",
88
93
  "configuration.markdown.links.openLocation.description": "Určuje, kde se mají otevírat odkazy v souborech Markdownu.",
@@ -114,9 +119,10 @@
114
119
  "configuration.markdown.validate.ignoredLinks.description": "Nakonfigurujte odkazy, které by se neměly ověřovat. Například přidání /about by neověřoval odkaz [about](/about), zatímco glob /assets/**/*.svg by umožňoval přeskočit ověření pro jakýkoli odkaz na soubory .svg v adresáři assets.",
115
120
  "configuration.markdown.validate.referenceLinks.enabled.description": "Ověřte odkazy na odkazy v souborech Markdownu, například: [link][ref]. Vyžaduje povolení #markdown.validate.enabled#.",
116
121
  "configuration.markdown.validate.unusedLinkDefinitions.description": "Ověřte definice odkazů, které se v aktuálním souboru nepoužívají.",
117
- "configuration.pasteUrlAsFormattedLink.always": "Po vložení adresy URL do editoru Markdown vždy vytvoří odkaz Markdownu.",
118
- "configuration.pasteUrlAsFormattedLink.never": "Po vložení adresy URL do editoru Markdown se nikdy nevytvoří odkaz Markdownu.",
119
- "configuration.pasteUrlAsFormattedLink.smart": "V určitých případech, například v závorkách kódu nebo uvnitř existujícího odkazu Markdown, se efektivně vyhnete vytvoření odkazu Markdownu.",
122
+ "configuration.pasteUrlAsFormattedLink.always": "Always insert Markdown links.",
123
+ "configuration.pasteUrlAsFormattedLink.never": "Never create Markdown links.",
124
+ "configuration.pasteUrlAsFormattedLink.smart": "Smartly create Markdown links by default when not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
125
+ "configuration.pasteUrlAsFormattedLink.smartWithSelection": "Smartly create Markdown links by default when you have selected text and are not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
120
126
  "description": "Poskytuje rozšířenou podporu jazyka pro Markdown.",
121
127
  "displayName": "Funkce jazyka Markdown",
122
128
  "markdown.copyImage.title": "Kopírovat obrázek",
@@ -29,7 +29,7 @@
29
29
  "Runs the script under the debugger": "Spustí skript v ladicím programu.",
30
30
  "The currently latest version of the package": "Aktuálně nejnovější verze balíčku",
31
31
  "The setting \"npm.autoDetect\" is \"off\".": "Nastavení npm.autoDetect má hodnotu off.",
32
- "Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don\\'t match your preferred package manager or change the setting \"npm.packageManager\" to a value other than \"auto\".": "{0} se používá jako preferovaný správce balíčků. Bylo nalezeno více funkcí lockfile pro {1}. Pokud chcete tento problém vyřešit, odstraňte funkce lockfile, které neodpovídají preferovanému správci balíčků, nebo změňte nastavení npm.packageManager na jinou hodnotu než auto.",
32
+ "Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don't match your preferred package manager or change the setting \"npm.packageManager\" to a value other than \"auto\".": "{0} se používá jako preferovaný správce balíčků. Bylo nalezeno více funkcí lockfile pro {1}. Pokud chcete tento problém vyřešit, odstraňte funkce lockfile, které neodpovídají preferovanému správci balíčků, nebo změňte nastavení npm.packageManager na jinou hodnotu než auto“.",
33
33
  "in {0}": "za {0}",
34
34
  "latest": "nejnovější",
35
35
  "now": "teď",
@@ -34,7 +34,6 @@
34
34
  "Could not install typings files for JavaScript language features. Please ensure that NPM is installed, or configure 'typescript.npm' in your user settings. Alternatively, check the [documentation]({0}) to learn more.": "Nepovedlo se nainstalovat soubory typings pro funkce jazyka JavaScript. Ujistěte se prosím, že je nainstalovaný správce balíčků NPM, nebo v uživatelských nastaveních nakonfigurujte typescript.npm. Další informace najdete v [dokumentaci]({0}).",
35
35
  "Could not load the TypeScript version at this path": "Could not load the TypeScript version at this path",
36
36
  "Could not open TS Server log file": "Nepovedlo se otevřít soubor protokolu serveru TS.",
37
- "Destination Files": "Cílové soubory",
38
37
  "Disable logging": "Zakázat protokolování",
39
38
  "Disables semantic checking in a JavaScript file. Must be at the top of a file.": "Zakáže sémantickou kontrolu v souboru JavaScriptu. Musí být na začátku souboru.",
40
39
  "Dismiss": "Zavřít",
@@ -102,22 +101,21 @@
102
101
  "TS Server logging is currently enabled which may impact performance.": "Protokolování serveru TS je aktuálně povolené, což může mít vliv na výkon.",
103
102
  "TS Server logging is off. Please set 'typescript.tsserver.log' and restart the TS server to enable logging": "Protokolování serveru TS je vypnuté. Pokud chcete povolit protokolování, nastavte prosím typescript.tsserver.log a restartujte server TS.",
104
103
  "The JS/TS language service crashed 5 times in the last 5 Minutes.": "Služba jazyka JS/TS selhala 5krát za posledních 5 minut.",
105
- "The JS/TS language service crashed 5 times in the last 5 Minutes.\\nThis may be caused by a plugin contributed by one of these extensions: {0}\\nPlease try disabling these extensions before filing an issue against VS Code.": "Služba jazyka JS/TS se během posledních 5 minut chybově ukončila 5krát.\\nTo může způsobovat modul plug-in, kterým přispěla některá z těchto rozšíření: {0}\\nZkuste tato rozšíření před nahlášením problému s VS Code zakázat.",
104
+ "The JS/TS language service crashed 5 times in the last 5 Minutes.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service crashed 5 times in the last 5 Minutes.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}\r\nPlease try disabling these extensions before filing an issue against VS Code.",
106
105
  "The JS/TS language service crashed.": "Došlo k chybě služby jazyka JS/TS.",
107
- "The JS/TS language service crashed.\\nThis may be caused by a plugin contributed by one of these extensions: {0}.\\nPlease try disabling these extensions before filing an issue against VS Code.": "Služba jazyka JS/TS se ukončila.\\nTo může způsobovat modul plug-in, kterým přispěla některá z těchto rozšíření: {0}\\nZkuste tato rozšíření před nahlášením problému s VS Code zakázat.",
106
+ "The JS/TS language service crashed.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service crashed.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.",
108
107
  "The JS/TS language service immediately crashed 5 times. The service will not be restarted.": "Služba jazyka JS/TS okamžitě 5krát selhala. Služba nebude restartována.",
109
- "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\\nThis may be caused by a plugin contributed by one of these extensions: {0}.\\nPlease try disabling these extensions before filing an issue against VS Code.": "Služba jazyka JS/TS se během posledních 5 minut okamžitě chybově ukončila Služba nebude restartována.\\nTo může způsobovat modul plug-in, kterým přispěla některá z těchto rozšíření: {0}\\nZkuste tato rozšíření před nahlášením problému s VS Code zakázat.",
108
+ "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.",
110
109
  "The current selection cannot be extracted": "Aktuální výběr nelze extrahovat.",
110
+ "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.",
111
111
  "The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "Cesta {0} neodkazuje na platnou instalaci serveru tsserver. Místo toho se použije verze TypeScriptu v balíčku.",
112
- "The path {0} doesn\\'t point to a valid Node installation to run TS Server. Falling back to bundled Node.": "Cesta {0} neukazuje na platnou instalaci uzlu pro spuštění serveru TS. Návrat k sadě uzlu.",
113
- "The path {0} doesn\\'t point to a valid tsserver install. Falling back to bundled TypeScript version.": "Cesta {0} neodkazuje na platnou instalaci tsserveru. Návrat k verzi TypeScriptu v sadě.",
114
- "The workspace is using an old version of TypeScript ({0}).\\n\\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "Pracovní prostor používá starou verzi TypeScriptu ({0}).\\n\\nPřed nahlášením problému prosím aktualizujte pracovní prostor tak, aby používal TypeScript {1} nebo novější, abyste měli jistotu, že se chyba ještě neopravila.",
112
+ "The workspace is using an old version of TypeScript ({0}).\r\n\r\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "The workspace is using an old version of TypeScript ({0}).\r\n\r\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.",
115
113
  "This workspace contains a TypeScript version. Would you like to use the workspace TypeScript version for TypeScript and JavaScript language features?": "Tento pracovní prostor obsahuje verzi TypeScriptu. Chcete použít verzi TypeScriptu pracovního prostoru pro funkce jazyka TypeScript a JavaScript?",
116
114
  "This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "Tento pracovní prostor chce ke spuštění serveru TS použít instalaci uzlu na „{0}“. Chcete ho použít?",
117
115
  "To enable project-wide JavaScript/TypeScript language features, exclude folders with many files, like: {0}": "Pokud chcete povolit funkce jazyka JavaScript/TypeScript pro celý projekt, vylučte složky s velkým počtem souborů, například: {0}.",
118
116
  "To enable project-wide JavaScript/TypeScript language features, exclude large folders with source files that you do not work on.": "Pokud chcete povolit funkce jazyka JavaScript/TypeScript pro celý projekt, vylučte velké složky se zdrojovými soubory, na kterých nepracujete.",
119
117
  "TypeScript Server Log": "Protokol serveru TypeScript",
120
- "TypeScript Task in tasks.json contains \\\"\\\\\\\\\\\". TypeScript tasks tsconfig must use \\\"/\\\"": "Úloha TypeScript v tasks.json obsahuje \\\"\\\\\\\\\\\". Tsconfig úloh TypeScriptu musí používat \\\"/\\\"",
118
+ "TypeScript Task in tasks.json contains \"\\\\\". TypeScript tasks tsconfig must use \"/\"": "Úloha TypeScriptu v souboru tasks.json obsahuje čtyři zpětná lomítka (\\\\). V konfiguraci tsconfig úloh TypeScriptu se musí používat jedno dopředné lomítko (/).",
121
119
  "TypeScript Version": "Verze TypeScriptu",
122
120
  "TypeScript language server exited with error. Error message is: {0}": "Server jazyka TypeScript byl ukončen s chybou. Chybová zpráva: {0}",
123
121
  "TypeScript: Configure Excludes": "TypeScript: konfigurovat vyloučení",
@@ -125,9 +123,10 @@
125
123
  "Update imports for the following {0} files?": "Chcete aktualizovat importy pro následující soubory ({0})?",
126
124
  "Use VS Code's Version": "Použít verzi VS Code",
127
125
  "Use Workspace Version": "Použít verzi pracovního prostoru",
128
- "VS Code\\'s tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.": "Server tsserver VS Code\\ byl odstraněn jinou aplikací, například nástrojem pro detekci virů, který se nechová nesprávně. Přeinstalujte prosím VS Code.",
126
+ "VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.": "VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.",
129
127
  "Yes": "Ano",
130
128
  "build - {0}": "sestavení – {0}",
129
+ "destination files": "destination files",
131
130
  "invalid version": "neplatná verze",
132
131
  "watch - {0}": "kukátko – {0}",
133
132
  "{0} (Fix all in file)": "{0} (Opravit vše v souboru)",