mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-10-08 00:14:26 +08:00
refactor and add i18n, to be continue
This commit is contained in:
@@ -7,8 +7,58 @@ person_center = Persona Center
|
||||
my_project = My Project
|
||||
my_blog = My Article
|
||||
manage = Management
|
||||
login = Login
|
||||
logout = Logout
|
||||
login = Log In
|
||||
logout = Log Out
|
||||
official_website = Official Website
|
||||
feedback = Feedback
|
||||
source_code = Source Code
|
||||
manual = Manual
|
||||
username = Username
|
||||
email = Email
|
||||
password = Password
|
||||
captcha = Captcha
|
||||
keep_login = Stay signed in
|
||||
forgot_password = Forgot password?
|
||||
register = Create New Account
|
||||
dingtalk_login = DingTalk QrCode login
|
||||
account_recovery = Account recovery
|
||||
new_password = New password
|
||||
confirm_password = Confirm password
|
||||
|
||||
[message]
|
||||
keyword_placeholder = input keyword please...
|
||||
wrong_account_password = Incorrect username or password
|
||||
click_to_change = Click to change one
|
||||
logging_in = logging in...
|
||||
return_account_login = Return account password login
|
||||
no_account_yet = No account yet?
|
||||
account_empty = Account cannot be empty
|
||||
email_empty = Email cannot be empty
|
||||
password_empty = Password cannot be empty
|
||||
captcha_empty = Captcha cannot be empty
|
||||
system_error = System error
|
||||
processing = Processing...
|
||||
email_sent = The email is sent successfully, please log in to check it.
|
||||
password_empty = Confirm password cannot be empty
|
||||
incorrect_confirm_password = Incorrect confirm password
|
||||
illegal_request = Illegal request
|
||||
account_or_password_empty = Account or Password cannot be empty
|
||||
captcha_wrong = Incorrect captcha
|
||||
password_length_invalid = The password cannot be empty and must be between 6-50 characters
|
||||
mail_expired = Mail has expired
|
||||
captcha_expired = The verification code has expired, please try again.
|
||||
user_not_existed = User does not exist
|
||||
email_not_exist = Email does not exist
|
||||
failed_save_password = Failed to save password
|
||||
mail_service_not_enable = Mail service is not enabled
|
||||
account_disable = Account has been disabled
|
||||
failed_send_mail = Failed to send mail
|
||||
sent_too_many_times = Send too many times, please try again later
|
||||
account_not_support_retrieval = The current user does not support password retrieval
|
||||
username_invalid_format = The account number can only be composed of English alphanumerics and 3-50 characters
|
||||
email_invalid_format = Email format is incorrect
|
||||
account_existed = Username already existed
|
||||
failed_register = Registration failed, please contact the system administrator
|
||||
failed_obtain_user_info = Failed to obtain identity information
|
||||
dingtalk_auto_login_not_enable = DingTalk automatic login function is not enabled
|
||||
failed_auto_login = Automatic login failed
|
@@ -9,6 +9,56 @@ my_blog = 我的文章
|
||||
manage = 管理后台
|
||||
login = 登录
|
||||
logout = 退出登录
|
||||
official_website = 官方网站
|
||||
feedback = 意见反馈
|
||||
source_code = 项目源码
|
||||
manual = 使用手册
|
||||
username = 用户名
|
||||
email = 邮箱
|
||||
password = 密码
|
||||
captcha = 验证码
|
||||
keep_login = 保持登录
|
||||
forgot_password = 忘记密码?
|
||||
register = 立即注册
|
||||
dingtalk_login = 扫码登录
|
||||
account_recovery = 找回密码
|
||||
new_password = 新密码
|
||||
confirm_password = 确认密码
|
||||
|
||||
[message]
|
||||
keyword_placeholder = 请输入关键词...
|
||||
wrong_account_password = 账号或密码错误
|
||||
click_to_change = 点击换一张
|
||||
logging_in = 正在登录...
|
||||
return_account_login = 返回账号密码登录
|
||||
no_account_yet = 还没有账号?
|
||||
account_empty = 账号不能为空
|
||||
email_empty = 邮箱不能为空
|
||||
password_empty = 密码不能为空
|
||||
captcha_empty = 验证码不能为空
|
||||
system_error = 系统错误
|
||||
processing = 正在处理...
|
||||
email_sent = 邮件发送成功,请登录邮箱查看。
|
||||
confirm_password_empty = 确认密码不能为空
|
||||
incorrect_confirm_password = 确认密码输入不正确
|
||||
illegal_request = 非法请求
|
||||
account_or_password_empty = 账号或密码不能为空
|
||||
captcha_wrong = 验证码不正确
|
||||
password_length_invalid = 密码不能为空且必须在6-50个字符之间
|
||||
mail_expired = 邮件已失效
|
||||
captcha_expired = 验证码已过期,请重新操作。
|
||||
user_not_existed = 用户不存在
|
||||
email_not_exist = 邮箱不存在
|
||||
failed_save_password = 保存密码失败
|
||||
mail_service_not_enable = 未启用邮件服务
|
||||
account_disable = 账号已被禁用
|
||||
failed_send_mail = 发送邮件失败
|
||||
sent_too_many_times = 发送次数太多,请稍候再试
|
||||
account_not_support_retrieval = 当前用户不支持找回密码
|
||||
username_invalid_format = 账号只能由英文字母数字组成,且在3-50个字符
|
||||
email_invalid_format = 邮箱格式不正确
|
||||
account_existed = 账号已存在
|
||||
failed_register = 注册失败,请联系管理员
|
||||
failed_obtain_user_info = 获取身份信息失败
|
||||
dingtalk_auto_login_not_enable = 未开启钉钉自动登录功能
|
||||
failed_auto_login = 自动登录失败
|
Reference in New Issue
Block a user