@codingame/monaco-vscode-language-pack-de 7.0.11 → 7.1.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": "7.0.11",
3
+ "version": "7.1.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
- "vscode": "npm:@codingame/monaco-vscode-api@7.0.11"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@7.1.0"
22
22
  }
23
23
  }
@@ -94,7 +94,7 @@
94
94
  "configuration.markdown.editor.filePaste.enabled.smart": "Erstellen Sie Markdownlinks standardmäßig intelligent, wenn sie nicht in einen Codeblock oder ein anderes spezielles Element eingefügt werden. Verwenden Sie das Widget zum Einfügen, um zwischen dem Einfügen als Nur-Text- oder Markdownlinks zu wechseln.",
95
95
  "configuration.markdown.editor.filePaste.videoSnippet": "Ausschnitt, der beim Hinzufügen von Videos zu Markdown verwendet wird. Dieser Codeausschnitt kann die folgenden Variablen verwenden:\r\n– „${src}“ – Der aufgelöste Pfad der Videodatei.\r\n– „${title}“ – Der für das Video verwendete Titel. Für diese Variable wird automatisch ein Ausschnittplatzhalter erstellt.",
96
96
  "configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Steuert, ob Markdownlinks erstellt werden, wenn URLs in einen Markdown-Editor eingefügt werden. Erfordert die Aktivierung von „#editor.pasteAs.enabled#“.",
97
- "configuration.markdown.experimental.updateLinksOnPaste": "Aktivieren/Deaktivieren der automatischen Aktualisierung von Links in Text, der von einem Markdown-Editor in einen anderen kopiert und eingefügt wird.",
97
+ "configuration.markdown.editor.updateLinksOnPaste.enabled": "Enable/disable updating of links in text that is copied and pasted from one Markdown editor to another.",
98
98
  "configuration.markdown.links.openLocation.beside": "Öffnen Sie die Links neben dem aktiven Editor.",
99
99
  "configuration.markdown.links.openLocation.currentGroup": "Öffnen Sie Links in der aktiven Editor-Gruppe.",
100
100
  "configuration.markdown.links.openLocation.description": "Steuert, wo Links in Markdowndateien geöffnet werden sollen.",