[feature/frontend] create posts (wip)
This commit is contained in:
parent
e86d8c1576
commit
086c9761a9
10 changed files with 598 additions and 115 deletions
|
@ -47,7 +47,9 @@
|
|||
"username": "用户名",
|
||||
"logout": "退出登录",
|
||||
"save": "保存",
|
||||
"saving": "保存中..."
|
||||
"saving": "保存中...",
|
||||
"noData": "暂无数据",
|
||||
"unsavedChanges": "你有未保存的更改,确定要离开吗?"
|
||||
},
|
||||
"dashboard": {
|
||||
"totalPosts": "文章总数",
|
||||
|
@ -55,6 +57,26 @@
|
|||
"totalUsers": "用户总数",
|
||||
"totalContributors": "贡献者总数"
|
||||
},
|
||||
"posts": {
|
||||
"title": "标题",
|
||||
"categories": "分类",
|
||||
"createdAt": "创建时间",
|
||||
"status": "状态",
|
||||
"noTitle": "无标题",
|
||||
"deleteConfirm": "确定要删除这篇文章吗?",
|
||||
"create": "创建文章",
|
||||
"edit": "编辑文章",
|
||||
"slug": "文章链接",
|
||||
"content": "内容",
|
||||
"summary": "摘要",
|
||||
"metaKeywords": "关键词",
|
||||
"metaDescription": "描述",
|
||||
"selectCategories": "选择分类",
|
||||
"saving": "保存中...",
|
||||
"publishing": "发布中...",
|
||||
"saveDraft": "保存草稿",
|
||||
"publish": "发布文章"
|
||||
},
|
||||
"login": {
|
||||
"title": "管理员登录",
|
||||
"username": "用户名",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue