import Key from "../i18nKey"; import type { Translation } from "../translation"; export const zh_CN: Translation = { [Key.home]: "主页", [Key.about]: "关于我们", [Key.archive]: "归档", [Key.search]: "搜索", [Key.other]: "其他", // 导航栏标题 [Key.navLinks]: "链接", [Key.navMy]: "我的", [Key.navAbout]: "关于", [Key.navOthers]: "其他", [Key.tags]: "标签", [Key.categories]: "分类", [Key.recentPosts]: "最新文章", [Key.postList]: "文章列表", [Key.tableOfContents]: "目录", // 公告栏 [Key.announcement]: "公告", [Key.announcementClose]: "关闭", [Key.comments]: "评论", [Key.friends]: "友链", [Key.friendsSubtitle]: "发现更多优秀网站", [Key.friendsSearchPlaceholder]: "搜索友链名称或描述...", [Key.friendsFilterAll]: "全部", [Key.friendsNoResults]: "未找到匹配的友链", [Key.friendsVisit]: "访问", [Key.friendsCopyLink]: "复制链接", [Key.friendsCopySuccess]: "已复制", [Key.friendsTags]: "标签", [Key.untitled]: "无标题", [Key.uncategorized]: "未分类", [Key.noTags]: "无标签", [Key.wordCount]: "字", [Key.wordsCount]: "字", [Key.minuteCount]: "分钟", [Key.minutesCount]: "分钟", [Key.postCount]: "篇文章", [Key.postsCount]: "篇文章", [Key.themeColor]: "主题色", [Key.lightMode]: "亮色", [Key.darkMode]: "暗色", [Key.systemMode]: "跟随系统", [Key.more]: "更多", [Key.author]: "作者", [Key.publishedAt]: "发布于", [Key.license]: "许可协议", [Key.anime]: "追番", [Key.diary]: "日记", [Key.gallery]: "相册", // 番剧页面 [Key.animeTitle]: "我的追番记录", [Key.animeSubtitle]: "记录我的二次元之旅", [Key.animeStatusWatching]: "在看", [Key.animeStatusCompleted]: "看过", [Key.animeStatusPlanned]: "想看", [Key.animeStatusOnHold]: "搁置", [Key.animeStatusDropped]: "抛弃", [Key.animeFilterAll]: "全部", [Key.animeYear]: "年份", [Key.animeStudio]: "制作", [Key.animeEmpty]: "暂无追番数据", [Key.animeEmptyBangumi]: "请检查 Bangumi 配置或网络连接", [Key.animeEmptyLocal]: "请在 src/data/anime.ts 文件中添加番剧信息", // 短文页面 [Key.diarySubtitle]: "随时随地,分享生活", [Key.diaryCount]: "条短文", [Key.diaryReply]: "回复", [Key.diaryTips]: "只展示最近30条日记", [Key.diaryMinutesAgo]: "分钟前", [Key.diaryHoursAgo]: "小时前", [Key.diaryDaysAgo]: "天前", // 404页面 [Key.notFound]: "404", [Key.notFoundTitle]: "页面未找到", [Key.notFoundDescription]: "抱歉,您访问的页面不存在或已被移动。", [Key.backToHome]: "返回首页", // 音乐播放器 [Key.playlist]: "播放列表", // 相册页面 [Key.albums]: "相册", [Key.albumsSubtitle]: "记录生活中的美好瞬间", [Key.albumsEmpty]: "暂无内容", [Key.albumsEmptyDesc]: "还没有创建任何相册,快去添加一些美好的回忆吧!", [Key.albumsBackToList]: "返回相册", [Key.albumsPhotoCount]: "张照片", [Key.albumsPhotosCount]: "张照片", // 设备页面 [Key.devices]: "我的设备", [Key.devicesSubtitle]: "这里展示了我日常使用的各类设备", // 项目展示页面 [Key.projects]: "项目展示", [Key.projectsSubtitle]: "我的开发项目作品集", [Key.projectsAll]: "全部", [Key.projectsWeb]: "网页应用", [Key.projectsMobile]: "移动应用", [Key.projectsDesktop]: "桌面应用", [Key.projectsOther]: "其他", [Key.projectTechStack]: "技术栈", [Key.projectLiveDemo]: "在线演示", [Key.projectSourceCode]: "源代码", [Key.projectDescription]: "项目描述", [Key.projectStatus]: "状态", [Key.projectStatusCompleted]: "已完成", [Key.projectStatusInProgress]: "进行中", [Key.projectStatusPlanned]: "计划中", [Key.projectsTotal]: "项目总数", [Key.projectsCompleted]: "已完成", [Key.projectsInProgress]: "进行中", [Key.projectsTechStack]: "技术栈统计", [Key.projectsFeatured]: "精选项目", [Key.projectsPlanned]: "计划中", [Key.projectsDemo]: "在线演示", [Key.projectsSource]: "源代码", [Key.projectsVisit]: "前往", [Key.projectsGitHub]: "GitHub", // 技能展示页面 [Key.skills]: "技能展示", [Key.skillsSubtitle]: "我的技术技能和专业知识", [Key.skillsFrontend]: "前端开发", [Key.skillsBackend]: "后端开发", [Key.skillsDatabase]: "数据库", [Key.skillsTools]: "开发工具", [Key.skillsOther]: "其他技能", [Key.skillLevel]: "熟练度", [Key.skillLevelBeginner]: "初学者", [Key.skillLevelIntermediate]: "中级", [Key.skillLevelAdvanced]: "高级", [Key.skillLevelExpert]: "专家", [Key.skillExperience]: "经验", [Key.skillYears]: "年", [Key.skillMonths]: "个月", [Key.skillsTotal]: "总技能数", [Key.skillsExpert]: "专家级", [Key.skillsAdvanced]: "高级", [Key.skillsIntermediate]: "中级", [Key.skillsBeginner]: "初级", [Key.skillsAdvancedTitle]: "专业技能", [Key.skillsProjects]: "相关项目", [Key.skillsDistribution]: "技能分布", [Key.skillsByLevel]: "按等级分布", [Key.skillsByCategory]: "按分类分布", [Key.noData]: "暂无数据", // 时间线页面 [Key.timeline]: "时间线", [Key.timelineSubtitle]: "我的成长历程和重要里程碑", [Key.timelineEducation]: "教育经历", [Key.timelineWork]: "工作经历", [Key.timelineProject]: "项目经历", [Key.timelineAchievement]: "成就荣誉", [Key.timelinePresent]: "至今", [Key.timelineLocation]: "地点", [Key.timelineDescription]: "详细描述", [Key.timelineMonths]: "个月", [Key.timelineYears]: "年", [Key.timelineTotal]: "总计", [Key.timelineProjects]: "项目数", [Key.timelineExperience]: "工作经验", [Key.timelineCurrent]: "当前状态", [Key.timelineHistory]: "历史记录", [Key.timelineAchievements]: "成就荣誉", [Key.timelineStartDate]: "开始日期", [Key.timelineDuration]: "持续时间", // 密码保护 [Key.passwordProtected]: "密码保护", [Key.passwordProtectedTitle]: "此内容受密码保护", [Key.passwordProtectedDescription]: "请输入密码以查看受保护的内容", [Key.passwordPlaceholder]: "请输入密码", [Key.passwordUnlock]: "解锁", [Key.passwordUnlocking]: "解锁中...", [Key.passwordIncorrect]: "密码错误,请重试", [Key.passwordDecryptError]: "解密失败,请检查密码是否正确", [Key.passwordRequired]: "请输入密码", [Key.passwordVerifying]: "验证中...", [Key.passwordDecryptFailed]: "解密失败,请检查密码", [Key.passwordDecryptRetry]: "解密失败,请重试", [Key.passwordUnlockButton]: "解锁", [Key.copyFailed]: "复制失败:", [Key.syntaxHighlightFailed]: "语法高亮失败:", [Key.autoSyntaxHighlightFailed]: "自动语法高亮也失败:", [Key.decryptionError]: "解密过程中发生错误:", //最后编辑时间卡片 [Key.lastModifiedPrefix]: "距离上次编辑: ", [Key.lastModifiedOutdated]: "部分信息可能已经过时", [Key.year]: "年", [Key.month]: "月", [Key.day]: "天", [Key.hour]: "小时", [Key.minute]: "分", [Key.second]: "秒", // RSS 页面 [Key.rss]: "RSS 订阅", [Key.rssDescription]: "订阅获取最新更新", [Key.rssSubtitle]: "通过 RSS 订阅,第一时间获取最新文章和动态", [Key.rssLink]: "RSS 链接", [Key.rssCopyToReader]: "复制链接到你的 RSS 阅读器", [Key.rssCopyLink]: "复制链接", [Key.rssLatestPosts]: "最新文章", [Key.rssWhatIsRSS]: "什么是 RSS?", [Key.rssWhatIsRSSDescription]: "RSS(Really Simple Syndication)是一种用于发布经常更新内容的标准格式。通过 RSS,你可以:", [Key.rssBenefit1]: "及时获取网站最新内容,无需手动访问", [Key.rssBenefit2]: "在一个地方管理多个网站的订阅", [Key.rssBenefit3]: "避免错过重要更新和文章", [Key.rssBenefit4]: "享受无广告的纯净阅读体验", [Key.rssHowToUse]: "推荐使用 Feedly、Inoreader 或其他 RSS 阅读器来订阅本站。", [Key.rssCopied]: "RSS 链接已复制到剪贴板!", [Key.rssCopyFailed]: "复制失败,请手动复制链接", // Atom 页面 [Key.atom]: "Atom 订阅", [Key.atomDescription]: "订阅获取最新更新", [Key.atomSubtitle]: "通过 Atom 订阅,第一时间获取最新文章和动态", [Key.atomLink]: "Atom 链接", [Key.atomCopyToReader]: "复制链接到你的 Atom 阅读器", [Key.atomCopyLink]: "复制链接", [Key.atomLatestPosts]: "最新文章", [Key.atomWhatIsAtom]: "什么是 Atom?", [Key.atomWhatIsAtomDescription]: "Atom联合格式(Atom Syndication Format)是一个基于XML的标准,用于描述订阅源及其信息项。通过 Atom,你可以:", [Key.atomBenefit1]: "及时获取网站最新内容,无需手动访问", [Key.atomBenefit2]: "在一个地方管理多个网站的订阅", [Key.atomBenefit3]: "避免错过重要更新和文章", [Key.atomBenefit4]: "享受无广告的纯净阅读体验", [Key.atomHowToUse]: "推荐使用 Feedly、Inoreader 或其他 Atom 阅读器来订阅本站。", [Key.atomCopied]: "Atom 链接已复制到剪贴板!", [Key.atomCopyFailed]: "复制失败,请手动复制链接", // 壁纸模式 [Key.wallpaperBanner]: "横幅模式", [Key.wallpaperFullscreen]: "全屏模式", [Key.wallpaperNone]: "隐藏壁纸", // 站点统计 [Key.siteStats]: "站点统计", [Key.siteStatsPostCount]: "文章", [Key.siteStatsCategoryCount]: "分类", [Key.siteStatsTagCount]: "标签", [Key.siteStatsTotalWords]: "总字数", [Key.siteStatsRunningDays]: "运行时长", [Key.siteStatsLastUpdate]: "最后活动", [Key.siteStatsDaysAgo]: "{days} 天前", [Key.siteStatsDays]: "{days} 天", // 日历组件 [Key.calendarSunday]: "日", [Key.calendarMonday]: "一", [Key.calendarTuesday]: "二", [Key.calendarWednesday]: "三", [Key.calendarThursday]: "四", [Key.calendarFriday]: "五", [Key.calendarSaturday]: "六", [Key.calendarJanuary]: "1月", [Key.calendarFebruary]: "2月", [Key.calendarMarch]: "3月", [Key.calendarApril]: "4月", [Key.calendarMay]: "5月", [Key.calendarJune]: "6月", [Key.calendarJuly]: "7月", [Key.calendarAugust]: "8月", [Key.calendarSeptember]: "9月", [Key.calendarOctober]: "10月", [Key.calendarNovember]: "11月", [Key.calendarDecember]: "12月", };