校园论坛

This commit is contained in:
liu
2026-05-31 03:47:57 +08:00
parent a1c6ecf2b9
commit 86be1c230e
47 changed files with 1892 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
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": "更新时间",
};