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] &f防机器人程序已启用 !请稍等几分钟後才再次进入服务器'
|
||||
unknown_user: '&8[&6玩家系统&8] &f&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] &c正确用法:“/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] &c正确用法:“/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] &f你不能使用你的名字作为密码。 '
|
||||
password_error_unsafe: '&8[&6玩家系统&8] &f你不能使用安全性过低的码。 '
|
||||
@@ -77,4 +75,4 @@ invalid_name_case: '&8[&6玩家系统&8] &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