From 668fe3f6bf9bdbe84abf7d29d071a61418747d7d Mon Sep 17 00:00:00 2001 From: PikaMug <2267126+PikaMug@users.noreply.github.com> Date: Thu, 30 Jan 2020 21:21:35 -0500 Subject: [PATCH] New translations strings.yml (Chinese Traditional) --- main/src/main/resources/lang/zh-TW/strings.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/src/main/resources/lang/zh-TW/strings.yml b/main/src/main/resources/lang/zh-TW/strings.yml index e242b6b3c..cad841a0e 100644 --- a/main/src/main/resources/lang/zh-TW/strings.yml +++ b/main/src/main/resources/lang/zh-TW/strings.yml @@ -131,8 +131,8 @@ stageEditorMobs: "怪物" stageEditorKillMobs: "擊殺怪物" stageEditorCatchFish: "捕捉生魚" stageEditorFish: "魚" -stageEditorMilkCows: "Milk cows" -stageEditorCows: "cows" +stageEditorMilkCows: "奶牛" +stageEditorCows: "牛" stageEditorReachLocs: "抵達目的地!" stageEditorReachRadii1: "即將抵達" stageEditorReachRadii2: "三組的石頭" @@ -193,10 +193,10 @@ stageEditorCustomAlreadyAdded: "自訂目標已添加!" stageEditorCustomCleared: "已清除自訂目標." stageEditorCustomDataPrompt: "輸入 的價值:" stageEditorEnterBlockNames: "輸入方塊名稱 (或 ID), , " -stageEditorEnterBlockAmounts: "Enter block amounts, , " +stageEditorEnterBlockAmounts: "輸入方塊數量, , " stageEditorEnterBlockDurability: "輸入塊耐久性 (0-9), , " stageEditorCatchFishPrompt: "輸入要捕獲的魚的數量, , " -stageEditorMilkCowsPrompt: "Enter number of cows to milk, , " +stageEditorMilkCowsPrompt: "輸入要奶牛的數量, , " stageEditorKillPlayerPrompt: "輸入要擊殺玩家的數量, , " stageEditorEnchantTypePrompt: "輸入附魔名稱, , " stageEditorEnchantAmountsPrompt: "輸入附魔等級(數字), , " @@ -225,7 +225,7 @@ stageEditorDelayMessagePrompt: "輸入延遲傳遞的訊息, , " stageEditorScriptPrompt: "輸入腳本名稱, , " stageEditorStartMessagePrompt: "輸入任務開始時的訊息, , " stageEditorCompleteMessagePrompt: "輸入任務完成時的訊息, , " -stageEditorPasswordDisplayPrompt: "Enter password display, " +stageEditorPasswordDisplayPrompt: "輸入密碼顯示, " stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)" stageEditorPasswordPhrasePrompt: "Enter password phrases, , " stageEditorPasswordPhraseHint: "(This is the text that a player must enter to complete the objective)"