@codingame/monaco-vscode-language-pack-de 4.4.1 → 4.5.0-improve-code-splitting.1

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": "4.4.1",
3
+ "version": "4.5.0-improve-code-splitting.1",
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.4.1"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@4.5.0-improve-code-splitting.1"
22
22
  }
23
23
  }
@@ -38,8 +38,12 @@
38
38
  "The current opened file's extension": "Die Erweiterung der aktuellen geöffneten Datei",
39
39
  "The current selected line number in the active file": "Die aktuelle ausgewählte Zeilennummer in der aktiven Datei",
40
40
  "The current selected text in the active file": "Der aktuelle ausgewählte Text in der aktiven Datei",
41
+ "The file extension of the editor (e.g. txt)": "The file extension of the editor (e.g. txt)",
42
+ "The file name of the editor without its directory or extension (e.g. myFile)": "The file name of the editor without its directory or extension (e.g. myFile)",
41
43
  "The name of the default build task. If there is not a single default build task then a quick pick is shown to choose the build task.": "Der Name des Standardbuildtasks. Wenn es keinen Standardbuildtask gibt, wird eine Schnellauswahl angezeigt, um den Buildtask auszuwählen.",
42
44
  "The name of the folder opened in VS Code without any slashes (/)": "Name des in VS Code geöffneten Ordners ohne Schrägstriche (/)",
45
+ "The nth parent folder name of the editor": "The nth parent folder name of the editor",
46
+ "The parent folder name of the editor (e.g. myFileFolder)": "The parent folder name of the editor (e.g. myFileFolder)",
43
47
  "The path of the folder opened in VS Code": "Pfad des in VS Code geöffneten Ordners",
44
48
  "The path where an extension is installed.": "Der Pfad, in dem eine Erweiterung installiert ist.",
45
49
  "The task runner's current working directory on startup": "Das aktuelle Arbeitsverzeichnis der Aufgabenausführung beim Start",
@@ -123,6 +123,11 @@
123
123
  "Hard wrap line": "Zeile hart umbrechen",
124
124
  "Ignored": "Ignoriert",
125
125
  "Incoming": "Eingehend",
126
+ "Incoming Changes": "Incoming Changes",
127
+ "Incoming Changes (added)": "Incoming Changes (added)",
128
+ "Incoming Changes (deleted)": "Incoming Changes (deleted)",
129
+ "Incoming Changes (modified)": "Incoming Changes (modified)",
130
+ "Incoming Changes (renamed)": "Incoming Changes (renamed)",
126
131
  "Index Added": "Index hinzugefügt",
127
132
  "Index Copied": "Index kopiert",
128
133
  "Index Deleted": "Index gelöscht",
@@ -246,7 +251,10 @@
246
251
  "The git repository in the current folder is potentially unsafe as the folder is owned by someone other than the current user.": "Das Git-Repository im aktuellen Ordner ist potenziell unsicher, weil sich der Ordner im Besitz einer anderen Person als dem aktuellen Benutzer befindet.",
247
252
  "The last commit was a merge commit. Are you sure you want to undo it?": "Der letzte Commit war ein Mergecommit. Möchten Sie den Vorgang wirklich rückgängig machen?",
248
253
  "The new branch will be \"{0}\"": "Der neue Branch lautet \"{0}\".",
254
+ "The repository does not have any changes.": "The repository does not have any changes.",
249
255
  "The repository does not have any commits. Please make an initial commit before creating a stash.": "Das Repository weist keine Commits auf. Führen Sie einen ersten Commit aus, bevor Sie einen Stash erstellen.",
256
+ "The repository does not have any staged changes.": "The repository does not have any staged changes.",
257
+ "The repository does not have any untracked changes.": "The repository does not have any untracked changes.",
250
258
  "The selection range does not contain any changes.": "Der Auswahlbereich enthält keine Änderungen.",
251
259
  "There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "Es gibt bekannte Probleme mit der installierten Git \"{0}\". Aktualisieren Sie auf Git >= 2.27, damit die Git-Features ordnungsgemäß funktionieren.",
252
260
  "There are merge conflicts. Resolve them before committing.": "Es liegen Zusammenführungskonflikte vor. Beheben Sie die Konflikte vor dem Committen.",
@@ -433,8 +441,10 @@
433
441
  "command.stageAllMerge": "Alle zusammengeführten Änderungen stagen",
434
442
  "command.stageAllTracked": "Alle nachverfolgten Änderungen bereitstellen",
