校园论坛

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": "Comment Management",
"forum.comment.page.description": "Manage campus forum post comments, support view and review",
"forum.comment.id": "ID",
"forum.comment.post_id": "Post",
"forum.comment.user_id": "User",
"forum.comment.parent_id": "Parent Comment",
"forum.comment.reply_to": "Reply To",
"forum.comment.content": "Content",
"forum.comment.content.required": "Comment content is required",
"forum.comment.like_count": "Likes",
"forum.comment.status": "Status",
"forum.comment.status.0": "Hidden",
"forum.comment.status.1": "Active",
"forum.comment.created_at": "Commented At",
"forum.comment.updated_at": "Updated At",
};