[feature/frontend] admin panel (wip)
This commit is contained in:
parent
34ebb05808
commit
1526c27b49
18 changed files with 1130 additions and 22 deletions
|
@ -20,5 +20,42 @@
|
|||
},
|
||||
"footer": {
|
||||
"copyright": "TSS Rocks. All rights reserved."
|
||||
},
|
||||
"admin": {
|
||||
"common": {
|
||||
"search": "Search",
|
||||
"create": "Create",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"status": "Status",
|
||||
"actions": "Actions",
|
||||
"published": "Published",
|
||||
"draft": "Draft",
|
||||
"author": "Author",
|
||||
"date": "Date",
|
||||
"title": "Title",
|
||||
"description": "Description",
|
||||
"name": "Name",
|
||||
"email": "Email",
|
||||
"role": "Role",
|
||||
"bio": "Bio",
|
||||
"articles": "Articles",
|
||||
"lastLogin": "Last Login",
|
||||
"joinDate": "Join Date",
|
||||
"username": "Username",
|
||||
"logout": "Logout"
|
||||
},
|
||||
"nav": {
|
||||
"dashboard": "Dashboard",
|
||||
"posts": "Posts",
|
||||
"categories": "Categories",
|
||||
"users": "Users",
|
||||
"contributors": "Contributors"
|
||||
},
|
||||
"roles": {
|
||||
"admin": "Administrator",
|
||||
"user": "User",
|
||||
"contributor": "Contributor"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue