tss-rocks/frontend/data/i18n/en.json
CDN 1526c27b49
Some checks failed
Build Backend / Build Docker Image (push) Failing after 2m38s
Test Backend / test (push) Successful in 4m19s
[feature/frontend] admin panel (wip)
2025-02-21 07:55:26 +08:00

61 lines
1.3 KiB
JSON

{
"categories": {
"man": "Man",
"machine": "Machine",
"earth": "Earth",
"space": "Space",
"futures": "Futures",
"exclusive": "Exclusive"
},
"nav": {
"home": "Home",
"daily": "Daily",
"about": "About",
"search": "Search"
},
"theme": {
"light": "Light Mode",
"dark": "Dark Mode",
"system": "System Mode"
},
"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"
}
}
}