From d1265aeb4d38a2702c28797bac3d477ce875b06e Mon Sep 17 00:00:00 2001 From: LogicWheat Date: Wed, 26 Nov 2025 23:39:59 +0800 Subject: [PATCH] Add files via upload --- common/src/main/resources/assets/vsplit/lang/zh_cn.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/src/main/resources/assets/vsplit/lang/zh_cn.json diff --git a/common/src/main/resources/assets/vsplit/lang/zh_cn.json b/common/src/main/resources/assets/vsplit/lang/zh_cn.json new file mode 100644 index 0000000..11d6abc --- /dev/null +++ b/common/src/main/resources/assets/vsplit/lang/zh_cn.json @@ -0,0 +1,8 @@ +{ + "vsplit.command.protect.success": "更新了 %s 个物理结构", + "vsplit.message.clean.warn.min": "物理结构清理将在 %s 分钟后进行", + "vsplit.message.clean.warn.sec": "物理结构清理将在 %s 秒后进行", + "vsplit.message.clean.start": "物理结构扫地姬开始工作……", + "vsplit.message.clean.success": "清理了 %s 个物理结构", + "vsplit.message.clean.success.none": "没有物理结构需要被清理" +}