繁體中文 台灣 Tradtional Chinese - TuxCoding/FlexibleLogin GitHub Wiki
FlexibleLogin 版本: 0.17
貢獻者: Cottontail-Teemo
# 帳號已存在,因此無法建立
accountAlreadyExists {
color="dark_red"
text="此帳號已經註冊過!"
}
# 當玩家成功註冊帳號
accountCreated {
color="dark_green"
text="註冊成功!"
}
# 當成功刪除帳號
accountDelete {
arguments {
account {
optional=true
}
}
closeArg="}"
content {
color=yellow
extra=[
{
text="刪除帳號:"
},
{
text="{account}"
},
{
text="!"
}
]
text=""
}
openArg="{"
options {
closeArg="}"
openArg="{"
}
}
# 當玩家帳號不存在
accountNotFound {
color="dark_red"
text="找不到使用者!"
}
# 當帳號不存在於數據中
accountNotLoaded {
color="dark_green"
text="無法載入帳號!"
}
# 若玩家已經登入,卻又使用忘記密碼的功能
alreadyLoggedIn {
color="dark_red"
text="您已經登入了!"
}
# 另一位玩家嘗試使用已在遊戲中玩家的名稱登入
alreadyOnline {
color="dark_green"
text="您正在線上!"
}
# 若玩家成功修改他的密碼
changePassword {
color="dark_green"
text="成功修改密碼!"
}
# 若電子郵件找回密碼的功能未啟用
emailNotEnabled {
color="dark_green"
text="尚未啟用電子郵件找回密碼的功能。"
}
# 當玩家成功使用電子郵件指令設定電郵
emailSet {
color="dark_green"
text="您成功設定了電子郵件。"
}
# 當未知錯誤發生(不應出現)
errorExecutingCommand {
color="dark_red"
text="執行指令錯誤,請見主控台。"
}
# 因玩家在線導致強制註冊失敗
forceRegisterOnline {
color="dark_green"
text="因玩家在線,無法強制註冊該玩家!"
}
# 成功強制註冊帳號
forceRegisterSuccess {
color="dark_green"
text="強制註冊成功"
}
# 當玩家輸入錯誤的密碼
incorrectPassword {
color="dark_red"
text="密碼錯誤!"
}
# 當加入的玩家與註冊玩家名稱大小寫衝突時的踢出訊息:
invalidCase {
arguments {
username {
optional=true
}
}
closeArg="}"
content {
color=yellow
extra=[
{
text="不正確的ID。請使用:"
},
{
text="{username}"
},
{
text="登入!"
}
]
text=""
}
openArg="{"
options {
closeArg="}"
openArg="{"
}
}
# 當玩家使用無效ID登入
invalidUsername {
color="dark_red"
text="無效的名稱!請使用字元 a-z,A-Z,0-9 且長度為 2-16 的名稱!"
}
# 當玩家使用相同IP自動登入
ipAutoLogin {
color="dark_green"
text="自動登入"
}
# 當建立密鑰
keyGenerated {
arguments {
code {
optional=false
}
}
closeArg="}"
content {
color=yellow
extra=[
{
text="密鑰生成成功: "
},
{
text="{code}"
}
]
text=""
}
openArg="{"
options {
closeArg="}"
openArg="{"
}
}
# 上次登入的時間
lastOnline {
arguments {
time {
optional=false
}
username {
optional=true
}
}
closeArg="}"
content {
color=yellow
extra=[
{
text="帳號: "
},
{
text="{username}"
},
{
text="上次上線於"
},
{
text="{time}"
}
]
text=""
}
openArg="{"
options {
closeArg="}"
openArg="{"
}
}
# 當玩家成功登入
loggedIn {
color="dark_green"
text="登入成功"
}
# 當玩家成功登出
loggedOut {
color="dark_green"
text="登出成功"
}
# 當玩家使用找回密碼
mailSent {
color="dark_green"
text="找回密碼的郵件已寄出"
}
# 玩家密碼嘗試次數到達上限
maxAttempts {
color="dark_red"
text="您的密碼嘗試次數已到達上限!"
}
# 玩家到達IP註冊上限
maxIpReg {
color="dark_red"
text="您的IP位址註冊的帳號數量已達上限!"
}
# 當玩家輸入的Email不存在
notEmail {
color="dark_red"
text="您輸入了無效的電子郵件!"
}
# 當玩家尚未登入
notLoggedIn {
color="dark_red"
text="您還未登入,請使用/login [密碼] 來登入。"
}
# 當玩家尚未註冊
notRegistered {
color="dark_red"
text="您還未註冊,請使用/register [密碼] [確認密碼] 來註冊。"
}
# 管理員重新載入插件
onReload {
color="dark_green"
text="重新載入插件成功!(由CottontailTeemo_翻譯本插件)"
}
# 當非玩家(如主控台或指令方塊)嘗試執行玩家指令
playersOnly {
color="dark_red"
text="只有玩家才能執行此指令!"
}
# 當玩家嘗試執行指令保護所保護的指令時
protectedCommand {
color="dark_red"
text="此指令受到限制,需登入"
}
# 當玩家使用TOTP注册,且點擊掃描QR碼
scanQr {
color=yellow
text="點擊這裡掃描QR碼"
}
# 踢出訊息:玩家登入超時
timeoutReason {
color="dark_red"
text="登入超時"
}
# 當玩家需要用更長的密碼註冊
tooShortPassword {
color="dark_green"
text="您的密碼過短"
}
# 當TOTP未啟用
totpNotEnabled {
color="dark_red"
text="TOTP尚未啟用,請輸入兩條密碼"
}
# 當玩家沒有或忘記提交用以找回密碼的電子郵件時
uncommittedEmailAddress {
color="dark_red"
text="您沒有提交任何電子郵件!"
}
# 當兩次輸入的密碼不同
unequalPasswords {
color="dark_red"
text="密碼與密碼確認不相同!"
}
# 當未註冊玩家處理失敗
unregisterFailed {
color="dark_red"
text="您的請求非玩家ID也不是UUID。"
}
# 若未註冊玩家不得登入伺服器
unregisteredKick {
color="dark_green"
text="無法連接伺服器,您需要先於網頁註冊。"
}