[feature/frontend] create posts (wip)

This commit is contained in:
CDN 2025-02-22 03:46:57 +08:00
parent e86d8c1576
commit 086c9761a9
Signed by: CDN
GPG key ID: 0C656827F9F80080
10 changed files with 598 additions and 115 deletions

View file

@ -1,6 +1,6 @@
{
"categories": {
"man": "Man",
"man": "Human",
"machine": "Machine",
"earth": "Earth",
"space": "Space",
@ -29,8 +29,6 @@
"edit": "Edit",
"delete": "Delete",
"upload": "Upload",
"save": "Save",
"saving": "Saving...",
"status": "Status",
"actions": "Actions",
"published": "Published",
@ -48,12 +46,10 @@
"joinDate": "Join Date",
"username": "Username",
"logout": "Logout",
"language": "Language",
"theme": {
"light": "Light Mode",
"dark": "Dark Mode",
"system": "System"
}
"save": "Save",
"saving": "Saving...",
"noData": "No data available",
"unsavedChanges": "You have unsaved changes. Are you sure you want to leave?"
},
"dashboard": {
"totalPosts": "Total Posts",
@ -61,13 +57,33 @@
"totalUsers": "Total Users",
"totalContributors": "Total Contributors"
},
"posts": {
"title": "Title",
"categories": "Categories",
"createdAt": "Created At",
"status": "Status",
"noTitle": "No Title",
"deleteConfirm": "Are you sure you want to delete this post?",
"create": "Create Post",
"edit": "Edit Post",
"slug": "Slug",
"content": "Content",
"summary": "Summary",
"metaKeywords": "Meta Keywords",
"metaDescription": "Meta Description",
"selectCategories": "Select Categories",
"saving": "Saving...",
"publishing": "Publishing...",
"saveDraft": "Save Draft",
"publish": "Publish"
},
"login": {
"title": "Admin Login",
"username": "Username",
"password": "Password",
"remember": "Remember me",
"submit": "Sign in",
"loading": "Signing in...",
"submit": "Login",
"loading": "Logging in...",
"error": {
"failed": "Login failed",
"retry": "Login failed, please try again later"
@ -76,7 +92,7 @@
"nav": {
"dashboard": "Dashboard",
"posts": "Posts",
"daily": "Daily Quotes",
"daily": "Daily",
"medias": "Media",
"categories": "Categories",
"users": "Users",