-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
52 additions
and
3 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
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,41 @@ | ||
{ | ||
"log_in": "登录", | ||
"log_out": "注销", | ||
"logged_in_as": "已登录账号: ", | ||
"logged_in": "已登录", | ||
"logging_in": "正在登录", | ||
"logging_out": "已退出", | ||
"sign_up": "注册", | ||
"signing_up": "正在注册", | ||
"forgot_password": "忘记密码?", | ||
"recover_password": "恢复密码", | ||
"send_recovery_email": "发送恢复邮件", | ||
"sending_recovery_email": "正在发送恢复邮件", | ||
"never_mind": "忽略", | ||
"update_password": "更新密码", | ||
"updating_password": "正在更新密码", | ||
"complete_your_signup": "完成注册", | ||
"site_url_title": "开发模式设置", | ||
"site_url_link_text": "清理 localhost URL", | ||
"site_url_message": "你似乎正在运行本地服务. 请告诉我们你的 Netlify 网站的 URL.", | ||
"site_url_label": "输入 Netlify 网站的 URL", | ||
"site_url_placeholder": "Netlify 网站的 URL", | ||
"site_url_submit": "设置网站 URL", | ||
"message_confirm": "已向您的邮箱发送确认邮件,请前往邮箱查看.", | ||
"message_password_mail": "我们已向您的帐户发送了恢复邮件,请点击此处的链接重置您的密码.", | ||
"message_email_changed": "您的电子邮件地址已更新!", | ||
"message_verfication_error": "验证您的帐户时出错。请重试或联系管理员", | ||
"message_signup_disabled": "公开注册已关闭. 请联系管理员获取邀请链接.", | ||
"form_name_placeholder": "用户名", | ||
"form_email_label": "输入邮箱", | ||
"form_name_label": "输入用户名", | ||
"form_email_placeholder": "邮箱", | ||
"form_password_label": "输入密码", | ||
"form_password_placeholder": "密码", | ||
"coded_by": "由 Netlify 强力驱动", | ||
"continue_with": "继续登录", | ||
"No user found with this email": "未找到该邮箱的用户", | ||
"Invalid Password": "无效密码", | ||
"Email not confirmed": "邮箱未确认", | ||
"User not found": "用户未找到" | ||
} |