refactor and add i18n, to be continue

This commit is contained in:
Ben Stone
2021-03-30 18:37:24 +08:00
parent 1239620f75
commit 6cf68605bf
4 changed files with 21 additions and 17 deletions

View File

@@ -24,6 +24,7 @@ dingtalk_login = DingTalk QrCode login
account_recovery = Account recovery
new_password = New password
confirm_password = Confirm password
new_account = Create New Account
[message]
keyword_placeholder = input keyword please...
@@ -32,6 +33,7 @@ click_to_change = Click to change one
logging_in = logging in...
return_account_login = Return account password login
no_account_yet = No account yet?
has_account = Already have an account?
account_empty = Account cannot be empty
email_empty = Email cannot be empty
password_empty = Password cannot be empty

View File

@@ -24,6 +24,7 @@ dingtalk_login = 扫码登录
account_recovery = 找回密码
new_password = 新密码
confirm_password = 确认密码
new_account = 用户注册
[message]
keyword_placeholder = 请输入关键词...
@@ -32,6 +33,7 @@ click_to_change = 点击换一张
logging_in = 正在登录...
return_account_login = 返回账号密码登录
no_account_yet = 还没有账号?
has_account = 已有账号?
account_empty = 账号不能为空
email_empty = 邮箱不能为空
password_empty = 密码不能为空