1
0

zh-TW.json 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941
  1. {
  2. "username": "使用者名稱",
  3. "password": "密碼",
  4. "login": "登入",
  5. "confirm": "確定",
  6. "cancel": "取消",
  7. "close": "關閉",
  8. "save": "儲存",
  9. "logout": "登出",
  10. "create": "建立",
  11. "update": "更新",
  12. "copy": "複製",
  13. "copied": "已複製",
  14. "download": "下載",
  15. "remark": "備註",
  16. "enable": "啟用",
  17. "protocol": "協議",
  18. "search": "搜尋",
  19. "filter": "篩選",
  20. "loading": "載入中...",
  21. "second": "秒",
  22. "minute": "分鐘",
  23. "hour": "小時",
  24. "day": "天",
  25. "check": "檢視",
  26. "indefinite": "無限期",
  27. "unlimited": "無限制",
  28. "none": "無",
  29. "qrCode": "二維碼",
  30. "info": "更多資訊",
  31. "edit": "編輯",
  32. "delete": "刪除",
  33. "reset": "重置",
  34. "noData": "無數據。",
  35. "copySuccess": "複製成功",
  36. "sure": "確定",
  37. "encryption": "加密",
  38. "useIPv4ForHost": "使用 IPv4 連接主機",
  39. "transmission": "傳輸",
  40. "host": "主機",
  41. "path": "路徑",
  42. "camouflage": "偽裝",
  43. "status": "狀態",
  44. "enabled": "開啟",
  45. "disabled": "關閉",
  46. "depleted": "耗盡",
  47. "depletingSoon": "即將耗盡",
  48. "offline": "離線",
  49. "online": "線上",
  50. "domainName": "域名",
  51. "monitor": "監聽",
  52. "certificate": "憑證",
  53. "fail": "失敗",
  54. "comment": "評論",
  55. "success": "成功",
  56. "lastOnline": "上次上線",
  57. "getVersion": "獲取版本",
  58. "install": "安裝",
  59. "clients": "客戶端",
  60. "usage": "使用情況",
  61. "twoFactorCode": "代碼",
  62. "remained": "剩餘",
  63. "security": "安全",
  64. "secAlertTitle": "安全警報",
  65. "secAlertSsl": "此連線不安全。在啟用 TLS 進行資料保護之前,請勿輸入敏感資訊。",
  66. "secAlertConf": "某些設定易受攻擊。建議加強安全協議以防止潛在漏洞。",
  67. "secAlertSSL": "面板缺少安全連線。請安裝 TLS 證書以保護資料安全。",
  68. "secAlertPanelPort": "面板預設埠存在安全風險。請配置隨機埠或特定埠。",
  69. "secAlertPanelURI": "面板預設 URI 路徑不安全。請配置複雜的 URI 路徑。",
  70. "secAlertSubURI": "訂閱預設 URI 路徑不安全。請配置複雜的 URI 路徑。",
  71. "secAlertSubJsonURI": "訂閱 JSON 預設 URI 路徑不安全。請配置複雜的 URI 路徑。",
  72. "emptyDnsDesc": "未添加DNS伺服器。",
  73. "emptyFakeDnsDesc": "未添加Fake DNS伺服器。",
  74. "emptyBalancersDesc": "未添加負載平衡器。",
  75. "emptyReverseDesc": "未添加反向代理。",
  76. "somethingWentWrong": "發生錯誤",
  77. "subscription": {
  78. "title": "訂閱資訊",
  79. "subId": "訂閱 ID",
  80. "status": "狀態",
  81. "downloaded": "已下載",
  82. "uploaded": "已上傳",
  83. "expiry": "到期",
  84. "totalQuota": "總配額",
  85. "individualLinks": "個別連結",
  86. "active": "啟用",
  87. "inactive": "停用",
  88. "unlimited": "無限制",
  89. "noExpiry": "無到期"
  90. },
  91. "menu": {
  92. "theme": "主題",
  93. "dark": "深色",
  94. "ultraDark": "超深色",
  95. "dashboard": "系統狀態",
  96. "inbounds": "入站列表",
  97. "settings": "面板設定",
  98. "xray": "Xray 設定",
  99. "logout": "退出登入",
  100. "link": "管理"
  101. },
  102. "pages": {
  103. "login": {
  104. "hello": "你好",
  105. "title": "歡迎",
  106. "loginAgain": "登入時效已過,請重新登入",
  107. "toasts": {
  108. "invalidFormData": "資料格式錯誤",
  109. "emptyUsername": "請輸入使用者名稱",
  110. "emptyPassword": "請輸入密碼",
  111. "wrongUsernameOrPassword": "用戶名、密碼或雙重驗證碼無效。",
  112. "successLogin": "您已成功登入您的帳戶。"
  113. }
  114. },
  115. "index": {
  116. "title": "系統狀態",
  117. "cpu": "CPU",
  118. "logicalProcessors": "邏輯處理器",
  119. "frequency": "頻率",
  120. "swap": "交換空間",
  121. "storage": "儲存",
  122. "memory": "記憶體",
  123. "threads": "執行緒",
  124. "xrayStatus": "Xray",
  125. "stopXray": "停止",
  126. "restartXray": "重啟",
  127. "xraySwitch": "版本",
  128. "xraySwitchClick": "選擇你要切換到的版本",
  129. "xraySwitchClickDesk": "請謹慎選擇,因為較舊版本可能與當前配置不相容",
  130. "xrayUpdates": "Xray 更新",
  131. "updatePanel": "更新面板",
  132. "panelUpdateDesc": "這將把 3X-UI 更新到最新版本並重新啟動面板服務。",
  133. "currentPanelVersion": "目前面板版本",
  134. "latestPanelVersion": "最新面板版本",
  135. "panelUpToDate": "面板已是最新",
  136. "upToDate": "已是最新",
  137. "xrayStatusUnknown": "未知",
  138. "xrayStatusRunning": "運行中",
  139. "xrayStatusStop": "停止",
  140. "xrayStatusError": "錯誤",
  141. "xrayErrorPopoverTitle": "執行Xray時發生錯誤",
  142. "operationHours": "系統正常執行時間",
  143. "systemHistoryTitle": "系統歷史",
  144. "trendLast2Min": "最近 2 分鐘",
  145. "systemLoad": "系統負載",
  146. "systemLoadDesc": "過去 1、5 和 15 分鐘的系統平均負載",
  147. "connectionCount": "連線數",
  148. "ipAddresses": "IP地址",
  149. "toggleIpVisibility": "切換IP可見性",
  150. "overallSpeed": "整體速度",
  151. "upload": "上傳",
  152. "download": "下載",
  153. "totalData": "總數據",
  154. "sent": "已發送",
  155. "received": "已接收",
  156. "documentation": "文件",
  157. "xraySwitchVersionDialog": "您確定要變更Xray版本嗎?",
  158. "xraySwitchVersionDialogDesc": "這將會把Xray版本變更為#version#。",
  159. "xraySwitchVersionPopover": "Xray 更新成功",
  160. "panelUpdateDialog": "您確定要更新面板嗎?",
  161. "panelUpdateDialogDesc": "這將把 3X-UI 更新到 #version# 並重新啟動面板服務。",
  162. "panelUpdateCheckPopover": "面板更新檢查失敗",
  163. "panelUpdateStartedPopover": "面板更新已開始",
  164. "geofileUpdateDialog": "您確定要更新地理檔案嗎?",
  165. "geofileUpdateDialogDesc": "這將更新 #filename# 檔案。",
  166. "geofilesUpdateDialogDesc": "這將更新所有文件。",
  167. "geofilesUpdateAll": "全部更新",
  168. "geofileUpdatePopover": "地理檔案更新成功",
  169. "dontRefresh": "安裝中,請勿重新整理此頁面",
  170. "logs": "日誌",
  171. "config": "配置",
  172. "backup": "備份和恢復",
  173. "backupTitle": "備份和恢復",
  174. "exportDatabase": "備份",
  175. "exportDatabaseDesc": "點擊下載包含當前資料庫備份的 .db 文件到您的設備。",
  176. "importDatabase": "恢復",
  177. "importDatabaseDesc": "點擊選擇並上傳設備中的 .db 文件以從備份恢復資料庫。",
  178. "importDatabaseSuccess": "資料庫匯入成功",
  179. "importDatabaseError": "匯入資料庫時發生錯誤",
  180. "readDatabaseError": "讀取資料庫時發生錯誤",
  181. "getDatabaseError": "檢索資料庫時發生錯誤",
  182. "getConfigError": "檢索設定檔時發生錯誤",
  183. "customGeoTitle": "自訂 GeoSite / GeoIP",
  184. "customGeoAdd": "新增",
  185. "customGeoType": "類型",
  186. "customGeoAlias": "別名",
  187. "customGeoUrl": "URL",
  188. "customGeoEnabled": "啟用",
  189. "customGeoLastUpdated": "上次更新",
  190. "customGeoExtColumn": "路由 (ext:…)",
  191. "customGeoToastUpdateAll": "所有自訂來源已更新",
  192. "customGeoActions": "操作",
  193. "customGeoEdit": "編輯",
  194. "customGeoDelete": "刪除",
  195. "customGeoDownload": "立即更新",
  196. "customGeoModalAdd": "新增自訂 geo",
  197. "customGeoModalEdit": "編輯自訂 geo",
  198. "customGeoModalSave": "儲存",
  199. "customGeoDeleteConfirm": "刪除此自訂 geo 來源?",
  200. "customGeoRoutingHint": "在路由規則中將值欄寫為 ext:檔案.dat:標籤(替換標籤)。",
  201. "customGeoInvalidId": "無效的資源 ID",
  202. "customGeoAliasesError": "載入自訂 geo 別名失敗",
  203. "customGeoValidationAlias": "別名只能包含小寫字母、數字、- 和 _",
  204. "customGeoValidationUrl": "URL 必須以 http:// 或 https:// 開頭",
  205. "customGeoAliasPlaceholder": "a-z 0-9 _ -",
  206. "customGeoAliasLabelSuffix": "(自訂)",
  207. "customGeoToastList": "自訂 geo 清單",
  208. "customGeoToastAdd": "新增自訂 geo",
  209. "customGeoToastUpdate": "更新自訂 geo",
  210. "customGeoToastDelete": "自訂 geofile「{{ .fileName }}」已刪除",
  211. "customGeoToastDownload": "geofile「{{ .fileName }}」已更新",
  212. "customGeoErrInvalidType": "類型必須是 geosite 或 geoip",
  213. "customGeoErrAliasRequired": "請填寫別名",
  214. "customGeoErrAliasPattern": "別名包含不允許的字元",
  215. "customGeoErrAliasReserved": "此別名已保留",
  216. "customGeoErrUrlRequired": "請填寫 URL",
  217. "customGeoErrInvalidUrl": "URL 無效",
  218. "customGeoErrUrlScheme": "URL 必須使用 http 或 https",
  219. "customGeoErrUrlHost": "URL 主機無效",
  220. "customGeoErrDuplicateAlias": "此類型已使用該別名",
  221. "customGeoErrNotFound": "找不到自訂 geo 來源",
  222. "customGeoErrDownload": "下載失敗",
  223. "customGeoErrUpdateAllIncomplete": "有一個或多個自訂 geo 來源更新失敗",
  224. "customGeoEmpty": "尚無自訂 geo 來源 — 點擊「新增」以建立"
  225. },
  226. "inbounds": {
  227. "allTimeTraffic": "累計總流量",
  228. "allTimeTrafficUsage": "所有时间总使用量",
  229. "title": "入站列表",
  230. "totalDownUp": "總上傳 / 下載",
  231. "totalUsage": "總用量",
  232. "inboundCount": "入站數量",
  233. "operate": "選單",
  234. "enable": "啟用",
  235. "remark": "備註",
  236. "node": "節點",
  237. "deployTo": "部署到",
  238. "localPanel": "本機面板",
  239. "protocol": "協議",
  240. "port": "埠",
  241. "portMap": "埠映射",
  242. "traffic": "流量",
  243. "details": "詳細資訊",
  244. "transportConfig": "傳輸配置",
  245. "expireDate": "到期時間",
  246. "createdAt": "建立時間",
  247. "updatedAt": "更新時間",
  248. "resetTraffic": "重置流量",
  249. "addInbound": "新增入站",
  250. "generalActions": "通用操作",
  251. "modifyInbound": "修改入站",
  252. "deleteInbound": "刪除入站",
  253. "deleteInboundContent": "確定要刪除入站嗎?",
  254. "deleteClient": "刪除客戶端",
  255. "deleteClientContent": "確定要刪除客戶端嗎?",
  256. "resetTrafficContent": "確定要重置流量嗎?",
  257. "copyLink": "複製連結",
  258. "address": "地址",
  259. "network": "網路",
  260. "destinationPort": "目標埠",
  261. "targetAddress": "目標地址",
  262. "monitorDesc": "留空表示監聽所有 IP",
  263. "meansNoLimit": "= 無限制(單位:GB)",
  264. "totalFlow": "總流量",
  265. "leaveBlankToNeverExpire": "留空表示永不過期",
  266. "noRecommendKeepDefault": "建議保留預設值",
  267. "certificatePath": "檔案路徑",
  268. "certificateContent": "檔案內容",
  269. "publicKey": "公鑰",
  270. "privatekey": "私鑰",
  271. "clickOnQRcode": "點選二維碼複製",
  272. "client": "客戶",
  273. "export": "匯出連結",
  274. "clone": "複製",
  275. "cloneInbound": "複製",
  276. "cloneInboundContent": "此入站規則除埠(Port)、監聽 IP(Listening IP)和客戶端(Clients)以外的所有配置都將應用於克隆",
  277. "cloneInboundOk": "建立克隆",
  278. "resetAllTraffic": "重置所有入站流量",
  279. "resetAllTrafficTitle": "重置所有入站流量",
  280. "resetAllTrafficContent": "確定要重置所有入站流量嗎?",
  281. "resetInboundClientTraffics": "重置客戶端流量",
  282. "resetInboundClientTrafficTitle": "重置所有客戶端流量",
  283. "resetInboundClientTrafficContent": "確定要重置此入站客戶端的所有流量嗎?",
  284. "resetAllClientTraffics": "重置所有客戶端流量",
  285. "resetAllClientTrafficTitle": "重置所有客戶端流量",
  286. "resetAllClientTrafficContent": "確定要重置所有客戶端的所有流量嗎?",
  287. "delDepletedClients": "刪除流量耗盡的客戶端",
  288. "delDepletedClientsTitle": "刪除流量耗盡的客戶端",
  289. "delDepletedClientsContent": "確定要刪除所有流量耗盡的客戶端嗎?",
  290. "email": "電子郵件",
  291. "emailDesc": "電子郵件必須完全唯一",
  292. "IPLimit": "IP 限制",
  293. "IPLimitDesc": "如果數量超過設定值,則禁用入站流量。(0 = 禁用)",
  294. "IPLimitlog": "IP 日誌",
  295. "IPLimitlogDesc": "IP 歷史日誌(要啟用被禁用的入站流量,請清除日誌)",
  296. "IPLimitlogclear": "清除日誌",
  297. "setDefaultCert": "從面板設定證書",
  298. "telegramDesc": "請提供Telegram聊天ID。(在機器人中使用'/id'命令)或({'@'}userinfobot",
  299. "subscriptionDesc": "要找到你的訂閱 URL,請導航到“詳細資訊”。此外,你可以為多個客戶端使用相同的名稱。",
  300. "info": "資訊",
  301. "same": "相同",
  302. "inboundData": "入站資料",
  303. "exportInbound": "匯出入站規則",
  304. "import": "匯入",
  305. "importInbound": "匯入入站規則",
  306. "periodicTrafficResetTitle": "流量重置",
  307. "periodicTrafficResetDesc": "按指定間隔自動重置流量計數器",
  308. "lastReset": "上次重置",
  309. "periodicTrafficReset": {
  310. "never": "從不",
  311. "daily": "每日",
  312. "weekly": "每週",
  313. "monthly": "每月",
  314. "hourly": "每小時"
  315. },
  316. "toasts": {
  317. "obtain": "獲取",
  318. "updateSuccess": "更新成功",
  319. "logCleanSuccess": "日誌已清除",
  320. "inboundsUpdateSuccess": "入站連接已成功更新",
  321. "inboundUpdateSuccess": "入站連接已成功更新",
  322. "inboundCreateSuccess": "入站連接已成功建立",
  323. "inboundDeleteSuccess": "入站連接已成功刪除",
  324. "inboundClientAddSuccess": "已新增入站客戶端",
  325. "inboundClientDeleteSuccess": "入站客戶端已刪除",
  326. "inboundClientUpdateSuccess": "入站客戶端已更新",
  327. "delDepletedClientsSuccess": "所有耗盡客戶端已刪除",
  328. "resetAllClientTrafficSuccess": "客戶端所有流量已重置",
  329. "resetAllTrafficSuccess": "所有流量已重置",
  330. "resetInboundClientTrafficSuccess": "流量已重置",
  331. "trafficGetError": "取得流量資料時發生錯誤",
  332. "getNewX25519CertError": "取得X25519憑證時發生錯誤。",
  333. "getNewmldsa65Error": "取得mldsa65憑證時發生錯誤。",
  334. "getNewVlessEncError": "取得VlessEnc憑證時發生錯誤。"
  335. },
  336. "stream": {
  337. "general": {
  338. "request": "請求",
  339. "response": "響應",
  340. "name": "名稱",
  341. "value": "值"
  342. },
  343. "tcp": {
  344. "version": "版本",
  345. "method": "方法",
  346. "path": "路徑",
  347. "status": "狀態",
  348. "statusDescription": "狀態說明",
  349. "requestHeader": "請求頭",
  350. "responseHeader": "響應頭"
  351. }
  352. }
  353. },
  354. "client": {
  355. "add": "新增客戶端",
  356. "edit": "編輯客戶端",
  357. "submitAdd": "新增客戶端",
  358. "submitEdit": "儲存修改",
  359. "clientCount": "客戶端數量",
  360. "bulk": "批量建立",
  361. "copyFromInbound": "從入站複製用戶端",
  362. "copyToInbound": "複製用戶端到",
  363. "copySelected": "複製所選",
  364. "copySource": "來源",
  365. "copyEmailPreview": "最終郵箱預覽",
  366. "copySelectSourceFirst": "請先選擇來源入站。",
  367. "copyResult": "複製結果",
  368. "copyResultSuccess": "複製成功",
  369. "copyResultNone": "沒有可複製的內容:未選擇用戶端或來源為空",
  370. "copyResultErrors": "複製錯誤",
  371. "copyFlowLabel": "新用戶端的 Flow (VLESS)",
  372. "copyFlowHint": "套用於所有複製的用戶端。留空則略過。",
  373. "selectAll": "全選",
  374. "clearAll": "全不選",
  375. "method": "方法",
  376. "first": "置頂",
  377. "last": "置底",
  378. "prefix": "字首",
  379. "postfix": "字尾",
  380. "delayedStart": "首次使用後開始",
  381. "expireDays": "期間",
  382. "days": "天",
  383. "renew": "自動續訂",
  384. "renewDesc": "到期後自動續訂。(0 = 禁用)(單位: 天)"
  385. },
  386. "nodes": {
  387. "title": "節點",
  388. "addNode": "新增節點",
  389. "editNode": "編輯節點",
  390. "totalNodes": "節點總數",
  391. "onlineNodes": "線上",
  392. "offlineNodes": "離線",
  393. "avgLatency": "平均延遲",
  394. "name": "名稱",
  395. "namePlaceholder": "例如:de-frankfurt-1",
  396. "addressPlaceholder": "panel.example.com 或 1.2.3.4",
  397. "remark": "備註",
  398. "scheme": "協議",
  399. "address": "位址",
  400. "port": "埠",
  401. "basePath": "基礎路徑",
  402. "apiToken": "API 權杖",
  403. "apiTokenPlaceholder": "遠端面板設定頁中的權杖",
  404. "apiTokenHint": "遠端面板在 設定 → API 權杖 中顯示其 API 權杖。",
  405. "regenerate": "重新產生權杖",
  406. "regenerateConfirm": "重新產生會使目前的權杖失效。任何使用該權杖的中央面板將失去存取權,直到更新為止。是否繼續?",
  407. "enable": "已啟用",
  408. "status": "狀態",
  409. "cpu": "CPU",
  410. "mem": "記憶體",
  411. "uptime": "執行時間",
  412. "latency": "延遲",
  413. "lastHeartbeat": "上次心跳",
  414. "xrayVersion": "Xray 版本",
  415. "actions": "操作",
  416. "probe": "立即探測",
  417. "testConnection": "測試連線",
  418. "connectionOk": "連線正常 ({ms} ms)",
  419. "connectionFailed": "連線失敗",
  420. "never": "從未",
  421. "justNow": "剛剛",
  422. "deleteConfirmTitle": "刪除節點「{name}」?",
  423. "deleteConfirmContent": "這將停止監控該節點。遠端面板本身不受影響。",
  424. "statusValues": {
  425. "online": "線上",
  426. "offline": "離線",
  427. "unknown": "未知"
  428. },
  429. "toasts": {
  430. "list": "載入節點失敗",
  431. "obtain": "載入節點失敗",
  432. "add": "新增節點",
  433. "update": "更新節點",
  434. "delete": "刪除節點",
  435. "deleted": "節點已刪除",
  436. "test": "測試連線",
  437. "fillRequired": "名稱、位址、埠與 API 權杖為必填",
  438. "probeFailed": "探測失敗"
  439. }
  440. },
  441. "settings": {
  442. "title": "面板設定",
  443. "save": "儲存",
  444. "infoDesc": "此處的所有更改都需要儲存並重啟面板才能生效",
  445. "restartPanel": "重啟面板",
  446. "restartPanelDesc": "確定要重啟面板嗎?若重啟後無法訪問面板,請前往伺服器檢視面板日誌資訊",
  447. "restartPanelSuccess": "面板已成功重新啟動",
  448. "actions": "操作",
  449. "resetDefaultConfig": "重置為預設配置",
  450. "panelSettings": "常規",
  451. "securitySettings": "安全設定",
  452. "TGBotSettings": "Telegram 機器人配置",
  453. "panelListeningIP": "面板監聽 IP",
  454. "panelListeningIPDesc": "預設留空監聽所有 IP",
  455. "panelListeningDomain": "面板監聽域名",
  456. "panelListeningDomainDesc": "預設情況下留空以監視所有域名和 IP 地址",
  457. "panelPort": "面板監聽埠",
  458. "panelPortDesc": "重啟面板生效",
  459. "publicKeyPath": "面板證書公鑰檔案路徑",
  460. "publicKeyPathDesc": "填寫一個 '/' 開頭的絕對路徑",
  461. "privateKeyPath": "面板證書金鑰檔案路徑",
  462. "privateKeyPathDesc": "填寫一個 '/' 開頭的絕對路徑",
  463. "panelUrlPath": "面板 url 根路徑",
  464. "panelUrlPathDesc": "必須以 '/' 開頭,以 '/' 結尾",
  465. "pageSize": "分頁大小",
  466. "pageSizeDesc": "定義入站表的頁面大小。設定 0 表示禁用",
  467. "remarkModel": "備註模型和分隔符",
  468. "datepicker": "日期選擇器",
  469. "datepickerPlaceholder": "選擇日期",
  470. "datepickerDescription": "選擇器日曆類型指定到期日期",
  471. "sampleRemark": "備註示例",
  472. "oldUsername": "原使用者名稱",
  473. "currentPassword": "原密碼",
  474. "newUsername": "新使用者名稱",
  475. "newPassword": "新密碼",
  476. "telegramBotEnable": "啟用 Telegram 機器人",
  477. "telegramBotEnableDesc": "啟用 Telegram 機器人功能",
  478. "telegramToken": "Telegram 機器人令牌(token)",
  479. "telegramTokenDesc": "從 '{'@'}BotFather' 獲取的 Telegram 機器人令牌",
  480. "telegramProxy": "SOCKS5 Proxy",
  481. "telegramProxyDesc": "啟用 SOCKS5 代理連線到 Telegram(根據指南調整設定)",
  482. "telegramAPIServer": "Telegram API Server",
  483. "telegramAPIServerDesc": "要使用的 Telegram API 伺服器。留空以使用預設伺服器。",
  484. "telegramChatId": "管理員聊天 ID",
  485. "telegramChatIdDesc": "Telegram 管理員聊天 ID (多個以逗號分隔)(可通過 {'@'}userinfobot 獲取,或在機器人中使用 '/id' 命令獲取)",
  486. "telegramNotifyTime": "通知時間",
  487. "telegramNotifyTimeDesc": "設定週期性的 Telegram 機器人通知時間(使用 crontab 時間格式)",
  488. "tgNotifyBackup": "資料庫備份",
  489. "tgNotifyBackupDesc": "傳送帶有報告的資料庫備份檔案",
  490. "tgNotifyLogin": "登入通知",
  491. "tgNotifyLoginDesc": "當有人試圖登入你的面板時顯示使用者名稱、IP 地址和時間",
  492. "sessionMaxAge": "會話時長",
  493. "sessionMaxAgeDesc": "保持登入狀態的時長(單位:分鐘)",
  494. "expireTimeDiff": "到期通知閾值",
  495. "expireTimeDiffDesc": "達到此閾值時,將收到有關到期時間的通知(單位:天)",
  496. "trafficDiff": "流量耗盡閾值",
  497. "trafficDiffDesc": "達到此閾值時,將收到有關流量耗盡的通知(單位:GB)",
  498. "tgNotifyCpu": "CPU 負載通知閾值",
  499. "tgNotifyCpuDesc": "CPU 負載超過此閾值時,將收到通知(單位:%)",
  500. "timeZone": "時區",
  501. "timeZoneDesc": "定時任務將按照該時區的時間執行",
  502. "subSettings": "訂閱設定",
  503. "subEnable": "啟用訂閱服務",
  504. "subEnableDesc": "啟用訂閱服務功能",
  505. "subJsonEnable": "獨立啟用/停用 JSON 訂閱端點。",
  506. "subTitle": "訂閱標題",
  507. "subTitleDesc": "在VPN客戶端中顯示的標題",
  508. "subSupportUrl": "支援連結",
  509. "subSupportUrlDesc": "VPN 用戶端中顯示的技術支援連結",
  510. "subProfileUrl": "個人資料連結",
  511. "subProfileUrlDesc": "VPN 用戶端中顯示的網站連結",
  512. "subAnnounce": "公告",
  513. "subAnnounceDesc": "VPN 用戶端中顯示的公告文字",
  514. "subEnableRouting": "啟用路由",
  515. "subEnableRoutingDesc": "在 VPN 用戶端中啟用路由的全域設定。(僅限 Happ)",
  516. "subRoutingRules": "路由規則",
  517. "subRoutingRulesDesc": "VPN 用戶端的全域路由規則。(僅限 Happ)",
  518. "subListen": "監聽 IP",
  519. "subListenDesc": "訂閱服務監聽的 IP 地址(留空表示監聽所有 IP)",
  520. "subPort": "監聽埠",
  521. "subPortDesc": "訂閱服務監聽的埠號(必須是未使用的埠)",
  522. "subCertPath": "公鑰路徑",
  523. "subCertPathDesc": "訂閱服務使用的公鑰檔案路徑(以 '/' 開頭)",
  524. "subKeyPath": "私鑰路徑",
  525. "subKeyPathDesc": "訂閱服務使用的私鑰檔案路徑(以 '/' 開頭)",
  526. "subPath": "URI 路徑",
  527. "subPathDesc": "訂閱服務使用的 URI 路徑(以 '/' 開頭,以 '/' 結尾)",
  528. "subDomain": "監聽域名",
  529. "subDomainDesc": "訂閱服務監聽的域名(留空表示監聽所有域名和 IP)",
  530. "subUpdates": "更新間隔",
  531. "subUpdatesDesc": "客戶端應用中訂閱 URL 的更新間隔(單位:小時)",
  532. "subEncrypt": "編碼",
  533. "subEncryptDesc": "訂閱服務返回的內容將採用 Base64 編碼",
  534. "subShowInfo": "顯示使用資訊",
  535. "subShowInfoDesc": "客戶端應用中將顯示剩餘流量和日期資訊",
  536. "subURI": "反向代理 URI",
  537. "subURIDesc": "用於代理後面的訂閱 URL 的 URI 路徑",
  538. "externalTrafficInformEnable": "外部交通通知",
  539. "externalTrafficInformEnableDesc": "每次流量更新時通知外部 API",
  540. "externalTrafficInformURI": "外部流量通知 URI",
  541. "externalTrafficInformURIDesc": "流量更新將會傳送到此 URI",
  542. "restartXrayOnClientDisable": "用戶自動停用後重新啟動 Xray",
  543. "restartXrayOnClientDisableDesc": "當用戶因到期或流量上限而被自動停用時,重新啟動 Xray。",
  544. "fragment": "分片",
  545. "fragmentDesc": "啟用 TLS hello 資料包分片",
  546. "fragmentSett": "設定",
  547. "noisesDesc": "啟用 Noises.",
  548. "noisesSett": "Noises 設定",
  549. "mux": "多路複用器",
  550. "muxDesc": "在已建立的資料流內傳輸多個獨立的資料流",
  551. "muxSett": "複用器設定",
  552. "direct": "直接連線",
  553. "directDesc": "直接與特定國家的域或IP範圍建立連線",
  554. "notifications": "通知",
  555. "certs": "證書",
  556. "externalTraffic": "外部流量",
  557. "dateAndTime": "日期和時間",
  558. "proxyAndServer": "代理和伺服器",
  559. "intervals": "間隔",
  560. "information": "資訊",
  561. "language": "語言",
  562. "telegramBotLanguage": "Telegram 機器人語言",
  563. "security": {
  564. "admin": "管理員憑證",
  565. "twoFactor": "雙重驗證",
  566. "twoFactorEnable": "啟用2FA",
  567. "twoFactorEnableDesc": "增加額外的驗證層以提高安全性。",
  568. "twoFactorModalSetTitle": "啟用雙重認證",
  569. "twoFactorModalDeleteTitle": "停用雙重認證",
  570. "twoFactorModalSteps": "要設定雙重認證,請執行以下步驟:",
  571. "twoFactorModalFirstStep": "1. 在認證應用程式中掃描此QR碼,或複製QR碼附近的令牌並貼到應用程式中",
  572. "twoFactorModalSecondStep": "2. 輸入應用程式中的驗證碼",
  573. "twoFactorModalRemoveStep": "輸入應用程式中的驗證碼以移除雙重認證。",
  574. "twoFactorModalChangeCredentialsTitle": "更改憑證",
  575. "twoFactorModalChangeCredentialsStep": "輸入應用程式中的代碼以更改管理員憑證。",
  576. "twoFactorModalSetSuccess": "雙重身份驗證已成功建立",
  577. "twoFactorModalDeleteSuccess": "雙重身份驗證已成功刪除",
  578. "twoFactorModalError": "驗證碼錯誤"
  579. },
  580. "toasts": {
  581. "modifySettings": "參數已更改。",
  582. "getSettings": "取得參數時發生錯誤",
  583. "modifyUserError": "變更管理員憑證時發生錯誤。",
  584. "modifyUser": "您已成功變更管理員憑證。",
  585. "originalUserPassIncorrect": "原使用者名稱或原密碼錯誤",
  586. "userPassMustBeNotEmpty": "新使用者名稱和新密碼不能為空",
  587. "getOutboundTrafficError": "取得出站流量錯誤",
  588. "resetOutboundTrafficError": "重設出站流量錯誤"
  589. }
  590. },
  591. "xray": {
  592. "title": "Xray 配置",
  593. "save": "儲存",
  594. "restart": "重新啟動 Xray",
  595. "restartSuccess": "Xray 已成功重新啟動",
  596. "stopSuccess": "Xray 已成功停止",
  597. "restartError": "重新啟動Xray時發生錯誤。",
  598. "stopError": "停止Xray時發生錯誤。",
  599. "basicTemplate": "基礎配置",
  600. "advancedTemplate": "高階配置",
  601. "generalConfigs": "常規配置",
  602. "generalConfigsDesc": "這些選項將決定常規配置",
  603. "logConfigs": "日誌",
  604. "logConfigsDesc": "日誌可能會影響伺服器的效能,建議僅在需要時啟用",
  605. "blockConfigsDesc": "這些選項將阻止使用者連線到特定協議和網站",
  606. "basicRouting": "基本路由",
  607. "blockConnectionsConfigsDesc": "這些選項將根據特定的請求國家阻止流量。",
  608. "directConnectionsConfigsDesc": "直接連線確保特定的流量不會通過其他伺服器路由。",
  609. "blockips": "阻止IP",
  610. "blockdomains": "阻止域名",
  611. "directips": "直接IP",
  612. "directdomains": "直接域名",
  613. "ipv4Routing": "IPv4 路由",
  614. "ipv4RoutingDesc": "此選項將僅通過 IPv4 路由到目標域",
  615. "warpRouting": "WARP 路由",
  616. "warpRoutingDesc": "注意:在使用這些選項之前,請按照面板 GitHub 上的步驟在你的伺服器上以 socks5 代理模式安裝 WARP。WARP 將通過 Cloudflare 伺服器將流量路由到網站。",
  617. "nordRouting": "NordVPN 路由",
  618. "nordRoutingDesc": "這些選項將根據特定目的地通過 NordVPN 路由流量。",
  619. "Template": "高階 Xray 配置模板",
  620. "TemplateDesc": "最終的 Xray 配置檔案將基於此模板生成",
  621. "FreedomStrategy": "Freedom 協議策略",
  622. "FreedomStrategyDesc": "設定 Freedom 協議中網路的輸出策略",
  623. "RoutingStrategy": "配置路由域策略",
  624. "RoutingStrategyDesc": "設定 DNS 解析的整體路由策略",
  625. "outboundTestUrl": "出站測試 URL",
  626. "outboundTestUrlDesc": "測試出站連線時使用的 URL",
  627. "Torrent": "遮蔽 BitTorrent 協議",
  628. "Inbounds": "入站規則",
  629. "InboundsDesc": "接受來自特定客戶端的流量",
  630. "Outbounds": "出站規則",
  631. "Balancers": "負載均衡",
  632. "OutboundsDesc": "設定出站流量傳出方式",
  633. "Routings": "路由規則",
  634. "RoutingsDesc": "每條規則的優先順序都很重要",
  635. "completeTemplate": "全部",
  636. "logLevel": "日誌級別",
  637. "logLevelDesc": "錯誤日誌的日誌級別,用於指示需要記錄的資訊",
  638. "accessLog": "訪問日誌",
  639. "accessLogDesc": "訪問日誌的檔案路徑。特殊值 'none' 禁用訪問日誌",
  640. "errorLog": "錯誤日誌",
  641. "errorLogDesc": "錯誤日誌的檔案路徑。特殊值 'none' 禁用錯誤日誌",
  642. "dnsLog": "DNS 日誌",
  643. "dnsLogDesc": "是否啟用 DNS 查詢日誌",
  644. "maskAddress": "隱藏地址",
  645. "maskAddressDesc": "IP 地址掩碼,啟用時會自動替換日誌中出現的 IP 地址。",
  646. "statistics": "統計",
  647. "statsInboundUplink": "入站上傳統計",
  648. "statsInboundUplinkDesc": "啟用所有入站代理的上行流量統計收集。",
  649. "statsInboundDownlink": "入站下載統計",
  650. "statsInboundDownlinkDesc": "啟用所有入站代理的下行流量統計收集。",
  651. "statsOutboundUplink": "出站上傳統計",
  652. "statsOutboundUplinkDesc": "啟用所有出站代理的上行流量統計收集。",
  653. "statsOutboundDownlink": "出站下載統計",
  654. "statsOutboundDownlinkDesc": "啟用所有出站代理的下行流量統計收集。",
  655. "rules": {
  656. "first": "置頂",
  657. "last": "置底",
  658. "up": "向上",
  659. "down": "向下",
  660. "source": "來源",
  661. "dest": "目的地址",
  662. "inbound": "入站",
  663. "outbound": "出站",
  664. "balancer": "負載均衡",
  665. "info": "資訊",
  666. "add": "新增規則",
  667. "edit": "編輯規則",
  668. "useComma": "逗號分隔的項目"
  669. },
  670. "outbound": {
  671. "addOutbound": "新增出站",
  672. "addReverse": "新增反向",
  673. "editOutbound": "編輯出站",
  674. "editReverse": "編輯反向",
  675. "reverseTag": "反向標籤",
  676. "reverseTagDesc": "VLESS 簡易反向代理出站標籤。留空則停用。設定後,此客戶端的連線可作為反向代理隧道。",
  677. "reverseTagPlaceholder": "出站標籤(留空則停用)",
  678. "tag": "標籤",
  679. "tagDesc": "唯一標籤",
  680. "address": "地址",
  681. "reverse": "反向",
  682. "domain": "域名",
  683. "type": "類型",
  684. "bridge": "Bridge",
  685. "portal": "Portal",
  686. "link": "連結",
  687. "intercon": "互連",
  688. "settings": "設定",
  689. "accountInfo": "帳戶資訊",
  690. "outboundStatus": "出站狀態",
  691. "sendThrough": "傳送通過",
  692. "test": "測試",
  693. "testResult": "測試結果",
  694. "testing": "正在測試連接...",
  695. "testSuccess": "測試成功",
  696. "testFailed": "測試失敗",
  697. "testError": "測試出站失敗",
  698. "nordvpn": "NordVPN",
  699. "accessToken": "訪問令牌",
  700. "country": "國家",
  701. "server": "伺服器",
  702. "city": "城市",
  703. "allCities": "所有城市",
  704. "privateKey": "私密金鑰",
  705. "load": "負載"
  706. },
  707. "balancer": {
  708. "addBalancer": "新增負載均衡",
  709. "editBalancer": "編輯負載均衡",
  710. "balancerStrategy": "策略",
  711. "balancerSelectors": "選擇器",
  712. "tag": "標籤",
  713. "tagDesc": "唯一標籤",
  714. "balancerDesc": "無法同時使用 balancerTag 和 outboundTag。如果同時使用,則只有 outboundTag 會生效。"
  715. },
  716. "wireguard": {
  717. "secretKey": "金鑰",
  718. "publicKey": "公鑰",
  719. "allowedIPs": "允許的 IP",
  720. "endpoint": "端點",
  721. "psk": "共享金鑰",
  722. "domainStrategy": "域策略"
  723. },
  724. "tun": {
  725. "nameDesc": "TUN 介面的名稱。預設值為 'xray0'",
  726. "mtuDesc": "最大傳輸單元。資料包的最大大小。預設值為 1500",
  727. "userLevel": "用戶級別",
  728. "userLevelDesc": "通過此入站的所有連接都將使用此用戶級別。預設值為 0"
  729. },
  730. "dns": {
  731. "enable": "啟用 DNS",
  732. "enableDesc": "啟用內建 DNS 伺服器",
  733. "tag": "DNS 入站標籤",
  734. "tagDesc": "此標籤將在路由規則中可用作入站標籤",
  735. "clientIp": "客戶端IP",
  736. "clientIpDesc": "用於在DNS查詢期間通知伺服器指定的IP位置",
  737. "disableCache": "禁用快取",
  738. "disableCacheDesc": "禁用DNS快取",
  739. "disableFallback": "禁用回退",
  740. "disableFallbackDesc": "禁用回退DNS查詢",
  741. "disableFallbackIfMatch": "匹配時禁用回退",
  742. "disableFallbackIfMatchDesc": "當DNS伺服器的匹配域名列表命中時,禁用回退DNS查詢",
  743. "enableParallelQuery": "啟用並行查詢",
  744. "enableParallelQueryDesc": "啟用並行DNS查詢到多個伺服器以實現更快的解析",
  745. "strategy": "查詢策略",
  746. "strategyDesc": "解析域名的總體策略",
  747. "add": "新增伺服器",
  748. "edit": "編輯伺服器",
  749. "domains": "域",
  750. "expectIPs": "預期 IP",
  751. "unexpectIPs": "意外IP",
  752. "useSystemHosts": "使用系統Hosts",
  753. "useSystemHostsDesc": "使用已安裝系統的hosts檔案",
  754. "usePreset": "使用範本",
  755. "dnsPresetTitle": "DNS範本",
  756. "dnsPresetFamily": "家庭"
  757. },
  758. "fakedns": {
  759. "add": "新增假 DNS",
  760. "edit": "編輯假 DNS",
  761. "ipPool": "IP 池子網",
  762. "poolSize": "池大小"
  763. }
  764. }
  765. },
  766. "tgbot": {
  767. "keyboardClosed": "❌ 自定義鍵盤已關閉!",
  768. "noResult": "❗ 沒有結果!",
  769. "noQuery": "❌ 未找到查詢!請再次使用該命令!",
  770. "wentWrong": "❌ 出了點問題!",
  771. "noIpRecord": "❗ 沒有IP記錄!",
  772. "noInbounds": "❗ 未找到入站!",
  773. "unlimited": "♾ 無限(重置)",
  774. "add": "添加",
  775. "month": "月",
  776. "months": "月",
  777. "day": "天",
  778. "days": "天",
  779. "hours": "小時",
  780. "minutes": "分鐘",
  781. "unknown": "未知",
  782. "inbounds": "入站",
  783. "clients": "客戶端",
  784. "offline": "🔴 離線",
  785. "online": "🟢 在線",
  786. "commands": {
  787. "unknown": "❗ 未知命令",
  788. "pleaseChoose": "👇 請選擇:\r\n",
  789. "help": "🤖 歡迎使用本機器人!它旨在為您提供來自伺服器的特定資料,並允許您進行必要的修改。\r\n\r\n",
  790. "start": "👋 你好,<i>{{ .Firstname }}</i>。\r\n",
  791. "welcome": "🤖 歡迎來到 <b>{{ .Hostname }}</b> 管理機器人。\r\n",
  792. "status": "✅ 機器人正常執行!",
  793. "usage": "❗ 請輸入要搜尋的文字!",
  794. "getID": "🆔 您的 ID 為:<code>{{ .ID }}</code>",
  795. "helpAdminCommands": "要重新啟動 Xray Core:\r\n<code>/restart</code>\r\n\r\n要搜尋客戶電子郵件:\r\n<code>/usage [電子郵件]</code>\r\n\r\n要搜尋入站(帶有客戶統計資料):\r\n<code>/inbound [備註]</code>\r\n\r\nTelegram聊天ID:\r\n<code>/id</code>",
  796. "helpClientCommands": "要搜尋統計資料,請使用以下命令:\r\n<code>/usage [電子郵件]</code>\r\n\r\nTelegram聊天ID:\r\n<code>/id</code>",
  797. "restartUsage": "\r\n\r\n<code>/restart</code>",
  798. "restartSuccess": "✅ 操作成功!",
  799. "restartFailed": "❗ 操作錯誤。\r\n\r\n<code>錯誤: {{ .Error }}</code>.",
  800. "xrayNotRunning": "❗ Xray Core 未運行。",
  801. "startDesc": "顯示主選單",
  802. "helpDesc": "機器人幫助",
  803. "statusDesc": "檢查機器人狀態",
  804. "idDesc": "顯示您的 Telegram ID"
  805. },
  806. "messages": {
  807. "cpuThreshold": "🔴 CPU 使用率為 {{ .Percent }}%,超過閾值 {{ .Threshold }}%",
  808. "selectUserFailed": "❌ 使用者選擇錯誤!",
  809. "userSaved": "✅ 電報使用者已儲存。",
  810. "loginSuccess": "✅ 成功登入到面板。\r\n",
  811. "loginFailed": "❗️ 面板登入失敗。\r\n",
  812. "2faFailed": "2FA 失敗",
  813. "report": "🕰 定時報告:{{ .RunTime }}\r\n",
  814. "datetime": "⏰ 日期時間:{{ .DateTime }}\r\n",
  815. "hostname": "💻 主機名:{{ .Hostname }}\r\n",
  816. "version": "🚀 X-UI 版本:{{ .Version }}\r\n",
  817. "xrayVersion": "📡 Xray 版本: {{ .XrayVersion }}\r\n",
  818. "ipv6": "🌐 IPv6:{{ .IPv6 }}\r\n",
  819. "ipv4": "🌐 IPv4:{{ .IPv4 }}\r\n",
  820. "ip": "🌐 IP:{{ .IP }}\r\n",
  821. "ips": "🔢 IP 地址:\r\n{{ .IPs }}\r\n",
  822. "serverUpTime": "⏳ 伺服器執行時間:{{ .UpTime }} {{ .Unit }}\r\n",
  823. "serverLoad": "📈 伺服器負載:{{ .Load1 }}, {{ .Load2 }}, {{ .Load3 }}\r\n",
  824. "serverMemory": "📋 伺服器記憶體:{{ .Current }}/{{ .Total }}\r\n",
  825. "tcpCount": "🔹 TCP 連線數:{{ .Count }}\r\n",
  826. "udpCount": "🔸 UDP 連線數:{{ .Count }}\r\n",
  827. "traffic": "🚦 流量:{{ .Total }} (↑{{ .Upload }},↓{{ .Download }})\r\n",
  828. "xrayStatus": "ℹ️ Xray 狀態:{{ .State }}\r\n",
  829. "username": "👤 使用者名稱:{{ .Username }}\r\n",
  830. "reason": "❗️ 原因:{{ .Reason }}\r\n",
  831. "time": "⏰ 時間:{{ .Time }}\r\n",
  832. "inbound": "📍 入站:{{ .Remark }}\r\n",
  833. "port": "🔌 埠:{{ .Port }}\r\n",
  834. "expire": "📅 過期日期:{{ .Time }}\r\n",
  835. "expireIn": "📅 剩餘時間:{{ .Time }}\r\n",
  836. "active": "💡 啟用:{{ .Enable }}\r\n",
  837. "enabled": "🚨 已啟用:{{ .Enable }}\r\n",
  838. "online": "🌐 連線狀態:{{ .Status }}\r\n",
  839. "lastOnline": "🔙 上次上線: {{ .Time }}\r\n",
  840. "email": "📧 郵箱:{{ .Email }}\r\n",
  841. "upload": "🔼 上傳↑:{{ .Upload }}\r\n",
  842. "download": "🔽 下載↓:{{ .Download }}\r\n",
  843. "total": "📊 總計:{{ .UpDown }} / {{ .Total }}\r\n",
  844. "TGUser": "👤 電報使用者:{{ .TelegramID }}\r\n",
  845. "exhaustedMsg": "🚨 耗盡的 {{ .Type }}:\r\n",
  846. "exhaustedCount": "🚨 耗盡的 {{ .Type }} 數量:\r\n",
  847. "onlinesCount": "🌐 線上客戶:{{ .Count }}\r\n",
  848. "disabled": "🛑 禁用:{{ .Disabled }}\r\n",
  849. "depleteSoon": "🔜 即將耗盡:{{ .Deplete }}\r\n\r\n",
  850. "backupTime": "🗄 備份時間:{{ .Time }}\r\n",
  851. "refreshedOn": "\r\n📋🔄 重新整理時間:{{ .Time }}\r\n\r\n",
  852. "yes": "✅ 是的",
  853. "no": "❌ 沒有",
  854. "received_id": "🔑📥 ID 已更新。",
  855. "received_password": "🔑📥 密碼已更新。",
  856. "received_email": "📧📥 電子郵件已更新。",
  857. "received_comment": "💬📥 評論已更新。",
  858. "id_prompt": "🔑 預設 ID: {{ .ClientId }}\n\n請輸入您的 ID。",
  859. "pass_prompt": "🔑 預設密碼: {{ .ClientPassword }}\n\n請輸入您的密碼。",
  860. "email_prompt": "📧 預設電子郵件: {{ .ClientEmail }}\n\n請輸入您的電子郵件。",
  861. "comment_prompt": "💬 預設評論: {{ .ClientComment }}\n\n請輸入您的評論。",
  862. "inbound_client_data_id": "🔄 入站: {{ .InboundRemark }}\n\n🔑 ID: {{ .ClientId }}\n📧 電子郵件: {{ .ClientEmail }}\n📊 流量: {{ .ClientTraffic }}\n📅 到期日: {{ .ClientExp }}\n🌐 IP 限制: {{ .IpLimit }}\n💬 備註: {{ .ClientComment }}\n\n你現在可以將客戶加入入站了!",
  863. "inbound_client_data_pass": "🔄 入站: {{ .InboundRemark }}\n\n🔑 密碼: {{ .ClientPass }}\n📧 電子郵件: {{ .ClientEmail }}\n📊 流量: {{ .ClientTraffic }}\n📅 到期日: {{ .ClientExp }}\n🌐 IP 限制: {{ .IpLimit }}\n💬 備註: {{ .ClientComment }}\n\n你現在可以將客戶加入入站了!",
  864. "cancel": "❌ 程序已取消!\n\n您可以隨時使用 /start 重新開始。 🔄",
  865. "error_add_client": "⚠️ 錯誤:\n\n {{ .error }}",
  866. "using_default_value": "好的,我會使用預設值。 😊",
  867. "incorrect_input": "您的輸入無效。\n短語應連續輸入,不能有空格。\n正確示例: aaaaaa\n錯誤示例: aaa aaa 🚫",
  868. "AreYouSure": "你確定嗎?🤔",
  869. "SuccessResetTraffic": "📧 電子郵件: {{ .ClientEmail }}\n🏁 結果: ✅ 成功",
  870. "FailedResetTraffic": "📧 電子郵件: {{ .ClientEmail }}\n🏁 結果: ❌ 失敗 \n\n🛠️ 錯誤: [ {{ .ErrorMessage }} ]",
  871. "FinishProcess": "🔚 所有客戶的流量重置已完成。"
  872. },
  873. "buttons": {
  874. "closeKeyboard": "❌ 關閉鍵盤",
  875. "cancel": "❌ 取消",
  876. "cancelReset": "❌ 取消重置",
  877. "cancelIpLimit": "❌ 取消 IP 限制",
  878. "confirmResetTraffic": "✅ 確認重置流量?",
  879. "confirmClearIps": "✅ 確認清除 IP?",
  880. "confirmRemoveTGUser": "✅ 確認移除 Telegram 使用者?",
  881. "confirmToggle": "✅ 確認啟用/禁用使用者?",
  882. "dbBackup": "獲取資料庫備份",
  883. "serverUsage": "伺服器使用情況",
  884. "getInbounds": "獲取入站資訊",
  885. "depleteSoon": "即將耗盡",
  886. "clientUsage": "獲取使用情況",
  887. "onlines": "線上客戶端",
  888. "commands": "命令",
  889. "refresh": "🔄 重新整理",
  890. "clearIPs": "❌ 清除 IP",
  891. "removeTGUser": "❌ 移除 Telegram 使用者",
  892. "selectTGUser": "👤 選擇 Telegram 使用者",
  893. "selectOneTGUser": "👤 選擇一個 Telegram 使用者:",
  894. "resetTraffic": "📈 重置流量",
  895. "resetExpire": "📅 更改到期日期",
  896. "ipLog": "🔢 IP 日誌",
  897. "ipLimit": "🔢 IP 限制",
  898. "setTGUser": "👤 設定 Telegram 使用者",
  899. "toggle": "🔘 啟用/禁用",
  900. "custom": "🔢 風俗",
  901. "confirmNumber": "✅ 確認: {{ .Num }}",
  902. "confirmNumberAdd": "✅ 確認新增:{{ .Num }}",
  903. "limitTraffic": "🚧 流量限制",
  904. "getBanLogs": "禁止日誌",
  905. "allClients": "所有客戶",
  906. "addClient": "新增客戶",
  907. "submitDisable": "以停用方式送出 ☑️",
  908. "submitEnable": "以啟用方式送出 ✅",
  909. "use_default": "🏷️ 使用預設值",
  910. "change_id": "⚙️🔑 ID",
  911. "change_password": "⚙️🔑 密碼",
  912. "change_email": "⚙️📧 電子郵件",
  913. "change_comment": "⚙️💬 評論",
  914. "ResetAllTraffics": "重設所有流量",
  915. "SortedTrafficUsageReport": "排序過的流量使用報告"
  916. },
  917. "answers": {
  918. "successfulOperation": "✅ 成功!",
  919. "errorOperation": "❗ 操作錯誤。",
  920. "getInboundsFailed": "❌ 獲取入站資訊失敗。",
  921. "getClientsFailed": "❌ 獲取客戶失敗。",
  922. "canceled": "❌ {{ .Email }}:操作已取消。",
  923. "clientRefreshSuccess": "✅ {{ .Email }}:客戶端重新整理成功。",
  924. "IpRefreshSuccess": "✅ {{ .Email }}:IP 重新整理成功。",
  925. "TGIdRefreshSuccess": "✅ {{ .Email }}:客戶端的 Telegram 使用者重新整理成功。",
  926. "resetTrafficSuccess": "✅ {{ .Email }}:流量已重置成功。",
  927. "setTrafficLimitSuccess": "✅ {{ .Email }}: 流量限制儲存成功。",
  928. "expireResetSuccess": "✅ {{ .Email }}:過期天數已重置成功。",
  929. "resetIpSuccess": "✅ {{ .Email }}:成功儲存 IP 限制數量為 {{ .Count }}。",
  930. "clearIpSuccess": "✅ {{ .Email }}:IP 已成功清除。",
  931. "getIpLog": "✅ {{ .Email }}:獲取 IP 日誌。",
  932. "getUserInfo": "✅ {{ .Email }}:獲取 Telegram 使用者資訊。",
  933. "removedTGUserSuccess": "✅ {{ .Email }}:Telegram 使用者已成功移除。",
  934. "enableSuccess": "✅ {{ .Email }}:已成功啟用。",
  935. "disableSuccess": "✅ {{ .Email }}:已成功禁用。",
  936. "askToAddUserId": "未找到您的配置!\r\n請向管理員詢問,在您的配置中使用您的 Telegram 使用者 ChatID。\r\n\r\n您的使用者 ChatID:<code>{{ .TgUserID }}</code>",
  937. "chooseClient": "為入站 {{ .Inbound }} 選擇一個客戶",
  938. "chooseInbound": "選擇一個入站"
  939. }
  940. }
  941. }