messages.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  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. "menuAutoSave": {
  75. "message": "自动保存",
  76. "description": "Menu entry: 'Auto-save'"
  77. },
  78. "menuAutoSaveDisabled": {
  79. "message": "已禁用",
  80. "description": "Menu entry: 'Auto-save' > Disabled'"
  81. },
  82. "menuAutoSaveTab": {
  83. "message": "自动保存此标签页",
  84. "description": "Menu entry: 'Auto-save' > Auto-save this tab'"
  85. },
  86. "menuAutoSaveUnpinnedTabs": {
  87. "message": "自动保存未固定标签页",
  88. "description": "Menu entry: 'Auto-save' > Auto-save unpinned tabs'"
  89. },
  90. "menuAutoSaveAllTabs": {
  91. "message": "自动保存所有标签页",
  92. "description": "Menu entry: 'Auto-save' > Auto-save all tabs'"
  93. },
  94. "buttonDefaultTooltip": {
  95. "message": "使用 SingleFile 保存页面",
  96. "description": "Button title: 'Save page with SingleFile'"
  97. },
  98. "buttonBlockedBadge": {
  99. "message": "🚫",
  100. "description": "Button badge when the page is blocked: '🚫'"
  101. },
  102. "buttonBlockedTooltip": {
  103. "message": "SingleFile 无法保存此页面",
  104. "description": "Button title: 'This page cannot be saved with SingleFile'"
  105. },
  106. "buttonInitializingTooltip": {
  107. "message": "正在初始化 SingleFile",
  108. "description": "Button title during initialization: 'Initializing SingleFile (x/2)'"
  109. },
  110. "buttonInitializingBadge": {
  111. "message": "•••",
  112. "description": "Badge label during initialization: '•••'"
  113. },
  114. "buttonSaveProgressTooltip": {
  115. "message": "保存进度:",
  116. "description": "Button title during save: 'Save progress: xx%'"
  117. },
  118. "buttonUploadProgressTooltip": {
  119. "message": "上传进度: ",
  120. "description": "Button title during save: 'Upload progress: xx%'"
  121. },
  122. "buttonOKBadge": {
  123. "message": "完成",
  124. "description": "Badge label: 'OK'"
  125. },
  126. "buttonErrorBadge": {
  127. "message": "错误",
  128. "description": "Badge label for unexpected errors"
  129. },
  130. "buttonAutoSaveActiveTooltip": {
  131. "message": "自动保存活动页面",
  132. "description": "Button title: 'Auto-save active'"
  133. },
  134. "buttonAutoSaveActiveBadge": {
  135. "message": "[自动]",
  136. "description": "Badge label when auto-save is active"
  137. },
  138. "optionsTitle": {
  139. "message": "选项",
  140. "description": "Options page title"
  141. },
  142. "optionsUserInterfaceSubTitle": {
  143. "message": "用户界面",
  144. "description": "Options sub-title: 'User interface'"
  145. },
  146. "optionAddMenuEntry": {
  147. "message": "在页面的上下文菜单中添加 SingleFile 条目",
  148. "description": "Options page label: 'add entry in the context menu of the webpage'"
  149. },
  150. "optionDisplayShadow": {
  151. "message": "在处理过程中用阴影覆盖页面",
  152. "description": "Options page label: 'overlay a shadow on the page during processing'"
  153. },
  154. "optionDisplayInfobar": {
  155. "message": "在查看一个已保存的页面时显示信息栏",
  156. "description": "Options page label: 'display an infobar when viewing a saved page'"
  157. },
  158. "optionInfobarTemplate": {
  159. "message": "信息栏内容模板",
  160. "description": "Options page label: 'template of the infobar content'"
  161. },
  162. "optionIncludeInfobar": {
  163. "message": "在已保存页面中将信息栏包括在内",
  164. "description": "Options page label: 'include the infobar in the saved page'"
  165. },
  166. "optionConfirmInfobar": {
  167. "message": "打开一个提示对话框来编辑信息栏内容",
  168. "description": "Options page label: 'open a prompt dialog to edit the infobar content'"
  169. },
  170. "optionAutoClose": {
  171. "message": "页面保存后自动关闭该标签页",
  172. "description": "Options page label: 'auto-close the tab after the page is saved'"
  173. },
  174. "optionsFileNameSubTitle": {
  175. "message": "文件名",
  176. "description": "Options sub-title: 'File name'"
  177. },
  178. "optionFilenameTemplate": {
  179. "message": "模板",
  180. "description": "Options page label: 'template'"
  181. },
  182. "optionFilenameMaxLength": {
  183. "message": "最大长度(字节)",
  184. "description": "Options page label: 'max length (bytes)'"
  185. },
  186. "optionConfirmFilename": {
  187. "message": "打开 “另存为” 对话框以确认文件名",
  188. "description": "Options page label: 'open the \"Save as\" dialog to confirm the file name'"
  189. },
  190. "optionFilenameConflictAction": {
  191. "message": "文件名冲突解决方案",
  192. "description": "Options page label: 'filename conflict resolution'"
  193. },
  194. "optionFilenameConflictActionUniquify": {
  195. "message": "创建一个唯一名称",
  196. "description": "Value for 'filename conflict resolution' option: 'create a unique name'"
  197. },
  198. "optionFilenameConflictActionOverwrite": {
  199. "message": "覆盖现有文件",
  200. "description": "Value for 'filename conflict resolution' option: 'overwrite the existing file'"
  201. },
  202. "optionFilenameConflictActionPrompt": {
  203. "message": "指定一个新名称",
  204. "description": "Value for 'name conflict resolution' option: 'prompt for a name'"
  205. },
  206. "optionFilenameConflictActionSkip": {
  207. "message": "跳过重复文件",
  208. "description": "Value for 'filename conflict resolution' option: 'skip duplicate files'"
  209. },
  210. "optionsHTMLContentSubTitle": {
  211. "message": "HTML 内容",
  212. "description": "Options sub-title: 'HTML content'"
  213. },
  214. "optionCompressHTML": {
  215. "message": "压缩 HTML 内容",
  216. "description": "Options page label: 'compress HTML content'"
  217. },
  218. "optionRemoveImports": {
  219. "message": "移除 HTML 导入",
  220. "description": "Options page label: 'remove HTML imports'"
  221. },
  222. "optionRemoveFrames": {
  223. "message": "移除框架",
  224. "description": "Options page label: 'remove frames'"
  225. },
  226. "optionRemoveHiddenElements": {
  227. "message": "移除隐藏元素",
  228. "description": "Options page label: 'remove hidden elements'"
  229. },
  230. "optionsImagesSubTitle": {
  231. "message": "图片",
  232. "description": "Options sub-title: 'Images'"
  233. },
  234. "optionGroupDuplicateImages": {
  235. "message": "将重复图片分组到一起",
  236. "description": "Options page label: 'group duplicate images together'"
  237. },
  238. "optionLoadDeferredImages": {
  239. "message": "保存延迟加载的图像",
  240. "description": "Options page label: 'save deferred images'"
  241. },
  242. "optionLoadDeferredImagesMaxIdleTime": {
  243. "message": "最长空闲时间(毫秒)",
  244. "description": "Options page label: 'maximum idle time (ms)'"
  245. },
  246. "optionLoadDeferredImagesKeepZoomLevel": {
  247. "message": "缩小页面",
  248. "description": "Options page label: 'zoom out the page'"
  249. },
  250. "optionRemoveAlternativeImages": {
  251. "message": "移除用于备选分辨率的图片",
  252. "description": "Options page label: 'remove images for alternative screen resolutions'"
  253. },
  254. "optionsFontsSubTitle": {
  255. "message": "字体",
  256. "description": "Options sub-title: 'Fonts'"
  257. },
  258. "optionRemoveUnusedFonts": {
  259. "message": "移除未使用字体",
  260. "description": "Options page label: 'remove unused fonts'"
  261. },
  262. "optionRemoveAlternativeFonts": {
  263. "message": "移除备选字体",
  264. "description": "Options page label: 'remove alternative fonts'"
  265. },
  266. "optionsStylesheetsSubTitle": {
  267. "message": "样式表",
  268. "description": "Options sub-title: 'Stylesheets'"
  269. },
  270. "optionCompressCSS": {
  271. "message": "压缩 CSS 内容",
  272. "description": "Options page label: 'compress CSS content'"
  273. },
  274. "optionRemoveUnusedStyles": {
  275. "message": "移除未使用的样式",
  276. "description": "Options page label: 'remove unused styles'"
  277. },
  278. "optionRemoveAlternativeMedias": {
  279. "message": "移除用于备选设备屏幕的样式表",
  280. "description": "Options page label: 'remove stylesheets for alternative devices to screens'"
  281. },
  282. "optionsOtherResourcesSubTitle": {
  283. "message": "其他资源",
  284. "description": "Options sub-title: 'Other resources'"
  285. },
  286. "optionRemoveScripts": {
  287. "message": "移除脚本",
  288. "description": "Options page label: 'remove scripts'"
  289. },
  290. "optionRemoveVideo": {
  291. "message": "移除视频资源",
  292. "description": "Options page label: 'remove video sources'"
  293. },
  294. "optionRemoveAudio": {
  295. "message": "移除音频资源",
  296. "description": "Options page label: 'remove audio sources'"
  297. },
  298. "optionsDestionationSubTitle": {
  299. "message": "目的地",
  300. "description": "Options sub-title: 'Destination'"
  301. },
  302. "optionsBookmarkSubTitle": {
  303. "message": "书签",
  304. "description": "Options sub-title: 'Bookmarks'"
  305. },
  306. "optionsAutoSaveSubTitle": {
  307. "message": "自动保存",
  308. "description": "Options sub-title: 'Auto-save'"
  309. },
  310. "optionsDeleteDisplayedRulesConfirm": {
  311. "message": "确认删除所有已显示规则",
  312. "description": "Popup text 'Confirm the deletion of all displayed rules'"
  313. },
  314. "optionsDeleteRulesTooltip": {
  315. "message": "删除所有已显示规则",
  316. "description": "Popup text 'Delete all displayed rules'"
  317. },
  318. "optionsAutoSettingsSubTitle": {
  319. "message": "自动设置 规则",
  320. "description": "Options sub-title: 'Auto-settings rules'"
  321. },
  322. "optionsAutoSettingsUrl": {
  323. "message": "网址",
  324. "description": "Options label in the Auto-settings rules: 'URL'"
  325. },
  326. "optionsAutoSettingsUrlPlaceholder": {
  327. "message": "输入完整的或部分网址 (例如 example.com)",
  328. "description": "Placeholder in the Auto-settings rules: 'Type a complete or partial URL (e.g. example.com)'"
  329. },
  330. "optionsAutoSettingsProfile": {
  331. "message": "配置文件",
  332. "description": "Options label in the Auto-settings rules: 'Profile'"
  333. },
  334. "optionsAutoSettingsAutoSaveProfile": {
  335. "message": "自动保存配置文件",
  336. "description": "Options label in the Auto-settings rules: 'Auto-save profile'"
  337. },
  338. "optionsAutoSettingsShowAllProfiles": {
  339. "message": "显示所有配置文件",
  340. "description": "Options label in the Auto-settings rules: 'display all profiles'"
  341. },
  342. "optionsAutoSettingsShowAutoSaveProfile": {
  343. "message": "显示 “自动保存配置文件” 列",
  344. "description": "Options label in the Auto-settings rules: 'display 'Auto-save profile' column'"
  345. },
  346. "optionsUpdateRuleTooltip": {
  347. "message": "更新规则",
  348. "description": "Popup text 'Update the rule' in the options page"
  349. },
  350. "optionsDeleteRuleTooltip": {
  351. "message": "删除规则",
  352. "description": "Popup text 'Delete the rule' in the options page"
  353. },
  354. "optionsAddRuleTooltip": {
  355. "message": "添加规则",
  356. "description": "Popup text 'Add the rule' in the options page"
  357. },
  358. "optionsValidateChangesTooltip": {
  359. "message": "验证更改",
  360. "description": "Popup text 'Validate changes' in the options page"
  361. },
  362. "optionsDeleteRuleConfirm": {
  363. "message": "确认删除所选规则",
  364. "description": "Popup text 'Confirm the deletion of the selected rule' in the options page"
  365. },
  366. "optionAutoSaveLoadOrUnload": {
  367. "message": "在页面加载完成后或开始卸载时进行自动保存",
  368. "description": "auto-save after page load or on page unload"
  369. },
  370. "optionAutoSaveLoad": {
  371. "message": "在页面加载完成后进行自动保存",
  372. "description": "Options page label: 'auto-save after page load'"
  373. },
  374. "optionAutoSaveUnload": {
  375. "message": "在页面开始卸载时进行自动保存",
  376. "description": "Options page label: 'auto-save on page unload'"
  377. },
  378. "optionAutoSaveDiscard": {
  379. "message": "在页面丢弃时进行自动保存",
  380. "description": "Options page label: 'auto-save on tab discard'"
  381. },
  382. "optionAutoSaveDelay": {
  383. "message": "页面加载完成后延迟该时间再进行自动保存(秒)",
  384. "description": "Options page label: 'auto-save waiting delay after page load (s)'"
  385. },
  386. "optionAutoSaveRepeat": {
  387. "message": "定期自动保存",
  388. "description": "Options page label: 'auto-save periodically'"
  389. },
  390. "optionAutoSaveRepeatDelay": {
  391. "message": "周期(秒)",
  392. "description": "Options page label: 'period (s)'"
  393. },
  394. "optionAutoSaveExternalSave": {
  395. "message": "使用 SingleFile Companion 保存页面",
  396. "description": "Options page label: 'save the page with SingleFile Companion'"
  397. },
  398. "optionsEditorSubTitle": {
  399. "message": "标注编辑器",
  400. "description": "Options sub-title: 'Annotation editor'"
  401. },
  402. "optionOpenEditor": {
  403. "message": "在保存前对该页面进行标注编辑",
  404. "description": "Options page label: 'annotate the page before saving'"
  405. },
  406. "optionOpenSavedPage": {
  407. "message": "在新标签页中打开保存后的页面",
  408. "description": "Options page label: 'open saved pages in a new tab'"
  409. },
  410. "optionAutoOpenEditor": {
  411. "message": "在标注编辑器中打开用 SingleFile 保存的页面",
  412. "description": "Options page label: 'open pages saved with SingleFile in the annotation editor'"
  413. },
  414. "optionDefaultEditorMode": {
  415. "message": "默认模式",
  416. "description": "Options page label: 'default mode'"
  417. },
  418. "optionDefaultEditorModeNormal": {
  419. "message": "常规",
  420. "description": "Options page label: 'default mode > normal'"
  421. },
  422. "optionDefaultEditorModeEdit": {
  423. "message": "编辑模式",
  424. "description": "Options page label: 'default mode > edit the page'"
  425. },
  426. "optionDefaultEditorModeFormat": {
  427. "message": "格式化页面",
  428. "description": "Options page label: 'default mode > format the page'"
  429. },
  430. "optionDefaultEditorModeCut": {
  431. "message": "删除内部文档元素",
  432. "description": "Options page label: 'default mode > remove elements'"
  433. },
  434. "optionDefaultEditorModeCutExternal": {
  435. "message": "删除外部文档元素",
  436. "description": "Options page label: 'default mode > remove external elements'"
  437. },
  438. "optionApplySystemTheme": {
  439. "message": "在标注编辑器中打开页面时应用系统主题样式",
  440. "description": "Title of the button 'apply the system theme when formatting a page'"
  441. },
  442. "optionWarnUnsavedPage": {
  443. "message": "离开标注编辑器时提醒保存已修改的内容",
  444. "description": "Title of the button 'warn if leaving page with unsaved changes'"
  445. },
  446. "optionsMiscSubTitle": {
  447. "message": "杂项",
  448. "description": "Options sub-title: 'Misc.'"
  449. },
  450. "optionBackgroundSave": {
  451. "message": "在后台保存页面",
  452. "description": "Options page label: 'save pages in background'"
  453. },
  454. "optionDisplayStats": {
  455. "message": "处理完成后在控制台中显示统计数据",
  456. "description": "Options page label: 'display stats in the console after processing'"
  457. },
  458. "optionSetMaxResourceSize": {
  459. "message": "设置嵌入式资源的大小上限",
  460. "description": "Options page label: 'set a maximum size for embedded resources'"
  461. },
  462. "optionMaxResourceSize": {
  463. "message": "大小上限(兆字节)",
  464. "description": "Options page label: 'maximum size (MB)'"
  465. },
  466. "optionPassReferrerOnError": {
  467. "message": "跨域请求失败时添加来源地址头信息(Referer)",
  468. "description": "Options page label: 'pass \"Referer\" header after a cross-origin request error'"
  469. },
  470. "optionSaveRawPage": {
  471. "message": "保存原始页面",
  472. "description": "Options page label: 'save raw page'"
  473. },
  474. "optionInsertMetaCSP": {
  475. "message": "set content security policy",
  476. "description": "Options page label: 'set content security policy'"
  477. },
  478. "optionSaveToClipboard": {
  479. "message": "保存到剪切板",
  480. "description": "Options page label: 'copy to clipboard'"
  481. },
  482. "optionSaveToFilesystem": {
  483. "message": "保存到文件系统",
  484. "description": "Options page label: 'save to filesystem'"
  485. },
  486. "optionAddProof": {
  487. "message": "添加证明文件存在的指纹",
  488. "description": "Options page label: 'add proof of existence'"
  489. },
  490. "optionsAddProofConfirm": {
  491. "message": "请确认您是否允许 SingleFile 将您要保存的每个页面的 SHA256 哈希值发送给 Woleet API 。您可以在帮助页面或者通过点击该选项旁的问号找到此功能的更多信息。",
  492. "description": "Popup text displayed wen enabling the option 'add proof of existence'"
  493. },
  494. "optionSaveToGDrive": {
  495. "message": "保存到 Google Drive",
  496. "description": "Options page label: 'upload to Google Drive'"
  497. },
  498. "optionSaveCreatedBookmarks": {
  499. "message": "创建新书签时保存其对应页面",
  500. "description": "Options page label: 'save the page of a newly created bookmark'"
  501. },
  502. "optionReplaceBookmarkURL": {
  503. "message": "将新书签的链接指向已保存页面",
  504. "description": "Options page label: 'link the new bookmark to the saved page'"
  505. },
  506. "optionAllowedBookmarkFolders": {
  507. "message": "allowed folders",
  508. "description": "Options page label: 'allowed folders'"
  509. },
  510. "optionIgnoredBookmarkFolders": {
  511. "message": "忽略文件夹",
  512. "description": "Options page label: 'ignored folders'"
  513. },
  514. "optionsHelpLink": {
  515. "message": "帮助",
  516. "description": "Options help link"
  517. },
  518. "optionSynchronize": {
  519. "message": "同步选项",
  520. "description": "Options label: 'synchronize options'"
  521. },
  522. "optionsResetButton": {
  523. "message": "重置",
  524. "description": "Options button: 'Reset'"
  525. },
  526. "optionsResetTooltip": {
  527. "message": "重置所有选项为默认值",
  528. "description": "Options 'Reset' button tooltip"
  529. },
  530. "optionsResetConfirm": {
  531. "message": "确认重置所有选项或当前配置文件",
  532. "description": "Popup text 'Confirm the reset of all options or the current profile' in the options page"
  533. },
  534. "optionsResetAllButton": {
  535. "message": "重置所有选项",
  536. "description": "Options confirm button: 'Reset all options'"
  537. },
  538. "optionsResetCurrentButton": {
  539. "message": "重置当前配置文件",
  540. "description": "Options confirm button: 'Reset current profile'"
  541. },
  542. "optionsOKButton": {
  543. "message": "确定",
  544. "description": "Options confirm button: 'OK'"
  545. },
  546. "optionsCancelButton": {
  547. "message": "取消",
  548. "description": "Options confirm button: 'Cancel'"
  549. },
  550. "optionsExportButton": {
  551. "message": "导出",
  552. "description": "Options button: 'Export'"
  553. },
  554. "optionsImportButton": {
  555. "message": "导入",
  556. "description": "Options button: 'Import'"
  557. },
  558. "logPanelDeferredImages": {
  559. "message": "延迟加载的图像",
  560. "description": "Label 'Deferred images' in the log panel"
  561. },
  562. "logPanelFrameContents": {
  563. "message": "框架内容",
  564. "description": "Label 'Frame contents' in the log panel"
  565. },
  566. "logPanelStep": {
  567. "message": "步骤",
  568. "description": "Label 'Step' (for 'Step x / 4') in the log panel"
  569. },
  570. "logPanelWidth": {
  571. "message": "122",
  572. "description": "Width of the log panel in pixels, it should be adjusted for the longest label beginning with 'log' (e.g. 'logPanelDeferredImages')"
  573. },
  574. "profileDefaultSettings": {
  575. "message": "默认设置",
  576. "description": "Label 'Default settings' of the default settings in the options page"
  577. },
  578. "profileDisabled": {
  579. "message": "已禁用",
  580. "description": "Label 'Disabled' of the disabled profile name in the options page"
  581. },
  582. "profileAddButtonTooltip": {
  583. "message": "新增配置文件",
  584. "description": "Tooltip 'Add a new profile' in the options page"
  585. },
  586. "profileRenameButtonTooltip": {
  587. "message": "重命名配置文件",
  588. "description": "Tooltip 'Rename the profile' in the options page"
  589. },
  590. "profileDeleteButtonTooltip": {
  591. "message": "删除配置文件",
  592. "description": "Tooltip 'Delete the profile' in the options page"
  593. },
  594. "profileAddPrompt": {
  595. "message": "新增配置文件",
  596. "description": "Popup text 'Enter a name for this new profile' in the options page"
  597. },
  598. "profileDeleteConfirm": {
  599. "message": "确认删除所选配置文件?",
  600. "description": "Popup text 'Confirm the deletion of the selected profile' in the options page"
  601. },
  602. "profileRenamePrompt": {
  603. "message": "重命名配置文件",
  604. "description": "Popup text 'Enter a new name for the selected profile' in the options page"
  605. },
  606. "editorAddYellowNote": {
  607. "message": "添加黄色标注",
  608. "description": "Title of the button 'Add a yellow note' in the editor"
  609. },
  610. "editorAddPinkNote": {
  611. "message": "添加粉色标注",
  612. "description": "Title of the button 'Add a pink note' in the editor"
  613. },
  614. "editorAddBlueNote": {
  615. "message": "添加蓝色标注",
  616. "description": "Title of the button 'Add a blue note' in the editor"
  617. },
  618. "editorAddGreenNote": {
  619. "message": "添加绿色标注",
  620. "description": "Title of the button 'Add a green note' in the editor"
  621. },
  622. "editorHighlightYellow": {
  623. "message": "将所选文本高亮为黄色",
  624. "description": "Title of the button 'Highlight selected text in yellow' in the editor"
  625. },
  626. "editorHighlightPink": {
  627. "message": "将所选文本高亮为粉色",
  628. "description": "Title of the button 'Highlight selected text in pink' in the editor"
  629. },
  630. "editorHighlightBlue": {
  631. "message": "将所选文本高亮为蓝色",
  632. "description": "Title of the button 'Highlight selected text in blue' in the editor"
  633. },
  634. "editorHighlightGreen": {
  635. "message": "将所选文本高亮为绿色",
  636. "description": "Title of the button 'Highlight selected text in green' in the editor"
  637. },
  638. "editorToggleNotes": {
  639. "message": "显示/隐藏 标注",
  640. "description": "Title of the button 'Display/hide notes' in the editor"
  641. },
  642. "editorToggleHighlights": {
  643. "message": "显示/隐藏 高亮文本",
  644. "description": "Title of the button 'Display/hide the highlighted text' in the editor"
  645. },
  646. "editorRemoveHighlight": {
  647. "message": "移除所选高亮文本",
  648. "description": "Title of the button 'Remove the selected highlighted text' in the editor"
  649. },
  650. "editorEditPage": {
  651. "message": "启用/禁用 编辑模式",
  652. "description": "Title of the button 'Enable/disable read-only' in the editor"
  653. },
  654. "editorFormatPage": {
  655. "message": "格式化页面以提升可读性",
  656. "description": "Title of the button 'Format the page for better readability' in the editor"
  657. },
  658. "editorCutInnerPage": {
  659. "message": "启用/禁用 点击时删除内部文档元素",
  660. "description": "Title of the button 'Enable/disable removing of internal elements' in the editor"
  661. },
  662. "editorCutOuterPage": {
  663. "message": "启用/禁用 点击时删除外部文档元素",
  664. "description": "Title of the button 'Enable/disable removing of external elements' in the editor"
  665. },
  666. "editorUndoCutPage": {
  667. "message": "撤销上次移除元素的操作",
  668. "description": "Title of the button 'Restore last removed element' in the editor"
  669. },
  670. "editorUndoAllCutPage": {
  671. "message": "撤销所有移除元素的操作",
  672. "description": "Title of the button 'Restore all removed elements' in the editor"
  673. },
  674. "editorRedoCutPage": {
  675. "message": "恢复上次移除元素的操作",
  676. "description": "Title of the button 'Remove last restored element' in the editor"
  677. },
  678. "editorSavePage": {
  679. "message": "保存该页面",
  680. "description": "Title of the button 'Save the page' in the editor"
  681. },
  682. "editorPrintPage": {
  683. "message": "打印页面",
  684. "description": "Title of the button 'Print the page' in the editor"
  685. },
  686. "pendingsTitle": {
  687. "message": "挂起保存项",
  688. "description": "Title of the pending save page 'Pending saves' in the editor"
  689. },
  690. "pendingsCancelAllButton": {
  691. "message": "取消全部",
  692. "description": "Pending saves button 'Cancel all'"
  693. },
  694. "pendingsTitleTitle": {
  695. "message": "标题",
  696. "description": "Title of the first column in the table of the pending saves 'Title'"
  697. },
  698. "pendingsURLTitle": {
  699. "message": "网址",
  700. "description": "Title of the first column in the table of the pending saves 'URL'"
  701. },
  702. "pendingsStatusTitle": {
  703. "message": "状态",
  704. "description": "Title of the second column in the table of the pending saves 'status'"
  705. },
  706. "pendingsPendingStatus": {
  707. "message": "正在挂起",
  708. "description": "Value of 'status' for pending saves"
  709. },
  710. "pendingsProcessingStatus": {
  711. "message": "正在处理",
  712. "description": "Value of 'status' for current saves"
  713. },
  714. "pendingsCancellingStatus": {
  715. "message": "正在取消",
  716. "description": "Value of 'status' for cancelled saves"
  717. },
  718. "pendingsNoPendings": {
  719. "message": "没有挂起中的保存项",
  720. "description": "Label displayed when they are no pending saves"
  721. },
  722. "pendingsAddUrlsButton": {
  723. "message": "添加网址",
  724. "description": "button 'Add URLs'"
  725. },
  726. "pendingsAddUrls": {
  727. "message": "请按行输入网址列表",
  728. "description": "Label of the add URLs input"
  729. },
  730. "pendingsAddUrlsOKButton": {
  731. "message": "确定",
  732. "description": "Add URLs popup confirm button: 'OK'"
  733. },
  734. "pendingsAddUrlsCancelButton": {
  735. "message": "取消",
  736. "description": "Add URLs popup cancel button: 'Cancel'"
  737. }
  738. }