@codingame/monaco-vscode-language-pack-cs 4.4.0 → 4.5.0-improve-code-splitting.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.
- package/package.json +2 -2
- package/translations/extensions/vscode.configuration-editing.i18n.json +4 -0
- package/translations/extensions/vscode.git.i18n.json +13 -0
- package/translations/extensions/vscode.github-authentication.i18n.json +2 -0
- package/translations/extensions/vscode.markdown-language-features.i18n.json +9 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +1 -2
- package/translations/main.i18n.json.js +941 -375
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-cs",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0-improve-code-splitting.1",
|
|
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@4.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@4.5.0-improve-code-splitting.1"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -38,8 +38,12 @@
|
|
|
38
38
|
"The current opened file's extension": "Přípona aktuálně otevřeného souboru",
|
|
39
39
|
"The current selected line number in the active file": "Číslo aktuálně vybraného řádku v aktivním souboru",
|
|
40
40
|
"The current selected text in the active file": "Aktuálně vybraný text v aktivním souboru",
|
|
41
|
+
"The file extension of the editor (e.g. txt)": "The file extension of the editor (e.g. txt)",
|
|
42
|
+
"The file name of the editor without its directory or extension (e.g. myFile)": "The file name of the editor without its directory or extension (e.g. myFile)",
|
|
41
43
|
"The name of the default build task. If there is not a single default build task then a quick pick is shown to choose the build task.": "Název výchozí úlohy sestavení. Pokud neexistuje žádná výchozí úloha sestavení, zobrazí se nabídka rychlého výběru pro zvolení úlohy sestavení.",
|
|
42
44
|
"The name of the folder opened in VS Code without any slashes (/)": "Název složky otevřené ve VS Code bez lomítek (/)",
|
|
45
|
+
"The nth parent folder name of the editor": "The nth parent folder name of the editor",
|
|
46
|
+
"The parent folder name of the editor (e.g. myFileFolder)": "The parent folder name of the editor (e.g. myFileFolder)",
|
|
43
47
|
"The path of the folder opened in VS Code": "Cesta ke složce otevřené ve VS Code",
|
|
44
48
|
"The path where an extension is installed.": "Cesta, kde je nainstalováno rozšíření",
|
|
45
49
|
"The task runner's current working directory on startup": "Aktuální pracovní adresář spouštěče úloh při spuštění",
|
|
@@ -123,6 +123,11 @@
|
|
|
123
123
|
"Hard wrap line": "Pevně zalamovat řádky",
|
|
124
124
|
"Ignored": "Ignorováno",
|
|
125
125
|
"Incoming": "Příchozí",
|
|
126
|
+
"Incoming Changes": "Incoming Changes",
|
|
127
|
+
"Incoming Changes (added)": "Incoming Changes (added)",
|
|
128
|
+
"Incoming Changes (deleted)": "Incoming Changes (deleted)",
|
|
129
|
+
"Incoming Changes (modified)": "Incoming Changes (modified)",
|
|
130
|
+
"Incoming Changes (renamed)": "Incoming Changes (renamed)",
|
|
126
131
|
"Index Added": "Přidán index",
|
|
127
132
|
"Index Copied": "Zkopírován index",
|
|
128
133
|
"Index Deleted": "Odstraněn index",
|
|
@@ -246,7 +251,10 @@
|
|
|
246
251
|
"The git repository in the current folder is potentially unsafe as the folder is owned by someone other than the current user.": "Úložiště Git v aktuální složce je potenciálně nebezpečné, protože složku vlastní jiný uživatel než aktuální uživatel.",
|
|
247
252
|
"The last commit was a merge commit. Are you sure you want to undo it?": "Poslední potvrzení je potvrzení sloučení. Opravdu chcete akci vrátit zpět?",
|
|
248
253
|
"The new branch will be \"{0}\"": "Nová větev bude {0}",
|
|
254
|
+
"The repository does not have any changes.": "The repository does not have any changes.",
|
|
249
255
|
"The repository does not have any commits. Please make an initial commit before creating a stash.": "Úložiště nemá žádná potvrzení. Před vytvořením položky dočasného ukládání proveďte počáteční potvrzení.",
|
|
256
|
+
"The repository does not have any staged changes.": "The repository does not have any staged changes.",
|
|
257
|
+
"The repository does not have any untracked changes.": "The repository does not have any untracked changes.",
|
|
250
258
|
"The selection range does not contain any changes.": "Oblast výběru neobsahuje žádné změny.",
|
|
251
259
|
"There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "Nainstalovaný Git {0} má známé problémy. Aktualizujte si prosím Git na verzi >= 2.27, aby funkce Git fungovaly správně.",
|
|
252
260
|
"There are merge conflicts. Resolve them before committing.": "Došlo ke konfliktům sloučení. Před potvrzením je vyřešte.",
|
|
@@ -433,8 +441,10 @@
|
|
|
433
441
|
"command.stageAllMerge": "Připravit všechny změny sloučení",
|
|
434
442
|
"command.stageAllTracked": "Připravit všechny sledované změny",
|
|
435
443
|
"command.stageAllUntracked": "Připravit všechny nesledované změny",
|
|
444
|
+
"command.stageBlock": "Stage Block",
|
|
436
445
|
"command.stageChange": "Připravit změnu",
|
|
437
446
|
"command.stageSelectedRanges": "Připravit vybrané rozsahy",
|
|
447
|
+
"command.stageSelection": "Stage Selection",
|
|
438
448
|
"command.stash": "Dočasné úložiště",
|
|
439
449
|
"command.stashApply": "Použít dočasné úložiště...",
|
|
440
450
|
"command.stashApplyEditor": "Použít dočasné úložiště",
|
|
@@ -460,7 +470,10 @@
|
|
|
460
470
|
"command.unstageAll": "Zrušit přípravu všech změn",
|
|
461
471
|
"command.unstageSelectedRanges": "Zrušit přípravu vybraných rozsahů",
|
|
462
472
|
"command.viewAllChanges": "Zobrazit všechny změny",
|
|
473
|
+
"command.viewChanges": "View Changes",
|
|
463
474
|
"command.viewCommit": "Zobrazit potvrzení",
|
|
475
|
+
"command.viewStagedChanges": "View Staged Changes",
|
|
476
|
+
"command.viewUntrackedChanges": "View Untracked Changes",
|
|
464
477
|
"config.allowForcePush": "Určuje, jestli je povoleno vynucené nasdílení změn (se zapůjčením nebo bez něj).",
|
|
465
478
|
"config.allowNoVerifyCommit": "Určuje, jestli jsou povolena potvrzení bez spouštění hooků typu pre-commit a commit-msg.",
|
|
466
479
|
"config.alwaysShowStagedChangesResourceGroup": "Vždy zobrazovat skupinu prostředků Připravené změny",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
+
"Continue": "Continue",
|
|
12
13
|
"Continue to GitHub": "Pokračovat na GitHub.",
|
|
13
14
|
"Continue to GitHub to create a Personal Access Token (PAT)": "Pokračovat na GitHub a vytvořit osobní přístupový token (PAT).",
|
|
14
15
|
"Copy & Continue to GitHub": "Kopírovat a pokračovat na GitHub",
|
|
@@ -22,6 +23,7 @@
|
|
|
22
23
|
"To finish authenticating, navigate to GitHub and paste in the above one-time code.": "Ověřování dokončíte tak, že přejdete na GitHub a vložíte výše uvedený jednorázový kód.",
|
|
23
24
|
"To finish authenticating, navigate to GitHub to create a PAT then paste the PAT into the input box.": "Pokud chcete dokončit ověřování, přejděte na GitHub, vytvořte PAT a vložte ho do vstupního pole.",
|
|
24
25
|
"Yes": "Ano",
|
|
26
|
+
"You are logged into another account already ({0}).\n\nDo you want to log out of that account and log in to '{1}' instead?/{0} is a comma-separated list of account names. {1} is the account name to log into.": "You are logged into another account already ({0}).\n\nDo you want to log out of that account and log in to '{1}' instead?",
|
|
25
27
|
"You have not yet finished authorizing this extension to use GitHub. Would you like to try a different way? ({0})": "Ještě jste nedokončili autorizaci tohoto rozšíření pro používání GitHubu. Chcete zkusit jiný způsob? ({0})",
|
|
26
28
|
"Your Code: {0}/The {0} will be a code, e.g. 123-456": "Váš kód: {0}",
|
|
27
29
|
"device code": "kód zařízení",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"Not on link": "Není v odkazu",
|
|
60
60
|
"Only load secure content": "Načítat pouze zabezpečený obsah",
|
|
61
61
|
"Organize link definitions": "Uspořádání definic odkazů",
|
|
62
|
+
"Paste and update pasted links": "Paste and update pasted links",
|
|
62
63
|
"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.",
|
|
63
64
|
"Preview {0}": "Náhled: {0}",
|
|
64
65
|
"Reference link '{0}'": "Referenční odkaz {0}",
|
|
@@ -77,17 +78,24 @@
|
|
|
77
78
|
"package": {
|
|
78
79
|
"configuration.copyIntoWorkspace.mediaFiles": "Zkuste do pracovního prostoru zkopírovat externí soubory obrázků a videí.",
|
|
79
80
|
"configuration.copyIntoWorkspace.never": "Nekopírovat externí soubory do pracovního prostoru.",
|
|
80
|
-
"configuration.markdown.copyFiles.destination": "
|
|
81
|
+
"configuration.markdown.copyFiles.destination": "Configures the path and file name of files created by copy/paste or drag and drop. This is a map of globs that match against a Markdown document path to the destination path where the new file should be created.\r\n\r\nThe destination path 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`.",
|
|
81
82
|
"configuration.markdown.copyFiles.overwriteBehavior": "Určuje, jestli mají soubory vytvořené přetažením nebo vložením přepsat existující soubory.",
|
|
82
83
|
"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.",
|
|
83
84
|
"configuration.markdown.copyFiles.overwriteBehavior.overwrite": "Pokud už existuje soubor se stejným názvem, přepište ho.",
|
|
84
85
|
"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.",
|
|
85
86
|
"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#.",
|
|
87
|
+
"configuration.markdown.editor.drop.enabled.always": "Always insert Markdown links.",
|
|
88
|
+
"configuration.markdown.editor.drop.enabled.never": "Never create Markdown links.",
|
|
89
|
+
"configuration.markdown.editor.drop.enabled.smart": "Smartly create Markdown links by default when not dropping into a code block or other special element. Use the drop widget to switch between pasting as plain text or as Markdown links.",
|
|
86
90
|
"configuration.markdown.editor.filePaste.audioSnippet": "Fragment kódu použitý při přidávání zvukových souborů do Markdownu Tento fragment kódu může používat následující proměnné:\r\n- ${src} – Přeložená cesta ke zvukovému souboru\r\n- ${title} – Název použitý pro zvukový soubor Pro tuto proměnnou se automaticky vytvoří zástupný objekt fragmentu kódu.",
|
|
87
91
|
"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.",
|
|
88
92
|
"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#.",
|
|
93
|
+
"configuration.markdown.editor.filePaste.enabled.always": "Always insert Markdown links.",
|
|
94
|
+
"configuration.markdown.editor.filePaste.enabled.never": "Never create Markdown links.",
|
|
95
|
+
"configuration.markdown.editor.filePaste.enabled.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.",
|
|
89
96
|
"configuration.markdown.editor.filePaste.videoSnippet": "Fragment kódu použitý při přidávání videí do Markdownu Tento fragment kódu může používat následující proměnné:\r\n- ${src} – Přeložená cesta k videosouboru\r\n- ${title} – Název použitý pro video Pro tuto proměnnou se automaticky vytvoří zástupný objekt fragmentu kódu.",
|
|
90
97
|
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Určuje, jestli se při vkládání adres URL do editoru Markdownu vytvářejí odkazy Markdownu. Vyžaduje povolení #editor.pasteAs.enabled#.",
|
|
98
|
+
"configuration.markdown.experimental.updateLinksOnPaste": "Enable/disable automatic updating of links in text that is copied and pasted from one Markdown editor to another.",
|
|
91
99
|
"configuration.markdown.links.openLocation.beside": "Otevírat odkazy vedle aktivního editoru",
|
|
92
100
|
"configuration.markdown.links.openLocation.currentGroup": "Otevírat odkazy v aktivní skupině editorů",
|
|
93
101
|
"configuration.markdown.links.openLocation.description": "Určuje, kde se mají otevírat odkazy v souborech Markdownu.",
|
|
@@ -80,8 +80,6 @@
|
|
|
80
80
|
"Not now": "Teď ne",
|
|
81
81
|
"Open config file": "Otevřít konfigurační soubor",
|
|
82
82
|
"Organize Imports": "Uspořádat importy",
|
|
83
|
-
"Organize Imports failed. No resource provided.": "Importy se nepodařilo uspořádat. Nebyl poskytnut žádný prostředek.",
|
|
84
|
-
"Organize Imports failed. Unknown file type.": "Importy se nepodařilo uspořádat. Neznámý typ souboru.",
|
|
85
83
|
"Partial Mode": "Dílčí režim",
|
|
86
84
|
"Please open a folder in VS Code to use a TypeScript or JavaScript project": "Pokud chcete použít projekt TypeScriptu nebo JavaScriptu, otevřete prosím složku ve VS Code.",
|
|
87
85
|
"Please update your TypeScript version": "Aktualizujte si prosím verzi TypeScriptu",
|
|
@@ -192,6 +190,7 @@
|
|
|
192
190
|
"configuration.tsserver.useSyntaxServer.always": "Pro zpracování všech operací IntelliSense použijte zjednodušený server syntaxe. Tento server syntaxe může poskytovat IntelliSense pouze pro otevřené soubory.",
|
|
193
191
|
"configuration.tsserver.useSyntaxServer.auto": "Vytvoří úplný i zjednodušený server vyhrazený pro operace syntaxe. Server syntaxe se používá k urychlení operací syntaxe a poskytování IntelliSense při načítání projektů.",
|
|
194
192
|
"configuration.tsserver.useSyntaxServer.never": "Nepoužívejte vyhrazený server syntaxe. Pomocí jednoho serveru zpracujte všechny operace IntelliSense.",
|
|
193
|
+
"configuration.tsserver.useVsCodeWatcher": "Use VS Code's file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
|
|
195
194
|
"configuration.tsserver.watchOptions": "Umožňuje nakonfigurovat, které strategie sledování se mají používat ke sledování souborů a adresářů.",
|
|
196
195
|
"configuration.tsserver.watchOptions.fallbackPolling": "Při použití událostí systému souborů tato možnost určuje strategii dotazování, která se má použít, když v systému dojdou prostředky nativního sledování souborů nebo pokud systém nativní sledování souborů nepodporuje.",
|
|
197
196
|
"configuration.tsserver.watchOptions.fallbackPolling.dynamicPriorityPolling ": "Použít dynamickou frontu, ve které se budou méně často upravované soubory kontrolovat méně často",
|