@codingame/monaco-vscode-language-pack-de 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-de",
|
|
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.": "Das Git-Repository im aktuellen Ordner ist potenziell unsicher, weil sich der Ordner im Besitz einer anderen Person als dem aktuellen Benutzer befindet.",
|
|
252
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?",
|
|
253
253
|
"The new branch will be \"{0}\"": "Der neue Branch lautet \"{0}\".",
|
|
254
|
-
"The repository does not have any changes.": "
|
|
254
|
+
"The repository does not have any changes.": "Das Repository weist keine Änderungen auf.",
|
|
255
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.": "
|
|
257
|
-
"The repository does not have any untracked changes.": "
|
|
256
|
+
"The repository does not have any staged changes.": "Das Repository weist keine gestageten Änderungen auf.",
|
|
257
|
+
"The repository does not have any untracked changes.": "Das Repository weist keine nicht verfolgten Änderungen auf.",
|
|
258
258
|
"The selection range does not contain any changes.": "Der Auswahlbereich enthält keine Änderungen.",
|
|
259
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.",
|
|
260
260
|
"There are merge conflicts. Resolve them before committing.": "Es liegen Zusammenführungskonflikte vor. Beheben Sie die Konflikte vor dem Committen.",
|