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

170 lines
4.6 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"
}
},
"editor": {
"heading1": "Heading 1",
"heading2": "Heading 2",
"heading3": "Heading 3",
"bold": "Bold",
"italic": "Italic",
"orderedList": "Ordered List",
"unorderedList": "Unordered List",
"quote": "Quote",
"link": "Link",
"image": "Image",
"inlineCode": "Inline Code",
"codeBlock": "Code Block",
"table": "Table",
"togglePreview": "Toggle Preview",
"toggleFullscreen": "Toggle Fullscreen",
"selectLanguage": "Select Language",
"plainText": "Plain Text",
"insertTable": "Insert Table",
"addRowAbove": "Add Row Above",
"addRowBelow": "Add Row Below",
"addColumnLeft": "Add Column Left",
"addColumnRight": "Add Column Right",
"deleteRow": "Delete Row",
"deleteColumn": "Delete Column",
"deleteTable": "Delete Table",
"dragAndDrop": "Drop images here",
"dropToUpload": "Drop files here to upload",
"uploading": "Uploading...",
"uploadProgress": "Upload progress: {{progress}}%",
"uploadError": "Failed to upload image: {{error}}",
"uploadSuccess": "Image uploaded successfully",
"codeBlockShortcut": "Ctrl+Shift+K",
"boldShortcut": "Ctrl+B",
"italicShortcut": "Ctrl+I",
"linkShortcut": "Ctrl+K",
"heading1Shortcut": "Shift+1",
"heading2Shortcut": "Shift+2",
"heading3Shortcut": "Shift+3"
}
}