|
| 1 | +{ |
| 2 | + "logoTitle": "AstrBot 儀表板", |
| 3 | + "version": { |
| 4 | + "hasNewVersion": "AstrBot 有新版本!", |
| 5 | + "dashboardHasNewVersion": "WebUI 有新版本!" |
| 6 | + }, |
| 7 | + "buttons": { |
| 8 | + "update": "Update", |
| 9 | + "account": "帳戶", |
| 10 | + "theme": { |
| 11 | + "light": "Light Mode", |
| 12 | + "dark": "Dark Mode" |
| 13 | + } |
| 14 | + }, |
| 15 | + "updateDialog": { |
| 16 | + "title": "更新 AstrBot", |
| 17 | + "currentVersion": "目前版本", |
| 18 | + "status": { |
| 19 | + "checking": "Check緊 Update...", |
| 20 | + "switching": "切換緊版本...", |
| 21 | + "updating": "更新緊..." |
| 22 | + }, |
| 23 | + "tabs": { |
| 24 | + "release": "😊 正式版" |
| 25 | + }, |
| 26 | + "updateToLatest": "更新到最新版本", |
| 27 | + "preRelease": "Pre-release", |
| 28 | + "preReleaseWarning": { |
| 29 | + "title": "Pre-release 版本提醒", |
| 30 | + "description": "標有Pre-release嘅版本可能存在未知問題或 Bug,唔建議喺Production Environment使用。如發現問題,請提交至 ", |
| 31 | + "issueLink": "GitHub Issues" |
| 32 | + }, |
| 33 | + "tip": "💡 TIP: ", |
| 34 | + "tipContinue": "預設喺切換版本時會下載對應版本嘅 WebUI 檔案。WebUI 嘅 Source Code 喺 Project 嘅 dashboard 目錄入面,你可以用 npm 自己 build。", |
| 35 | + "dockerTip": "切換版本時,會同時嘗試 Update 機械人主程式同管理面板。如果你用緊 Docker 部署,都可以重新 pull image 或者用", |
| 36 | + "dockerTipLink": "watchtower", |
| 37 | + "dockerTipContinue": "自動監控 Pull。", |
| 38 | + "table": { |
| 39 | + "tag": "Tag", |
| 40 | + "publishDate": "發佈時間", |
| 41 | + "content": "內容", |
| 42 | + "sourceUrl": "Source 網址", |
| 43 | + "actions": "操作", |
| 44 | + "view": "睇吓", |
| 45 | + "switch": "切換" |
| 46 | + }, |
| 47 | + "releaseNotes": { |
| 48 | + "title": "Release Notes" |
| 49 | + }, |
| 50 | + "redirectConfirm": { |
| 51 | + "title": "即將跳轉", |
| 52 | + "message": "會跳轉去 GitHub Releases 頁面,係咪繼續?", |
| 53 | + "latestLabel": "最新版本", |
| 54 | + "targetVersion": "目標版本:", |
| 55 | + "currentVersion": "目前版本:", |
| 56 | + "guideTitle": "跳轉後建議:", |
| 57 | + "guideStep1": "根據你嘅系統架構下載對應嘅 Installer。", |
| 58 | + "guideStep2": "裝完之後 Restart AstrBot。", |
| 59 | + "guideStep3": "如果你用緊 Docker,請優先用 Image 更新方式。" |
| 60 | + }, |
| 61 | + "desktopApp": { |
| 62 | + "title": "更新 Desktop App", |
| 63 | + "message": "會 Check 同埋升級 AstrBot 桌面端程式。", |
| 64 | + "currentVersion": "目前版本:", |
| 65 | + "latestVersion": "最新版本:", |
| 66 | + "checking": "Check緊 Desktop App 更新...", |
| 67 | + "hasNewVersion": "發現新版本,可以撳確認升級。", |
| 68 | + "isLatest": "已經係最新版本", |
| 69 | + "installing": "下載同安裝緊更新,搞掂之後會自動 Restart App...", |
| 70 | + "checkFailed": "Check 更新失敗,請遲啲再試。", |
| 71 | + "installFailed": "升級失敗,請遲啲再試。" |
| 72 | + }, |
| 73 | + "dashboardUpdate": { |
| 74 | + "title": "單獨更新管理面板到最新版本", |
| 75 | + "currentVersion": "目前版本", |
| 76 | + "hasNewVersion": "有新版本!", |
| 77 | + "isLatest": "已經係最新版本喇。", |
| 78 | + "downloadAndUpdate": "下載並更新" |
| 79 | + } |
| 80 | + }, |
| 81 | + "accountDialog": { |
| 82 | + "title": "修改帳戶", |
| 83 | + "securityWarning": "安全提醒:請改咗 Default 密碼以確保帳戶安全", |
| 84 | + "form": { |
| 85 | + "currentPassword": "目前密碼", |
| 86 | + "newPassword": "新密碼", |
| 87 | + "confirmPassword": "確認新密碼", |
| 88 | + "newUsername": "新 Username (Optional)", |
| 89 | + "passwordHint": "密碼最少要 8 個位", |
| 90 | + "confirmPasswordHint": "請再打多次新密碼確認", |
| 91 | + "usernameHint": "留空代表唔改 Username", |
| 92 | + "defaultCredentials": "Default Username 同密碼都係 astrbot" |
| 93 | + }, |
| 94 | + "validation": { |
| 95 | + "passwordRequired": "請輸入密碼", |
| 96 | + "passwordMinLength": "密碼最少要 8 個位", |
| 97 | + "passwordMatch": "兩次打嘅密碼唔對", |
| 98 | + "usernameMinLength": "Username 最少要 3 個位" |
| 99 | + }, |
| 100 | + "actions": { |
| 101 | + "save": "Save Changes", |
| 102 | + "cancel": "Cancel" |
| 103 | + }, |
| 104 | + "messages": { |
| 105 | + "updateFailed": "修改失敗,請再試吓" |
| 106 | + } |
| 107 | + } |
| 108 | +} |
0 commit comments