18 lines
701 B
TypeScript
18 lines
701 B
TypeScript
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",
|
|
};
|