校园论坛
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
export default {
|
||||
"forum.category.page.title": "Topic Categories",
|
||||
"forum.category.page.description": "Manage campus forum topic categories with parent-child structure",
|
||||
"forum.category.id": "ID",
|
||||
"forum.category.parent_id": "Parent Category",
|
||||
"forum.category.name": "Name",
|
||||
"forum.category.name.required": "Category name is required",
|
||||
"forum.category.slug": "Slug",
|
||||
"forum.category.slug.required": "Category slug is required",
|
||||
"forum.category.description": "Description",
|
||||
"forum.category.icon": "Icon",
|
||||
"forum.category.sort": "Sort",
|
||||
"forum.category.status": "Status",
|
||||
"forum.category.status.0": "Disabled",
|
||||
"forum.category.status.1": "Active",
|
||||
"forum.category.created_at": "Created At",
|
||||
"forum.category.updated_at": "Updated At",
|
||||
};
|
||||
@@ -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",
|
||||
};
|
||||
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
"forum.post-favorite.page.title": "Favorite Records",
|
||||
"forum.post-favorite.page.description": "View campus forum post favorite records",
|
||||
"forum.post-favorite.id": "ID",
|
||||
"forum.post-favorite.post_id": "Post ID",
|
||||
"forum.post-favorite.user_id": "User ID",
|
||||
"forum.post-favorite.created_at": "Favorited At",
|
||||
};
|
||||
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
"forum.post-like.page.title": "Like Records",
|
||||
"forum.post-like.page.description": "View campus forum post like records",
|
||||
"forum.post-like.id": "ID",
|
||||
"forum.post-like.post_id": "Post ID",
|
||||
"forum.post-like.user_id": "User ID",
|
||||
"forum.post-like.created_at": "Liked At",
|
||||
};
|
||||
@@ -0,0 +1,28 @@
|
||||
export default {
|
||||
"forum.post.page.title": "Post Management",
|
||||
"forum.post.page.description": "Manage campus forum posts, support pin, hot, review and more",
|
||||
"forum.post.id": "ID",
|
||||
"forum.post.user_id": "Author",
|
||||
"forum.post.category_id": "Category",
|
||||
"forum.post.title": "Title",
|
||||
"forum.post.title.required": "Post title is required",
|
||||
"forum.post.content": "Content",
|
||||
"forum.post.content.required": "Post content is required",
|
||||
"forum.post.images": "Images",
|
||||
"forum.post.view_count": "Views",
|
||||
"forum.post.comment_count": "Comments",
|
||||
"forum.post.like_count": "Likes",
|
||||
"forum.post.favorite_count": "Favorites",
|
||||
"forum.post.is_hot": "Hot",
|
||||
"forum.post.is_hot.0": "No",
|
||||
"forum.post.is_hot.1": "Yes",
|
||||
"forum.post.is_top": "Pinned",
|
||||
"forum.post.is_top.0": "No",
|
||||
"forum.post.is_top.1": "Yes",
|
||||
"forum.post.status": "Status",
|
||||
"forum.post.status.0": "Draft",
|
||||
"forum.post.status.1": "Published",
|
||||
"forum.post.status.2": "Hidden",
|
||||
"forum.post.created_at": "Posted At",
|
||||
"forum.post.updated_at": "Updated At",
|
||||
};
|
||||
@@ -0,0 +1,16 @@
|
||||
export default {
|
||||
"forum.sensitive-word.page.title": "Sensitive Words",
|
||||
"forum.sensitive-word.page.description": "Manage campus forum sensitive word filter rules, support replace and block modes",
|
||||
"forum.sensitive-word.id": "ID",
|
||||
"forum.sensitive-word.word": "Word",
|
||||
"forum.sensitive-word.word.required": "Sensitive word is required",
|
||||
"forum.sensitive-word.replacement": "Replacement",
|
||||
"forum.sensitive-word.type": "Type",
|
||||
"forum.sensitive-word.type.1": "Replace",
|
||||
"forum.sensitive-word.type.2": "Block",
|
||||
"forum.sensitive-word.status": "Status",
|
||||
"forum.sensitive-word.status.0": "Disabled",
|
||||
"forum.sensitive-word.status.1": "Enabled",
|
||||
"forum.sensitive-word.created_at": "Created At",
|
||||
"forum.sensitive-word.updated_at": "Updated At",
|
||||
};
|
||||
Reference in New Issue
Block a user