From 79be39c207fc82082669e1e4858deb501dee0139 Mon Sep 17 00:00:00 2001 From: PikaMug <2267126+PikaMug@users.noreply.github.com> Date: Sun, 19 Jan 2020 03:42:48 -0500 Subject: [PATCH] New translations strings.yml (Chinese Traditional) --- main/src/main/resources/lang/zh-TW/strings.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/src/main/resources/lang/zh-TW/strings.yml b/main/src/main/resources/lang/zh-TW/strings.yml index efd712092..eedf88deb 100644 --- a/main/src/main/resources/lang/zh-TW/strings.yml +++ b/main/src/main/resources/lang/zh-TW/strings.yml @@ -131,6 +131,8 @@ stageEditorMobs: "怪物" stageEditorKillMobs: "擊殺怪物" stageEditorCatchFish: "捕捉生魚" stageEditorFish: "魚" +stageEditorMilkCows: "Milk cows" +stageEditorCows: "cows" stageEditorReachLocs: "抵達目的地!" stageEditorReachRadii1: "即將抵達" stageEditorReachRadii2: "三組的石頭" @@ -194,6 +196,7 @@ stageEditorEnterBlockNames: "輸入方塊名稱 (或 ID), , " stageEditorEnterBlockAmounts: "Enter block amounts, , " stageEditorEnterBlockDurability: "輸入塊耐久性 (0-9), , " stageEditorCatchFishPrompt: "輸入要捕獲的魚的數量, , " +stageEditorMilkCowsPrompt: "Enter number of cows to milk, , " stageEditorKillPlayerPrompt: "輸入要擊殺玩家的數量, , " stageEditorEnchantTypePrompt: "輸入附魔名稱, , " stageEditorEnchantAmountsPrompt: "輸入附魔等級(數字), , " @@ -618,6 +621,7 @@ smelt: "Smelt" enchantItem: "Enchant with " brew: "Brew" catchFish: "Catch Fish" +milkCow: "Milk Cow" kill: "Kill" killAtLocation: "Kill at " killPlayer: "Kill a Player"