Initial commit of akmon project
This commit is contained in:
386
i18n/en-US/mt/common.uts
Normal file
386
i18n/en-US/mt/common.uts
Normal file
@@ -0,0 +1,386 @@
|
||||
export default{
|
||||
"title": {
|
||||
"news": "News",
|
||||
"topics": "Topics",
|
||||
"search": "Search",
|
||||
"chat": "AI Assistant",
|
||||
"settings": "Settings",
|
||||
"comments": "Comments",
|
||||
"video": "Video"
|
||||
},
|
||||
"section":{
|
||||
"latest": "latest",
|
||||
"featured": "featured",
|
||||
"business": "Our Services",
|
||||
"hotSearch": "Hot Searches",
|
||||
"aiAssistant": "AI Assistant"
|
||||
},
|
||||
"button": {
|
||||
"favorite": "Favorite",
|
||||
"unfavorite": "Unfavorite",
|
||||
"share": "Share",
|
||||
"comment": "Comment",
|
||||
"send": "Send",
|
||||
"submit": "Submit",
|
||||
"cancel": "Cancel",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"save": "Save",
|
||||
"back": "Back",
|
||||
"loadMore": "Load More",
|
||||
"login": "Login",
|
||||
"gridView": "Grid View",
|
||||
"learnMore": "Learn More",
|
||||
"profile": "Profile",
|
||||
"settings": "Settings",
|
||||
"lightMode": "Light Mode",
|
||||
"nightMode": "Night Mode",
|
||||
"logout": "Logout",
|
||||
"viewAll": "View All"
|
||||
},
|
||||
"status": {
|
||||
"loading": "Loading...",
|
||||
"noData": "No data",
|
||||
"success": "Operation successful",
|
||||
"fail": "Operation failed",
|
||||
"networkError": "Network error, please try again"
|
||||
},
|
||||
"text": {
|
||||
"views": "views"
|
||||
},
|
||||
"empty": {
|
||||
"title": "No Content",
|
||||
"description": "No business content available"
|
||||
},
|
||||
"label": {
|
||||
"contact": "Contact",
|
||||
"address": "Address"
|
||||
},
|
||||
"error": {
|
||||
"loadFailed": "Load Failed",
|
||||
"loadTopicsFailed": "Failed to load topics, please try again later"
|
||||
},
|
||||
"message": {
|
||||
"languageChanged": "Language Changed"
|
||||
},
|
||||
|
||||
"ai": {
|
||||
"ask": "Ask AI...",
|
||||
"thinking": "AI is thinking...",
|
||||
"recommend": "Smart Recommendation",
|
||||
"assistant": "AI Assistant"
|
||||
},
|
||||
"comment": {
|
||||
"title": "Comments",
|
||||
"cancel": "Cancel",
|
||||
"submit": "Submit",
|
||||
"quick": "Write a comment...",
|
||||
"placeholder": "Write your comment...",
|
||||
"reply": "Reply",
|
||||
"replyTo": "Reply to",
|
||||
"replyPlaceholder": "Write your reply...",
|
||||
"like": "Like",
|
||||
"dislike": "Dislike",
|
||||
"reportLabel": "Report",
|
||||
"delete": "Delete",
|
||||
"empty": "No comments yet",
|
||||
"loadMore": "Load more comments",
|
||||
"loadReplies": "View {count} replies",
|
||||
"sortTitle": "Sort comments",
|
||||
"reportTitle": "Report comment",
|
||||
"postSuccess": "Comment posted successfully",
|
||||
"error": {
|
||||
"empty": "Comment content cannot be empty",
|
||||
"postFailed": "Failed to post comment"
|
||||
},
|
||||
"status": {
|
||||
"active": "Active",
|
||||
"hidden": "Hidden",
|
||||
"deleted": "Deleted",
|
||||
"pending": "Pending Review",
|
||||
"rejected": "Rejected",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"sort": {
|
||||
"latest": "Latest Comments",
|
||||
"earliest": "Earliest Comments",
|
||||
"mostLiked": "Most Liked",
|
||||
"mostReplied": "Most Replied"
|
||||
},
|
||||
"report": {
|
||||
"spam": "Spam",
|
||||
"inappropriate": "Inappropriate Content",
|
||||
"harassment": "Harassment",
|
||||
"misinformation": "Misinformation",
|
||||
"copyright": "Copyright Infringement",
|
||||
"other": "Other Issues"
|
||||
}
|
||||
},
|
||||
"topic": {
|
||||
"subscribe": "Subscribe Topic",
|
||||
"unsubscribe": "Unsubscribe",
|
||||
"more": "More Topics",
|
||||
"hot": "Hot Topics",
|
||||
"featured": "Featured Topics",
|
||||
"all": "All Topics",
|
||||
"empty": "No Topics",
|
||||
"typeTitle": "Topic Type",
|
||||
"articleCount": " articles",
|
||||
"allTypes": "All Types",
|
||||
"quickAccess": "Topic Categories",
|
||||
"sort": {
|
||||
"recentUpdate": "Recently Updated",
|
||||
"newest": "Newest",
|
||||
"popular": "Popular",
|
||||
"contentCount": "Content Count"
|
||||
}
|
||||
},
|
||||
"favorite": {
|
||||
"add": "Add to Favorites",
|
||||
"remove": "Remove from Favorites",
|
||||
"folder": "Favorite Folder",
|
||||
"public": "Public Favorite",
|
||||
"private": "Private Favorite"
|
||||
},
|
||||
"share": {
|
||||
"title": "Share Video",
|
||||
"to": "Share to",
|
||||
"wechat": "WeChat",
|
||||
"weibo": "Weibo",
|
||||
"qq": "QQ",
|
||||
"copyLink": "Copy Link",
|
||||
"success": "Share link copied",
|
||||
"processing": "Processing..."
|
||||
},
|
||||
"settings": {
|
||||
"profile": "Profile Settings",
|
||||
"interfaceLanguage": "Interface Language",
|
||||
"contentLanguage": "Content Language Preference",
|
||||
"autoTranslate": "Auto Translate",
|
||||
"autoTranslateDesc": "Automatically translate foreign content to your preferred language",
|
||||
"contentPreference": "Content Preference",
|
||||
"categories": "Interested Categories",
|
||||
"notifications": "Notification Settings",
|
||||
"push": "Push Notifications",
|
||||
"pushDesc": "Receive notifications for new and recommended content",
|
||||
"ai": "AI Assistant",
|
||||
"clearChat": "Clear Chat History",
|
||||
"clearChatDesc": "Delete all AI chat history",
|
||||
"aiPreference": "AI Preferences",
|
||||
"aiPreferenceDesc": "Personalize AI reply style",
|
||||
"privacy": "Data & Privacy",
|
||||
"exportData": "Export Data",
|
||||
"exportDataDesc": "Export your reading history and preferences",
|
||||
"clearUserData": "Clear User Data",
|
||||
"clearUserDataDesc": "Delete all personal data and records",
|
||||
"about": "About",
|
||||
"version": "App Version",
|
||||
"privacyPolicy": "Privacy Policy",
|
||||
"terms": "Terms of Service",
|
||||
"selectLanguage": "Select Interface Language",
|
||||
"notSet": "Not Set",
|
||||
"language": "Language Settings",
|
||||
"readingMode": {
|
||||
"light": "Light Mode",
|
||||
"lightDesc": "Suitable for daytime reading",
|
||||
"dark": "Dark Mode",
|
||||
"darkDesc": "Suitable for nighttime reading",
|
||||
"auto": "Auto Switch",
|
||||
"autoDesc": "Switch automatically based on system settings"
|
||||
},
|
||||
"fontSize": {
|
||||
"small": "Small",
|
||||
"medium": "Medium",
|
||||
"large": "Large"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Search news content...",
|
||||
"button": "Search",
|
||||
"filter": "Filter",
|
||||
"suggestions": "Suggestions",
|
||||
"hot": "Hot Searches",
|
||||
"history": "Search History",
|
||||
"clear": "Clear",
|
||||
"found": "Found {count} results",
|
||||
"loading": "Searching...",
|
||||
"empty": "No relevant content found",
|
||||
"emptyTip": "Try searching with different keywords",
|
||||
"filterTitle": "Filter Conditions"
|
||||
},
|
||||
"video": {
|
||||
"action": {
|
||||
"favorite": "Favorite",
|
||||
"share": "Share",
|
||||
"like": "Like",
|
||||
"settings": "Settings"
|
||||
},
|
||||
"unit": {
|
||||
"views": " views",
|
||||
"wan": "K"
|
||||
},
|
||||
"description": {
|
||||
"expand": "Show more",
|
||||
"collapse": "Show less"
|
||||
},
|
||||
"quality": {
|
||||
"title": "Video Quality",
|
||||
"360p": "360P",
|
||||
"480p": "480P",
|
||||
"720p": "720P HD",
|
||||
"1080p": "1080P FHD",
|
||||
"4k": "4K UHD"
|
||||
},
|
||||
"speed": {
|
||||
"title": "Playback Speed",
|
||||
"normal": "Normal"
|
||||
},
|
||||
"error": {
|
||||
"playFailed": "Video playback failed",
|
||||
"loadFailed": "Video loading failed"
|
||||
},
|
||||
"danmu": {
|
||||
"title": "Barrage",
|
||||
"placeholder": "Send a barrage",
|
||||
"send": "Send",
|
||||
"sendSuccess": "Barrage sent successfully",
|
||||
"show": "Show Barrage",
|
||||
"hide": "Hide Barrage",
|
||||
"settings": "Barrage Settings",
|
||||
"opacity": "Opacity",
|
||||
"fontSize": "Font Size",
|
||||
"speed": "Speed",
|
||||
"position": {
|
||||
"scroll": "Scrolling",
|
||||
"top": "Top",
|
||||
"bottom": "Bottom"
|
||||
},
|
||||
"error": {
|
||||
"empty": "Barrage content cannot be empty",
|
||||
"tooLong": "Barrage content too long",
|
||||
"sensitive": "Barrage contains sensitive words",
|
||||
"sendFailed": "Failed to send barrage"
|
||||
}
|
||||
}
|
||||
},
|
||||
"category": {
|
||||
"all": "All Categories",
|
||||
"politics": "Politics",
|
||||
"economy": "Economy",
|
||||
"technology": "Technology",
|
||||
"sports": "Sports",
|
||||
"entertainment": "Entertainment",
|
||||
"health": "Health",
|
||||
"education": "Education",
|
||||
|
||||
"unknown": "unknown",
|
||||
"international": "International"
|
||||
},
|
||||
"topicType": {
|
||||
"breaking": "Breaking News",
|
||||
"trending": "Trending Topics",
|
||||
"series": "Series",
|
||||
"analysis": "In-depth Analysis",
|
||||
"guide": "Practical Guide",
|
||||
"interview": "Interview",
|
||||
"report": "Report",
|
||||
"timeline": "Timeline"
|
||||
},
|
||||
"quality": {
|
||||
"excellent": "Excellent",
|
||||
"good": "Good",
|
||||
"normal": "Normal",
|
||||
"poor": "Needs Improvement"
|
||||
},
|
||||
"language": {
|
||||
"zh-CN": "Chinese (Simplified)",
|
||||
"zh-TW": "Chinese (Traditional)",
|
||||
"en-US": "English",
|
||||
"ja-JP": "Japanese",
|
||||
"ko-KR": "Korean",
|
||||
"fr-FR": "French",
|
||||
"de-DE": "German",
|
||||
"es-ES": "Spanish"
|
||||
},
|
||||
"sort": {
|
||||
"latest": "Latest",
|
||||
"earliest": "Earliest",
|
||||
"highestScore": "Highest Score",
|
||||
"mostViewed": "Most Viewed",
|
||||
"mostLiked": "Most Liked",
|
||||
"mostShared": "Most Shared"
|
||||
},
|
||||
"time": {
|
||||
"today":"today",
|
||||
"daysAgo": "{days} days ago",
|
||||
"hoursAgo": "{hours} hours ago",
|
||||
"minutesAgo": "{minutes} minutes ago",
|
||||
"justNow": "Just now"
|
||||
}
|
||||
,"modal": {
|
||||
"selectLanguage": "Select Language",
|
||||
"sort": "Sort"
|
||||
}
|
||||
,"action": {
|
||||
"refresh": "Refresh",
|
||||
"retry": "Retry"
|
||||
}
|
||||
,"loadingMore": "Loading more..."
|
||||
,"detail": {
|
||||
"author": "Author:",
|
||||
"publishedAt": "Published at:",
|
||||
"originalLanguage": "Original Language:",
|
||||
"qualityScore": "Quality Score:",
|
||||
"summary": "Summary",
|
||||
"selectLanguage": "Select Language:",
|
||||
"originalText": "Original Text",
|
||||
"tags": "Tags",
|
||||
"source": "Source Link",
|
||||
"related": "Related Content"
|
||||
}
|
||||
,"chat": {
|
||||
"typing": "Typing...",
|
||||
"online": "Online",
|
||||
"welcome": "Hello! I'm the AI assistant. I can help you with news content, smart recommendations, and content analysis.",
|
||||
"inputPlaceholder": "Enter your question...",
|
||||
"sending": "Sending...",
|
||||
"send": "Send",
|
||||
"quick": {
|
||||
"title": "Quick Actions",
|
||||
"recommend": "Recommend Content",
|
||||
"analysis": "Content Analysis",
|
||||
"hotNews": "Recommend Hot News",
|
||||
"hotNewsQ": "Recommend some hot news",
|
||||
"techTrend": "Analyze Tech Trends",
|
||||
"techTrendQ": "Analyze the latest tech trends",
|
||||
"todaySummary": "Today's Summary",
|
||||
"todaySummaryQ": "Summarize today's news",
|
||||
"techNews": "Tech News",
|
||||
"techNewsQ": "Recommend the latest tech news",
|
||||
"economyNews": "Economy News",
|
||||
"economyNewsQ": "Recommend hot economy news",
|
||||
"sportNews": "Sports News",
|
||||
"sportNewsQ": "Recommend the latest sports news",
|
||||
"hotTopic": "Hot Topics",
|
||||
"hotTopicQ": "Analyze today's hot topics",
|
||||
"newsSummary": "News Summary",
|
||||
"newsSummaryQ": "Summarize this week's important news",
|
||||
"concept": "Concept Explanation",
|
||||
"conceptQ": "Explain this concept"
|
||||
},
|
||||
"session": {
|
||||
"title": "Session Management",
|
||||
"msgCount": "messages",
|
||||
"new": "New Session"
|
||||
}
|
||||
|
||||
},
|
||||
"multimedia": {
|
||||
"featured": "featured"
|
||||
},
|
||||
"contentType": {
|
||||
"video": "video",
|
||||
"audio": "audio",
|
||||
"images": "gallary"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user