@codingame/monaco-vscode-language-pack-pl 1.83.9 → 1.83.10
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-pl",
|
|
3
|
-
"version": "1.83.
|
|
3
|
+
"version": "1.83.10",
|
|
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@1.83.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.83.10"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -8600,6 +8600,14 @@ var content = {
|
|
|
8600
8600
|
"validations.uriEmpty": "Oczekiwano identyfikatora URI.",
|
|
8601
8601
|
"validations.uriMissing": "Oczekiwany jest identyfikator URI.",
|
|
8602
8602
|
"validations.uriSchemeMissing": "Oczekiwany jest identyfikator URI ze schematem."
|
|
8603
|
+
},
|
|
8604
|
+
"vs/workbench/services/progress/browser/progressService": {
|
|
8605
|
+
cancel: "Anuluj",
|
|
8606
|
+
dismiss: "Odrzuć",
|
|
8607
|
+
"progress.text2": "{0}: {1}",
|
|
8608
|
+
"progress.title2": "[{0}]: {1}",
|
|
8609
|
+
"progress.title3": "[{0}] {1}: {2}",
|
|
8610
|
+
"status.progress": "Komunikat o postępie"
|
|
8603
8611
|
},
|
|
8604
8612
|
"vs/workbench/services/remote/browser/remoteAgentService": {
|
|
8605
8613
|
connectionError: "Wystąpił nieoczekiwany błąd, który wymaga ponownego załadowania tej strony.",
|