-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: neil <[email protected]>
- Loading branch information
Showing
32 changed files
with
802 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"profile": { | ||
"avatar": "Avatar", | ||
"userinfo": "Profile", | ||
"account_settings": "Account Settings", | ||
"form": { | ||
"name": "name", | ||
"name_placeholder": "Please enter your name", | ||
"email": "email", | ||
"email_placeholder": "Please enter your email address", | ||
"error_require": "{{field}} is a required field", | ||
"error_name_max_len": "nickname cannot exceed {{length}} characters", | ||
"error_email_format": "email format is incorrect" | ||
}, | ||
"connected_accounts": "Connected Accounts", | ||
"connected": "Connected", | ||
"disconnect": "Disconnect", | ||
"connect_multiple_accounts_to_your_user_and_sign_in": "Connect multiple accounts to your user and sign in with any of them", | ||
"delete_account": "Delete account", | ||
"delete_account_btn": "Delete account", | ||
"delete_account_warning": " Once you delete your account, there is no going back. Please be certain when taking this action." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"profile": { | ||
"avatar": "头像", | ||
"userinfo": "用户信息", | ||
"account_settings": "账号设置", | ||
"form": { | ||
"name": "昵称", | ||
"name_placeholder": "请输入昵称", | ||
"email": "邮箱", | ||
"email_placeholder": "请输入邮箱地址", | ||
"error_require": "{{field}}不能为空", | ||
"error_name_max_len": "昵称长度不能超过{{length}}", | ||
"error_email_format": "邮件格式不正确" | ||
}, | ||
"connected_accounts": "第三方绑定", | ||
"connected": "绑定", | ||
"disconnect": "解绑", | ||
"connect_multiple_accounts_to_your_user_and_sign_in": "绑定第三方账号,即可使用任何一个账户进行登录。", | ||
"delete_account": "删除账号", | ||
"delete_account_btn": "删除我的账号", | ||
"delete_account_warning": "删除账户后,就无法进行撤销。在执行此操作时,请确保您已经仔细考虑过。" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.