From d465a724f5b318bcf8affd2636f13d9d1eb88291 Mon Sep 17 00:00:00 2001 From: mlus <1319237806@qq.com> Date: Thu, 15 May 2025 18:03:40 +0800 Subject: [PATCH] language file fix --- src/main/resources/assets/playersync/lang/en_us.json | 3 ++- src/main/resources/assets/playersync/lang/zh_cn.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/assets/playersync/lang/en_us.json b/src/main/resources/assets/playersync/lang/en_us.json index fceecfd..8e04540 100644 --- a/src/main/resources/assets/playersync/lang/en_us.json +++ b/src/main/resources/assets/playersync/lang/en_us.json @@ -1,5 +1,6 @@ { - "playersync.item_placeholder_description": "Item is unknown on this server. This can either\nbe a modded item, an added, or a removed vanilla\nitem.\nThis voucher will automatically be replaced with\nthe corresponding item when joining a server\nwhere the item is known.","playersync.placeholder_titel_override": "Item Voucher", + "playersync.item_placeholder_description": "Item is unknown on this server. This can either\nbe a modded item, an added, or a removed vanilla\nitem.\nThis voucher will automatically be replaced with\nthe corresponding item when joining a server\nwhere the item is known.", + "playersync.placeholder_title_override": "Item Voucher", "playersync.item_placeholder_title": "Item Voucher", "playersync.already_online": "You can't join more than one synchronization server at the same time." } diff --git a/src/main/resources/assets/playersync/lang/zh_cn.json b/src/main/resources/assets/playersync/lang/zh_cn.json index a19647d..92bbe6a 100644 --- a/src/main/resources/assets/playersync/lang/zh_cn.json +++ b/src/main/resources/assets/playersync/lang/zh_cn.json @@ -1,3 +1,6 @@ { + "playersync.item_placeholder_description": "物品在此服务器未知。这可能是一个模组物品,或是不同版本的原版物品。\n这张券将会在加入可识别此物品的服务器后自动替换为对应物品。", + "playersync.placeholder_title_override": "物品券", + "playersync.item_placeholder_title": "物品券", "playersync.already_online": "你不能同时加入多个同步的服务器。" } \ No newline at end of file