@codingame/monaco-vscode-language-pack-cs 2.0.3-improve-modularity.1 → 2.0.3
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": "2.0.3
|
|
3
|
+
"version": "2.0.3",
|
|
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@2.0.3
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@2.0.3"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"All Repositories": "Všechna úložiště",
|
|
26
26
|
"Always": "Vždy",
|
|
27
27
|
"Always Pull": "Vždy přijmout změny",
|
|
28
|
-
"Are you sure you want to DELETE {0} files?\
|
|
29
|
-
"Are you sure you want to DELETE {0}?\
|
|
28
|
+
"Are you sure you want to DELETE {0} files?\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST if you proceed.": "Opravdu chcete ODSTRANIT soubory {0}?\nOdstranění je NEVRATNÉ!\nKdyž budete pokračovat, tyto soubory se NAVŽDY ZTRATÍ.",
|
|
29
|
+
"Are you sure you want to DELETE {0}?\nThis is IRREVERSIBLE!\nThis file will be FOREVER LOST if you proceed.": "Opravdu chcete ODSTRANIT soubor {0}?\nOdstranění je NEVRATNÉ!\nKdyž budete pokračovat, tento soubor se NAVŽDY ZTRATÍ.",
|
|
30
30
|
"Are you sure you want to continue connecting?": "Opravdu chcete pokračovat v připojování?",
|
|
31
31
|
"Are you sure you want to create an empty commit?": "Opravdu chcete vytvořit prázdné potvrzení?",
|
|
32
|
-
"Are you sure you want to discard ALL changes in {0} files?\
|
|
32
|
+
"Are you sure you want to discard ALL changes in {0} files?\nThis is IRREVERSIBLE!\nYour current working set will be FOREVER LOST if you proceed.": "Opravdu chcete zahodit VŠECHNY změny v souborech (celkem {0})?\nOdstranění je NEVRATNÉ!\nKdyž budete pokračovat, vaše aktuální pracovní sada se NAVŽDY ZTRATÍ.",
|
|
33
33
|
"Are you sure you want to discard changes in {0} files?": "Opravdu chcete zahodit změny v souborech (celkem {0})?",
|
|
34
34
|
"Are you sure you want to discard changes in {0}?": "Opravdu chcete zahodit změny v {0}?",
|
|
35
35
|
"Are you sure you want to drop ALL stashes? There are {0} stashes that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "Opravdu chcete přemístit VŠECHNA dočasná úložiště? Existuje určité množství ( {0} ) dočasných úložišť, které podlehnou vyřazení, a JEJICH OBNOVENÍ NEMUSÍ BÝT MOŽNÉ.",
|
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
"Email": "E-mail",
|
|
106
106
|
"Enables the following features: {0}": "Povolí následující funkce: {0}",
|
|
107
107
|
"Failed to authenticate to git remote.": "Selhalo ověření ve vzdáleném úložišti Git.",
|
|
108
|
-
"Failed to authenticate to git remote:\
|
|
109
|
-
"File \"{0}\" was deleted by them and modified by us.\
|
|
110
|
-
"File \"{0}\" was deleted by us and modified by them.\
|
|
108
|
+
"Failed to authenticate to git remote:\n\n{0}": "Selhalo ověření ve vzdáleném úložišti Git:\n\n{0}",
|
|
109
|
+
"File \"{0}\" was deleted by them and modified by us.\n\nWhat would you like to do?": "Protistrana soubor {0} odstranila a místní strana ho upravila.\n\nCo chcete udělat?",
|
|
110
|
+
"File \"{0}\" was deleted by us and modified by them.\n\nWhat would you like to do?": "Místní strana soubor {0} odstranila a protistrana ho upravila.\n\nCo chcete udělat?",
|
|
111
111
|
"Force Checkout": "Vynutit rezervaci",
|
|
112
112
|
"Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "Vynucení nasdílení změn není povolené. Povolte ho prosím pomocí nastavení git.allowForcePush.",
|
|
113
113
|
"Git History": "Historie Gitu",
|
|
@@ -233,8 +233,8 @@
|
|
|
233
233
|
"The branch \"{0}\" has no remote branch. Would you like to publish this branch?": "Větev {0} nemá žádnou vzdálenou větev. Chcete tuto větev publikovat?",
|
|
234
234
|
"The branch \"{0}\" is not fully merged. Delete anyway?": "Větev {0} není úplně sloučená. Chcete ji přesto odstranit?",
|
|
235
235
|
"The current branch is not published to the remote. Would you like to publish it to access your changes elsewhere?": "Aktuální větev není publikována do vzdáleného úložiště. Chcete ji publikovat, abyste měli přístup k vašim změnám jinde?",
|
|
236
|
-
"The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\
|
|
237
|
-
"The following file has unsaved changes which won't be included in the stash if you proceed: {0}.\
|
|
236
|
+
"The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\n\nWould you like to save it before committing?": "The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\n\nWould you like to save it before committing?",
|
|
237
|
+
"The following file has unsaved changes which won't be included in the stash if you proceed: {0}.\n\nWould you like to save it before stashing?": "Následující soubor obsahuje neuložené změny, které v případě, že budete pokračovat, nebudou zahrnuté do dočasného uložení: {0}.\n\nChcete soubor před dočasným uložením uložit?",
|
|
238
238
|
"The following untracked file will be DELETED FROM DISK if discarded: {0}.": "Následující nesledovaný soubor se v případě jeho zahození ODSTRANÍ Z DISKU: {0}.",
|
|
239
239
|
"The git repositories in the current folder are potentially unsafe as the folders are owned by someone other than the current user.": "Úložiště Git v aktuální složce jsou potenciálně nebezpečná, protože složky vlastní jiný uživatel než aktuální uživatel.",
|
|
240
240
|
"The git repository at \"{0}\" has too many active changes, only a subset of Git features will be enabled.": "Úložiště Git v umístění {0} obsahuje příliš mnoho aktivních změn. Bude povolena pouze podmnožina funkcí Gitu.",
|
|
@@ -248,16 +248,16 @@
|
|
|
248
248
|
"There are no available repositories": "K dispozici nejsou žádná úložiště.",
|
|
249
249
|
"There are no changes to commit.": "Nejsou k dispozici žádné změny, které by bylo možné potvrdit.",
|
|
250
250
|
"There are no changes to stash.": "Neexistují žádné změny, které by bylo možné uložit do dočasného úložiště.",
|
|
251
|
-
"There are no staged changes to commit.\
|
|
251
|
+
"There are no staged changes to commit.\n\nWould you like to stage all your changes and commit them directly?": "Neexistují žádné připravené změny, které by bylo možné potvrdit.\n\nChcete připravit všechny své změny a potvrdit je přímo?",
|
|
252
252
|
"There are no staged changes to stash.": "Nejsou k dispozici žádné připravené změny, které by bylo možné dočasně uložit.",
|
|
253
253
|
"There are no stashes in the repository.": "V úložišti nejsou žádná dočasná úložiště.",
|
|
254
|
-
"There are {0} unsaved files.\
|
|
255
|
-
"There are {0} unsaved files.\
|
|
254
|
+
"There are {0} unsaved files.\n\nWould you like to save them before committing?": "There are {0} unsaved files.\n\nWould you like to save them before committing?",
|
|
255
|
+
"There are {0} unsaved files.\n\nWould you like to save them before stashing?": "Existují neuložené soubory (celkem {0}).\n\nChcete je před dočasným uložením uložit?",
|
|
256
256
|
"There are {0} untracked files which will be DELETED FROM DISK if discarded.": "Existují nesledované soubory (celkem {0}), které se v případě jejich zahození ODSTRANÍ Z DISKU.",
|
|
257
257
|
"There were merge conflicts while applying the stash.": "Při aplikování dočasného úložiště došlo ke konfliktům sloučení.",
|
|
258
258
|
"This action will pull and push commits from and to \"{0}/{1}\".": "Tato akce přijme a nasdílí potvrzení z {0} / do {1}.",
|
|
259
259
|
"This repository has no remotes configured to fetch from.": "Pro toto úložiště není nakonfigurované žádné vzdálené úložiště pro načítání.",
|
|
260
|
-
"This will DELETE {0} untracked files!\
|
|
260
|
+
"This will DELETE {0} untracked files!\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST.": "This will DELETE {0} untracked files!\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST.",
|
|
261
261
|
"This will create a Git repository in \"{0}\". Are you sure you want to continue?": "Tato akce vytvoří úložiště Git v {0}. Opravdu chcete pokračovat?",
|
|
262
262
|
"Too many changes were detected. Only the first {0} changes will be shown below.": "Bylo zjištěno příliš mnoho změn. Níže se zobrazí jenom první {0} změny.",
|
|
263
263
|
"Type Changed": "Typ změněn",
|
|
@@ -278,9 +278,9 @@
|
|
|
278
278
|
"Yes": "Ano",
|
|
279
279
|
"Yes, Don't Show Again": "Ano, příště už nezobrazovat",
|
|
280
280
|
"You": "Vy",
|
|
281
|
-
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\
|
|
282
|
-
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\
|
|
283
|
-
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\
|
|
281
|
+
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\n\nAre you sure to continue?": "Chystáte se potvrdit změny bez ověření. Tím přeskočíte hooky typu pre-commit, což může být nežádoucí.\n\nOpravdu chcete pokračovat?",
|
|
282
|
+
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\n\nAre you sure to continue?": "Chystáte se vynutit nasdílení svých změn. Může to být destruktivní akce, při které se můžou nechtěně přepsat změny provedené jinými uživateli.\n\nOpravdu chcete pokračovat?",
|
|
283
|
+
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\n\nHow would you like to proceed?": "Pokoušíte se potvrdit změny do chráněné větve a možná nemáte oprávnění k odeslání změn do vzdáleného úložiště.\n\nJak chcete pokračovat?",
|
|
284
284
|
"You seem to have git \"{0}\" installed. Code works best with git >= 2": "Zdá se, že máte nainstalované úložiště Git {0}. Code funguje nejlépe s úložištěm Git verze >= 2.",
|
|
285
285
|
"Your local changes would be overwritten by checkout.": "Rezervací se přepíšou vaše místní změny.",
|
|
286
286
|
"Your repository has no remotes configured to publish to.": "Pro vaše úložiště není nakonfigurované žádné vzdálené úložiště pro publikování.",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"remote branches": "vzdálené větve",
|
|
293
293
|
"tags": "značky",
|
|
294
294
|
"yes": "ano",
|
|
295
|
-
"{0}\
|
|
295
|
+
"{0}\n\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\n\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.",
|
|
296
296
|
"{0} (Deleted)": "{0} (odstraněno)",
|
|
297
297
|
"{0} (Index)": "{0} (index)",
|
|
298
298
|
"{0} (Intent to add)": "{0} (záměr, který se má přidat)",
|
|
@@ -101,15 +101,15 @@
|
|
|
101
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.",
|
|
102
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.",
|
|
103
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.",
|
|
104
|
-
"The JS/TS language service crashed 5 times in the last 5 Minutes.\
|
|
104
|
+
"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 selhala 5krát za posledních 5 minut.\nPříčinou může být modul plug-in, kterým přispělo jedno z těchto rozšíření: {0}.\nPřed nahlášením problému s VS Code zkuste prosím tato rozšíření zakázat.",
|
|
105
105
|
"The JS/TS language service crashed.": "Došlo k chybě služby jazyka JS/TS.",
|
|
106
|
-
"The JS/TS language service crashed.\
|
|
106
|
+
"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.": "Došlo k chybovému ukončení služby jazyka JS/TS.\nPříčinou může být modul plug-in, kterým přispělo jedno z těchto rozšíření: {0}.\nPřed nahlášením problému s VS Code zkuste prosím tato rozšíření zakázat.",
|
|
107
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.",
|
|
108
|
-
"The JS/TS language service immediately crashed 5 times. The service will not be restarted.\
|
|
108
|
+
"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 okamžitě 5krát selhala. Služba nebude restartována.\nPříčinou může být modul plug-in, kterým přispělo jedno z těchto rozšíření: {0}.\nPřed nahlášením problému s VS Code zkuste prosím tato rozšíření zakázat.",
|
|
109
109
|
"The current selection cannot be extracted": "Aktuální výběr nelze extrahovat.",
|
|
110
110
|
"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.",
|
|
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 workspace is using an old version of TypeScript ({0}).\
|
|
112
|
+
"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.",
|
|
113
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?",
|
|
114
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?",
|
|
115
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}.",
|