9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2025-12-29 03:39:11 +00:00
This commit is contained in:
XiaoMoMi
2024-10-08 22:26:48 +08:00
parent 6b2bbea6e1
commit a387cf5127
30 changed files with 567 additions and 78 deletions

View File

@@ -38,6 +38,8 @@ public interface MessageConstants {
TranslatableComponent.Builder COMMAND_NAMEPLATES_LIST_FAILURE_NONE = Component.translatable().key("command.nameplates.list.failure.none");
TranslatableComponent.Builder COMMAND_NAMEPLATES_LIST_SUCCESS = Component.translatable().key("command.nameplates.list.success");
TranslatableComponent.Builder COMMAND_NAMEPLATES_LIST_DELIMITER = Component.translatable().key("command.nameplates.list.delimiter");
TranslatableComponent.Builder COMMAND_NAMEPLATES_TOGGLE_ON = Component.translatable().key("command.nameplates.toggle.on");
TranslatableComponent.Builder COMMAND_NAMEPLATES_TOGGLE_OFF = Component.translatable().key("command.nameplates.toggle.off");
TranslatableComponent.Builder COMMAND_NAMEPLATES_FORCE_EQUIP_SUCCESS = Component.translatable().key("command.nameplates.force_equip.success");
TranslatableComponent.Builder COMMAND_NAMEPLATES_FORCE_EQUIP_FAILURE_NOT_EXISTS = Component.translatable().key("command.nameplates.force_equip.failure.not_exists");

View File

@@ -60,6 +60,8 @@ command.nameplates.force_equip.failure.not_exists: "<red>Failed to equip namepla
command.nameplates.force_equip.success: "<white>Forced <arg:0> to equip <arg:1></white>" # use <arg:2> for display name
command.nameplates.force_unequip.success: "<white>Removed <arg:0>'s nameplate</white>"
command.nameplates.force_preview.success: "<white>Forced <arg:0> to preview nameplates</white>"
command.nameplates.toggle.on: "<white>You're now showing your tags (Go to third person to view)</white>"
command.nameplates.toggle.off: "<white>Your tags have been hidden</white>"
command.bubbles.equip.failure.not_exists: "<red><arg:0> doesn't exist</red>"
command.bubbles.equip.failure.permission: "<red>You don't have permission to use this bubble</red>"
command.bubbles.equip.failure.no_change: "<red>Nothing changed as you have already equipped this bubble</red>"

View File

@@ -60,6 +60,8 @@ command.nameplates.force_equip.failure.not_exists: "<red>由于 <arg:1> 不存
command.nameplates.force_equip.success: "<white>强制 <arg:0> 佩戴了铭牌 <arg:1></white>"
command.nameplates.force_unequip.success: "<white>移除了 <arg:0> 的铭牌</white>"
command.nameplates.force_preview.success: "<white>强制 <arg:0> 预览他的铭牌</white>"
command.nameplates.toggle.on: "<white>你正在显示你的铭牌 (前往第三人称查看)</white>"
command.nameplates.toggle.off: "<white>你关闭了铭牌显示</white>"
command.bubbles.equip.failure.not_exists: "<red>气泡 <arg:0> 不存在</red>"
command.bubbles.equip.failure.permission: "<red>你尚未解锁这个气泡</red>"
command.bubbles.equip.failure.no_change: "<red>你已经应用这个气泡了</red>"