[feature/frontend] update person info
Some checks failed
Build Backend / Build Docker Image (push) Failing after 2m24s
Test Backend / test (push) Successful in 2m58s

This commit is contained in:
CDN 2025-02-21 20:04:30 +08:00
parent 79912925db
commit 7a33038af8
Signed by: CDN
GPG key ID: 0C656827F9F80080
21 changed files with 1436 additions and 217 deletions

View file

@ -14,8 +14,8 @@
"search": "搜索"
},
"theme": {
"light": "浅色模式",
"dark": "深色模式",
"light": "浅色",
"dark": "深色",
"system": "跟随系统"
},
"footer": {
@ -23,10 +23,12 @@
},
"admin": {
"common": {
"loading": "正在加载...",
"search": "搜索",
"create": "新建",
"edit": "编辑",
"delete": "删除",
"upload": "上传",
"status": "状态",
"actions": "操作",
"published": "已发布",
@ -43,19 +45,64 @@
"lastLogin": "最后登录",
"joinDate": "加入时间",
"username": "用户名",
"logout": "退出"
"logout": "退出登录",
"save": "保存",
"saving": "保存中..."
},
"dashboard": {
"totalPosts": "文章总数",
"totalCategories": "分类总数",
"totalUsers": "用户总数",
"totalContributors": "贡献者总数"
},
"login": {
"title": "管理员登录",
"username": "用户名",
"password": "密码",
"remember": "记住我",
"submit": "登录",
"loading": "登录中...",
"error": {
"failed": "登录失败",
"retry": "登录失败,请稍后重试"
}
},
"nav": {
"dashboard": "仪表盘",
"posts": "文章",
"categories": "分类",
"users": "用户",
"contributors": "作者"
"dashboard": "仪表板",
"posts": "文章管理",
"daily": "每日一句",
"medias": "媒体管理",
"categories": "分类管理",
"users": "用户管理",
"contributors": "贡献者管理",
"settings": "个人设置"
},
"daily": {
"title": "标题",
"publishDate": "发布日期",
"status": "状态"
},
"medias": {
"name": "文件名",
"type": "类型",
"size": "大小",
"uploadDate": "上传日期"
},
"roles": {
"admin": "管理员",
"user": "普通用户",
"contributor": "作者"
},
"settings": {
"username": "用户名",
"displayName": "显示名称",
"email": "邮箱",
"changePassword": "修改密码",
"currentPassword": "当前密码",
"newPassword": "新密码",
"confirmPassword": "确认密码",
"passwordMismatch": "两次输入的密码不一致",
"passwordTooShort": "密码长度不能少于8个字符"
}
}
}