messages.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942
  1. {
  2. "extensionDescription": {
  3. "message": "將一個完整的頁面保存到單個 HTML 文件中",
  4. "description": "Description of the extension."
  5. },
  6. "commandSaveSelectedTabs": {
  7. "message": "保存選中標籤頁或其中的選中內容",
  8. "description": "Command (Ctrl+Shift+Y): 'Save the selected tabs or their selected contents'"
  9. },
  10. "commandSaveAllTabs": {
  11. "message": "保存所有標籤頁",
  12. "description": "Command (Ctrl+Shift+U): 'Save all tabs'"
  13. },
  14. "menuSavePage": {
  15. "message": "使用 SingleFile 保存頁面",
  16. "description": "Menu entry: 'Save page with SingleFile'"
  17. },
  18. "menuSaveSelectedLinks": {
  19. "message": "保存所選鏈接",
  20. "description": "Menu entry: 'Save selected links'"
  21. },
  22. "menuEditPage": {
  23. "message": "標註頁面...",
  24. "description": "Menu entry: 'Annotate the page...'"
  25. },
  26. "menuEditAndSavePage": {
  27. "message": "標註並保存該頁面...",
  28. "description": "Menu entry: 'Annotate and save the page...'"
  29. },
  30. "menuSaveWithProfile": {
  31. "message": "使用指定的配置文件保存頁面",
  32. "description": "Menu entry: 'Save with profile'"
  33. },
  34. "menuViewPendingSaves": {
  35. "message": "查看掛起的保存項...",
  36. "description": "Menu entry: 'View pending saves...'"
  37. },
  38. "menuSelectProfile": {
  39. "message": "選擇默認配置文件",
  40. "description": "Menu entry: 'Select the default profile'"
  41. },
  42. "menuUpdateRule": {
  43. "message": "選擇當前規則的配置文件",
  44. "description": "Menu entry: 'Select the profile of the current rule'"
  45. },
  46. "menuCreateDomainRule": {
  47. "message": "選擇當前域名的配置文件",
  48. "description": "Menu entry: 'Select the profile of the current domain'"
  49. },
  50. "menuSaveSelection": {
  51. "message": "保存選中部分",
  52. "description": "Menu entry: 'Save selection'"
  53. },
  54. "menuSaveFrame": {
  55. "message": "保存框架",
  56. "description": "Menu entry: 'Save frame'"
  57. },
  58. "menuSaveTabs": {
  59. "message": "保存標籤頁",
  60. "description": "Menu entry (SingleFile button only): 'Save tabs'"
  61. },
  62. "menuSaveSelectedTabs": {
  63. "message": "保存選中標籤頁",
  64. "description": "Menu entry: 'Save selected tabs'"
  65. },
  66. "menuSaveUnpinnedTabs": {
  67. "message": "保存未固定標籤頁",
  68. "description": "Menu entry: 'Save unpinned tabs'"
  69. },
  70. "menuSaveAllTabs": {
  71. "message": "保存所有標籤頁",
  72. "description": "Menu entry: 'Save all tabs'"
  73. },
  74. "menuBatchSaveUrls": {
  75. "message": "批量保存網址...",
  76. "description": "Menu entry: 'Batch save URLs...'"
  77. },
  78. "menuAutoSave": {
  79. "message": "自動保存",
  80. "description": "Menu entry: 'Auto-save'"
  81. },
  82. "menuAutoSaveDisabled": {
  83. "message": "已禁用",
  84. "description": "Menu entry: 'Auto-save' > Disabled'"
  85. },
  86. "menuAutoSaveTab": {
  87. "message": "自動保存此標籤頁",
  88. "description": "Menu entry: 'Auto-save' > Auto-save this tab'"
  89. },
  90. "menuAutoSaveUnpinnedTabs": {
  91. "message": "自動保存未固定標籤頁",
  92. "description": "Menu entry: 'Auto-save' > Auto-save unpinned tabs'"
  93. },
  94. "menuAutoSaveAllTabs": {
  95. "message": "自動保存所有標籤頁",
  96. "description": "Menu entry: 'Auto-save' > Auto-save all tabs'"
  97. },
  98. "buttonDefaultTooltip": {
  99. "message": "使用 SingleFile 保存頁面",
  100. "description": "Button title: 'Save page with SingleFile'"
  101. },
  102. "buttonBlockedBadge": {
  103. "message": "🚫",
  104. "description": "Button badge when the page is blocked: '🚫'"
  105. },
  106. "buttonBlockedTooltip": {
  107. "message": "SingleFile 無法保存此頁面",
  108. "description": "Button title: 'This page cannot be saved with SingleFile'"
  109. },
  110. "buttonInitializingTooltip": {
  111. "message": "正在初始化 SingleFile",
  112. "description": "Button title during initialization: 'Initializing SingleFile (x/2)'"
  113. },
  114. "buttonInitializingBadge": {
  115. "message": "•••",
  116. "description": "Badge label during initialization: '•••'"
  117. },
  118. "buttonSaveProgressTooltip": {
  119. "message": "保存進度:",
  120. "description": "Button title during save: 'Save progress: xx%'"
  121. },
  122. "buttonUploadProgressTooltip": {
  123. "message": "上傳進度: ",
  124. "description": "Button title during save: 'Upload progress: xx%'"
  125. },
  126. "buttonOKBadge": {
  127. "message": "完成",
  128. "description": "Badge label: 'OK'"
  129. },
  130. "buttonErrorBadge": {
  131. "message": "錯誤",
  132. "description": "Badge label for unexpected errors"
  133. },
  134. "buttonAutoSaveActiveTooltip": {
  135. "message": "自動保存活動頁面",
  136. "description": "Button title: 'Auto-save active'"
  137. },
  138. "buttonAutoSaveActiveBadge": {
  139. "message": "[自動]",
  140. "description": "Badge label when auto-save is active"
  141. },
  142. "optionsTitle": {
  143. "message": "選項",
  144. "description": "Options page title"
  145. },
  146. "optionsUserInterfaceSubTitle": {
  147. "message": "用戶界面",
  148. "description": "Options sub-title: 'User interface'"
  149. },
  150. "optionAddMenuEntry": {
  151. "message": "在頁面的上下文菜單中添加 SingleFile 條目",
  152. "description": "Options page label: 'add entry in the context menu of the webpage'"
  153. },
  154. "optionDisplayShadow": {
  155. "message": "在處理過程中用陰影覆蓋頁面",
  156. "description": "Options page label: 'overlay a shadow on the page during processing'"
  157. },
  158. "optionDisplayInfobar": {
  159. "message": "在查看一個已保存的頁面時顯示信息欄",
  160. "description": "Options page label: 'display an infobar when viewing a saved page'"
  161. },
  162. "optionInfobarTemplate": {
  163. "message": "信息欄內容模板",
  164. "description": "Options page label: 'template of the infobar content'"
  165. },
  166. "optionBlockMixedContent": {
  167. "message": "攔截混合內容",
  168. "description": "Options page label: 'block mixed content'"
  169. },
  170. "optionSaveOriginalURLs": {
  171. "message": "保存嵌入資源的原始網址",
  172. "description": "Options page label: 'save original URLs of embedded resources'"
  173. },
  174. "optionIncludeInfobar": {
  175. "message": "在已保存頁面中將信息欄包括在內",
  176. "description": "Options page label: 'include the infobar in the saved page'"
  177. },
  178. "optionRemoveInfobarSavedDate": {
  179. "message": "不包括保存日期",
  180. "description": "Options page label: 'do not include the saved date'"
  181. },
  182. "optionConfirmInfobar": {
  183. "message": "打開一個提示對話框來編輯信息欄內容",
  184. "description": "Options page label: 'open a prompt dialog to edit the infobar content'"
  185. },
  186. "optionAutoClose": {
  187. "message": "頁面保存後自動關閉該標籤頁",
  188. "description": "Options page label: 'auto-close the tab after the page is saved'"
  189. },
  190. "optionsFileNameSubTitle": {
  191. "message": "文件名",
  192. "description": "Options sub-title: 'File name'"
  193. },
  194. "optionFilenameTemplate": {
  195. "message": "模板",
  196. "description": "Options page label: 'template'"
  197. },
  198. "optionFilenameMaxLength": {
  199. "message": "最大長度",
  200. "description": "Options page label: 'max length'"
  201. },
  202. "optionFilenameMaxLengthBytesUnit": {
  203. "message": "字節",
  204. "description": "Options page label: 'bytes'"
  205. },
  206. "optionFilenameMaxLengthCharsUnit": {
  207. "message": "字符",
  208. "description": "Options page label: 'characters'"
  209. },
  210. "optionFilenameReplacementCharacter": {
  211. "message": "replacement character",
  212. "description": "Options page label: 'replacement character'"
  213. },
  214. "optionReplaceEmojisInFilename": {
  215. "message": "用文字替換表情符號",
  216. "description": "Options page label: 'replace emojis with text'"
  217. },
  218. "optionSaveFilenameTemplateData": {
  219. "message": "將檔案名稱模板數據保存到頁面中",
  220. "description": "Options page label: 'save the filename template data into the page'"
  221. },
  222. "optionConfirmFilename": {
  223. "message": "打開 “另存為” 對話框以確認文件名",
  224. "description": "Options page label: 'open the \"Save as\" dialog to confirm the file name'"
  225. },
  226. "optionFilenameConflictAction": {
  227. "message": "文件名衝突解決方案",
  228. "description": "Options page label: 'filename conflict resolution'"
  229. },
  230. "optionFilenameConflictActionUniquify": {
  231. "message": "創建一個唯一名稱",
  232. "description": "Value for 'filename conflict resolution' option: 'create a unique name'"
  233. },
  234. "optionFilenameConflictActionOverwrite": {
  235. "message": "覆蓋現有文件",
  236. "description": "Value for 'filename conflict resolution' option: 'overwrite the existing file'"
  237. },
  238. "optionFilenameConflictActionPrompt": {
  239. "message": "指定一個新名稱",
  240. "description": "Value for 'name conflict resolution' option: 'prompt for a name'"
  241. },
  242. "optionFilenameConflictActionSkip": {
  243. "message": "跳過重複文件",
  244. "description": "Value for 'filename conflict resolution' option: 'skip duplicate files'"
  245. },
  246. "optionsHTMLContentSubTitle": {
  247. "message": "HTML 內容",
  248. "description": "Options sub-title: 'HTML content'"
  249. },
  250. "optionCompressHTML": {
  251. "message": "壓縮 HTML 內容",
  252. "description": "Options page label: 'compress HTML content'"
  253. },
  254. "optionRemoveFrames": {
  255. "message": "移除框架",
  256. "description": "Options page label: 'remove frames'"
  257. },
  258. "optionRemoveHiddenElements": {
  259. "message": "移除隱藏元素",
  260. "description": "Options page label: 'remove hidden elements'"
  261. },
  262. "optionsFileFormatSubTitle": {
  263. "message": "檔案格式",
  264. "description": "Options sub-title: 'File format'"
  265. },
  266. "optionFileFormat": {
  267. "message": "格式",
  268. "description": "Options page label: 'format'"
  269. },
  270. "optionFileFormatSelectHTML": {
  271. "message": "HTML",
  272. "description": "Options page label: 'HTML'"
  273. },
  274. "optionFileFormatSelectSelfExtractingUniversal": {
  275. "message": "自解壓縮 ZIP(通用)",
  276. "description": "Options page label: 'self-extracting ZIP (universal)'"
  277. },
  278. "optionFileFormatSelectSelfExtracting": {
  279. "message": "自解壓縮 ZIP",
  280. "description": "Options page label: 'self-extracting ZIP'"
  281. },
  282. "optionFileFormatSelectZIP": {
  283. "message": "ZIP",
  284. "description": "Options page label: 'ZIP'"
  285. },
  286. "optionPassword": {
  287. "message": "密碼",
  288. "description": "Options page label: 'password'"
  289. },
  290. "optionCreateRootDirectory": {
  291. "message": "創建根目錄",
  292. "description": "Options page label: 'create a root directory'"
  293. },
  294. "optionPreventAppendedData": {
  295. "message": "不要在 ZIP 數據後追加數據",
  296. "description": "Options page label: 'do not append data after the ZIP data'"
  297. },
  298. "optionInsertTextBody": {
  299. "message": "使文本可被搜索",
  300. "description": "Options page label: 'make text searchable'"
  301. },
  302. "optionsInfobarSubTitle": {
  303. "message": "信息欄",
  304. "description": "Options sub-title: 'Infobar'"
  305. },
  306. "optionsImagesSubTitle": {
  307. "message": "圖片",
  308. "description": "Options sub-title: 'Images'"
  309. },
  310. "optionGroupDuplicateImages": {
  311. "message": "將重複圖片分組到一起",
  312. "description": "Options page label: 'group duplicate images together'"
  313. },
  314. "optionLoadDeferredImages": {
  315. "message": "保存延遲加載的圖像",
  316. "description": "Options page label: 'save deferred images'"
  317. },
  318. "optionLoadDeferredImagesMaxIdleTime": {
  319. "message": "最長空閒時間(毫秒)",
  320. "description": "Options page label: 'maximum idle time (ms)'"
  321. },
  322. "optionLoadDeferredImagesKeepZoomLevel": {
  323. "message": "縮小頁面",
  324. "description": "Options page label: 'zoom out the page'"
  325. },
  326. "optionLoadDeferredImagesDispatchScrollEvent": {
  327. "message": "觸發滾動事件",
  328. "description": "Options page label: 'dispatch \"scroll\" event'"
  329. },
  330. "optionLoadDeferredImagesBeforeFrames": {
  331. "message": "加載延遲框架",
  332. "description": "Options page label: 'load deferred frames'"
  333. },
  334. "optionRemoveAlternativeImages": {
  335. "message": "移除用於備選分辨率的圖片",
  336. "description": "Options page label: 'remove images for alternative screen resolutions'"
  337. },
  338. "optionsFontsSubTitle": {
  339. "message": "字體",
  340. "description": "Options sub-title: 'Fonts'"
  341. },
  342. "optionRemoveUnusedFonts": {
  343. "message": "移除未使用字體",
  344. "description": "Options page label: 'remove unused fonts'"
  345. },
  346. "optionRemoveAlternativeFonts": {
  347. "message": "移除備選字體",
  348. "description": "Options page label: 'remove alternative fonts'"
  349. },
  350. "optionsStylesheetsSubTitle": {
  351. "message": "樣式表",
  352. "description": "Options sub-title: 'Stylesheets'"
  353. },
  354. "optionCompressCSS": {
  355. "message": "壓縮 CSS 內容",
  356. "description": "Options page label: 'compress CSS content'"
  357. },
  358. "optionMoveStylesInHead": {
  359. "message": "移動 head 標籤之外的樣式到其內",
  360. "description": "Options page label: 'move in the head element the styles found outside of it'"
  361. },
  362. "optionRemoveUnusedStyles": {
  363. "message": "移除未使用的樣式",
  364. "description": "Options page label: 'remove unused styles'"
  365. },
  366. "optionRemoveAlternativeMedias": {
  367. "message": "移除用於備選設備屏幕的樣式表",
  368. "description": "Options page label: 'remove stylesheets for alternative devices to screens'"
  369. },
  370. "optionsNetworkSubTitle": {
  371. "message": "網絡",
  372. "description": "Options sub-title: 'Network'"
  373. },
  374. "optionsBlockedResources": {
  375. "message": "攔截資源文件",
  376. "description": "Options page label: 'blocked resources'"
  377. },
  378. "optionsAcceptHeaders": {
  379. "message": "“Accept” 請求頭",
  380. "description": "Options page label: '\"Accept\" header'"
  381. },
  382. "optionResourceScript": {
  383. "message": "腳本",
  384. "description": "Options page label: 'scripts'"
  385. },
  386. "optionResourceVideo": {
  387. "message": "視頻",
  388. "description": "Options page label: 'videos'"
  389. },
  390. "optionResourceAudio": {
  391. "message": "音頻",
  392. "description": "Options page label: 'audios'"
  393. },
  394. "optionResourceDocument": {
  395. "message": "文檔",
  396. "description": "Options page label: 'documents'"
  397. },
  398. "optionResourceFont": {
  399. "message": "字體",
  400. "description": "Options page label: 'fonts'"
  401. },
  402. "optionResourceStylesheet": {
  403. "message": "樣式表",
  404. "description": "Options page label: 'stylesheets'"
  405. },
  406. "optionResourceImage": {
  407. "message": "圖片",
  408. "description": "Options page label: 'images'"
  409. },
  410. "optionsDestinationSubTitle": {
  411. "message": "保存位置",
  412. "description": "Options sub-title: 'Destination'"
  413. },
  414. "optionsBookmarkSubTitle": {
  415. "message": "書籤",
  416. "description": "Options sub-title: 'Bookmarks'"
  417. },
  418. "optionsAutoSaveSubTitle": {
  419. "message": "自動保存",
  420. "description": "Options sub-title: 'Auto-save'"
  421. },
  422. "optionsAutoSettingsSubTitle": {
  423. "message": "自動設置規則",
  424. "description": "Options sub-title: 'Auto-settings rules'"
  425. },
  426. "optionsDeleteDisplayedRulesConfirm": {
  427. "message": "確認刪除所有已顯示規則",
  428. "description": "Popup text 'Confirm the deletion of all displayed rules'"
  429. },
  430. "optionsDeleteRulesTooltip": {
  431. "message": "刪除所有已顯示規則",
  432. "description": "Popup text 'Delete all displayed rules'"
  433. },
  434. "optionsAutoSettingsUrl": {
  435. "message": "網址",
  436. "description": "Options label in the Auto-settings rules: 'URL'"
  437. },
  438. "optionsAutoSettingsUrlPlaceholder": {
  439. "message": "輸入完整的或部分網址 (例如 example.com)",
  440. "description": "Placeholder in the Auto-settings rules: 'Type a complete or partial URL (e.g. example.com)'"
  441. },
  442. "optionsAutoSettingsProfile": {
  443. "message": "配置文件",
  444. "description": "Options label in the Auto-settings rules: 'Profile'"
  445. },
  446. "optionsAutoSettingsAutoSaveProfile": {
  447. "message": "自動保存配置文件",
  448. "description": "Options label in the Auto-settings rules: 'Auto-save profile'"
  449. },
  450. "optionsAutoSettingsShowAllProfiles": {
  451. "message": "顯示所有配置文件",
  452. "description": "Options label in the Auto-settings rules: 'display all profiles'"
  453. },
  454. "optionsAutoSettingsShowAutoSaveProfile": {
  455. "message": "顯示 “自動保存配置文件” 列",
  456. "description": "Options label in the Auto-settings rules: 'display 'Auto-save profile' column'"
  457. },
  458. "optionsUpdateRuleTooltip": {
  459. "message": "更新規則",
  460. "description": "Popup text 'Update the rule' in the options page"
  461. },
  462. "optionsDeleteRuleTooltip": {
  463. "message": "刪除規則",
  464. "description": "Popup text 'Delete the rule' in the options page"
  465. },
  466. "optionsAddRuleTooltip": {
  467. "message": "添加規則",
  468. "description": "Popup text 'Add the rule' in the options page"
  469. },
  470. "optionsValidateChangesTooltip": {
  471. "message": "驗證更改",
  472. "description": "Popup text 'Validate changes' in the options page"
  473. },
  474. "optionsDeleteRuleConfirm": {
  475. "message": "確認刪除所選規則",
  476. "description": "Popup text 'Confirm the deletion of the selected rule' in the options page"
  477. },
  478. "optionAutoSaveLoadOrUnload": {
  479. "message": "在頁面加載完成後或開始卸載時進行自動保存",
  480. "description": "auto-save after page load or on page unload"
  481. },
  482. "optionAutoSaveLoad": {
  483. "message": "在頁面加載完成後進行自動保存",
  484. "description": "Options page label: 'auto-save after page load'"
  485. },
  486. "optionAutoSaveUnload": {
  487. "message": "在頁面開始卸載時進行自動保存",
  488. "description": "Options page label: 'auto-save on page unload'"
  489. },
  490. "optionAutoSaveDiscard": {
  491. "message": "在頁面丟棄時進行自動保存",
  492. "description": "Options page label: 'auto-save on tab discard'"
  493. },
  494. "optionAutoSaveRemove": {
  495. "message": "在頁面移除時進行自動保存",
  496. "description": "Options page label: 'auto-save on tab removal'"
  497. },
  498. "optionAutoSaveDelay": {
  499. "message": "頁面加載完成後延遲該時間再進行自動保存(秒)",
  500. "description": "Options page label: 'auto-save waiting delay after page load (s)'"
  501. },
  502. "optionAutoSaveRepeat": {
  503. "message": "定期自動保存",
  504. "description": "Options page label: 'auto-save periodically'"
  505. },
  506. "optionAutoSaveRepeatDelay": {
  507. "message": "週期(秒)",
  508. "description": "Options page label: 'period (s)'"
  509. },
  510. "optionAutoSaveExternalSave": {
  511. "message": "使用 SingleFile Companion 保存頁面",
  512. "description": "Options page label: 'save the page with SingleFile Companion'"
  513. },
  514. "optionsEditorSubTitle": {
  515. "message": "標註編輯器",
  516. "description": "Options sub-title: 'Annotation editor'"
  517. },
  518. "optionOpenEditor": {
  519. "message": "在保存前對該頁面進行標註編輯",
  520. "description": "Options page label: 'annotate the page before saving'"
  521. },
  522. "optionOpenSavedPage": {
  523. "message": "在新標籤頁中打開保存後的頁面",
  524. "description": "Options page label: 'open saved pages in a new tab'"
  525. },
  526. "optionAutoOpenEditor": {
  527. "message": "在標註編輯器中打開用 SingleFile 保存的頁面",
  528. "description": "Options page label: 'open pages saved with SingleFile in the annotation editor'"
  529. },
  530. "optionDefaultEditorMode": {
  531. "message": "默認模式",
  532. "description": "Options page label: 'default mode'"
  533. },
  534. "optionDefaultEditorModeNormal": {
  535. "message": "常規",
  536. "description": "Options page label: 'default mode > normal'"
  537. },
  538. "optionDefaultEditorModeEdit": {
  539. "message": "編輯模式",
  540. "description": "Options page label: 'default mode > edit the page'"
  541. },
  542. "optionDefaultEditorModeFormat": {
  543. "message": "格式化頁面",
  544. "description": "Options page label: 'default mode > format the page'"
  545. },
  546. "optionDefaultEditorModeCut": {
  547. "message": "刪除內部文檔元素",
  548. "description": "Options page label: 'default mode > remove elements'"
  549. },
  550. "optionDefaultEditorModeCutExternal": {
  551. "message": "刪除外部文檔元素",
  552. "description": "Options page label: 'default mode > remove external elements'"
  553. },
  554. "optionApplySystemTheme": {
  555. "message": "在標註編輯器中打開頁面時應用系統主題樣式",
  556. "description": "Title of the button 'apply the system theme when formatting a page'"
  557. },
  558. "optionWarnUnsavedPage": {
  559. "message": "離開標註編輯器時提醒保存已修改的內容",
  560. "description": "Title of the button 'warn if leaving page with unsaved changes'"
  561. },
  562. "optionDisplayInfobarInEditor": {
  563. "message": "顯示信息欄",
  564. "description": "Title of the button 'display the infobar'"
  565. },
  566. "optionsMiscSubTitle": {
  567. "message": "雜項",
  568. "description": "Options sub-title: 'Misc.'"
  569. },
  570. "optionBackgroundSave": {
  571. "message": "在後臺保存頁面",
  572. "description": "Options page label: 'save pages in background'"
  573. },
  574. "optionDisplayStats": {
  575. "message": "處理完成後在控制檯中顯示統計數據",
  576. "description": "Options page label: 'display stats in the console after processing'"
  577. },
  578. "optionSetMaxResourceSize": {
  579. "message": "限制資源文件大小",
  580. "description": "Options page label: 'set maximum size'"
  581. },
  582. "optionMaxResourceSize": {
  583. "message": "大小上限(兆字節)",
  584. "description": "Options page label: 'maximum size (MB)'"
  585. },
  586. "optionSetMaxResourceDelay": {
  587. "message": "限制資源文件下載超時時間",
  588. "description": "Options page label: 'set maximum download time'"
  589. },
  590. "optionMaxResourceDelay": {
  591. "message": "時間上限(秒)",
  592. "description": "Options page label: 'maximum download time (s)'"
  593. },
  594. "optionPassReferrerOnError": {
  595. "message": "跨域請求失敗時添加來源地址頭信息(Referer)",
  596. "description": "Options page label: 'pass \"Referer\" header after a cross-origin request error'"
  597. },
  598. "optionSaveRawPage": {
  599. "message": "保存原始頁面",
  600. "description": "Options page label: 'save raw page'"
  601. },
  602. "optionInsertMetaCSP": {
  603. "message": "設置內容安全策略",
  604. "description": "Options page label: 'set content security policy'"
  605. },
  606. "optionSaveToClipboard": {
  607. "message": "保存到剪切板",
  608. "description": "Options page label: 'copy to clipboard'"
  609. },
  610. "optionSaveToFilesystem": {
  611. "message": "保存到文件系統",
  612. "description": "Options page label: 'save to filesystem'"
  613. },
  614. "optionAddProof": {
  615. "message": "添加證明文件存在的指紋",
  616. "description": "Options page label: 'add proof of existence'"
  617. },
  618. "optionsAddProofConfirm": {
  619. "message": "請確認您是否允許 SingleFile 將您要保存的每個頁面的 SHA256 哈希值發送給 Woleet API 。您可以在幫助頁面或者通過點擊該選項旁的問號找到此功能的更多信息。",
  620. "description": "Popup text displayed wen enabling the option 'add proof of existence'"
  621. },
  622. "optionWoleetKey": {
  623. "message": "訪問令牌",
  624. "description": "Options page label: 'access token'"
  625. },
  626. "optionSaveToGDrive": {
  627. "message": "保存到 Google Drive",
  628. "description": "Options page label: 'upload to Google Drive'"
  629. },
  630. "optionSaveToDropbox": {
  631. "message": "保存到 Dropbox",
  632. "description": "Options page label: 'upload to Dropbox'"
  633. },
  634. "optionSaveToGitHub": {
  635. "message": "保存到 GitHub",
  636. "description": "Options page label: 'upload to GitHub'"
  637. },
  638. "optionGitHubToken": {
  639. "message": "訪問令牌",
  640. "description": "Options page label: 'access token'"
  641. },
  642. "optionGitHubUser": {
  643. "message": "用戶名",
  644. "description": "Options page label: 'user name'"
  645. },
  646. "optionGitHubRepository": {
  647. "message": "倉庫名稱",
  648. "description": "Options page label: 'repository name'"
  649. },
  650. "optionGitHubBranch": {
  651. "message": "分支名稱",
  652. "description": "Options page label: 'branch name'"
  653. },
  654. "optionSaveWithWebDAV": {
  655. "message": "保存到 WebDAV 服務器",
  656. "description": "Options page label: 'upload to a WebDAV server'"
  657. },
  658. "optionWebDAVURL": {
  659. "message": "地址",
  660. "description": "Options page label: 'URL'"
  661. },
  662. "optionWebDAVUser": {
  663. "message": "用戶名",
  664. "description": "Options page label: 'user identifier'"
  665. },
  666. "optionWebDAVPassword": {
  667. "message": "密碼",
  668. "description": "Options page label: 'password'"
  669. },
  670. "optionSaveWithCompanion": {
  671. "message": "使用 SingleFile Companion 保存",
  672. "description": "Options page label: 'save with SingleFile Companion'"
  673. },
  674. "optionSaveCreatedBookmarks": {
  675. "message": "創建新書籤時保存其對應頁面",
  676. "description": "Options page label: 'save the page of a newly created bookmark'"
  677. },
  678. "optionReplaceBookmarkURL": {
  679. "message": "將新書籤的鏈接指向已保存頁面",
  680. "description": "Options page label: 'link the new bookmark to the saved page'"
  681. },
  682. "optionAllowedBookmarkFolders": {
  683. "message": "允許文件夾",
  684. "description": "Options page label: 'allowed folders'"
  685. },
  686. "optionIgnoredBookmarkFolders": {
  687. "message": "忽略文件夾",
  688. "description": "Options page label: 'ignored folders'"
  689. },
  690. "optionsHelpLink": {
  691. "message": "幫助",
  692. "description": "Options help link"
  693. },
  694. "optionSynchronize": {
  695. "message": "同步選項",
  696. "description": "Options label: 'synchronize options'"
  697. },
  698. "optionsResetButton": {
  699. "message": "重置",
  700. "description": "Options button: 'Reset'"
  701. },
  702. "optionsResetTooltip": {
  703. "message": "重置所有選項為默認值",
  704. "description": "Options 'Reset' button tooltip"
  705. },
  706. "optionsResetConfirm": {
  707. "message": "確認重置所有選項或當前配置文件",
  708. "description": "Popup text 'Confirm the reset of all options or the current profile' in the options page"
  709. },
  710. "optionsResetAllButton": {
  711. "message": "重置所有選項",
  712. "description": "Options confirm button: 'Reset all options'"
  713. },
  714. "optionsResetCurrentButton": {
  715. "message": "重置當前配置文件",
  716. "description": "Options confirm button: 'Reset current profile'"
  717. },
  718. "optionsOKButton": {
  719. "message": "確定",
  720. "description": "Options confirm button: 'OK'"
  721. },
  722. "optionsCancelButton": {
  723. "message": "取消",
  724. "description": "Options confirm button: 'Cancel'"
  725. },
  726. "optionsExportButton": {
  727. "message": "導出",
  728. "description": "Options button: 'Export'"
  729. },
  730. "optionsImportButton": {
  731. "message": "導入",
  732. "description": "Options button: 'Import'"
  733. },
  734. "logPanelDeferredImages": {
  735. "message": "延遲加載的圖像",
  736. "description": "Label 'Deferred images' in the log panel"
  737. },
  738. "logPanelFrameContents": {
  739. "message": "框架內容",
  740. "description": "Label 'Frame contents' in the log panel"
  741. },
  742. "logPanelStep": {
  743. "message": "步驟",
  744. "description": "Label 'Step' (for 'Step x / 4') in the log panel"
  745. },
  746. "logPanelWidth": {
  747. "message": "122",
  748. "description": "Width of the log panel in pixels, it should be adjusted for the longest label beginning with 'log' (e.g. 'logPanelDeferredImages')"
  749. },
  750. "profileDefaultSettings": {
  751. "message": "默認設置",
  752. "description": "Label 'Default settings' of the default settings in the options page"
  753. },
  754. "profileDisabled": {
  755. "message": "已禁用",
  756. "description": "Label 'Disabled' of the disabled profile name in the options page"
  757. },
  758. "profileAddButtonTooltip": {
  759. "message": "新增配置文件",
  760. "description": "Tooltip 'Add a new profile' in the options page"
  761. },
  762. "profileRenameButtonTooltip": {
  763. "message": "重命名配置文件",
  764. "description": "Tooltip 'Rename the profile' in the options page"
  765. },
  766. "profileDeleteButtonTooltip": {
  767. "message": "刪除配置文件",
  768. "description": "Tooltip 'Delete the profile' in the options page"
  769. },
  770. "profileAddPrompt": {
  771. "message": "新增配置文件",
  772. "description": "Popup text 'Enter a name for this new profile' in the options page"
  773. },
  774. "profileDeleteConfirm": {
  775. "message": "確認刪除所選配置文件?",
  776. "description": "Popup text 'Confirm the deletion of the selected profile' in the options page"
  777. },
  778. "profileRenamePrompt": {
  779. "message": "重命名配置文件",
  780. "description": "Popup text 'Enter a new name for the selected profile' in the options page"
  781. },
  782. "editorAddYellowNote": {
  783. "message": "添加黃色標註",
  784. "description": "Title of the button 'Add a yellow note' in the editor"
  785. },
  786. "editorAddPinkNote": {
  787. "message": "添加粉色標註",
  788. "description": "Title of the button 'Add a pink note' in the editor"
  789. },
  790. "editorAddBlueNote": {
  791. "message": "添加藍色標註",
  792. "description": "Title of the button 'Add a blue note' in the editor"
  793. },
  794. "editorAddGreenNote": {
  795. "message": "添加綠色標註",
  796. "description": "Title of the button 'Add a green note' in the editor"
  797. },
  798. "editorHighlightYellow": {
  799. "message": "將所選文本高亮為黃色",
  800. "description": "Title of the button 'Highlight selected text in yellow' in the editor"
  801. },
  802. "editorHighlightPink": {
  803. "message": "將所選文本高亮為粉色",
  804. "description": "Title of the button 'Highlight selected text in pink' in the editor"
  805. },
  806. "editorHighlightBlue": {
  807. "message": "將所選文本高亮為藍色",
  808. "description": "Title of the button 'Highlight selected text in blue' in the editor"
  809. },
  810. "editorHighlightGreen": {
  811. "message": "將所選文本高亮為綠色",
  812. "description": "Title of the button 'Highlight selected text in green' in the editor"
  813. },
  814. "editorToggleNotes": {
  815. "message": "顯示/隱藏 標註",
  816. "description": "Title of the button 'Display/hide notes' in the editor"
  817. },
  818. "editorToggleHighlights": {
  819. "message": "顯示/隱藏 高亮文本",
  820. "description": "Title of the button 'Display/hide the highlighted text' in the editor"
  821. },
  822. "editorRemoveHighlight": {
  823. "message": "移除所選高亮文本",
  824. "description": "Title of the button 'Remove the selected highlighted text' in the editor"
  825. },
  826. "editorEditPage": {
  827. "message": "啟用/禁用 編輯模式",
  828. "description": "Title of the button 'Enable/disable read-only' in the editor"
  829. },
  830. "editorFormatPage": {
  831. "message": "格式化頁面以提升可讀性",
  832. "description": "Title of the button 'Format the page for better readability' in the editor"
  833. },
  834. "editorCutInnerPage": {
  835. "message": "啟用/禁用 點擊時刪除內部文檔元素",
  836. "description": "Title of the button 'Enable/disable removing of internal elements' in the editor"
  837. },
  838. "editorCutOuterPage": {
  839. "message": "啟用/禁用 點擊時刪除外部文檔元素",
  840. "description": "Title of the button 'Enable/disable removing of external elements' in the editor"
  841. },
  842. "editorUndoCutPage": {
  843. "message": "撤銷上次移除元素的操作",
  844. "description": "Title of the button 'Restore last removed element' in the editor"
  845. },
  846. "editorUndoAllCutPage": {
  847. "message": "撤銷所有移除元素的操作",
  848. "description": "Title of the button 'Restore all removed elements' in the editor"
  849. },
  850. "editorRedoCutPage": {
  851. "message": "恢復上次移除元素的操作",
  852. "description": "Title of the button 'Remove last restored element' in the editor"
  853. },
  854. "editorSavePage": {
  855. "message": "保存該頁面",
  856. "description": "Title of the button 'Save the page' in the editor"
  857. },
  858. "editorPrintPage": {
  859. "message": "打印頁面",
  860. "description": "Title of the button 'Print the page' in the editor"
  861. },
  862. "pendingsTitle": {
  863. "message": "掛起保存項",
  864. "description": "Title of the pending save page 'Pending saves' in the editor"
  865. },
  866. "pendingsCancelAllButton": {
  867. "message": "取消全部",
  868. "description": "Pending saves button 'Cancel all'"
  869. },
  870. "pendingsURLTitle": {
  871. "message": "網址",
  872. "description": "Title of the first column in the table of the pending saves 'URL'"
  873. },
  874. "pendingsTitleTitle": {
  875. "message": "標題",
  876. "description": "Title of the first column in the table of the pending saves 'Title'"
  877. },
  878. "pendingsStatusTitle": {
  879. "message": "狀態",
  880. "description": "Title of the second column in the table of the pending saves 'status'"
  881. },
  882. "pendingsPendingStatus": {
  883. "message": "正在掛起",
  884. "description": "Value of 'status' for pending saves"
  885. },
  886. "pendingsProcessingStatus": {
  887. "message": "正在處理",
  888. "description": "Value of 'status' for current saves"
  889. },
  890. "pendingsCancellingStatus": {
  891. "message": "正在取消",
  892. "description": "Value of 'status' for cancelled saves"
  893. },
  894. "pendingsNoPendings": {
  895. "message": "沒有掛起中的保存項",
  896. "description": "Label displayed when they are no pending saves"
  897. },
  898. "pendingsAddUrlsButton": {
  899. "message": "添加網址",
  900. "description": "button 'Add URLs'"
  901. },
  902. "pendingsAddUrls": {
  903. "message": "請按行輸入網址列表",
  904. "description": "Label of the add URLs input"
  905. },
  906. "pendingsAddUrlsOKButton": {
  907. "message": "確定",
  908. "description": "Add URLs popup confirm button: 'OK'"
  909. },
  910. "pendingsAddUrlsCancelButton": {
  911. "message": "取消",
  912. "description": "Add URLs popup cancel button: 'Cancel'"
  913. },
  914. "batchSaveUrlsTitle": {
  915. "message": "批量保存網址",
  916. "description": "Title of the 'batch save URLs' page"
  917. },
  918. "batchSaveUrlsNoURLs": {
  919. "message": "無網址",
  920. "description": "Label displayed when they are no URLs"
  921. },
  922. "batchSaveUrlsAddUrlButton": {
  923. "message": "添加網址",
  924. "description": "label of the button 'Add URL'"
  925. },
  926. "batchSaveUrlsAddUrlsButton": {
  927. "message": "添加多個網址...",
  928. "description": "label of the button 'Add URLs...'"
  929. },
  930. "batchSaveUrlsRemoveAllButton": {
  931. "message": "刪除所有",
  932. "description": "label of the button 'Remove all'"
  933. },
  934. "batchSaveUrlsSavePagesButton": {
  935. "message": "保存頁面",
  936. "description": "label of the button 'Save pages'"
  937. },
  938. "batchSaveUrlsURLTitle": {
  939. "message": "網址",
  940. "description": "Title of the column in the table of the URLs"
  941. }
  942. }