校园论坛
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
export default {
|
||||
"forum.post.page.title": "帖子管理",
|
||||
"forum.post.page.description": "管理校园论坛帖子,支持置顶、热门、审核等操作",
|
||||
"forum.post.id": "ID",
|
||||
"forum.post.user_id": "发布用户",
|
||||
"forum.post.category_id": "所属分类",
|
||||
"forum.post.title": "帖子标题",
|
||||
"forum.post.title.required": "帖子标题不能为空",
|
||||
"forum.post.content": "帖子内容",
|
||||
"forum.post.content.required": "帖子内容不能为空",
|
||||
"forum.post.images": "图片",
|
||||
"forum.post.view_count": "浏览数",
|
||||
"forum.post.comment_count": "评论数",
|
||||
"forum.post.like_count": "点赞数",
|
||||
"forum.post.favorite_count": "收藏数",
|
||||
"forum.post.is_hot": "热门",
|
||||
"forum.post.is_hot.0": "否",
|
||||
"forum.post.is_hot.1": "是",
|
||||
"forum.post.is_top": "置顶",
|
||||
"forum.post.is_top.0": "否",
|
||||
"forum.post.is_top.1": "是",
|
||||
"forum.post.status": "状态",
|
||||
"forum.post.status.0": "草稿",
|
||||
"forum.post.status.1": "发布",
|
||||
"forum.post.status.2": "隐藏",
|
||||
"forum.post.created_at": "发布时间",
|
||||
"forum.post.updated_at": "更新时间",
|
||||
};
|
||||
Reference in New Issue
Block a user