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: "请手持物品后再执行此命令"