Skip to content

Commit 9c41287

Browse files
goldkunibertxpple
andauthored
Added some german Translations (xpple#126)
* Update German language file with new commands Added new exception messages and command responses in German. * Update de_de.json * Update de_de.json * Update German translations (de_de.json) Translate several previously English messages to German in src/main/resources/assets/seedmapper/lang/de_de.json. Updated command exception texts (e.g. unknownGeneratorFlag, unknownStructurePiece, unknownVariantKey, unknownVariantValue, noStructureFound, unknownItem), seed-check source strings (command.checkSeed.*) and locate task messages (command.locate.*) to German. * Update de_de.json * Cleanup German locale file (de_de.json) Remove many leftover English/untranslated entries and obsolete keys from the German translations, and fix small German typos/capitalization (e.g. "in der nähe" → "in der Nähe"). Also trim trailing/extra entries and consolidate the file, leaving only the localized keys (added/kept "key.minimap"). This reduces clutter and relies on defaults for removed strings. * Minor adjustments --------- Co-authored-by: Frederik van der Els <fred@xpple.dev>
1 parent 5e4666e commit 9c41287

File tree

1 file changed

+39
-8
lines changed
  • src/main/resources/assets/seedmapper/lang

1 file changed

+39
-8
lines changed
Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,43 @@
11
{
2+
"commands.exceptions.noSeedAvailable": "Kein Seed gesetzt, setzte ihn mit dem /sm:config command.",
3+
"commands.exceptions.alreadyBusyLocating": "Bereits mit dem Suchen von etwas beschäftigt [%s].",
4+
"commands.exceptions.alreadyBusyLocating.stopTask": "Aufgabe beenden",
5+
"commands.exceptions.alreadyBusyLocating.clickToStop": "Klicken um Task zu beenden",
6+
"commands.exceptions.unknownError": "Ein unbekannter Fehler ist aufgetreten, bitte den Log ansehen!",
7+
"commands.exceptions.unknownDimension": "Unbekannte Dimension \"%s\".",
8+
"commands.exceptions.unknownGeneratorFlag": "Unbekannte Generator flag \"%s\".",
9+
"commands.exceptions.unknownVersion": "Unbekannte Version \"%s\".",
210
"commands.exceptions.invalidDimension": "Ungültige Dimension.",
3-
"commands.exceptions.noBiomeFound": "Konnte Biom innerhalb von %s Blöcken nicht finden.",
4-
"commands.exceptions.noStructureFound": "Konnte Konstruktion innerhalb von %s Blöcken nicht finden.",
11+
"commands.exceptions.unknownBiome": "Unbekanntes Biom \"%s\".",
12+
"commands.exceptions.noBiomeFound": "Biom konnte nicht in %s Blöcken gefunden werden.",
13+
"commands.exceptions.unknownStructure": "Unbekannte Struktur \"%s\".",
14+
"commands.exceptions.unknownStructurePiece": "Unbekanntes Strukturteil \"%s\".",
15+
"commands.exceptions.unknownVariantKey": "Unbekannter Strukturvarianten Key \"%s\".",
16+
"commands.exceptions.unknownVariantValue": "Unbekannter Strukturvarianten Wert \"%s\".",
17+
"commands.exceptions.noStructureFound": "Konnte Struktur nicht in %s Blöcken finden.",
18+
"commands.exceptions.unknownOre": "Unbekannter Block \"%s\".",
19+
"commands.exceptions.unknownItem": "Unbekanntes Item \"%s\".",
520

6-
"command.locate.biome.foundAt": "Biom gefunden bei %s.",
7-
"command.locate.feature.structure.foundAt": "Konstruktion gefunden bei %s.",
8-
"command.locate.feature.slimeChunk.noneFound": "Konnte Slime Chunks innerhalb von 6400 Blöcken nicht finden.",
9-
"command.locate.feature.slimeChunk.foundAt": "Slime Chunk gefunden bei %s (Chunk %s).",
10-
"command.locate.feature.slimeChunk.copy": "Klicke um die Koordinaten von diesem Slime Chunk zu kopieren.",
11-
"command.locate.feature.slimeChunk.copyChunk": "Klicke um die Chunk Koordinaten von diesem Slime Chunk zu kopieren."
21+
"command.checkSeed.using": "SeedMapper benutzt den Seed %s aus %s.",
22+
"command.checkSeed.fromSavedSeeds": "der \"SavedSeeds\" config",
23+
"command.checkSeed.fromDatabase": "der online Datenbank",
24+
"command.checkSeed.fromSeed": "der \"Seed\" config",
25+
"command.checkSeed.fromSource": "dem /sm:source Command",
26+
27+
"command.locate.taskStarted": "Task gestartet...",
28+
"command.locate.taskStopped": "Task beendet.",
29+
"command.locate.noTaskRunning": "Keine Task läuft aktuell.",
30+
"command.locate.biome.foundAt": "Biome gefunden bei %s.",
31+
"command.locate.feature.structure.foundAt": "Struktur gefunden bei %s.",
32+
"command.locate.feature.structure.endCity.hasShip": "Diese End City hat ein Schiff in der Nähe von %s.",
33+
"command.locate.feature.structure.fortress.hasSpawner": "Diese Festung hat einen Spawner in der Nähe %s.",
34+
"command.locate.feature.structure.rotation_0": "Rotation: 0 Grad.",
35+
"command.locate.feature.structure.rotation_1": "Rotation: 90 Grad im Uhrzeigersinn.",
36+
"command.locate.feature.structure.rotation_2": "Rotation: 180 Grad.",
37+
"command.locate.feature.structure.rotation_3": "Rotation: 90 Grad gegen den Uhrzeigersinn.",
38+
"command.locate.feature.structure.mirrored": "Gespiegelt: %s.",
39+
40+
"key.category.seedmapper.seedmapper": "SeedMapper",
41+
"key.seedMap": "Seed Map",
42+
"key.minimap": "Seed Minimap"
1243
}

0 commit comments

Comments
 (0)