import Key from "../i18nKey"; import type { Translation } from "../translation"; export const zh_TW: 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.devices]: "我的設備", [Key.devicesSubtitle]: "這裡展示了我日常使用的各類設備", // 番劇頁面 [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.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.projectsGitee]: "Gitee", // 移除 Gitee 支援 // 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 Feed 頁面 [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.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.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.noData]: "暫無數據", // 密碼保護 [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.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月", };