tss-rocks/frontend/data/i18n/en.json

130 lines
3.3 KiB
JSON

{
"categories": {
"man": "Human",
"machine": "Machine",
"earth": "Earth",
"space": "Space",
"futures": "Futures",
"exclusive": "Exclusive"
},
"nav": {
"home": "Home",
"daily": "Daily",
"about": "About",
"search": "Search"
},
"theme": {
"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",
"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",
"save": "Save",
"saving": "Saving...",
"noData": "No data available",
"unsavedChanges": "You have unsaved changes. Are you sure you want to leave?"
},
"dashboard": {
"totalPosts": "Total Posts",
"totalCategories": "Total Categories",
"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": "Login",
"loading": "Logging in...",
"error": {
"failed": "Login failed",
"retry": "Login failed, please try again later"
}
},
"nav": {
"dashboard": "Dashboard",
"posts": "Posts",
"daily": "Daily",
"medias": "Media",
"categories": "Categories",
"users": "Users",
"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"
}
}
}