diff options
author | 0neGal <mail@0negal.com> | 2023-02-02 16:32:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 16:32:38 +0100 |
commit | 2e655b7ee5a9ad66e64dee94c8e22ad800ef38e2 (patch) | |
tree | 43f63f4831fd31503bca50494869eabf6dc1ba4c /src/lang/de.json | |
parent | 4703574ebf54e269c19a0c4c8a5061e35b9727c6 (diff) | |
parent | 195319b09a18c2dcc0885950dfba622ade645acd (diff) | |
download | Viper-2e655b7ee5a9ad66e64dee94c8e22ad800ef38e2.tar.gz Viper-2e655b7ee5a9ad66e64dee94c8e22ad800ef38e2.zip |
Merge pull request #171 from 0neGal/modlist-localization
feat: Localize revamped modlist
Diffstat (limited to 'src/lang/de.json')
-rw-r--r-- | src/lang/de.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/de.json b/src/lang/de.json index e281ff5..8e3a482 100644 --- a/src/lang/de.json +++ b/src/lang/de.json @@ -54,6 +54,7 @@ "gui.mods": "Mods", "gui.mods.count": "Installierte Mods:", "gui.mods.disabledtag": "Deaktiviert", + "gui.mods.remove": "Entfernen", "gui.mods.install": "Installiere den Mod", "gui.mods.find": "Suche nach Mods", "gui.mods.toggleall": "Aktiviere/Deaktiviere alle Mods", @@ -63,6 +64,7 @@ "gui.mods.removeall.confirm": "Das Entfernen aller Mods führt meist dazu das eine Neuinstallation von Northstar nötig ist. Bist du dir sicher das du diese Aktion durchführen willst?", "gui.mods.required.confirm": "Du hast einen von Northstar benötigten Mod ausgewählt, bist du dir sicher das du diese Aktion durchführen willst", "gui.mods.notamod": "Kein Mod!", + "gui.mods.unknown_author": "Unbekannt", "gui.mods.extracting": "Extrahiere den Mod...", "gui.mods.installing": "Installiere den Mod...", "gui.mods.installedmod": "Mod installiert!", |