[feature/frontend] admin panel (wip)
This commit is contained in:
parent
34ebb05808
commit
1526c27b49
18 changed files with 1130 additions and 22 deletions
|
@ -19,6 +19,43 @@
|
|||
"system": "跟隨系統"
|
||||
},
|
||||
"footer": {
|
||||
"copyright": "TSS.Rocks. 版權所有。"
|
||||
"copyright": "TSS Rocks. 保留所有權利。"
|
||||
},
|
||||
"admin": {
|
||||
"common": {
|
||||
"search": "搜尋",
|
||||
"create": "新建",
|
||||
"edit": "編輯",
|
||||
"delete": "刪除",
|
||||
"status": "狀態",
|
||||
"actions": "操作",
|
||||
"published": "已發布",
|
||||
"draft": "草稿",
|
||||
"author": "作者",
|
||||
"date": "日期",
|
||||
"title": "標題",
|
||||
"description": "描述",
|
||||
"name": "名稱",
|
||||
"email": "郵箱",
|
||||
"role": "角色",
|
||||
"bio": "簡介",
|
||||
"articles": "文章數",
|
||||
"lastLogin": "最後登入",
|
||||
"joinDate": "加入時間",
|
||||
"username": "用戶名",
|
||||
"logout": "退出"
|
||||
},
|
||||
"nav": {
|
||||
"dashboard": "儀表板",
|
||||
"posts": "文章",
|
||||
"categories": "分類",
|
||||
"users": "用戶",
|
||||
"contributors": "作者"
|
||||
},
|
||||
"roles": {
|
||||
"admin": "管理員",
|
||||
"user": "普通用戶",
|
||||
"contributor": "作者"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue