[feature/frontend] update person info
This commit is contained in:
parent
79912925db
commit
7a33038af8
21 changed files with 1436 additions and 217 deletions
|
@ -14,19 +14,23 @@
|
|||
"search": "Search"
|
||||
},
|
||||
"theme": {
|
||||
"light": "Light Mode",
|
||||
"dark": "Dark Mode",
|
||||
"system": "System Mode"
|
||||
"light": "Light",
|
||||
"dark": "Dark",
|
||||
"system": "System"
|
||||
},
|
||||
"footer": {
|
||||
"copyright": "TSS Rocks. All rights reserved."
|
||||
},
|
||||
"admin": {
|
||||
"common": {
|
||||
"loading": "Loading...",
|
||||
"search": "Search",
|
||||
"create": "Create",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"upload": "Upload",
|
||||
"save": "Save",
|
||||
"saving": "Saving...",
|
||||
"status": "Status",
|
||||
"actions": "Actions",
|
||||
"published": "Published",
|
||||
|
@ -43,19 +47,68 @@
|
|||
"lastLogin": "Last Login",
|
||||
"joinDate": "Join Date",
|
||||
"username": "Username",
|
||||
"logout": "Logout"
|
||||
"logout": "Logout",
|
||||
"language": "Language",
|
||||
"theme": {
|
||||
"light": "Light Mode",
|
||||
"dark": "Dark Mode",
|
||||
"system": "System"
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
"totalPosts": "Total Posts",
|
||||
"totalCategories": "Total Categories",
|
||||
"totalUsers": "Total Users",
|
||||
"totalContributors": "Total Contributors"
|
||||
},
|
||||
"login": {
|
||||
"title": "Admin Login",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"remember": "Remember me",
|
||||
"submit": "Sign in",
|
||||
"loading": "Signing in...",
|
||||
"error": {
|
||||
"failed": "Login failed",
|
||||
"retry": "Login failed, please try again later"
|
||||
}
|
||||
},
|
||||
"nav": {
|
||||
"dashboard": "Dashboard",
|
||||
"posts": "Posts",
|
||||
"daily": "Daily Quotes",
|
||||
"medias": "Media",
|
||||
"categories": "Categories",
|
||||
"users": "Users",
|
||||
"contributors": "Contributors"
|
||||
"contributors": "Contributors",
|
||||
"settings": "Settings"
|
||||
},
|
||||
"daily": {
|
||||
"title": "Title",
|
||||
"publishDate": "Publish Date",
|
||||
"status": "Status"
|
||||
},
|
||||
"medias": {
|
||||
"name": "File Name",
|
||||
"type": "Type",
|
||||
"size": "Size",
|
||||
"uploadDate": "Upload Date"
|
||||
},
|
||||
"roles": {
|
||||
"admin": "Administrator",
|
||||
"user": "User",
|
||||
"contributor": "Contributor"
|
||||
},
|
||||
"settings": {
|
||||
"username": "Username",
|
||||
"displayName": "Display Name",
|
||||
"email": "Email",
|
||||
"changePassword": "Change Password",
|
||||
"currentPassword": "Current Password",
|
||||
"newPassword": "New Password",
|
||||
"confirmPassword": "Confirm Password",
|
||||
"passwordMismatch": "Passwords do not match",
|
||||
"passwordTooShort": "Password must be at least 8 characters long"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue