mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-28 03:56:23 +00:00
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"HomePage": {
|
|
"title": "Hello world!"
|
|
},
|
|
"Comment": {
|
|
"comment": "评论",
|
|
"placeholder": "写你的评论...",
|
|
"submit": "提交",
|
|
"login_required": "请先登录后再评论。",
|
|
"content_required": "评论内容不能为空。",
|
|
"comment_success": "评论成功!",
|
|
"comment_failed": "评论失败",
|
|
"delete": "删除",
|
|
"delete_success": "评论已经删除",
|
|
"delete_failed": "删除评论失败",
|
|
"confirm_delete": "确定吗?",
|
|
"like": "点赞",
|
|
"unlike": "取消点赞",
|
|
"like_success": "点赞成功",
|
|
"unlike_success": "已取消点赞",
|
|
"like_failed": "点赞失败",
|
|
"reply": "回复",
|
|
"expand_replies": "展开 {count} 条回复",
|
|
"collapse_replies": "收起回复"
|
|
},
|
|
"Login": {
|
|
"welcome": "欢迎回来",
|
|
"with_oidc": "使用第三方身份提供者",
|
|
"or_continue_with_local_account": "或使用用户名和密码",
|
|
"email_or_username": "邮箱或用户名",
|
|
"password": "密码",
|
|
"forgot_password": "忘记密码?",
|
|
"no_account": "还没有账号?",
|
|
"register": "注册",
|
|
"login": "登录",
|
|
"by_logging_in_you_agree_to_our": "登录即表示你同意我们的",
|
|
"terms_of_service": "服务条款",
|
|
"and": "和",
|
|
"privacy_policy": "隐私政策",
|
|
"login_failed": "登录失败,请检查你的凭据。"
|
|
}
|
|
} |