Initial commit of akmon project
This commit is contained in:
409
i18n/zh-CN/mt/common.uts
Normal file
409
i18n/zh-CN/mt/common.uts
Normal file
@@ -0,0 +1,409 @@
|
||||
export default {
|
||||
|
||||
"section": {
|
||||
"featured": "精选推荐",
|
||||
"latest": "最新资讯",
|
||||
"business": "主要业务",
|
||||
"hotSearch": "热门搜索",
|
||||
"aiAssistant": "AI助手"
|
||||
},
|
||||
"modal": {
|
||||
"selectLanguage": "选择语言",
|
||||
"sort": "排序方式"
|
||||
},
|
||||
"empty": {
|
||||
"content": "暂无内容",
|
||||
"title": "暂无内容",
|
||||
"description": "暂无业务内容"
|
||||
},
|
||||
"action": {
|
||||
"refresh": "刷新",
|
||||
"retry": "重试"
|
||||
},
|
||||
"loadingMore": "正在加载...",
|
||||
"sort": {
|
||||
"latest": "最新发布",
|
||||
"earliest": "最早发布",
|
||||
"highestScore": "高分优先",
|
||||
"mostViewed": "最多浏览",
|
||||
"mostLiked": "最多点赞",
|
||||
"mostShared": "最多分享",
|
||||
"byTime": "按时间排序",
|
||||
"byQuality": "按质量排序"
|
||||
},
|
||||
"title": {
|
||||
"news": "资讯",
|
||||
"topics": "专题",
|
||||
"search": "搜索",
|
||||
"chat": "AI助手",
|
||||
"settings": "设置",
|
||||
"comments": "评论",
|
||||
"video": "视频"
|
||||
},
|
||||
"button": {
|
||||
"favorite": "收藏",
|
||||
"unfavorite": "取消收藏",
|
||||
"share": "转发",
|
||||
"comment": "评论",
|
||||
"send": "发送",
|
||||
"submit": "提交",
|
||||
"cancel": "取消",
|
||||
"edit": "编辑",
|
||||
"delete": "删除",
|
||||
"save": "保存",
|
||||
"back": "返回",
|
||||
"loadMore": "加载更多",
|
||||
"login": "登录",
|
||||
"gridView": "网格视图",
|
||||
"learnMore": "了解更多",
|
||||
"profile": "个人资料",
|
||||
"settings": "设置",
|
||||
"lightMode": "日间模式",
|
||||
"nightMode": "夜间模式",
|
||||
"logout": "退出登录",
|
||||
"viewAll": "查看全部"
|
||||
},
|
||||
"status": {
|
||||
"loading": "加载中...",
|
||||
"noData": "暂无数据",
|
||||
"success": "操作成功",
|
||||
"fail": "操作失败",
|
||||
"networkError": "网络异常,请重试"
|
||||
},
|
||||
|
||||
"ai": {
|
||||
"ask": "向AI提问...",
|
||||
"thinking": "AI思考中...",
|
||||
"recommend": "智能推荐",
|
||||
"assistant": "AI助手"
|
||||
},
|
||||
"comment": {
|
||||
"title": "评论",
|
||||
"cancel": "取消",
|
||||
"submit": "提交",
|
||||
"quick": "写评论...",
|
||||
"placeholder": "写下您的评论...",
|
||||
"reply": "回复",
|
||||
"replyTo": "回复",
|
||||
"replyPlaceholder": "写下您的回复...",
|
||||
"like": "点赞",
|
||||
"dislike": "踩",
|
||||
"reportLabel": "举报",
|
||||
"delete": "删除",
|
||||
"empty": "暂无评论",
|
||||
"loadMore": "加载更多评论",
|
||||
"loadReplies": "查看 {count} 条回复",
|
||||
"sortTitle": "评论排序",
|
||||
"reportTitle": "举报评论",
|
||||
"postSuccess": "评论发表成功",
|
||||
"error": {
|
||||
"empty": "评论内容不能为空",
|
||||
"postFailed": "评论发表失败"
|
||||
},
|
||||
"status": {
|
||||
"loading": "加载中...",
|
||||
"active": "正常",
|
||||
"hidden": "已隐藏",
|
||||
"deleted": "已删除",
|
||||
"pending": "待审核",
|
||||
"rejected": "已拒绝",
|
||||
"unknown": "未知"
|
||||
},
|
||||
"sort": {
|
||||
"latest": "最新评论",
|
||||
"earliest": "最早评论",
|
||||
"mostLiked": "最多点赞",
|
||||
"mostReplied": "最多回复"
|
||||
},
|
||||
"report": {
|
||||
"spam": "垃圾信息",
|
||||
"inappropriate": "不当内容",
|
||||
"harassment": "骚扰",
|
||||
"misinformation": "虚假信息",
|
||||
"copyright": "版权侵犯",
|
||||
"other": "其他问题"
|
||||
}
|
||||
},
|
||||
"topic": {
|
||||
"subscribe": "订阅专题",
|
||||
"unsubscribe": "取消订阅",
|
||||
"more": "更多专题",
|
||||
"hot": "热门专题",
|
||||
"featured": "精选专题",
|
||||
"all": "全部专题",
|
||||
"empty": "暂无专题",
|
||||
"typeTitle": "专题类型",
|
||||
"articleCount": "篇文章",
|
||||
"allTypes": "全部类型",
|
||||
"viewCountUnit": "次浏览",
|
||||
"contentCountUnit": "篇内容",
|
||||
"quickAccess": "专题分类",
|
||||
"sort": {
|
||||
"recentUpdate": "最近更新",
|
||||
"newest": "最新创建",
|
||||
"popular": "热门度",
|
||||
"contentCount": "内容数量"
|
||||
},
|
||||
"filter": {
|
||||
"timeline": "时间线",
|
||||
"category": "分类",
|
||||
"quality": "质量"
|
||||
},
|
||||
"related": "相关专题",
|
||||
"action": {
|
||||
"share": "分享专题",
|
||||
"subscribe": "订阅专题",
|
||||
"aiAssistant": "AI助手"
|
||||
}
|
||||
},
|
||||
"favorite": {
|
||||
"add": "加入收藏夹",
|
||||
"remove": "移除收藏夹",
|
||||
"folder": "收藏夹",
|
||||
"public": "公开收藏",
|
||||
"private": "私有收藏"
|
||||
},
|
||||
"share": {
|
||||
"title": "分享视频",
|
||||
"to": "分享到",
|
||||
"wechat": "微信",
|
||||
"weibo": "微博",
|
||||
"qq": "QQ空间",
|
||||
"copyLink": "复制链接",
|
||||
"success": "已复制分享链接",
|
||||
"processing": "正在处理..."
|
||||
},
|
||||
"settings": {
|
||||
"profile": "个人设置",
|
||||
"interfaceLanguage": "界面语言",
|
||||
"contentLanguage": "内容语言偏好",
|
||||
"autoTranslate": "自动翻译",
|
||||
"autoTranslateDesc": "自动将外语内容翻译为您的偏好语言",
|
||||
"contentPreference": "内容偏好",
|
||||
"categories": "感兴趣的分类",
|
||||
|
||||
"notifications": "通知设置",
|
||||
"push": "推送通知",
|
||||
"pushDesc": "接收新资讯和推荐内容的通知",
|
||||
"ai": "AI助手",
|
||||
"clearChat": "清空聊天记录",
|
||||
"clearChatDesc": "删除所有AI聊天记录",
|
||||
"aiPreference": "AI偏好设置",
|
||||
"aiPreferenceDesc": "个性化AI回复风格",
|
||||
"privacy": "数据与隐私",
|
||||
"exportData": "导出数据",
|
||||
"exportDataDesc": "导出您的阅读记录和偏好设置",
|
||||
"clearUserData": "清除用户数据",
|
||||
"clearUserDataDesc": "删除所有个人数据和记录",
|
||||
"about": "关于",
|
||||
"version": "应用版本",
|
||||
"privacyPolicy": "隐私政策",
|
||||
"terms": "使用条款",
|
||||
"selectLanguage": "选择界面语言",
|
||||
"notSet": "未设置",
|
||||
"language": "语言设置",
|
||||
"readingMode": {
|
||||
"light": "浅色模式",
|
||||
"lightDesc": "适合日间阅读",
|
||||
"dark": "深色模式",
|
||||
"darkDesc": "适合夜间阅读",
|
||||
"auto": "自动切换",
|
||||
"autoDesc": "根据系统设置自动切换"
|
||||
},
|
||||
"fontSize": {
|
||||
"small": "小",
|
||||
"medium": "中",
|
||||
"large": "大"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "搜索资讯内容...",
|
||||
"button": "搜索",
|
||||
"filter": "筛选",
|
||||
"suggestions": "搜索建议",
|
||||
"hot": "热门搜索",
|
||||
"history": "搜索历史",
|
||||
"clear": "清空",
|
||||
"found": "找到 {count} 条相关结果",
|
||||
"loading": "搜索中...",
|
||||
"empty": "未找到相关内容",
|
||||
"emptyTip": "请尝试使用其他关键词搜索",
|
||||
"filterTitle": "筛选条件"
|
||||
},
|
||||
"video": {
|
||||
"action": {
|
||||
"favorite": "收藏",
|
||||
"share": "分享",
|
||||
"like": "点赞",
|
||||
"settings": "设置"
|
||||
},
|
||||
"unit": {
|
||||
"views": "次观看",
|
||||
"wan": "万"
|
||||
},
|
||||
"description": {
|
||||
"expand": "展开",
|
||||
"collapse": "收起"
|
||||
},
|
||||
"quality": {
|
||||
"title": "视频画质",
|
||||
"360p": "360P 流畅",
|
||||
"480p": "480P 清晰",
|
||||
"720p": "720P 高清",
|
||||
"1080p": "1080P 超清",
|
||||
"4k": "4K 超高清"
|
||||
},
|
||||
"speed": {
|
||||
"title": "播放速度",
|
||||
"normal": "正常速度"
|
||||
},
|
||||
"error": {
|
||||
"playFailed": "视频播放失败",
|
||||
"loadFailed": "视频加载失败"
|
||||
},
|
||||
"danmu": {
|
||||
"title": "弹幕",
|
||||
"placeholder": "发个弹幕见证当下",
|
||||
"send": "发送",
|
||||
"sendSuccess": "弹幕发送成功",
|
||||
"show": "显示弹幕",
|
||||
"hide": "隐藏弹幕",
|
||||
"settings": "弹幕设置",
|
||||
"opacity": "不透明度",
|
||||
"fontSize": "字体大小",
|
||||
"speed": "弹幕速度",
|
||||
"position": {
|
||||
"scroll": "滚动弹幕",
|
||||
"top": "顶部弹幕",
|
||||
"bottom": "底部弹幕"
|
||||
},
|
||||
"error": {
|
||||
"empty": "弹幕内容不能为空",
|
||||
"tooLong": "弹幕内容过长",
|
||||
"sensitive": "弹幕包含敏感词",
|
||||
"sendFailed": "弹幕发送失败"
|
||||
}
|
||||
}
|
||||
},
|
||||
"detail": {
|
||||
"author": "作者:",
|
||||
"publishedAt": "发布时间:",
|
||||
"originalLanguage": "原始语言:",
|
||||
"qualityScore": "质量评分:",
|
||||
"summary": "内容摘要",
|
||||
"selectLanguage": "选择语言:",
|
||||
"originalText": "原文",
|
||||
"tags": "相关标签",
|
||||
"source": "原文链接",
|
||||
"related": "相关推荐"
|
||||
},
|
||||
"chat": {
|
||||
"typing": "正在输入...",
|
||||
"online": "在线",
|
||||
"welcome": "您好!我是AI助手,可以帮您解答关于资讯内容的问题,提供智能推荐和内容分析。",
|
||||
"inputPlaceholder": "输入您的问题...",
|
||||
"sending": "发送中...",
|
||||
"send": "发送",
|
||||
"quick": {
|
||||
"title": "快捷操作",
|
||||
"recommend": "内容推荐",
|
||||
"analysis": "内容分析",
|
||||
"hotNews": "推荐热门资讯",
|
||||
"hotNewsQ": "推荐一些热门资讯",
|
||||
"techTrend": "分析科技趋势",
|
||||
"techTrendQ": "分析最新科技趋势",
|
||||
"todaySummary": "总结今日要闻",
|
||||
"todaySummaryQ": "总结今日要闻",
|
||||
"techNews": "科技资讯",
|
||||
"techNewsQ": "推荐一些科技类的最新资讯",
|
||||
"economyNews": "经济资讯",
|
||||
"economyNewsQ": "推荐一些经济类的热门资讯",
|
||||
"sportNews": "体育资讯",
|
||||
"sportNewsQ": "推荐一些体育类的最新资讯",
|
||||
"hotTopic": "热门话题",
|
||||
"hotTopicQ": "分析今天的热门话题",
|
||||
"newsSummary": "新闻总结",
|
||||
"newsSummaryQ": "总结本周的重要新闻",
|
||||
"concept": "概念解释",
|
||||
"conceptQ": "解释这个概念"
|
||||
},
|
||||
"session": {
|
||||
"title": "会话管理",
|
||||
"msgCount": "条消息",
|
||||
"new": "新建会话"
|
||||
}
|
||||
},
|
||||
"category": {
|
||||
"all": "全部分类",
|
||||
"politics": "政治新闻",
|
||||
"economy": "经济财经",
|
||||
"technology": "科技创新",
|
||||
"sports": "体育资讯",
|
||||
"entertainment": "娱乐八卦",
|
||||
"health": "健康医疗",
|
||||
"education": "教育培训",
|
||||
"unknown": "未知分类",
|
||||
"international": "国际资讯"
|
||||
},
|
||||
"topicType": {
|
||||
"breaking": "突发事件",
|
||||
"trending": "热门话题",
|
||||
"series": "系列专题",
|
||||
"analysis": "深度分析",
|
||||
"guide": "实用指南",
|
||||
"interview": "专访对话",
|
||||
"report": "调查报告",
|
||||
"timeline": "事件追踪"
|
||||
},
|
||||
"quality": {
|
||||
"excellent": "优质",
|
||||
"good": "良好",
|
||||
"normal": "一般",
|
||||
"poor": "待提升"
|
||||
},
|
||||
|
||||
"time": {
|
||||
"today": "今天",
|
||||
"yesterday": "昨天",
|
||||
"daysAgo": "{days}天前",
|
||||
"hoursAgo": "{hours}小时前",
|
||||
"minutesAgo": "{minutes}分钟前",
|
||||
"justNow": "刚刚"
|
||||
},
|
||||
"text": {
|
||||
"views": "浏览"
|
||||
},
|
||||
|
||||
"label": {
|
||||
"contact": "联系方式",
|
||||
"address": "地址"
|
||||
},
|
||||
"error": {
|
||||
"loadFailed": "加载失败",
|
||||
"loadTopicsFailed": "加载专题失败,请稍后重试"
|
||||
},
|
||||
"message": {
|
||||
"languageChanged": "语言已切换"
|
||||
},
|
||||
|
||||
"language": {
|
||||
"zh-CN": "简体中文",
|
||||
"zh-TW": "繁體中文",
|
||||
"en-US": "英语",
|
||||
"ja-JP": "日语",
|
||||
"ko-KR": "韩语",
|
||||
"fr-FR": "法语",
|
||||
"de-DE": "德语",
|
||||
"es-ES": "西班牙语",
|
||||
"ru-RU": "俄语"
|
||||
},
|
||||
"multimedia": {
|
||||
"featured": "多媒体精选"
|
||||
},
|
||||
"contentType": {
|
||||
"video": "视频",
|
||||
"audio": "音频",
|
||||
"images": "图片"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user