From ec3181a7f54ec1bac1efe37e222df94d81fb40cf Mon Sep 17 00:00:00 2001 From: PikaMug <2267126+PikaMug@users.noreply.github.com> Date: Sun, 19 Jan 2020 03:43:03 -0500 Subject: [PATCH] New translations strings.yml (Japanese) --- main/src/main/resources/lang/ja-JP/strings.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/src/main/resources/lang/ja-JP/strings.yml b/main/src/main/resources/lang/ja-JP/strings.yml index d44acda95..8f4c8f897 100644 --- a/main/src/main/resources/lang/ja-JP/strings.yml +++ b/main/src/main/resources/lang/ja-JP/strings.yml @@ -131,6 +131,8 @@ stageEditorMobs: "Mobs" stageEditorKillMobs: "モブを殺す" stageEditorCatchFish: "魚を捕まえる" stageEditorFish: "魚" +stageEditorMilkCows: "Milk cows" +stageEditorCows: "cows" stageEditorReachLocs: "ロケーション到達" stageEditorReachRadii1: "範囲内への到達" stageEditorReachRadii2: "ブロック" @@ -194,6 +196,7 @@ stageEditorEnterBlockNames: "Enter block names, , " stageEditorEnterBlockAmounts: "Enter block amounts, , " stageEditorEnterBlockDurability: "Enter block durabilities (numbers), , " stageEditorCatchFishPrompt: "Enter number of fish to catch, , " +stageEditorMilkCowsPrompt: "Enter number of cows to milk, , " stageEditorKillPlayerPrompt: "Enter number of players to kill, , " stageEditorEnchantTypePrompt: "Enter enchantment names, , " stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), , " @@ -618,6 +621,7 @@ smelt: "Smelt" enchantItem: "Enchant with " brew: "Brew" catchFish: "Catch Fish" +milkCow: "Milk Cow" kill: "殺す" killAtLocation: " を殺す" killPlayer: "プレイヤーを殺す"