From 296f0a68d25ec144a233fdbcc2a29c8c7272870a Mon Sep 17 00:00:00 2001 From: suoyukii Date: Mon, 2 Sep 2024 15:42:43 +0800 Subject: [PATCH] lang(zh_cn): Update zh_cn.json (#899) Some better descriptions. --- common/src/main/resources/assets/waystones/lang/zh_cn.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/waystones/lang/zh_cn.json b/common/src/main/resources/assets/waystones/lang/zh_cn.json index 951e163a..15131776 100644 --- a/common/src/main/resources/assets/waystones/lang/zh_cn.json +++ b/common/src/main/resources/assets/waystones/lang/zh_cn.json @@ -173,11 +173,11 @@ "config.waystones.general.allowedVisibilities": "启用全局可见", "config.waystones.general.allowedVisibilities.tooltip": "添加一个全局选项,玩家可以创建一个所有玩家可见的全局传送石碑", "config.waystones.general.warpStoneUseTime": "传送石冷却时间", - "config.waystones.general.warpStoneUseTime.tooltip": "下一次可使用传送石的冷却时间(单位:刻)", + "config.waystones.general.warpStoneUseTime.tooltip": "使用传送石的冷却时间(刻)", "config.waystones.general.scrollUseTime": "传送卷轴冷却时间", - "config.waystones.general.scrollUseTime.tooltip": "下一次可使用传送卷轴的冷却时间(单位:刻)", + "config.waystones.general.scrollUseTime.tooltip": "传送卷轴的冷却时间(刻)", "config.waystones.general.warpPlateUseTime": "传送石盘使用时间", - "config.waystones.general.warpPlateUseTime.tooltip": "玩家必须站在传送石盘所需要花费的时间(单位:刻)", + "config.waystones.general.warpPlateUseTime.tooltip": "玩家站在传送石盘上面传送所需的时间(刻)", "config.waystones.teleports": "传送设置", "config.waystones.teleports.enableCosts": "启用传送成本", "config.waystones.teleports.enableCosts.tooltip": "设置为 false 可以免费传送,可通过 传送要求 进行详细设置",