tw.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. {
  2. "action": {
  3. "cancel": "取消",
  4. "choose_file": "選擇一個檔案",
  5. "clear": "清除",
  6. "clear_all": "全部清除",
  7. "connect": "連線",
  8. "copy": "複製",
  9. "delete": "刪除",
  10. "disconnect": "斷開連線",
  11. "dismiss": "忽略",
  12. "download_file": "下載檔案",
  13. "edit": "編輯",
  14. "go_back": "返回",
  15. "label": "標籤",
  16. "learn_more": "瞭解更多",
  17. "more": "更多",
  18. "new": "新增",
  19. "no": "否",
  20. "preserve_current": "保持當前",
  21. "prettify": "美化",
  22. "remove": "移除",
  23. "replace_current": "替換當前",
  24. "replace_json": "替換為 JSON",
  25. "restore": "恢復",
  26. "save": "儲存",
  27. "search": "搜尋",
  28. "send": "傳送",
  29. "start": "開始",
  30. "stop": "停止",
  31. "turn_off": "關閉",
  32. "turn_on": "開啟",
  33. "undo": "撤消",
  34. "yes": "是"
  35. },
  36. "add": {
  37. "new": "新增",
  38. "star": "新增星標"
  39. },
  40. "app": {
  41. "chat_with_us": "與我們交談",
  42. "contact_us": "聯絡我們",
  43. "copy": "複製",
  44. "documentation": "幫助文件",
  45. "help": "幫助與反饋",
  46. "home": "主頁",
  47. "invite": "邀請",
  48. "invite_description": "Hoppscotch 是一個開源的 API 開發生態系統。我們設計了簡單而直觀的介面來建立和管理你的 API。Hoppscotch 是一個幫助你構建、測試、記錄與分享你的 API 的工具。",
  49. "invite_your_friends": "邀請你的夥伴",
  50. "join_discord_community": "加入我們的 Discord 社群",
  51. "keyboard_shortcuts": "鍵盤快捷鍵",
  52. "name": "Hoppscotch",
  53. "new_version_found": "已發現新版本。重新整理頁面以更新。",
  54. "proxy_privacy_policy": "代理隱私政策",
  55. "reload": "重新載入",
  56. "search": "搜尋",
  57. "share": "分享",
  58. "shortcuts": "快捷方式",
  59. "spotlight": "聚光燈",
  60. "status": "狀態",
  61. "terms_and_privacy": "隱私條款",
  62. "twitter": "Twitter",
  63. "type_a_command_search": "輸入命令或搜尋內容……",
  64. "version": "v2.0",
  65. "we_use_cookies": "我們使用 cookies",
  66. "whats_new": "新增內容",
  67. "wiki": "幫助"
  68. },
  69. "auth": {
  70. "account_exists": "Account exists with different credential - Login to link both accounts",
  71. "all_sign_in_options": "所有登入選項",
  72. "continue_with_email": "使用電子郵箱登入",
  73. "continue_with_github": "使用 GitHub 登入",
  74. "continue_with_google": "使用 Google 登入",
  75. "email": "電子郵箱地址",
  76. "logged_out": "登出",
  77. "login": "登入",
  78. "login_success": "登入成功",
  79. "login_to_hoppscotch": "登入 Hoppscotch",
  80. "logout": "登出",
  81. "re_enter_email": "重新輸入電子郵件",
  82. "send_magic_link": "傳送魔術連結",
  83. "sync": "同步",
  84. "we_sent_magic_link": "已傳送魔術連結!",
  85. "we_sent_magic_link_description": "請檢查你的收件箱 - 我們向 {email} 傳送了一封郵件,其中包含了能夠讓你登入的魔術連結。"
  86. },
  87. "authorization": {
  88. "generate_token": "生成令牌",
  89. "include_in_url": "包含在 URL 內",
  90. "learn": "瞭解更多",
  91. "password": "密碼",
  92. "token": "令牌",
  93. "type": "授權型別",
  94. "username": "使用者名稱"
  95. },
  96. "collection": {
  97. "created": "組合已建立",
  98. "edit": "編輯組合",
  99. "invalid_name": "請提供有效的組合名稱",
  100. "my_collections": "我的組合",
  101. "name": "我的新組合",
  102. "new": "新建組合",
  103. "renamed": "組合已更名",
  104. "save_as": "另存為",
  105. "select": "選擇一個組合",
  106. "select_location": "選擇位置",
  107. "select_team": "選擇一個團隊",
  108. "team_collections": "團隊組合"
  109. },
  110. "confirm": {
  111. "logout": "你確定要登出嗎?",
  112. "remove_collection": "你確定要永久刪除該組合嗎?",
  113. "remove_environment": "你確定要永久刪除該環境嗎?",
  114. "remove_folder": "你確定要永久刪除該資料夾嗎?",
  115. "remove_history": "你確定要永久刪除全部歷史記錄嗎?",
  116. "remove_request": "你確定要永久刪除該請求嗎?",
  117. "remove_team": "你確定要刪除該團隊嗎?",
  118. "remove_telemetry": "Are you sure you want to opt-out of Telemetry?",
  119. "sync": "您確定要同步該工作區嗎?"
  120. },
  121. "count": {
  122. "header": "請求頭 {count}",
  123. "message": "訊息 {count}",
  124. "parameter": "引數 {count}",
  125. "protocol": "協議 {count}",
  126. "value": "值 {count}",
  127. "variable": "變數 {count}"
  128. },
  129. "documentation": {
  130. "generate": "生成文件",
  131. "generate_message": "匯入 Hoppscotch 組合以隨時隨地生成 API 文件。"
  132. },
  133. "empty": {
  134. "authorization": "該請求沒有使用任何授權",
  135. "body": "該請求沒有任何請求體",
  136. "collection": "組合為空",
  137. "collections": "組合為空",
  138. "environments": "環境為空",
  139. "folder": "資料夾為空",
  140. "headers": "該請求沒有任何請求頭",
  141. "history": "歷史記錄為空",
  142. "members": "團隊為空",
  143. "parameters": "該請求沒有任何引數",
  144. "protocols": "協議為空",
  145. "schema": "連線至 GraphQL 端點",
  146. "team_name": "團隊名稱為空",
  147. "teams": "團隊為空",
  148. "tests": "沒有針對該請求的測試"
  149. },
  150. "environment": {
  151. "create_new": "已建立新環境",
  152. "edit": "編輯環境",
  153. "invalid_name": "請提供有效的環境名稱",
  154. "new": "新建環境",
  155. "no_environment": "無環境",
  156. "select": "選擇環境",
  157. "title": "環境",
  158. "variable_list": "變數列表"
  159. },
  160. "error": {
  161. "browser_support_sse": "該瀏覽器似乎不支援 SSE。",
  162. "check_console_details": "檢查控制檯日誌以獲悉詳情",
  163. "curl_invalid_format": "cURL 格式不正確",
  164. "empty_req_name": "空請求名稱",
  165. "f12_details": "(F12 詳情)",
  166. "gql_prettify_invalid_query": "無法美化無效的查詢,處理查詢語法錯誤並重試",
  167. "json_prettify_invalid_body": "無法美化無效的請求頭,處理 JSON 語法錯誤並重試",
  168. "network_fail": "無法傳送請求",
  169. "no_duration": "無持續時間",
  170. "something_went_wrong": "發生了一些錯誤"
  171. },
  172. "export": {
  173. "as_json": "匯出為 JSON",
  174. "create_secret_gist": "建立私密 Gist",
  175. "gist_created": "已建立 Gist",
  176. "require_github": "使用 GitHub 登入以建立私密 Gist"
  177. },
  178. "folder": {
  179. "created": "已建立資料夾",
  180. "edit": "編輯資料夾",
  181. "invalid_name": "請提供資料夾的名稱",
  182. "new": "新資料夾",
  183. "renamed": "資料夾已更名"
  184. },
  185. "graphql": {
  186. "mutations": "變更",
  187. "schema": "模式",
  188. "subscriptions": "訂閱"
  189. },
  190. "header": {
  191. "account": "帳戶",
  192. "install_pwa": "安裝應用",
  193. "login": "登入",
  194. "save_workspace": "儲存我的工作區"
  195. },
  196. "helpers": {
  197. "authorization": "授權頭將會在你傳送請求時自動生成。",
  198. "generate_documentation_first": "請先生成文件",
  199. "network_fail": "無法到達 API 端點。請檢查網路連線並重試。",
  200. "offline": "你似乎處於離線狀態,該工作區中的資料可能不是最新。",
  201. "offline_short": "你似乎處於離線狀態。",
  202. "post_request_tests": "測試指令碼使用 JavaScript 編寫,並在收到響應後執行。",
  203. "pre_request_script": "預請求指令碼使用 JavaScript 編寫,並在請求傳送前執行。",
  204. "tests": "編寫測試指令碼以自動除錯。"
  205. },
  206. "hide": {
  207. "more": "隱藏更多",
  208. "preview": "隱藏預覽",
  209. "sidebar": "隱藏側邊欄"
  210. },
  211. "import": {
  212. "collections": "匯入組合",
  213. "curl": "匯入 cURL",
  214. "failed": "匯入失敗",
  215. "from_gist": "從 Gist 匯入",
  216. "from_my_collections": "從我的組合匯入",
  217. "gist_url": "輸入 Gist URL",
  218. "json": "從 JSON 匯入",
  219. "title": "匯入"
  220. },
  221. "layout": {
  222. "zen_mode": "禪意模式"
  223. },
  224. "modal": {
  225. "collections": "組合",
  226. "confirm": "確認",
  227. "edit_request": "編輯請求",
  228. "import_export": "匯入/匯出"
  229. },
  230. "mqtt": {
  231. "communication": "通訊",
  232. "log": "日誌",
  233. "message": "訊息",
  234. "publish": "釋出",
  235. "subscribe": "訂閱",
  236. "topic": "主題",
  237. "topic_name": "主題名稱",
  238. "topic_title": "釋出/訂閱主題",
  239. "unsubscribe": "取消訂閱",
  240. "url": "網址"
  241. },
  242. "navigation": {
  243. "doc": "文件",
  244. "graphql": "GraphQL",
  245. "realtime": "實時",
  246. "rest": "REST",
  247. "settings": "設定"
  248. },
  249. "preRequest": {
  250. "javascript_code": "JavaScript 程式碼",
  251. "learn": "閱讀文件",
  252. "script": "預請求指令碼",
  253. "snippets": "程式碼片段"
  254. },
  255. "remove": {
  256. "star": "移除星標"
  257. },
  258. "request": {
  259. "added": "已新增請求",
  260. "authorization": "授權",
  261. "body": "請求體",
  262. "choose_language": "選擇語言",
  263. "content_type": "內容型別",
  264. "copy_link": "複製連結",
  265. "duration": "持續時間",
  266. "enter_curl": "輸入 cURL",
  267. "generate_code": "生成程式碼",
  268. "generated_code": "已生成程式碼",
  269. "header_list": "請求頭列表",
  270. "invalid_name": "請提供請求名稱",
  271. "method": "方法",
  272. "name": "請求名稱",
  273. "parameter_list": "查詢引數",
  274. "parameters": "引數",
  275. "payload": "負載",
  276. "query": "查詢",
  277. "raw_body": "原始請求體",
  278. "renamed": "請求重新命名",
  279. "run": "執行",
  280. "save": "儲存",
  281. "save_as": "另存為",
  282. "saved": "請求已儲存",
  283. "share": "分享",
  284. "title": "請求",
  285. "type": "請求型別",
  286. "url": "URL",
  287. "variables": "變數"
  288. },
  289. "response": {
  290. "body": "響應體",
  291. "headers": "響應頭",
  292. "html": "HTML",
  293. "image": "影象",
  294. "json": "JSON",
  295. "preview_html": "預覽 HTML",
  296. "raw": "原始內容",
  297. "size": "大小",
  298. "status": "狀態",
  299. "time": "時間",
  300. "title": "響應",
  301. "waiting_for_connection": "等待連線",
  302. "xml": "XML"
  303. },
  304. "settings": {
  305. "accent_color": "強調色",
  306. "account": "帳戶",
  307. "account_description": "自定義您的帳戶設定。",
  308. "account_email_description": "您的主要電子郵件地址。",
  309. "account_name_description": "這是您的顯示名稱。",
  310. "background": "背景",
  311. "black_mode": "黑色",
  312. "change_font_size": "更改字型大小",
  313. "choose_language": "選擇語言",
  314. "dark_mode": "暗色",
  315. "experiments": "實驗功能",
  316. "experiments_notice": "下面是我們正在開發中的一些實驗功能,這些功能可能會很有用,可能很有趣,又或者二者都是或都不是。這些功能並非最終版本且可能不穩定,所以如果發生了一些過於奇怪的事情,不要驚慌,關掉它們就好了。玩笑歸玩笑,",
  317. "extension_ver_not_reported": "未報告",
  318. "extension_version": "擴充套件版本",
  319. "extensions": "擴充套件",
  320. "extensions_use_toggle": "使用瀏覽器擴充套件傳送請求(如果存在)",
  321. "font_size": "字型大小",
  322. "font_size_large": "大",
  323. "font_size_medium": "中",
  324. "font_size_small": "小",
  325. "interceptor": "攔截器",
  326. "interceptor_description": "應用程式和 API 之間的中介軟體。",
  327. "language": "語言",
  328. "light_mode": "亮色",
  329. "navigation_sidebar": "導航側邊欄",
  330. "official_proxy_hosting": "官方代理由 Hoppscotch 託管。",
  331. "proxy": "網路代理",
  332. "proxy_url": "代理網址",
  333. "proxy_use_toggle": "使用代理中介軟體傳送請求",
  334. "read_the": "閱讀",
  335. "reset_default": "重置為預設",
  336. "sync": "同步",
  337. "sync_collections": "組合",
  338. "sync_description": "這些設定會同步到雲。",
  339. "sync_environments": "環境",
  340. "sync_history": "歷史",
  341. "system_mode": "系統",
  342. "telemetry": "Telemetry",
  343. "telemetry_helps_us": "Telemetry helps us to personalize our operations and deliver the best experience to you.",
  344. "theme": "主題",
  345. "theme_description": "自定義您的應用程式主題。",
  346. "use_experimental_url_bar": "Use experimental URL bar with environment highlighting",
  347. "user": "使用者"
  348. },
  349. "shortcut": {
  350. "general": {
  351. "close_current_menu": "關閉當前選單",
  352. "command_menu": "搜尋與命令選單",
  353. "help_menu": "幫助選單",
  354. "show_all": "鍵盤快捷鍵",
  355. "title": "通用"
  356. },
  357. "miscellaneous": {
  358. "invite": "邀請使用 Hoppscotch",
  359. "title": "雜項"
  360. },
  361. "navigation": {
  362. "back": "返回上一頁面",
  363. "documentation": "前往文件頁面",
  364. "forward": "前往下一頁面",
  365. "graphql": "前往 GraphQL 頁面",
  366. "realtime": "前往實時頁面",
  367. "rest": "前往 REST 頁面",
  368. "settings": "前往設定頁面",
  369. "title": "導航"
  370. },
  371. "request": {
  372. "copy_request_link": "複製請求連結",
  373. "delete_method": "選擇 DELETE 方法",
  374. "get_method": "選擇 GET 方法",
  375. "head_method": "選擇 HEAD 方法",
  376. "method": "方法",
  377. "next_method": "選擇下一個方法",
  378. "path": "路徑",
  379. "post_method": "選擇 POST 方法",
  380. "previous_method": "選擇上一個方法",
  381. "put_method": "選擇 PUT 方法",
  382. "reset_request": "重置請求",
  383. "save_to_collections": "儲存到組合",
  384. "send_request": "傳送請求",
  385. "title": "請求"
  386. }
  387. },
  388. "show": {
  389. "code": "顯示程式碼",
  390. "more": "顯示更多",
  391. "sidebar": "顯示側邊欄"
  392. },
  393. "socketio": {
  394. "communication": "通訊",
  395. "event_name": "事件名稱",
  396. "events": "活動",
  397. "log": "日誌",
  398. "url": "URL"
  399. },
  400. "sse": {
  401. "event_type": "事件型別",
  402. "log": "日誌",
  403. "url": "URL"
  404. },
  405. "state": {
  406. "bulk_mode": "批次編輯",
  407. "bulk_mode_placeholder": "條目之間使用換行符分隔\n鍵和值之間使用冒號分隔\n將 // 置於行首以新增該行條目並保持禁用",
  408. "cleared": "已清除",
  409. "connected": "已連線",
  410. "connected_to": "已連線到 {name}",
  411. "connecting_to": "正在連線到 {name}……",
  412. "copied_to_clipboard": "已複製到剪貼簿",
  413. "deleted": "已刪除",
  414. "deprecated": "已棄用",
  415. "disabled": "已禁用",
  416. "disconnected": "斷開連線",
  417. "disconnected_from": "與 {name} 斷開連線",
  418. "docs_generated": "已生成文件",
  419. "download_started": "開始下載",
  420. "enabled": "啟用",
  421. "file_imported": "檔案匯入",
  422. "finished_in": "在 {duration} 毫秒內完成",
  423. "history_deleted": "歷史記錄已刪除",
  424. "loading": "正在載入……",
  425. "none": "無",
  426. "nothing_found": "沒有找到",
  427. "waiting_send_request": "等待發送請求"
  428. },
  429. "support": {
  430. "changelog": "閱讀更多有關最新版本的內容",
  431. "chat": "有問題?來和我們交談吧!",
  432. "community": "提問與互助",
  433. "documentation": "閱讀更多有關 Hoppscotch 的內容",
  434. "forum": "答疑解惑",
  435. "shortcuts": "更快瀏覽應用",
  436. "team": "與團隊保持聯絡",
  437. "title": "支援",
  438. "twitter": "在 Twitter 關注我們"
  439. },
  440. "tab": {
  441. "authorization": "授權",
  442. "body": "請求體",
  443. "collections": "組合",
  444. "headers": "請求頭",
  445. "history": "歷史記錄",
  446. "mqtt": "MQTT",
  447. "parameters": "引數",
  448. "pre_request_script": "預請求指令碼",
  449. "queries": "查詢",
  450. "query": "查詢",
  451. "socketio": "Socket.IO",
  452. "sse": "SSE",
  453. "tests": "測試",
  454. "types": "型別",
  455. "variables": "變數",
  456. "websocket": "WebSocket"
  457. },
  458. "team": {
  459. "create_new": "建立新團隊",
  460. "deleted": "團隊已刪除",
  461. "edit": "編輯團隊",
  462. "email": "電子郵箱",
  463. "exit": "退出團隊",
  464. "exit_disabled": "團隊所有者無法退出團隊",
  465. "invalid_email_format": "電子郵箱格式無效",
  466. "invalid_member_permission": "請為團隊成員提供有效的許可權",
  467. "join_beta": "加入 Beta 計劃以訪問團隊。",
  468. "left": "你已離開團隊",
  469. "member_removed": "使用者已移除",
  470. "member_role_updated": "使用者角色已更新",
  471. "members": "成員",
  472. "name_length_insufficient": "團隊名稱至少為 6 個字元",
  473. "new": "新團隊",
  474. "new_created": "已建立新團隊",
  475. "new_name": "我的新團隊",
  476. "no_access": "你沒有編輯組合的許可權",
  477. "permissions": "許可權",
  478. "saved": "團隊已儲存",
  479. "title": "團隊"
  480. },
  481. "test": {
  482. "javascript_code": "JavaScript 程式碼",
  483. "learn": "閱讀文件",
  484. "report": "測試報告",
  485. "results": "測試結果",
  486. "script": "指令碼",
  487. "snippets": "程式碼片段"
  488. },
  489. "websocket": {
  490. "communication": "通訊",
  491. "log": "日誌",
  492. "message": "資訊",
  493. "protocols": "協議",
  494. "url": "URL"
  495. }
  496. }