Files
YMhut-box-C-/box-old/lang/zh-CN.json
T
QWQLwToo 46a3674381
build-winui / winui (push) Has been cancelled
Add legacy Electron app
2026-06-26 13:29:02 +08:00

395 lines
20 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"comment": "简体中文语言包",
"nav.home": "主页",
"nav.toolbox": "工具箱",
"nav.logs": "日志",
"nav.settings": "设置",
"home.greeting.morning": "早上好, 新的一天元气满满",
"home.greeting.noon": "中午好, 午休时间到了",
"home.greeting.afternoon": "下午好, 继续努力吧",
"home.greeting.evening": "晚上好, 放松一下吧",
"home.greeting.night": "凌晨了, 注意休息哦",
"home.welcome": "欢迎使用 YMhut Box, 愿你拥有美好的一天。",
"home.announcement": "公告",
"home.announcement.failed": "公告加载失败...",
"home.announcement.viewFull": "查看完整公告",
"home.search.placeholder": "智能搜索:输入查询内容...",
"home.search.button": "搜索",
"home.search.disabled": "智能搜索工具当前不可用",
"home.search.results.stats": "找到约 {count} 条结果 (耗时 {time}ms)",
"home.search.results.viewFull": "查看完整结果 (含高级选项)",
"home.search.results.empty.title": "未找到关于 \"{query}\" 的结果",
"home.search.results.empty.sub": "请尝试更换关键词。",
"home.search.failed.title": "搜索失败",
"home.updates": "更新日志",
"home.updates.close": "关闭",
"home.updates.modal.title": "完整公告",
"home.updates.empty": "暂无更新详情。",
"tool.smartSearch.name": "智能搜索",
"tool.smartSearch.desc": "AI 聚合搜索,获取高质量结果",
"common.loading": "加载中...",
"common.search": "搜索",
"common.backToToolbox": "返回工具箱",
"common.options": "高级选项",
"common.error": "错误",
"common.loading.tool": "正在初始化工具模块...",
"common.notification.title.success": "成功",
"common.notification.title.error": "错误",
"common.notification.title.info": "提示",
"settings.appearance": "外观",
"settings.updates": "更新管理",
"settings.about": "关于",
"settings.status.monitor": "状态监控",
"settings.status.cpu": "CPU",
"settings.status.mem": "内存",
"settings.status.gpu": "GPU",
"settings.status.uptime": "运行时长",
"settings.status.normal": "系统运行正常",
"settings.about.motto": "功不唐捐,玉汝于成",
"settings.appearance.title": "外观设置",
"settings.appearance.theme": "界面主题",
"settings.appearance.language": "界面语言",
"settings.appearance.font": "UI 字体",
"settings.appearance.language.auto": "自动 (Auto)",
"settings.appearance.language.zh-CN": "简体中文",
"tool.jsonFormat.name": "JSON 格式化",
"tool.jsonFormat.format": "格式化",
"tool.jsonFormat.compress": "压缩",
"tool.jsonFormat.copy": "复制结果",
"tool.jsonFormat.clear": "清空",
"tool.jsonFormat.inputPlaceholder": "在此输入 JSON...",
"tool.jsonFormat.outputPlaceholder": "结果输出...",
"tool.textStatistics.name": "文本统计",
"tool.textStatistics.inputPlaceholder": "在此输入文本...",
"tool.textStatistics.chars": "字符总数",
"tool.textStatistics.charsNoSpace": "字符(不含空格)",
"tool.textStatistics.words": "单词数",
"tool.textStatistics.lines": "行数",
"tool.textStatistics.paragraphs": "段落数",
"tool.textStatistics.chinese": "中文字符",
"tool.textStatistics.english": "英文字符",
"tool.textStatistics.numbers": "数字",
"translation.progress": "正在翻译...",
"translation.saving": "正在保存翻译结果...",
"translation.complete": "语言包翻译完成,正在重启应用...",
"translation.failed": "翻译失败",
"translation.hint": "请稍候,正在使用公共翻译接口进行翻译...",
"settings.appearance.language.en-US": "English",
"tool.fileHash.name": "文件哈希计算",
"tool.fileHash.selectFile": "选择文件",
"tool.fileHash.fileName": "文件名",
"tool.fileHash.fileSize": "大小",
"tool.fileHash.results": "哈希结果",
"tool.fileHash.calculating": "正在计算哈希值...",
"tool.fileHash.calculateSuccess": "哈希值计算完成",
"tool.caseConverter.name": "大小写转换",
"tool.caseConverter.input": "输入文本",
"tool.caseConverter.inputPlaceholder": "在此输入要转换的文本...",
"tool.caseConverter.output": "转换结果",
"tool.caseConverter.upperCase": "大写",
"tool.caseConverter.lowerCase": "小写",
"tool.caseConverter.titleCase": "标题",
"tool.caseConverter.sentenceCase": "句子",
"tool.caseConverter.camelCase": "驼峰",
"tool.caseConverter.pascalCase": "帕斯卡",
"tool.caseConverter.snakeCase": "蛇形",
"tool.caseConverter.kebabCase": "短横线",
"tool.caseConverter.emptyInput": "请输入要转换的文本",
"tool.randomGenerator.name": "随机生成器",
"tool.randomGenerator.number": "随机数字",
"tool.randomGenerator.min": "最小值",
"tool.randomGenerator.max": "最大值",
"tool.randomGenerator.count": "生成数量",
"tool.randomGenerator.generate": "生成",
"tool.randomGenerator.result": "结果",
"tool.randomGenerator.string": "随机字符串",
"tool.randomGenerator.length": "长度",
"tool.randomGenerator.charset": "字符集",
"tool.randomGenerator.uppercase": "大写字母 (A-Z)",
"tool.randomGenerator.lowercase": "小写字母 (a-z)",
"tool.randomGenerator.numbers": "数字 (0-9)",
"tool.randomGenerator.symbols": "符号 (!@#$%...)",
"tool.randomGenerator.color": "随机颜色",
"tool.randomGenerator.minMaxError": "最小值不能大于最大值",
"tool.randomGenerator.charsetError": "请至少选择一种字符集",
"common.select": "选择",
"common.copy": "复制",
"common.clear": "清空",
"common.copied": "已复制到剪贴板",
"settings.appearance.language.restartMsg": "语言设置将在重启后生效。",
"settings.appearance.bg": "自定义背景",
"settings.appearance.bg.select": "选择",
"settings.appearance.bg.clear": "清除",
"settings.appearance.bg.opacity": "背景透明度",
"settings.appearance.card.opacity": "卡片透明度",
"settings.traffic.title": "流量统计",
"settings.traffic.total": "累计使用流量",
"settings.traffic.chart.empty.title": "暂无历史流量数据",
"settings.traffic.chart.empty.sub": "数据将从今天开始记录",
"settings.update.title": "更新管理",
"settings.update.checkBtn": "检查更新",
"settings.update.checking": "正在检查...",
"settings.update.checkDefault": "点击按钮检查新版本",
"settings.about.title": "关于与软件环境",
"settings.about.version": "客户端版本",
"settings.about.configVersion": "配置版本",
"settings.about.developer": "开发者",
"settings.about.moreInfo": "查看详细环境参数",
"settings.about.env.title": "已安装的开发环境",
"tool.bmi.title": "BMI 计算器",
"tool.bmi.description": "计算身体质量指数,评估健康状况",
"tool.bmi.metric": "公制 (cm/kg)",
"tool.bmi.imperial": "英制 (ft/lbs)",
"tool.bmi.height": "身高",
"tool.bmi.heightPlaceholder": "请输入身高",
"tool.bmi.weight": "体重",
"tool.bmi.weightPlaceholder": "请输入体重",
"tool.bmi.calculate": "计算BMI",
"tool.bmi.result": "计算结果",
"tool.bmi.yourBmi": "您的BMI指数",
"tool.bmi.enterData": "请输入身高和体重",
"tool.bmi.formula": "体重(kg) / 身高(m)²",
"tool.bmi.formulaImperial": "体重(lbs) / 身高(in)² × 703",
"tool.bmi.ranges": "BMI范围说明",
"tool.bmi.underweight": "偏瘦",
"tool.bmi.underweightDesc": "体重不足,建议适当增重",
"tool.bmi.normal": "正常",
"tool.bmi.normalDesc": "体重正常,继续保持",
"tool.bmi.overweight": "超重",
"tool.bmi.overweightDesc": "体重超重,建议适当减重",
"tool.bmi.obese": "肥胖",
"tool.bmi.obeseDesc": "肥胖,建议减重并咨询医生",
"tool.bmi.enterValidData": "请输入有效的身高和体重",
"tool.earthquake.title": "近期全球地震信息",
"tool.earthquake.description": "获取近期全球的地震信息,包括地点、震级、时间、深度等",
"tool.earthquake.refresh": "刷新数据",
"tool.earthquake.loading": "正在获取地震信息,请稍候...",
"tool.earthquake.results": "地震数据",
"tool.earthquake.rank": "排名",
"tool.earthquake.place": "地点",
"tool.earthquake.latitude": "纬度",
"tool.earthquake.longitude": "经度",
"tool.earthquake.magnitude": "震级",
"tool.earthquake.time": "时间",
"tool.earthquake.depth": "深度",
"tool.earthquake.queryFailed": "查询失败",
"tool.earthquake.sslError": "SSL 证书验证失败,可能是 API 服务器证书已过期。请稍后重试或联系管理员。",
"tool.earthquake.noData": "未找到地震信息",
"tool.earthquake.refreshing": "刷新中...",
"tool.goldPrice.title": "今日黄金价格",
"tool.goldPrice.description": "获取最新的黄金价格以及各种黄金的详细信息",
"tool.goldPrice.refresh": "刷新数据",
"tool.goldPrice.currentPrice": "今日黄金价格",
"tool.goldPrice.unit": "元/克",
"tool.goldPrice.updateTime": "更新时间",
"tool.goldPrice.detailList": "详细价格列表",
"tool.goldPrice.rank": "序号",
"tool.goldPrice.name": "黄金名称",
"tool.goldPrice.category": "目录",
"tool.goldPrice.change": "涨跌幅",
"tool.goldPrice.high": "最高价",
"tool.goldPrice.low": "最低价",
"tool.goldPrice.buyHigh": "最高买入价",
"tool.goldPrice.sellLow": "最低卖出价",
"tool.goldPrice.date": "日期",
"tool.goldPrice.loading": "正在获取黄金价格数据,请稍候...",
"tool.goldPrice.queryFailed": "查询失败",
"tool.goldPrice.sslError": "SSL 证书验证失败,可能是 API 服务器证书已过期。请稍后重试或联系管理员。",
"tool.goldPrice.noData": "未找到黄金价格信息",
"tool.goldPrice.refreshing": "刷新中...",
"tool.zhihuHot.title": "知乎热搜榜",
"tool.zhihuHot.description": "实时获取知乎热搜榜数据,了解热门话题",
"tool.zhihuHot.refresh": "刷新数据",
"tool.zhihuHot.hotList": "热搜列表",
"tool.zhihuHot.loading": "正在获取知乎热搜榜数据,请稍候...",
"tool.zhihuHot.queryFailed": "查询失败",
"tool.zhihuHot.timeout": "请求超时,请稍后重试",
"tool.zhihuHot.noData": "暂无热搜数据,请点击刷新按钮获取",
"tool.zhihuHot.refreshing": "刷新中...",
"tool.zhihuHot.fresh": "实时更新",
"tool.zhihuHot.view": "查看详情",
"tool.movieBoxOffice.title": "猫眼电影实时票房排行",
"tool.movieBoxOffice.description": "获取最新猫眼电影实时票房名单,包括电影名称、票房、排片率等信息",
"tool.movieBoxOffice.refresh": "刷新数据",
"tool.movieBoxOffice.updateTime": "更新时间",
"tool.movieBoxOffice.movieCount": "电影数量",
"tool.movieBoxOffice.boxOfficeList": "票房排行",
"tool.movieBoxOffice.rank": "排名",
"tool.movieBoxOffice.movieName": "电影名称",
"tool.movieBoxOffice.boxOffice": "实时票房",
"tool.movieBoxOffice.totalBoxOffice": "累计票房",
"tool.movieBoxOffice.screeningRate": "排片率",
"tool.movieBoxOffice.attendanceRate": "上座率",
"tool.movieBoxOffice.loading": "正在获取票房数据,请稍候...",
"tool.movieBoxOffice.queryFailed": "查询失败",
"tool.movieBoxOffice.noData": "暂无票房数据,请点击刷新按钮获取",
"tool.movieBoxOffice.refreshing": "刷新中...",
"tool.footballNews.title": "足球赛事热点",
"tool.footballNews.description": "获取最新的足球赛事热点新闻",
"tool.footballNews.refresh": "刷新热点",
"tool.footballNews.clickToView": "点击查看详细",
"tool.footballNews.newsList": "新闻列表",
"tool.footballNews.backToList": "返回列表",
"tool.footballNews.loading": "正在获取足球赛事热点,请稍候...",
"tool.footballNews.queryFailed": "查询失败",
"tool.footballNews.detailFailed": "获取详情失败",
"tool.footballNews.noData": "暂无新闻数据",
"tool.footballNews.detail": "新闻详情",
"tool.footballNews.noContent": "暂无内容",
"tool.footballNews.refreshing": "刷新中...",
"tool.trainQuery.title": "火车批次查询",
"tool.trainQuery.description": "查询全国火车和高铁班次信息",
"tool.trainQuery.departure": "出发城市",
"tool.trainQuery.departurePlaceholder": "请输入出发城市",
"tool.trainQuery.arrival": "到达城市",
"tool.trainQuery.arrivalPlaceholder": "请输入到达城市",
"tool.trainQuery.swap": "交换城市",
"tool.trainQuery.trainType": "列车类型",
"tool.trainQuery.all": "全部",
"tool.trainQuery.highSpeed": "高铁",
"tool.trainQuery.train": "火车",
"tool.trainQuery.date": "查询日期",
"tool.trainQuery.count": "返回条数",
"tool.trainQuery.items": "条",
"tool.trainQuery.query": "查询火车班次",
"tool.trainQuery.results": "查询结果",
"tool.trainQuery.total": "共",
"tool.trainQuery.trains": "趟",
"tool.trainQuery.seats": "座位信息",
"tool.trainQuery.yuan": "元",
"tool.trainQuery.remaining": "余票",
"tool.trainQuery.noTicket": "无票",
"tool.trainQuery.loading": "正在查询火车班次,请稍候...",
"tool.trainQuery.queryFailed": "查询失败",
"tool.trainQuery.enterCities": "请输入出发和到达城市",
"tool.trainQuery.noData": "未找到火车班次信息",
"tool.trainQuery.querying": "查询中...",
"settings.toolHealth": "工具健康检查",
"settings.toolHealth.title": "工具健康检查",
"settings.toolHealth.description": "自动检测网络工具的健康状态",
"settings.toolHealth.detail": "系统会自动检查使用API和网络工具的状态,如果工具无法正常访问(404、502、503等错误),将自动锁定该工具。每天只检查一次,您也可以手动触发检查。",
"settings.toolHealth.manualCheck": "手动启动检查",
"settings.toolHealth.startCheck": "开始检查",
"settings.toolHealth.checking": "检查中...",
"settings.toolHealth.lockedTools": "已锁定工具",
"settings.toolHealth.noLocked": "暂无锁定工具",
"settings.toolHealth.lastCheck": "上次检查时间",
"settings.toolHealth.never": "从未检查",
"settings.toolHealth.networkTools": "网络工具总数",
"settings.toolHealth.tools": "个工具",
"settings.toolHealth.calculating": "计算中...",
"toolHealthCheck.title": "工具健康检查",
"toolHealthCheck.subtitle": "正在检查网络工具状态...",
"toolHealthCheck.page.title": "工具健康检查",
"toolHealthCheck.page.description": "正在检查网络工具的API可用性,请稍候...",
"toolHealthCheck.page.preparing": "准备中...",
"toolHealthCheck.page.checking": "检查中...",
"toolHealthCheck.page.note": "检查完成后将自动跳转到工具箱界面",
"toolHealthCheck.status.success": "正常",
"toolHealthCheck.status.failed": "异常",
"toolHealthCheck.status.checking": "检查中",
"toolHealthCheck.status.unknown": "未知",
"toolHealthCheck.preparing": "准备中...",
"toolHealthCheck.checkingTool": "正在检查",
"toolHealthCheck.completed": "检查完成",
"toolHealthCheck.calculating": "计算中...",
"toolHealthCheck.totalTime": "总耗时",
"toolHealthCheck.estimatedRemaining": "预计剩余",
"toolHealthCheck.minute": "分",
"toolHealthCheck.second": "秒",
"toolHealthCheck.noNetworkTools": "没有需要检查的网络工具",
"toolHealthCheck.error": "检查失败",
"toolHealthCheck.status.skip": "跳过",
"toolHealthCheck.reason.sslError": "SSL证书错误",
"toolHealthCheck.reason.timeout": "请求超时",
"toolHealthCheck.reason.networkError": "网络错误",
"toolHealthCheck.reason.httpError": "HTTP错误",
"toolHealthCheck.reason.noData": "无数据",
"toolHealthCheck.reason.noValidData": "数据无效",
"toolHealthCheck.reason.parseError": "解析错误",
"toolHealthCheck.reason.emptyResponse": "空响应",
"toolHealthCheck.reason.maxRetries": "重试次数超限",
"tool.carInfo.title": "车辆信息查询",
"tool.carInfo.description": "查询车辆品牌、系列、价格等详细信息",
"tool.carInfo.vehicleName": "车辆名称/品牌",
"tool.carInfo.vehicleNamePlaceholder": "请输入车辆名称或品牌,例如:问界、比亚迪",
"tool.carInfo.query": "查询车辆信息",
"tool.carInfo.results": "查询结果",
"tool.carInfo.loading": "正在查询车辆信息,请稍候...",
"tool.carInfo.enterVehicleName": "请输入车辆名称或品牌",
"tool.carInfo.queryFailed": "查询失败",
"tool.carInfo.noResults": "未找到车辆信息",
"tool.carInfo.querying": "查询中...",
"tool.carInfo.unknownBrand": "未知品牌",
"tool.carInfo.unknownModel": "未知型号",
"tool.carInfo.priceNegotiable": "价格面议",
"tool.carInfo.unknownLevel": "未知级别",
"tool.cctvNews.title": "央视新闻热点",
"tool.cctvNews.description": "获取最新的央视新闻热点资讯",
"tool.cctvNews.count": "新闻数量",
"tool.cctvNews.fetch": "获取新闻",
"tool.cctvNews.newsList": "新闻列表",
"tool.cctvNews.loading": "正在获取央视新闻热点,请稍候...",
"tool.cctvNews.fetchFailed": "获取新闻失败",
"tool.cctvNews.noNews": "暂无新闻",
"tool.cctvNews.unknownTitle": "未知标题",
"tool.cctvNews.fetching": "获取中...",
"tool.oilPrice.title": "全国油价查询",
"tool.oilPrice.description": "查询全国各城市的最新油价信息,包括92#、95#、98#汽油和0#柴油价格",
"tool.oilPrice.cityName": "城市名称",
"tool.oilPrice.cityPlaceholder": "请输入城市名称,如 北京、上海、广州",
"tool.oilPrice.hotCities": "热门城市",
"tool.oilPrice.query": "查询油价",
"tool.oilPrice.loading": "正在查询油价,请稍候...",
"tool.oilPrice.results": "查询结果",
"tool.oilPrice.type": "油品类型",
"tool.oilPrice.price": "价格(元/升)",
"tool.oilPrice.enterCity": "请输入城市名称",
"tool.oilPrice.queryFailed": "查询失败",
"tool.oilPrice.querying": "查询中...",
"tool.oilPrice.gasoline92": "92#汽油",
"tool.oilPrice.gasoline95": "95#汽油",
"tool.oilPrice.gasoline98": "98#汽油",
"tool.oilPrice.diesel0": "0#柴油",
"tool.oilPrice.yuanPerLiter": "元/升",
"tool.historyToday.title": "历史上的今天",
"tool.historyToday.description": "探索历史上今天发生的重要事件",
"tool.historyToday.refresh": "刷新数据",
"tool.historyToday.events": "历史事件",
"tool.historyToday.loading": "正在获取数据,请稍候...",
"tool.historyToday.fetchFailed": "获取数据失败",
"tool.historyToday.noEvents": "暂无历史事件",
"tool.historyToday.refreshing": "刷新中...",
"tool.historyToday.dateFormat": "{year}年{month}月{day}日",
"tool.historyToday.unknownYear": "未知年份",
"tool.domainPrice.title": "域名比价查询",
"tool.domainPrice.description": "查询域名后缀在各平台的注册、续费、转入价格排行",
"tool.domainPrice.domain": "域名后缀",
"tool.domainPrice.domainPlaceholder": "请输入域名后缀,如:cn、com、net",
"tool.domainPrice.type": "查询类型",
"tool.domainPrice.new": "注册价格",
"tool.domainPrice.renew": "续费价格",
"tool.domainPrice.transfer": "转入价格",
"tool.domainPrice.query": "查询价格",
"tool.domainPrice.loading": "正在查询域名价格,请稍候...",
"tool.domainPrice.enterDomain": "请输入域名后缀并选择查询类型开始查询",
"tool.domainPrice.results": "比价结果",
"tool.domainPrice.rank": "排名",
"tool.domainPrice.platform": "平台",
"tool.domainPrice.price": "价格",
"tool.domainPrice.queryFailed": "查询失败",
"tool.domainPrice.querying": "查询中...",
"tool.domainPrice.totalPlatforms": "共",
"tool.domainPrice.platforms": "个平台",
"tool.domainPrice.noResults": "暂无价格数据",
"tool.techNews.title": "最新科技资讯",
"tool.techNews.description": "获取当前时间的最新实时科技资讯信息",
"tool.techNews.refresh": "刷新资讯",
"tool.techNews.newsList": "资讯列表",
"tool.techNews.loading": "正在获取实时科技资讯,请稍候...",
"tool.techNews.fetchFailed": "获取数据失败",
"tool.techNews.noNews": "暂无资讯",
"tool.techNews.unknownTitle": "未知标题",
"tool.techNews.refreshing": "刷新中...",
"tool.techNews.updateTime": "更新时间"
}