mirror of
https://github.com/StepanovPlaton/AboutMe.git
synced 2026-04-04 12:50:49 +04:00
Initial commit
This commit is contained in:
274
src/i18n/languages/zh.ts
Normal file
274
src/i18n/languages/zh.ts
Normal file
@@ -0,0 +1,274 @@
|
||||
import Key from "@i18n/i18nKey";
|
||||
import type { Translation } from "@i18n/translation";
|
||||
|
||||
|
||||
export const zh: Translation = {
|
||||
// 加载遮罩
|
||||
[Key.loading]: "加载中",
|
||||
|
||||
// 导航
|
||||
[Key.home]: "主页",
|
||||
[Key.archive]: "归档",
|
||||
[Key.about]: "关于",
|
||||
[Key.search]: "搜索",
|
||||
|
||||
// 文章
|
||||
[Key.tags]: "标签",
|
||||
[Key.categories]: "分类",
|
||||
[Key.series]: "系列",
|
||||
[Key.posts]: "文章",
|
||||
[Key.recentPosts]: "最新文章",
|
||||
[Key.postList]: "文章列表",
|
||||
[Key.statistics]: "统计",
|
||||
[Key.tableOfContents]: "目录",
|
||||
|
||||
// 统计
|
||||
[Key.pageViews]: "浏览量",
|
||||
[Key.visitors]: "访客",
|
||||
[Key.statsLoading]: "统计加载中...",
|
||||
[Key.statsError]: "统计不可用",
|
||||
|
||||
// 公告栏
|
||||
[Key.announcement]: "公告",
|
||||
[Key.announcementClose]: "关闭",
|
||||
|
||||
[Key.comments]: "评论",
|
||||
[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.wallpaperMode]: "壁纸模式",
|
||||
[Key.wallpaperFullscreen]: "全屏壁纸",
|
||||
[Key.wallpaperBanner]: "横幅壁纸",
|
||||
[Key.wallpaperNone]: "纯色背景",
|
||||
|
||||
[Key.more]: "更多",
|
||||
|
||||
[Key.backTo]: "返回",
|
||||
|
||||
[Key.author]: "作者",
|
||||
[Key.publishedAt]: "发布于",
|
||||
[Key.license]: "许可协议",
|
||||
|
||||
// 404页面
|
||||
[Key.notFound]: "404",
|
||||
[Key.notFoundTitle]: "页面未找到",
|
||||
[Key.notFoundDescription]: "抱歉,您访问的页面不存在或已被移动。",
|
||||
[Key.backToHome]: "返回首页",
|
||||
|
||||
// 项目展示页面
|
||||
[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.skills]: "技能展示",
|
||||
[Key.skillsSubtitle]: "我的技术技能和专业知识",
|
||||
[Key.skillsAI]: "AI 开发",
|
||||
[Key.skillsBackend]: "后端开发",
|
||||
[Key.skillsClient]: "客户端开发",
|
||||
[Key.skillsFrontend]: "前端开发",
|
||||
[Key.skillsDatabase]: "数据库",
|
||||
[Key.skillsEngines]: "引擎",
|
||||
[Key.skillsTools]: "开发工具",
|
||||
[Key.skillsOthers]: "其他技能",
|
||||
[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.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.timelineStatistics]: "统计信息",
|
||||
[Key.timelineByType]: "按类型分组",
|
||||
[Key.timelineWorkExperience]: "工作经验",
|
||||
[Key.timelineTotalExperience]: "总工作经验",
|
||||
[Key.timelineWorkPositions]: "工作岗位数",
|
||||
[Key.timelineCurrentRole]: "当前状态",
|
||||
[Key.timelineEmployed]: "在职",
|
||||
[Key.timelineAvailable]: "可入职",
|
||||
|
||||
// 短文页面
|
||||
[Key.diary]: "日记",
|
||||
[Key.diarySubtitle]: "随时随地,分享生活",
|
||||
[Key.diaryCount]: "条短文",
|
||||
[Key.diaryImage]: "图片",
|
||||
[Key.diaryReply]: "回复",
|
||||
[Key.diaryTips]: "只展示最近30条日记",
|
||||
[Key.diaryMinutesAgo]: "分钟前",
|
||||
[Key.diaryHoursAgo]: "小时前",
|
||||
[Key.diaryDaysAgo]: "天前",
|
||||
|
||||
// 相册页面
|
||||
[Key.albums]: "相册",
|
||||
[Key.albumsSubtitle]: "记录生活中的美好瞬间",
|
||||
[Key.albumsEmpty]: "暂无内容",
|
||||
[Key.albumsEmptyDesc]: "还没有创建任何相册,快去添加一些美好的回忆吧!",
|
||||
[Key.albumsBackToList]: "返回相册",
|
||||
[Key.albumsPhotoCount]: "张照片",
|
||||
[Key.albumsPhotosCount]: "张照片",
|
||||
|
||||
// 番剧页面
|
||||
[Key.anime]: "追番",
|
||||
[Key.animeTitle]: "我的追番记录",
|
||||
[Key.animeSubtitle]: "记录我的二次元之旅",
|
||||
[Key.animeList]: "追番列表",
|
||||
[Key.animeTotal]: "总数",
|
||||
[Key.animeWatching]: "追番中",
|
||||
[Key.animeCompleted]: "已追完",
|
||||
[Key.animeAvgRating]: "平均评分",
|
||||
[Key.animeStatusWatching]: "追番中",
|
||||
[Key.animeStatusCompleted]: "已追完",
|
||||
[Key.animeStatusPlanned]: "计划中",
|
||||
[Key.animeYear]: "年份",
|
||||
[Key.animeStudio]: "制作",
|
||||
[Key.animeEmpty]: "暂无追番数据",
|
||||
[Key.animeEmptyBangumi]: "请检查 Bangumi 配置或网络连接",
|
||||
|
||||
// 友链页面
|
||||
[Key.friends]: "友链",
|
||||
|
||||
// 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.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]: "秒",
|
||||
|
||||
// 音乐播放器
|
||||
[Key.playlist]: "播放列表",
|
||||
[Key.musicEmptyPlaylist]: "本地播放列表为空",
|
||||
[Key.musicNoSongsAvailable]: "播放列表中没有可用的歌曲",
|
||||
[Key.musicPlayFailed]: "无法播放 \"{0}\", 正在尝试下一首...",
|
||||
[Key.musicAutoplayBlocked]: "自动播放被拦截",
|
||||
[Key.musicMetingFailed]: "Meting 歌单获取失败",
|
||||
[Key.musicUnknownArtist]: "未知艺术家",
|
||||
[Key.musicUnknownTrack]: "未知歌曲",
|
||||
[Key.musicSwitchToLocal]: "切换到 Local 模式",
|
||||
[Key.musicSwitchToMeting]: "切换到 Meting 模式",
|
||||
[Key.musicProgress]: "播放进度",
|
||||
[Key.musicCollapse]: "折叠播放器",
|
||||
[Key.musicVolume]: "音量控制",
|
||||
[Key.musicExpand]: "展开音乐播放器",
|
||||
};
|
||||
Reference in New Issue
Block a user