windows/i18n/lang/zh-TW.json

142 lines
4.3 KiB
JSON
Raw Permalink Normal View History

2025-09-25 02:56:23 +00:00
{
"startMenu": {
"about": "關於這個專案",
"systemSettings": "系統設定...",
"toggleTheme": "切換主題",
"signOut": "登出",
2025-09-25 09:21:54 +00:00
"closeAllWindows": "關閉所有視窗"
2025-09-25 02:56:23 +00:00
},
"taskbar": {
2025-09-25 09:21:54 +00:00
"language": "語言",
"currentLanguage": "注"
2025-09-25 02:56:23 +00:00
},
"common": {
"createWindow": "建立視窗",
"close": "關閉",
"minimize": "最小化",
2025-09-25 09:21:54 +00:00
"maximize": "最大化",
"back": "返回"
},
"apps": {
2025-09-25 17:20:06 +00:00
"livestream-hub": "最新消息",
2025-09-25 09:21:54 +00:00
"calculator": "計算機"
},
"livestream": {
2025-09-25 17:20:06 +00:00
"title": "最新消息",
"subtitle": "掌握最新資訊動態",
"featuredStreams": "精選消息",
"popularStreamers": "熱門資訊",
"recommendedServices": "推薦服務",
2025-09-25 09:21:54 +00:00
"viewers": "觀看",
"live": "直播中",
"offline": "離線",
"watch": "觀看",
"follow": "關注",
"share": "分享",
"categories": {
"gaming": "遊戲",
"music": "音樂",
"lifestyle": "生活",
"education": "教育",
"art": "藝術",
"fitness": "健身",
"travel": "旅遊",
"pets": "寵物"
},
"streams": {
"gamingNight": "🎮 今晚通宵打遊戲!",
"musicShare": "🎵 深夜音樂分享",
"cooking": "🍳 深夜廚房 - 學做菜",
"coding": "💻 程式設計教學",
"art": "🎨 數位藝術創作",
"fitness": "💪 健身訓練",
"travel": "✈️ 旅遊日誌",
"pets": "🐱 寵物照護小貼士"
},
"streamers": {
"gamingKing": "遊戲小王子",
"musicMaster": "音樂達人",
"cookingChef": "料理大師",
"codeTeacher": "程式導師",
"artist": "繪畫師",
"trainer": "健身教練",
"traveler": "旅遊達人",
"petLover": "寵物愛好者"
}
2025-09-26 09:41:29 +00:00
},
"error": {
"title": "系統錯誤",
"serverError": "伺服器內部錯誤",
"serverErrorDescription": "抱歉,伺服器遇到了問題,無法完成您的請求。我們正在努力修復這個問題。",
"goHome": "返回首頁",
"refresh": "重新整理",
"report": "回報問題",
"reportSent": "問題回報已送出,感謝您的回饋!",
"technicalDetails": "技術詳情",
"errorCode": "錯誤代碼",
"timestamp": "時間戳記",
"requestId": "請求 ID",
"userAgent": "使用者代理"
},
"auth": {
"login": {
"title": "登入",
"subtitle": "歡迎回來",
"email": "電子郵件",
"password": "密碼",
"rememberMe": "記住我",
"forgotPassword": "忘記密碼?",
"loginButton": "登入",
"noAccount": "還沒有帳號?",
"signUp": "立即註冊",
"emailPlaceholder": "請輸入您的電子郵件",
"passwordPlaceholder": "請輸入您的密碼",
2025-09-27 02:41:19 +00:00
"usernamePlaceholder": "請輸入您的用戶名",
"orContinueWith": "或使用以下方式繼續",
"backToHome": "返回首頁"
2025-09-26 09:41:29 +00:00
},
"register": {
"title": "註冊",
"subtitle": "建立新帳號",
"fullName": "姓名",
"email": "電子郵件",
"password": "密碼",
"confirmPassword": "確認密碼",
"agreeTerms": "我同意",
"termsAndConditions": "服務條款",
"registerButton": "註冊",
"hasAccount": "已有帳號?",
"signIn": "立即登入",
"fullNamePlaceholder": "請輸入您的姓名",
"emailPlaceholder": "請輸入您的電子郵件",
"passwordPlaceholder": "請輸入您的密碼",
"confirmPasswordPlaceholder": "請再次輸入密碼"
},
"common": {
"close": "關閉",
"loading": "載入中...",
"success": "成功",
"error": "錯誤",
"required": "此欄位為必填",
"invalidEmail": "請輸入有效的電子郵件地址",
"passwordTooShort": "密碼至少需要 6 個字符",
"usernameTooShort": "用戶名至少需要 3 個字符",
2025-09-27 02:41:19 +00:00
"passwordsDoNotMatch": "密碼不匹配",
"bothFieldsRequired": "請填寫用戶名和密碼"
2025-09-26 09:41:29 +00:00
}
},
"install": {
"progress": "正在準備登入...",
"cancel": "取消",
"security": {
"title": "安全提示",
"description": "您的登入資訊將使用端到端加密保護,確保您的隱私安全。"
}
},
"lockScreen": {
"tapToLogin": "點擊登入",
"home": "首頁",
"theme": "主題"
2025-09-25 02:56:23 +00:00
}
}