diff --git a/main/src/main/resources/lang/ja-JP/strings.yml b/main/src/main/resources/lang/ja-JP/strings.yml index 6737d9350..d1407e528 100644 --- a/main/src/main/resources/lang/ja-JP/strings.yml +++ b/main/src/main/resources/lang/ja-JP/strings.yml @@ -165,10 +165,6 @@ stageEditorDelete: "Delete Stage" stageEditorSetBlockNames: "Set block names" stageEditorSetBlockAmounts: "Set block amounts" stageEditorSetBlockDurability: "Set block durability" -stageEditorSetDamageAmounts: "Set damage amounts" -stageEditorSetPlaceAmounts: "Set place amounts" -stageEditorSetUseAmounts: "Set use amounts" -stageEditorSetCutAmounts: "Set cut amounts" stageEditorSetKillAmounts: "Set kill amounts" stageEditorSetEnchantAmounts: "Set enchant amounts" stageEditorSetMobAmounts: "Set mob amounts" @@ -197,11 +193,7 @@ stageEditorCustomAlreadyAdded: "That custom objective has already been added!" stageEditorCustomCleared: "Custom objectives cleared." stageEditorCustomDataPrompt: "Enter value for :" stageEditorEnterBlockNames: "Enter block names, , " -stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), , " -stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), , " -stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), , " -stageEditorUseBlocksPrompt: "Enter use amounts (numbers), , " -stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), , " +stageEditorEnterBlockAmounts: "Enter block amounts, , " stageEditorEnterBlockDurability: "Enter block durability (numbers), , " stageEditorCatchFishPrompt: "Enter number of fish to catch, , " stageEditorKillPlayerPrompt: "Enter number of players to kill, , "