|
1 | 1 | { |
| 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\".", |
2 | 10 | "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\".", |
5 | 20 |
|
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" |
12 | 43 | } |
0 commit comments