Remove redundant and unused message
- Remove 'reg_voluntarily' - Remove 'user_unknown' in favor of 'unknown_user' - but move text from old 'user_unknown' to 'unknown_user' Found by @Twonox
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
# Last modif: 1459528742 UTC #
|
||||
# -------------------------------------------- #
|
||||
kick_antibot: '&8[&6用戶系統&8] &c伺服器錯誤!請稍候再嘗試登入吧。 &7(err: kick_due2_bot)'
|
||||
unknown_user: '&8[&6用戶系統&8] &f用戶資料並不存在。'
|
||||
unknown_user: '&8[&6用戶系統&8] &c此用戶名沒有已登記資料。'
|
||||
unsafe_spawn: '&8[&6用戶系統&8] &f你的登出位置不安全,現在將傳送你到重生點。'
|
||||
not_logged_in: '&8[&6用戶系統&8] &c你還沒有登入 !'
|
||||
reg_voluntarily: '&8[&6用戶系統&8] &f你可以使用這個指令來註冊: 《 /register <密碼> <重覆密碼> 》'
|
||||
usage_log: '&8[&6用戶系統&8] &f用法: 《 /login <密碼> 》'
|
||||
wrong_pwd: '&8[&6用戶系統&8] &c你輸入了錯誤的密碼。'
|
||||
unregistered: '&8[&6用戶系統&8] &c你已成功刪除會員註冊記錄。'
|
||||
@@ -23,7 +22,6 @@ login_msg: '&8[&6用戶系統&8] &c請使用這個指令來登入: 《 /login
|
||||
reg_msg: '&8[&6用戶系統&8] &c請使用這個指令來註冊: 《 /register <密碼> <重覆密碼> 》'
|
||||
usage_unreg: '&8[&6用戶系統&8] &f用法: 《 /unregister <密碼> 》'
|
||||
pwd_changed: '&8[&6用戶系統&8] &c你成功更換了你的密碼 !'
|
||||
user_unknown: '&8[&6用戶系統&8] &c此用戶名沒有已登記資料。'
|
||||
password_error: '&8[&6用戶系統&8] &f密碼不符合。'
|
||||
password_error_nick: '&8[&6用戶系統&8] &c這個密碼太不安全了!'
|
||||
password_error_unsafe: '&8[&6用戶系統&8] &c這個密碼太不安全了!'
|
||||
@@ -77,4 +75,4 @@ invalid_name_case: '&8[&6用戶系統&8] &4警告!&c你應該使用「%valid
|
||||
# TODO incomplete_email_settings: 'Error: not all required settings are set for sending emails. Please contact an admin.'
|
||||
# TODO email_send_failure: 'The email could not be sent. Please contact an administrator.'
|
||||
# TODO recovery_code_sent: 'A recovery code to reset your password has been sent to your email.'
|
||||
# TODO recovery_code_incorrect: 'The recovery code is not correct! Use /email recovery [email] to generate a new one'
|
||||
# TODO recovery_code_incorrect: 'The recovery code is not correct! Use /email recovery [email] to generate a new one'
|
||||
|
||||
Reference in New Issue
Block a user