校园论坛
This commit is contained in:
@@ -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",
|
||||
};
|
||||
Reference in New Issue
Block a user