Files
xin-school/web/locales/zh_CN/forum/comment.ts
T
2026-05-31 03:47:57 +08:00

18 lines
720 B
TypeScript

export default {
"forum.comment.page.title": "评论管理",
"forum.comment.page.description": "管理校园论坛帖子评论,支持查看和审核评论",
"forum.comment.id": "ID",
"forum.comment.post_id": "所属帖子",
"forum.comment.user_id": "评论用户",
"forum.comment.parent_id": "父评论",
"forum.comment.reply_to": "回复用户",
"forum.comment.content": "评论内容",
"forum.comment.content.required": "评论内容不能为空",
"forum.comment.like_count": "点赞数",
"forum.comment.status": "状态",
"forum.comment.status.0": "隐藏",
"forum.comment.status.1": "正常",
"forum.comment.created_at": "评论时间",
"forum.comment.updated_at": "更新时间",
};