435
443
  "command.stageAllUntracked": "Alle nicht nachverfolgten Änderungen bereitstellen",
444
+ "command.stageBlock": "Stage Block",
436
445
  "command.stageChange": "Änderung bereitstellen",
437
446
  "command.stageSelectedRanges": "Gewählte Bereiche bereitstellen",
447
+ "command.stageSelection": "Stage Selection",
438
448
  "command.stash": "Stash ausführen",
439
449
  "command.stashApply": "Stash anwenden...",
440
450
  "command.stashApplyEditor": "Stash anwenden",
@@ -460,7 +470,10 @@
460
470
  "command.unstageAll": "Bereitstellung aller Änderungen aufheben",
461
471
  "command.unstageSelectedRanges": "Bereitstellung gewählter Bereiche aufheben",
462
472
  "command.viewAllChanges": "Alle Änderungen anzeigen",
473
+ "command.viewChanges": "View Changes",
463
474
  "command.viewCommit": "Commit anzeigen",
475
+ "command.viewStagedChanges": "View Staged Changes",
476
+ "command.viewUntrackedChanges": "View Untracked Changes",
464
477
  "config.allowForcePush": "Steuert, ob erzwungene Pushes (mit oder ohne Lease) aktiviert sind.",
465
478
  "config.allowNoVerifyCommit": "Hiermit wird gesteuert, ob Commits ohne Ausführung von pre-commit- und commit-msg-Hooks zulässig sind.",
466
479
  "config.alwaysShowStagedChangesResourceGroup": "Ressourcengruppe für gestagete Änderungen immer anzeigen.",
@@ -9,6 +9,7 @@
9
9
  "version": "1.0.0",
