Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 39 additions & 8 deletions src/main/resources/assets/seedmapper/lang/de_de.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,43 @@
{
"commands.exceptions.noSeedAvailable": "Kein Seed gesetzt, setzte ihn mit dem /sm:config command.",
"commands.exceptions.alreadyBusyLocating": "Bereits mit dem Suchen von etwas beschäftigt [%s].",
"commands.exceptions.alreadyBusyLocating.stopTask": "Aufgabe beenden",
"commands.exceptions.alreadyBusyLocating.clickToStop": "Klicken um Task zu beenden",
"commands.exceptions.unknownError": "Ein unbekannter Fehler ist aufgetreten, bitte den Log ansehen!",
"commands.exceptions.unknownDimension": "Unbekannte Dimension \"%s\".",
"commands.exceptions.unknownGeneratorFlag": "Unbekannte Generator flag \"%s\".",
"commands.exceptions.unknownVersion": "Unbekannte Version \"%s\".",
"commands.exceptions.invalidDimension": "Ungültige Dimension.",
"commands.exceptions.noBiomeFound": "Konnte Biom innerhalb von %s Blöcken nicht finden.",
"commands.exceptions.noStructureFound": "Konnte Konstruktion innerhalb von %s Blöcken nicht finden.",
"commands.exceptions.unknownBiome": "Unbekanntes Biom \"%s\".",
"commands.exceptions.noBiomeFound": "Biom konnte nicht in %s Blöcken gefunden werden.",
"commands.exceptions.unknownStructure": "Unbekannte Struktur \"%s\".",
"commands.exceptions.unknownStructurePiece": "Unbekanntes Strukturteil \"%s\".",
"commands.exceptions.unknownVariantKey": "Unbekannter Strukturvarianten Key \"%s\".",
"commands.exceptions.unknownVariantValue": "Unbekannter Strukturvarianten Wert \"%s\".",
"commands.exceptions.noStructureFound": "Konnte Struktur nicht in %s Blöcken finden.",
"commands.exceptions.unknownOre": "Unbekannter Block \"%s\".",
"commands.exceptions.unknownItem": "Unbekanntes Item \"%s\".",

"command.locate.biome.foundAt": "Biom gefunden bei %s.",
"command.locate.feature.structure.foundAt": "Konstruktion gefunden bei %s.",
"command.locate.feature.slimeChunk.noneFound": "Konnte Slime Chunks innerhalb von 6400 Blöcken nicht finden.",
"command.locate.feature.slimeChunk.foundAt": "Slime Chunk gefunden bei %s (Chunk %s).",
"command.locate.feature.slimeChunk.copy": "Klicke um die Koordinaten von diesem Slime Chunk zu kopieren.",
"command.locate.feature.slimeChunk.copyChunk": "Klicke um die Chunk Koordinaten von diesem Slime Chunk zu kopieren."
"command.checkSeed.using": "SeedMapper benutzt den Seed %s aus %s.",
"command.checkSeed.fromSavedSeeds": "der \"SavedSeeds\" config",
"command.checkSeed.fromDatabase": "der online Datenbank",
"command.checkSeed.fromSeed": "der \"Seed\" config",
"command.checkSeed.fromSource": "dem /sm:source Command",

"command.locate.taskStarted": "Task gestartet...",
"command.locate.taskStopped": "Task beendet.",
"command.locate.noTaskRunning": "Keine Task läuft aktuell.",
"command.locate.biome.foundAt": "Biome gefunden bei %s.",
"command.locate.feature.structure.foundAt": "Struktur gefunden bei %s.",
"command.locate.feature.structure.endCity.hasShip": "Diese End City hat ein Schiff in der Nähe von %s.",
"command.locate.feature.structure.fortress.hasSpawner": "Diese Festung hat einen Spawner in der Nähe %s.",
"command.locate.feature.structure.rotation_0": "Rotation: 0 Grad.",
"command.locate.feature.structure.rotation_1": "Rotation: 90 Grad im Uhrzeigersinn.",
"command.locate.feature.structure.rotation_2": "Rotation: 180 Grad.",
"command.locate.feature.structure.rotation_3": "Rotation: 90 Grad gegen den Uhrzeigersinn.",
"command.locate.feature.structure.mirrored": "Gespiegelt: %s.",

"key.category.seedmapper.seedmapper": "SeedMapper",
"key.seedMap": "Seed Map",
"key.minimap": "Seed Minimap"
}