diff --git a/main/src/main/resources/lang/de-DE/strings.yml b/main/src/main/resources/lang/de-DE/strings.yml index 6afbb1174..1284eb7e8 100644 --- a/main/src/main/resources/lang/de-DE/strings.yml +++ b/main/src/main/resources/lang/de-DE/strings.yml @@ -409,11 +409,14 @@ conditionEditorEnterName: "Enter Condition name, " conditionEditorModifiedNote: 'Note: You have modified a condition that the following quests use:' conditionEditorForcedToQuit: "If you save the condition, anyone who is actively doing any of these quests will be forced to quit them." conditionEditorSetName: "Set name" -conditionEditorPlayer: "Player" -conditionEditorItemsInMainHand: "Holding in main hand" -conditionEditorSetItemsInMainHand: "Set holding in main hand" +conditionEditorWorld: "World" conditionEditorFailQuest: "Fail the quest" conditionEditorConditionCleared: "Condition cleared." +conditionEditorItemsInMainHand: "Holding in main hand" +conditionEditorBiomesTitle: "- Biomes -" +conditionEditorStayingWithinBiome: "Staying within biome" +conditionEditorBiomesPrompt: "Enter biome names, , " +conditionEditorInvalidBiome: "is not a valid biome name!" reqSetMoney: "Geldvoraussetzung festlegen" reqSetQuestPoints: "Questpunkt-Voraussetzung festlegen" reqSetItem: "Itemvoraussetzung festlegen"