[feature/frontend] update person info
Some checks failed
Build Backend / Build Docker Image (push) Failing after 2m24s
Test Backend / test (push) Successful in 2m58s

This commit is contained in:
CDN 2025-02-21 20:04:30 +08:00
parent 79912925db
commit 7a33038af8
Signed by: CDN
GPG key ID: 0C656827F9F80080
21 changed files with 1436 additions and 217 deletions

View file

@ -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"
}
}
}