@codingame/monaco-vscode-language-pack-cs 4.5.0 → 4.5.2
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.git.i18n.json +3 -3
- package/translations/main.i18n.json.js +12971 -12857
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-cs",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.2",
|
|
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.5.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@4.5.2"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -251,10 +251,10 @@
|
|
|
251
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.",
|
|
252
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?",
|
|
253
253
|
"The new branch will be \"{0}\"": "Nová větev bude {0}",
|
|
254
|
-
"The repository does not have any changes.": "
|
|
254
|
+
"The repository does not have any changes.": "Úložiště neobsahuje žádné změny.",
|
|
255
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.": "
|
|
257
|
-
"The repository does not have any untracked changes.": "
|
|
256
|
+
"The repository does not have any staged changes.": "Úložiště neobsahuje žádné připravené změny.",
|
|
257
|
+
"The repository does not have any untracked changes.": "Úložiště neobsahuje žádné nesledované změny.",
|
|
258
258
|
"The selection range does not contain any changes.": "Oblast výběru neobsahuje žádné změny.",
|
|
259
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ě.",
|
|
260
260
|
"There are merge conflicts. Resolve them before committing.": "Došlo ke konfliktům sloučení. Před potvrzením je vyřešte.",
|