@codingame/monaco-vscode-language-pack-de 20.4.1 → 21.0.0

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-de",
3
- "version": "20.4.1",
3
+ "version": "21.0.0",
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
- "@codingame/monaco-vscode-api": "20.4.1"
21
+ "@codingame/monaco-vscode-api": "21.0.0"
22
22
  }
23
23
  }
@@ -45,7 +45,7 @@
45
45
  "Describes the content encoding of a string property.": "Beschreibt die Inhaltscodierung einer Zeichenfolgeneigenschaft.",
46
46
  "Describes the format expected for the value. By default, not used for validation": "Beschreibt das für den Wert erwartete Format. Wird standardmäßig nicht zur Überprüfung verwendet",
47
47
  "Describes the media type of a string property.": "Beschreibt den Medientyp einer Zeichenfolgeneigenschaft.",
48
- "Downloading schemas is disabled in untrusted workspaces": "Downloading schemas is disabled in untrusted workspaces",
48
+ "Downloading schemas is disabled in untrusted workspaces": "Das Herunterladen von Schemas ist in nicht vertrauenswürdigen Arbeitsbereichen nicht möglich.",
49
49
  "Downloading schemas is disabled through setting '{0}'": "Das Herunterladen von Schemas wird über die Einstellung \"{0}\" deaktiviert.",
50
50
  "Downloading schemas is disabled. Click to configure.": "Das Herunterladen von Schemas ist deaktiviert. Klicken Sie, um eine Konfiguration durchzuführen.",
51
51
  "Draft-03 schemas are not supported.": "Draft-03-Schemas werden nicht unterstützt.",
@@ -139,7 +139,7 @@
139
139
  "URI with a scheme is expected.": "Ein URI mit einem Schema wird erwartet.",
140
140
  "Unable to compute used schemas: No document": "Die verwendeten Schemas können nicht berechnet werden: Kein Dokument",
141
141
  "Unable to compute used schemas: {0}": "Die verwendeten Schemas können nicht berechnet werden: {0}",
142
- "Unable to download schemas in untrusted workspaces.": "Unable to download schemas in untrusted workspaces.",
142
+ "Unable to download schemas in untrusted workspaces.": "Schemas können in nicht vertrauenswürdigen Arbeitsbereichen nicht heruntergeladen werden.",
143
143
  "Unable to load schema from '{0}'. No schema request service available": "Das Schema kann nicht aus „{0}“ geladen werden. Kein Schemaanforderungsdienst verfügbar",
144
144
  "Unable to load schema from '{0}': No content.": "Das Schema kann nicht aus „{0}“ geladen werden: Kein Inhalt.",
145
145
  "Unable to load schema from '{0}': {1}.": "Das Schema kann nicht aus „{0}“ geladen werden: {1}.",
@@ -184,7 +184,7 @@
184
184
  "json.schemas.url.desc": "Eine URL oder ein absoluter Dateipfad zu einem Schema. Kann ein relativer Pfad (beginnend mit \"./\") in den Arbeitsbereichs- und Arbeitsbereichsordnereinstellungen sein.",
185
185
  "json.tracing.desc": "Verfolgt die Kommunikation zwischen VS Code und JSON-Sprachserver nach.",
186
186
  "json.validate.enable.desc": "Aktiviert/deaktiviert die JSON-Überprüfung.",
187
- "json.workspaceTrust": "The extension requires workspace trust to load schemas from http and https."
187
+ "json.workspaceTrust": "Die Erweiterung benötigt eine Vertrauensstellung des Arbeitsbereichs, um Schemas von HTTP und HTTPS zu laden."
188
188
  }
189
189
  }
190
190
  }