From 6dcf11eb5c2018b78d2d317706cba06e4e40af4a Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Mon, 11 Feb 2019 23:01:37 -0500 Subject: [PATCH] New translations strings.yml (Japanese) --- src/main/resources/lang/ja-JP/strings.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/resources/lang/ja-JP/strings.yml b/src/main/resources/lang/ja-JP/strings.yml index 30cd4d9ce..0718d6d7d 100644 --- a/src/main/resources/lang/ja-JP/strings.yml +++ b/src/main/resources/lang/ja-JP/strings.yml @@ -74,6 +74,12 @@ questEditorEnterNPCStart: "Enter NPC ID, , " questEditorEnterBlockStart: "スタートポイント , , として使用するブロックを右クリックしてください" questEditorEnterInitialEvent: "イベント名を入力してください、" questRequiredNoneSet: "Required, none set" +questPartiesCreate: "Players added to this party may perform quests together!" +questPartiesDelete: "The quest party was disbanded." +questPartiesInvite: " can now perform quests with you!" +questPartiesJoin: "You can now perform quests with ." +questPartiesKicked: " can no longer perform quests with you." +questPartiesLeave: "You can no longer perform quests with ." questWGSetRegion: "地域を設定" questWGNotInstalled: "WorldGuardがインストールされていません" questWGPrompt: "WorldGuardの区域を入力してください、" @@ -262,11 +268,6 @@ stageEditorNoKillLocations: "You must set kill locations first!" stageEditorNoBlockSelected: "You must select a block first." stageEditorNoColors: "You must set colors first!" stageEditorNoLocations: "You must set locations first!" -stageEditorNoEnchantmentsSet: "No enchantments set" -stageEditorNoItemsSet: "No items set" -stageEditorNoMobTypesSet: "No mob types set" -stageEditorNoLocationsSet: "No locations set" -stageEditorNoColorsSet: "No colors set" stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!" stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!" stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"