mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-26 19:16:24 +00:00
✨ feat: 添加评论功能,重构评论输入和列表组件,支持多种目标类型,更新国际化文本
All checks were successful
Push to Helm Chart Repository / build (push) Successful in 18s
All checks were successful
Push to Helm Chart Repository / build (push) Successful in 18s
This commit is contained in:
@ -1,5 +1,29 @@
|
||||
{
|
||||
"HomePage": {
|
||||
"title": "Hello world!"
|
||||
},
|
||||
"Comment": {
|
||||
"placeholder": "写下你的评论...",
|
||||
"submit": "提交",
|
||||
"login_required": "请先登录后再评论。",
|
||||
"content_required": "评论内容不能为空。",
|
||||
"comment_success": "评论提交成功!",
|
||||
"comment_failed": "评论提交失败"
|
||||
},
|
||||
"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": "登录失败,请检查你的凭据。"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user