mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
Update user messages for account linking
This commit is contained in:
parent
318a2cf285
commit
26b4c80624
2 changed files with 4 additions and 4 deletions
|
|
@ -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."
|
||||
|
|
|
|||
|
|
@ -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: "未找到任何你已绑定的账户。"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue