Update user messages for account linking

This commit is contained in:
Xujiayao 2026-03-11 21:00:53 +08:00 committed by Jason Xu
parent 318a2cf285
commit 26b4c80624
2 changed files with 4 additions and 4 deletions

View file

@ -129,14 +129,14 @@ commands:
args_desc:
code: "Verification code from Minecraft"
player_only: "This command can only be used by a Minecraft player."
discord_only: "This command can only be used from Discord."
discord_only: "This command can only be used by a Discord user."
not_available: "This command is not available in the current mode."
invalid_code: "Invalid or expired verification code."
success: "Successfully linked to Minecraft player \"{}\"!"
uuid_already_linked: "Linking failed. This Minecraft player is already linked to another Discord user."
unlink:
description: "Unlink your Minecraft player from a Discord user"
not_available: "This command is not available in the current mode."
not_available: "This command can only be used by a Minecraft player or a Discord user."
success_minecraft: "You have been unlinked from Discord user \"{}\"!"
success_discord: "Successfully unlinked {0} Minecraft player(s) from Discord user \"{1}\"!"
not_linked: "No linked accounts found for you."

View file

@ -129,14 +129,14 @@ commands:
args_desc:
code: "来自 Minecraft 的验证码"
player_only: "此命令只能由 Minecraft 玩家使用。"
discord_only: "此命令只能在 Discord 上使用。"
discord_only: "此命令只能由 Discord 用户使用。"
not_available: "此命令在当前模式下不可用。"
invalid_code: "无效或已过期的验证码。"
success: "成功绑定 Minecraft 玩家 \"{}\""
uuid_already_linked: "绑定失败。此 Minecraft 玩家已绑定到另一个 Discord 用户。"
unlink:
description: "解除你的 Minecraft 玩家与 Discord 用户的绑定"
not_available: "此命令在当前模式下不可用。"
not_available: "此命令只能由 Minecraft 玩家或 Discord 用户使用。"
success_minecraft: "你已与 Discord 用户 \"{}\" 解除绑定!"
success_discord: "已成功解除 Discord 用户 \"{1}\" 的 {0} 个 Minecraft 玩家绑定!"
not_linked: "未找到任何你已绑定的账户。"