From df7f10d7aee4baaddb531729e0989b0b5506127f Mon Sep 17 00:00:00 2001 From: dirtTW Date: Sun, 28 Jul 2024 16:41:58 +0700 Subject: [PATCH] Added Traditional Chinese (zh_tw.json) Added Traditional Chinese localization --- src/main/resources/assets/sit/lang/zh_tw.json | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/main/resources/assets/sit/lang/zh_tw.json diff --git a/src/main/resources/assets/sit/lang/zh_tw.json b/src/main/resources/assets/sit/lang/zh_tw.json new file mode 100644 index 0000000..62f239a --- /dev/null +++ b/src/main/resources/assets/sit/lang/zh_tw.json @@ -0,0 +1,51 @@ +{ + "config.sit.empty": "空", + "config.sit.restrictive": "限制", + "config.sit.none": "無", + "config.sit.category.general": "一般", + "config.sit.category.general.tooltip": "一般設定", + "config.sit.category.main_hand": "主手", + "config.sit.category.main_hand.tooltip": "主手設定", + "config.sit.category.off_hand": "副手", + "config.sit.category.off_hand.tooltip": "副手設定", + "config.sit.general.keep_active": "保持活躍", + "config.sit.general.keep_active.description": "即使在登出/關閉時,也保持實體處於活躍狀態", + "config.sit.general.sittable": "可坐的方塊", + "config.sit.general.sittable.description": "切換坐在不同方塊類型上的能力。", + "config.sit.general.sit_while_seated": "坐下時坐下", + "config.sit.general.sit_while_seated.description": "切換已經坐在一個方塊上時,坐在其他方塊上的能力。", + "config.sit.general.sittable.stairs": "階梯", + "config.sit.general.sittable.slabs": "半磚", + "config.sit.general.sittable.carpets": "地毯", + "config.sit.general.sittable.full_blocks": "完整方塊", + "config.sit.general.sittable.custom": "自訂", + "config.sit.general.sittable.custom.description": "啟用新增自訂方塊以供坐下。", + "config.sit.general.sittable_blocks": "自訂可坐方塊", + "config.sit.general.sittable_blocks.description": "新增自訂可坐方塊!", + "config.sit.general.sittable_blocks.description_2": "範例:%s", + "config.sit.general.sittable_blocks.description_4": "第一個條目:自訂方塊", + "config.sit.general.sittable_blocks.description_5": "第二個條目:坐姿高度(0-1 之間的數字,例如 0.52)", + "config.sit.general.sittable_blocks.description_6": "第三個條目:碰撞箱大小(玩家下馬時在實體上方生成的位置)", + "config.sit.general.sittable_blocks.description_7": "第四個條目(可選):坐下的必要方塊狀態(輸入「!」排除方塊狀態)", + "config.sit.general.sittable_blocks.description_8": "使用「|」分隔不同的條目!", + "config.sit.hand": "手部設定", + "config.sit.hand.requirements": "需求", + "config.sit.hand.requirements.description": "坐下的手部需求。", + "config.sit.hand.requirements.description_2": "空 = 手必須是空的", + "config.sit.hand.requirements.description_3": "限制 = 為手部狀態設定限制", + "config.sit.hand.requirements.description_4": "無 = 隨時可以坐下", + "config.sit.hand.restrictions": "限制", + "config.sit.hand.restrictions.description": "切換預設的手部限制以供坐下。", + "config.sit.hand.restrictions.blocks": "方塊", + "config.sit.hand.restrictions.food": "食物", + "config.sit.hand.restrictions.usable": "可使用的", + "config.sit.hand.restrictions.usable.description": "例如:弓、三叉戟、盾牌", + "config.sit.hand.whitelist": "白名單", + "config.sit.hand.whitelist.description": "為玩家可以用來坐下的物品建立自訂白名單。", + "config.sit.hand.blacklist": "黑名單", + "config.sit.hand.blacklist.description": "為玩家無法用來坐下的物品建立自訂黑名單。", + "config.sit.hand.list.description": "範例:", + "config.sit.hand.list.description_2": "「minecraft:torch」", + "key.sit.command.reloaded": "已重新載入設定!", + "key.sit.command.purged": "已清除所有活躍的椅子實體!" +} \ No newline at end of file