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 @@ denied_command: '&c你必須得到權限來使用此指令!'
|
||||
same_ip_online: '一位同一IP的玩家已在遊戲中!'
|
||||
denied_chat: '&c你必須得到權限來使用聊天功能!'
|
||||
kick_antibot: '伺服器正在啟用AntiBot保護模式! 您必須等待幾分鐘才能加入服務器。'
|
||||
unknown_user: '&c在數據庫中找不到請求的用戶名!'
|
||||
unknown_user: '&c此用戶尚未注冊!'
|
||||
unsafe_spawn: '&c你的登出地點並不安全,你已經被傳送到世界的重生點。'
|
||||
not_logged_in: '&c你尚未登入!'
|
||||
reg_voluntarily: '您可以使用命令 "/register [你的密碼] [重覆確認你的密碼]" 向服務器註冊'
|
||||
usage_log: '&b使用方法: 輸入"/login [你的密碼]" 來登入'
|
||||
wrong_pwd: '&c密碼錯誤!'
|
||||
unregistered: '&c帳戶已刪除!'
|
||||
@@ -22,7 +21,6 @@ login_msg: '&c [請先登入] 請按T , 然後輸入 "/login [你的密碼]" 。
|
||||
reg_msg: '&3[請先注冊] 請按T , 然後輸入 "/register [你的密碼] [重覆確認你的密碼]" 來注冊。'
|
||||
usage_unreg: '&c使用方法: "/unregister <你的密碼>"'
|
||||
pwd_changed: '&2密碼已更變!'
|
||||
user_unknown: '&c此用戶尚未注冊!'
|
||||
password_error: '&密碼錯誤!'
|
||||
password_error_nick: '&c你不能使用你的用戶名作密碼,請 choose another one...'
|
||||
password_error_unsafe: '&c所選的你的密碼並不安全的,請選擇另一個...'
|
||||
@@ -73,4 +71,4 @@ recovery_code_sent: '已將重設密碼的恢復代碼發送到您的電子郵
|
||||
recovery_code_incorrect: '恢復代碼錯誤!使用指令: "/email recovery [電郵地址]" 生成新的一個恢復代碼。'
|
||||
# TODO email_show: '&2Your current email address is: &f%email'
|
||||
# TODO show_no_email: '&2You currently don''t have email address associated with this account.'
|
||||
# TODO email_send_failure: 'The email could not be sent. Please contact an administrator.'
|
||||
# TODO email_send_failure: 'The email could not be sent. Please contact an administrator.'
|
||||
|
||||
Reference in New Issue
Block a user