From e946edb660fe22336655577cf45d983d6e07c486 Mon Sep 17 00:00:00 2001 From: PikaMug <2267126+PikaMug@users.noreply.github.com> Date: Thu, 20 Feb 2020 04:22:04 -0500 Subject: [PATCH] New translations strings.yml (Chinese Traditional) --- main/src/main/resources/lang/zh-TW/strings.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/src/main/resources/lang/zh-TW/strings.yml b/main/src/main/resources/lang/zh-TW/strings.yml index 087222688..23cdac5d8 100644 --- a/main/src/main/resources/lang/zh-TW/strings.yml +++ b/main/src/main/resources/lang/zh-TW/strings.yml @@ -293,7 +293,7 @@ eventEditorNotANumberList: "Input was not a list of numbers!" eventEditorInvalidEntry: "無效的輸入" eventEditorGiveItemsTitle: "- 給予物品 -" eventEditorEffectsTitle: "- 聲音效果 -" -eventEditorStormTitle: "- Action Storm -" +eventEditorStormTitle: "- 事件︰暴雨 -" eventEditorThunderTitle: "- 事件︰雷暴 -" eventEditorMobSpawnsTitle: "- 事件︰生成怪物 -" eventEditorMobsTitle: "- 怪物 -" @@ -312,7 +312,7 @@ eventEditorFailQuest: "導致任務失敗" eventEditorSetExplosions: "設定爆炸地點" eventEditorSetLightning: "設定閃電攻擊地點" eventEditorSetEffects: "設定效果" -eventEditorSetStorm: "Set storm" +eventEditorSetStorm: "設定暴雨" eventEditorSetThunder: "設定雷暴" eventEditorSetMobSpawns: "設定生成怪物" eventEditorSetPotionEffects: "套用藥水效果" @@ -332,7 +332,7 @@ eventEditorSetItemAmounts: "設定物品數量" eventEditorNoNames: "未設置名稱" eventEditorMustSetNames: "你必須先設定物品名稱!" eventEditorInvalidName: "並非有效的物品名稱!" -eventEditorStorm: "Action Storm" +eventEditorStorm: "事件︰暴雨" eventEditorSetWorld: "設定世界" eventEditorSetDuration: "設定持續時間" eventEditorNoWorld: "(未設定世界)" @@ -437,7 +437,7 @@ reqHeroesPrimaryDisplay: "主職業︰" reqHeroesSecondaryDisplay: "副職業︰" reqNotAQuestName: " 並非任務名稱!" reqItemCleared: "已清除物品條件。" -reqTrueFalseError: ' is not a true or false value!%br%Example: true false true true' +reqTrueFalseError: ' 並非 true 或 false 值!%br%範例︰true false true true' reqCustomAlreadyAdded: "這個自訂條件已被添加!" reqCustomNotFound: "找不到自訂條件模組。" reqCustomCleared: "已清除自訂條件。"