10
10
  "contents": {
11
11
  "bundle": {
12
+ "Continue": "Continue",
12
13
  "Continue to GitHub": "Weiter zu GitHub",
13
14
  "Continue to GitHub to create a Personal Access Token (PAT)": "Weiter zu GitHub, um ein persönliches Zugriffstoken (Personal Access Token, PAT) zu erstellen.",
14
15
  "Copy & Continue to GitHub": "Kopieren und Weiter zu GitHub",
@@ -22,6 +23,7 @@
22
23
  "To finish authenticating, navigate to GitHub and paste in the above one-time code.": "Um die Authentifizierung abzuschließen, navigieren Sie zu GitHub, und fügen Sie den obigen Einmalcode ein.",
23
24
  "To finish authenticating, navigate to GitHub to create a PAT then paste the PAT into the input box.": "Um die Authentifizierung abzuschließen, navigieren Sie zu GitHub, um eine PAT zu erstellen, und fügen Sie dann die PAT in das Eingabefeld ein.",
24
25
  "Yes": "Ja",
26
+ "You are logged into another account already ({0}).\n\nDo you want to log out of that account and log in to '{1}' instead?/{0} is a comma-separated list of account names. {1} is the account name to log into.": "You are logged into another account already ({0}).\n\nDo you want to log out of that account and log in to '{1}' instead?",
25
27
  "You have not yet finished authorizing this extension to use GitHub. Would you like to try a different way? ({0})": "Sie haben die Autorisierung dieser Erweiterung für die Verwendung von GitHub noch nicht abgeschlossen. Möchten Sie eine andere Methode ausprobieren? ({0})",
26
28
  "Your Code: {0}/The {0} will be a code, e.g. 123-456": "Ihr Code: {0}",
27
29
  "device code": "Gerätecode",
@@ -59,6 +59,7 @@
59
59
  "Not on link": "Nicht auf Verknüpfung",
60
60
  "Only load secure content": "Nur sicheren Inhalt laden",
61
61
  "Organize link definitions": "Linkdefinitionen organisieren",
62
+ "Paste and update pasted links": "Paste and update pasted links",
62
63
  "Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts": "Potenziell unsichere Inhalte wurden in der Markdown-Vorschau deaktiviert. Ändern Sie die Sicherheitseinstellung der Markdown-Vorschau, um unsichere Inhalte zuzulassen oder Skripts zu aktivieren.",
63
64
  "Preview {0}": "Vorschau von {0}",
64
65
  "Reference link '{0}'": "Referenzlink „{0}“",
@@ -77,17 +78,24 @@
77
78
  "package": {
78
79
  "configuration.copyIntoWorkspace.mediaFiles": "Versuchen Sie, externe Bild- und Videodateien in den Arbeitsbereich zu kopieren.",
79
80
  "configuration.copyIntoWorkspace.never": "Kopieren Sie keine externen Dateien in den Arbeitsbereich.",
80
- "configuration.markdown.copyFiles.destination": "Definiert, wo Dateien, die per Drop oder Einfügen erstellt wurden, erstellt werden sollen. Dies ist eine Zuordnung von Globs, die im Markdown-Dokument mit Zielen übereinstimmen.\r\n\r\nDie Ziele können die folgenden Variablen verwenden:\r\n\r\n „${documentDirName} Absoluter übergeordneter Verzeichnispfad des Markdowndokuments, z. B. „/Users/me/myProject/docs“.\r\n „${documentRelativeDirName} Relativer übergeordneter Verzeichnispfad des Markdowndokuments, z. B. docs“. Dies ist identisch mit „${documentDirName}“, wenn die Datei nicht Teil eines Arbeitsbereichs ist.\r\n- „${documentFileName} Der vollständige Dateiname des Markdowndokuments, z. B. README.md“.\r\n- „${documentBaseName} Der Basisname des Markdowndokuments, z. B. README“.\r\n- „${documentExtName} Die Erweiterung des Markdowndokuments, z. B. md“.\r\n- „${documentFilePath} Absoluter Pfad des Markdowndokuments, z. B. „/Users/me/myProject/docs/README.md“.\r\n- „${documentRelativeFilePath} Relativer Pfad des Markdowndokuments, z. B. docs/README.md“. Dies ist identisch mit „${documentFilePath}“, wenn die Datei nicht Teil eines Arbeitsbereichs ist.\r\n- „${documentWorkspaceFolder} Der Arbeitsbereichsordner für das Markdowndokument, z. B. „/Users/me/myProject“. Dies ist identisch mit „${documentDirName}“, wenn die Datei nicht Teil eines Arbeitsbereichs ist.\r\n- „${fileName} Der Dateiname der gelöschten Datei, z. B. image.png“.\r\n- „${fileExtName} Die Erweiterung der gelöschten Datei, z. B. png“.",
81
+ "configuration.markdown.copyFiles.destination": "Configures the path and file name of files created by copy/paste or drag and drop. This is a map of globs that match against a Markdown document path to the destination path where the new file should be created.\r\n\r\nThe destination path may use the following variables:\r\n\r\n- `${documentDirName}` Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}` Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}` The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}` The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}` The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}` Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}` Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}` The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}` The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}` The extension of the dropped file, e.g. `png`.",
81
82
  "configuration.markdown.copyFiles.overwriteBehavior": "Steuert, ob Dateien, die durch Ablegen oder Einfügen erstellt werden, vorhandene Dateien überschreiben sollen.",
82
83
  "configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "Wenn bereits eine Datei mit demselben Namen vorhanden ist, fügen Sie eine Zahl an den Dateinamen an, z. B.: \"image.png\" wird zu \"image-1.png\".",
83
84
  "configuration.markdown.copyFiles.overwriteBehavior.overwrite": "Wenn bereits eine Datei mit dem gleichen Namen vorhanden ist, überschreiben Sie sie.",
84
85
  "configuration.markdown.editor.drop.copyIntoWorkspace": "Steuert, ob Dateien außerhalb des Arbeitsbereichs, die in einen Markdown-Editor abgelegt werden, in den Arbeitsbereich kopiert werden sollen.\r\n\r\nVerwenden Sie \"#markdown.copyFiles.destination#\", um zu konfigurieren, wo kopierte, abgelegte Dateien erstellt werden sollen.",
85
86
  "configuration.markdown.editor.drop.enabled": "Das Ablegen von Dateien in einem Markdown-Editor aktivieren, während Sie die UMSCHALTTASTE gedrückt halten. Erfordert die Aktivierung von \"#editor.dropIntoEditor.enabled#\".",
87
+ "configuration.markdown.editor.drop.enabled.always": "Always insert Markdown links.",
88
+ "configuration.markdown.editor.drop.enabled.never": "Never create Markdown links.",
89
+ "configuration.markdown.editor.drop.enabled.smart": "Smartly create Markdown links by default when not dropping into a code block or other special element. Use the drop widget to switch between pasting as plain text or as Markdown links.",
86
90
  "configuration.markdown.editor.filePaste.audioSnippet": "Ausschnitt, der beim Hinzufügen von Audio zu Markdown verwendet wird. Dieser Codeausschnitt kann die folgenden Variablen verwenden:\r\n– „${src}“ – Der aufgelöste Pfad der Audiodatei.\r\n– „${title}“ – Der für das Audio verwendete Titel. Für diese Variable wird automatisch ein Ausschnittplatzhalter erstellt.",
87
91
  "configuration.markdown.editor.filePaste.copyIntoWorkspace": "Steuert, ob Dateien außerhalb des Arbeitsbereichs, die in einen Markdown-Editor eingefügt werden, in den Arbeitsbereich kopiert werden sollen.\r\n\r\nVerwenden Sie \"#markdown.copyFiles.destination#\", um zu konfigurieren, wo kopierte Dateien erstellt werden sollen.",
88
92
  "configuration.markdown.editor.filePaste.enabled": "Aktivieren Sie das Einfügen von Dateien in einen Markdown-Editor, um Markdownlinks zu erstellen. Erfordert die Aktivierung von \"#editor.pasteAs.enabled#\".",
93
+ "configuration.markdown.editor.filePaste.enabled.always": "Always insert Markdown links.",
94
+ "configuration.markdown.editor.filePaste.enabled.never": "Never create Markdown links.",
95
+ "configuration.markdown.editor.filePaste.enabled.smart": "Smartly create Markdown links by default when not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
89
96
  "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.",
90
97
  "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#“.",
98
+ "configuration.markdown.experimental.updateLinksOnPaste": "Enable/disable automatic updating of links in text that is copied and pasted from one Markdown editor to another.",
91
99
  "configuration.markdown.links.openLocation.beside": "Öffnen Sie die Links neben dem aktiven Editor.",
92
100
  "configuration.markdown.links.openLocation.currentGroup": "Öffnen Sie Links in der aktiven Editor-Gruppe.",
93
101
  "configuration.markdown.links.openLocation.description": "Steuert, wo Links in Markdowndateien geöffnet werden sollen.",
@@ -80,8 +80,6 @@
80
80
  "Not now": "Nicht jetzt",
81
81
  "Open config file": "Konfigurationsdatei öffnen",
82
82
  "Organize Imports": "Importe organisieren",
83
- "Organize Imports failed. No resource provided.": "Fehler beim Organisieren von Importen. Es wurde keine Ressource bereitgestellt.",
84
- "Organize Imports failed. Unknown file type.": "Fehler beim Organisieren von Importen. Unbekannter Dateityp.",
85
83
  "Partial Mode": "Teilmodus",
86
84
  "Please open a folder in VS Code to use a TypeScript or JavaScript project": "Öffnen Sie einen Ordner in VS Code, um ein TypeScript- oder JavaScript-Projekt zu verwenden.",
87
85
  "Please update your TypeScript version": "Bitte aktualisieren Sie Ihre TypeScript-Version.",
@@ -192,6 +190,7 @@
192
190
  "configuration.tsserver.useSyntaxServer.always": "Verwenden Sie einen Syntaxserver mit leichter Gewichtung, um alle IntelliSense-Vorgänge zu bearbeiten. Dieser Syntaxserver kann IntelliSense nur für geöffnete Dateien bereitstellen.",
193
191
  "configuration.tsserver.useSyntaxServer.auto": "Erzeugen Sie einen vollständigen Server und einen Server mit leichter Gewichtung für Syntaxvorgänge. Der Syntaxserver wird verwendet, um Syntaxvorgänge zu beschleunigen und IntelliSense bereitzustellen, während Projekte geladen werden.",
194
192
  "configuration.tsserver.useSyntaxServer.never": "Verwenden Sie keinen dedizierten Syntaxserver. Verwenden Sie einen Einzelserver, um alle IntelliSense-Vorgänge zu bearbeiten.",
193
+ "configuration.tsserver.useVsCodeWatcher": "Use VS Code's file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
195
194
  "configuration.tsserver.watchOptions": "Konfigurieren Sie, welche Beobachtungsstrategien verwendet werden sollen, um Dateien und Verzeichnisse nachzuverfolgen.",
196
195
  "configuration.tsserver.watchOptions.fallbackPolling": "Bei der Verwendung von Dateisystemereignissen gibt diese Option die Abrufstrategie an, die verwendet wird, wenn das System keine nativen Dateiüberwachungselemente mehr hat und/oder keine nativen Dateiüberwachungselemente unterstützt.",
197
196
  "configuration.tsserver.watchOptions.fallbackPolling.dynamicPriorityPolling ": "Dynamische Warteschlange verwenden, in der weniger häufig geänderte Dateien seltener überprüft werden.",