From 91d9c84b4c08cbbe9365bee91a492e46a9cef837 Mon Sep 17 00:00:00 2001 From: jhqwqmc Date: Tue, 18 Nov 2025 18:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AD=E8=A8=80=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common-files/src/main/resources/translations/en.yml | 12 ++++++------ .../src/main/resources/translations/zh_cn.yml | 6 ++++++ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/common-files/src/main/resources/translations/en.yml b/common-files/src/main/resources/translations/en.yml index 768fd7644..781d07a46 100644 --- a/common-files/src/main/resources/translations/en.yml +++ b/common-files/src/main/resources/translations/en.yml @@ -49,12 +49,12 @@ command.item.get.failure.not_exist: "':'':''>" command.item.give.success.multiple: "':'':''>" command.item.give.failure.not_exist: "'>" -command.item.clear.failed.single: "No items were found on player " -command.item.clear.failed.multiple: "No items were found on players" -command.item.clear.success.single: "Removed item(s) from player " -command.item.clear.success.multiple: "Removed item(s) from players" -command.item.clear.test.single: "Found matching item(s) on player " -command.item.clear.test.multiple: "Found matching item(s) on players" +command.item.clear.failed.single: "'>" +command.item.clear.failed.multiple: "'>" +command.item.clear.success.single: "':''>" +command.item.clear.success.multiple: "':''>" +command.item.clear.test.single: "':''>" +command.item.clear.test.multiple: "':''>" command.search_recipe.not_found: "No recipe found for this item" command.search_usage.not_found: "No usage found for this item" command.search_recipe.no_item: "Please hold an item before running this command" diff --git a/common-files/src/main/resources/translations/zh_cn.yml b/common-files/src/main/resources/translations/zh_cn.yml index 52a01b05e..d40ebd642 100644 --- a/common-files/src/main/resources/translations/zh_cn.yml +++ b/common-files/src/main/resources/translations/zh_cn.yml @@ -49,6 +49,12 @@ command.item.get.failure.not_exist: "':'':''>" command.item.give.success.multiple: "':'':''>" command.item.give.failure.not_exist: "'>" +command.item.clear.failed.single: "'>" +command.item.clear.failed.multiple: "'>" +command.item.clear.success.single: "':''>" +command.item.clear.success.multiple: "':''>" +command.item.clear.test.single: "':''>" +command.item.clear.test.multiple: "':''>" command.search_recipe.not_found: "找不到此物品的配方" command.search_usage.not_found: "找不到此物品的用途" command.search_recipe.no_item: "请手持物品后再执行此命令"