From 02a23f02ef7fcec8b1f705bf91d1166c4b7cfbfe Mon Sep 17 00:00:00 2001 From: Lin <63439268+Linnnnnna@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:12:11 +0800 Subject: [PATCH] Update zh-Hans.hjson --- Localization/zh-Hans.hjson | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Localization/zh-Hans.hjson b/Localization/zh-Hans.hjson index 2d02e90..05cd49a 100644 --- a/Localization/zh-Hans.hjson +++ b/Localization/zh-Hans.hjson @@ -2,33 +2,33 @@ Mods: { WMITF: { TechNamesOn: "[WMITF] 物品来源提示已打开" TechNamesOff: "[WMITF] 物品来源提示已关闭" - WorldTooltipsOn: "[WMITF] 生物/物块来源提示已打开" - WorldTooltipsOff: "[WMITF] 生物/物块来源提示已打开" + WorldTooltipsOn: "[WMITF] NPC/物块提示已打开" + WorldTooltipsOff: "[WMITF] NPC/物块提示已打开" Keybinds: { - // "Technical Names.DisplayName": Display Technical Names - // "Tile/NPC Mod Tooltip.DisplayName": Display Tile/NPC Mod Tooltips + "Technical Names.DisplayName": 显示物品来源 + "Tile/NPC Mod Tooltip.DisplayName": 显示物块/NPC提示 } Configs: { Config: { - // DisplayName: Config + DisplayName: 配置 DisplayWorldTooltips: { - // Label: Display World Tooltips - // Tooltip: Whether or not mod origins are displayed when hovering over NPCs and Tiles. + Label: 显示世界提示 + Tooltip: 决定当光标悬停于NPC/物块上时是否显示Mod来源. } DisplayItemTooltips: { - // Label: Display Items Tooltips - // Tooltip: Whether or not mod origins are displayed in item tooltips. + Label: 显示物品提示 + Tooltip: 决定是否在物品说明中显示Mod来源. } DisplayTechnicalNames: { - // Label: Display Technical Names - // Tooltip: Whether or not technical names are displayed. + Label: 显示物品来源 + Tooltip: 决定是否显示内部名称. } } } } -} \ No newline at end of file +}