messages.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  1. {
  2. "extensionDescription": {
  3. "message": "将完整的页面保存到一个 HTML 文件中",
  4. "description": "扩展描述。"
  5. },
  6. "menuSavePage": {
  7. "message": "使用 SingleFile 保存页面",
  8. "description": "菜单项: '使用 SingleFile 保存页面'"
  9. },
  10. "menuSaveSelectedLinks": {
  11. "message": "Save selected links",
  12. "description": "Menu entry: 'Save selected links'"
  13. },
  14. "menuEditAndSavePage": {
  15. "message": "评论并保存页面...",
  16. "description": "Menu entry: 'Annotate and save the page...'"
  17. },
  18. "menuViewPendingSaves": {
  19. "message": "View pending saves...",
  20. "description": "Menu entry: 'View pending saves...'"
  21. },
  22. "menuSelectProfile": {
  23. "message": "选择默认配置文件",
  24. "description": "Menu entry: 'Select the default profile'"
  25. },
  26. "menuUpdateRule": {
  27. "message": "选择当前规则的配置",
  28. "description": "Menu entry: 'Select the profile of the current rule'"
  29. },
  30. "menuCreateDomainRule": {
  31. "message": "选择当前域名的配置",
  32. "description": "Menu entry: 'Select the profile of the current domain'"
  33. },
  34. "menuSaveSelection": {
  35. "message": "保存选中部分",
  36. "description": "菜单项: '保存选中部分'"
  37. },
  38. "menuSaveFrame": {
  39. "message": "保存框架",
  40. "description": "菜单项: '保存框架'"
  41. },
  42. "menuSaveTabs": {
  43. "message": "保存标签页",
  44. "description": "Menu entry (SingleFile button only): 'Save tabs'"
  45. },
  46. "menuSaveSelectedTabs": {
  47. "message": "保存选中标签页",
  48. "description": "菜单项: '保存选中标签页'"
  49. },
  50. "menuSaveUnpinnedTabs": {
  51. "message": "保存非固定标签页",
  52. "description": "菜单项: '保存非固定标签页'"
  53. },
  54. "menuSaveAllTabs": {
  55. "message": "保存所有标签页",
  56. "description": "菜单项: '保存所有标签页'"
  57. },
  58. "menuAutoSave": {
  59. "message": "自动保存",
  60. "description": "菜单项: '自动保存'"
  61. },
  62. "menuAutoSaveDisabled": {
  63. "message": "禁用",
  64. "description": "菜单项: '自动保存' > '禁用'"
  65. },
  66. "menuAutoSaveTab": {
  67. "message": "自动保存此标签页",
  68. "description": "菜单项: '自动保存' > '自动保存此标签页'"
  69. },
  70. "menuAutoSaveUnpinnedTabs": {
  71. "message": "自动保存非固定标签页",
  72. "description": "菜单项: '自动保存' > '自动保存非固定标签页'"
  73. },
  74. "menuAutoSaveAllTabs": {
  75. "message": "自动保存所有标签页",
  76. "description": "菜单项: '自动保存' > '自动保存所有标签页'"
  77. },
  78. "buttonDefaultTooltip": {
  79. "message": "使用 SingleFile 保存页面",
  80. "description": "按钮标题: '使用 SingleFile 保存页面'"
  81. },
  82. "buttonBlockedBadge": {
  83. "message": "🚫",
  84. "description": "Button badge when the page is blocked: '🚫'"
  85. },
  86. "buttonBlockedTooltip": {
  87. "message": "SingleFile 无法保存这个页面",
  88. "description": "Button title: 'This page cannot be saved with SingleFile'"
  89. },
  90. "buttonInitializingTooltip": {
  91. "message": "正在初始化 SingleFile",
  92. "description": "保存时候的按钮标题: '正在初始化 SingleFile (x/2)'"
  93. },
  94. "buttonInitializingBadge": {
  95. "message": "•••",
  96. "description": "初始化时候的徽标标签: '•••'"
  97. },
  98. "buttonSaveProgressTooltip": {
  99. "message": "保存进度:",
  100. "description": "保存时候的按钮标题: '保存进度:xx%'"
  101. },
  102. "buttonUploadProgressTooltip": {
  103. "message": "Upload progress: ",
  104. "description": "Button title during save: 'Upload progress: xx%'"
  105. },
  106. "buttonOKBadge": {
  107. "message": "完成",
  108. "description": "徽标标签: 'OK'"
  109. },
  110. "buttonErrorBadge": {
  111. "message": "错误",
  112. "description": "出现意外错误时候的徽标标签"
  113. },
  114. "buttonAutoSaveActiveTooltip": {
  115. "message": "自动保存动作",
  116. "description": "按钮标题: '自动保存动作'"
  117. },
  118. "buttonAutoSaveActiveBadge": {
  119. "message": "[自动]",
  120. "description": "自动保存激活时候的徽标标签"
  121. },
  122. "optionsTitle": {
  123. "message": "选项",
  124. "description": "选项页标题"
  125. },
  126. "optionsUserInterfaceSubTitle": {
  127. "message": "用户界面",
  128. "description": "选项页副标题: '用户界面'"
  129. },
  130. "optionAddMenuEntry": {
  131. "message": "在页面右键菜单中显示 SingleFile 选项",
  132. "description": "选项页标签: '添加菜单项到页面的右键菜单'"
  133. },
  134. "optionDisplayShadow": {
  135. "message": "处理过程中以阴影遮盖页面",
  136. "description": "选项页标签: '处理过程中以阴影遮盖页面'"
  137. },
  138. "optionDisplayInfobar": {
  139. "message": "查看一个已保存的页面时显示信息栏",
  140. "description": "选项页标签: '查看一个已保存的页面时显示信息栏'"
  141. },
  142. "optionInfobarTemplate": {
  143. "message": "信息栏内容模板",
  144. "description": "选项页标签: '信息栏内容模板'"
  145. },
  146. "optionIncludeInfobar": {
  147. "message": "在保存的页面中加入信息栏",
  148. "description": "Options page label: 'include the infobar in the saved page'"
  149. },
  150. "optionConfirmInfobar": {
  151. "message": "打开一个提示窗口以编辑信息栏内容",
  152. "description": "选项页标签: '打开一个提示窗口以编辑信息栏内容'"
  153. },
  154. "optionOpenEditor": {
  155. "message": "保存之前打开标注编辑器",
  156. "description": "Options page label: 'annotate the page before saving'"
  157. },
  158. "optionAutoOpenEditor": {
  159. "message": "打开已保存的页面时默认打开标注编辑器",
  160. "description": "Options page label: 'open pages saved with SingleFile in the annotation editor'"
  161. },
  162. "optionAutoClose": {
  163. "message": "保存后自动关闭标签页",
  164. "description": "Options page label: 'auto-close the tab after the page is saved'"
  165. },
  166. "optionsFileNameSubTitle": {
  167. "message": "文件名",
  168. "description": "选项页副标题: '文件名'"
  169. },
  170. "optionFilenameTemplate": {
  171. "message": "模板",
  172. "description": "选项页标签: '模板'"
  173. },
  174. "optionConfirmFilename": {
  175. "message": "打开“另存为”对话框以确认文件名",
  176. "description": "选项页标签: '打开“另存为”对话框以确认文件名'"
  177. },
  178. "optionFilenameConflictAction": {
  179. "message": "文件名冲突解决",
  180. "description": "Options page label: 'filename conflict resolution'"
  181. },
  182. "optionFilenameConflictActionUniquify": {
  183. "message": "创建为不冲突的名称",
  184. "description": "Value for 'filename conflict resolution' option: 'create a unique name'"
  185. },
  186. "optionFilenameConflictActionOverwrite": {
  187. "message": "覆盖现有的文件",
  188. "description": "Value for 'filename conflict resolution' option: 'overwrite the existing file'"
  189. },
  190. "optionFilenameConflictActionPrompt": {
  191. "message": "询问新名称",
  192. "description": "Value for 'name conflict resolution' option: 'prompt for a name'"
  193. },
  194. "optionsHTMLContentSubTitle": {
  195. "message": "HTML 内容",
  196. "description": "选项页副标题: 'HTML 内容'"
  197. },
  198. "optionCompressHTML": {
  199. "message": "压缩 HTML 内容",
  200. "description": "选项页标签: '压缩 HTML 内容'"
  201. },
  202. "optionRemoveImports": {
  203. "message": "移除 HTML 导入",
  204. "description": "选项页标签: '移除 HTML 导入'"
  205. },
  206. "optionRemoveFrames": {
  207. "message": "移除框架",
  208. "description": "选项页标签: '移除框架'"
  209. },
  210. "optionRemoveHiddenElements": {
  211. "message": "移除隐藏元素",
  212. "description": "选项页标签: '移除隐藏元素'"
  213. },
  214. "optionsImagesSubTitle": {
  215. "message": "图像",
  216. "description": "选项页副标题: '图像'"
  217. },
  218. "optionGroupDuplicateImages": {
  219. "message": "重复图像合并",
  220. "description": "选项页标签: '重复图像合并'"
  221. },
  222. "optionLoadDeferredImages": {
  223. "message": "保存延迟加载的图像",
  224. "description": "选项页标签: '保存延迟加载的图像'"
  225. },
  226. "optionLoadDeferredImagesMaxIdleTime": {
  227. "message": "最长空闲时间(毫秒)",
  228. "description": "Options page label: 'maximum idle time (ms)'"
  229. },
  230. "optionRemoveAlternativeImages": {
  231. "message": "移除备用分辨率的图像",
  232. "description": "选项页标签: '移除备用分辨率的图像'"
  233. },
  234. "optionsFontsSubTitle": {
  235. "message": "字体",
  236. "description": "Options sub-title: 'Fonts'"
  237. },
  238. "optionRemoveUnusedFonts": {
  239. "message": "移除未使用的字体",
  240. "description": "Options page label: 'remove unused fonts'"
  241. },
  242. "optionRemoveAlternativeFonts": {
  243. "message": "移除备用的字体",
  244. "description": "Options page label: 'remove alternative fonts'"
  245. },
  246. "optionsStylesheetsSubTitle": {
  247. "message": "样式表",
  248. "description": "选项页副标题: '样式表'"
  249. },
  250. "optionCompressCSS": {
  251. "message": "压缩 CSS 内容",
  252. "description": "选项页标签: '压缩 CSS 内容'"
  253. },
  254. "optionRemoveUnusedStyles": {
  255. "message": "移除未使用的样式",
  256. "description": "选项页标签: '移除未使用的样式'"
  257. },
  258. "optionRemoveAlternativeMedias": {
  259. "message": "移除其他设备分辨率的样式表",
  260. "description": "选项页标签: '移除其他设备分辨率的样式表'"
  261. },
  262. "optionsOtherResourcesSubTitle": {
  263. "message": "其他资源",
  264. "description": "选项页副标题: '其他资源'"
  265. },
  266. "optionRemoveScripts": {
  267. "message": "移除脚本",
  268. "description": "选项页标签: '移除脚本'"
  269. },
  270. "optionRemoveVideo": {
  271. "message": "移除视频嵌入",
  272. "description": "选项页标签: '移除视频嵌入'"
  273. },
  274. "optionRemoveAudio": {
  275. "message": "移除音频嵌入",
  276. "description": "选项页标签: '移除音频嵌入'"
  277. },
  278. "optionsAutoSaveSubTitle": {
  279. "message": "自动保存",
  280. "description": "选项页副标题: '自动保存'"
  281. },
  282. "optionsDeleteDisplayedRulesConfirm": {
  283. "message": "确认移除所有已显示规则",
  284. "description": "Popup text 'Confirm deletion of all displayed rules'"
  285. },
  286. "optionsDeleteRulesTooltip": {
  287. "message": "移除所有已显示规则",
  288. "description": "Popup text 'Delete all displayed rules'"
  289. },
  290. "optionsAutoSettingsSubTitle": {
  291. "message": "自动设置",
  292. "description": "Options sub-title: 'Auto-settings rules'"
  293. },
  294. "optionsAutoSettingsUrl": {
  295. "message": "URL",
  296. "description": "Options label in the auto-settings rules: 'URL'"
  297. },
  298. "optionsAutoSettingsUrlPlaceholder": {
  299. "message": "输入部分或完整 URL(如 example.com)",
  300. "description": "Placeholder in the Auto-settings rules: 'Type a complete or partial URL (e.g. example.com)'"
  301. },
  302. "optionsAutoSettingsProfile": {
  303. "message": "配置文件",
  304. "description": "Options label in the Auto-settings rules: 'Profile'"
  305. },
  306. "optionsAutoSettingsAutoSaveProfile": {
  307. "message": "自动保存配置文件",
  308. "description": "Options label in the Auto-settings rules: 'Auto-save profile'"
  309. },
  310. "optionsAutoSettingsShowAllProfiles": {
  311. "message": "显示所有配置文件",
  312. "description": "Options label in the Auto-settings rules: 'display all profiles'"
  313. },
  314. "optionsAutoSettingsShowAutoSaveProfile": {
  315. "message": "显示“自动保存配置文件”",
  316. "description": "Options label in the Auto-settings rules: 'display 'Auto-save profile' column'"
  317. },
  318. "optionsUpdateRuleTooltip": {
  319. "message": "更新规则",
  320. "description": "Popup text 'Update the rule' in the options page"
  321. },
  322. "optionsDeleteRuleTooltip": {
  323. "message": "删除规则",
  324. "description": "Popup text 'Delete the rule' in the options page"
  325. },
  326. "optionsAddRuleTooltip": {
  327. "message": "添加规则",
  328. "description": "Popup text 'Add the rule' in the options page"
  329. },
  330. "optionsValidateChangesTooltip": {
  331. "message": "验证更改",
  332. "description": "Popup text 'Validate changes' in the options page"
  333. },
  334. "optionsDeleteRuleConfirm": {
  335. "message": "确认删除所选规则",
  336. "description": "Popup text 'Confirm deletion of the selected rule' in the options page"
  337. },
  338. "optionAutoSaveLoadOrUnload": {
  339. "message": "页面加载或页面卸载后自动保存",
  340. "description": "页面加载或页面卸载后自动保存"
  341. },
  342. "optionAutoSaveLoad": {
  343. "message": "页面加载后自动保存",
  344. "description": "选项页标签: '页面加载后自动保存'"
  345. },
  346. "optionAutoSaveUnload": {
  347. "message": "页面卸载时自动保存",
  348. "description": "选项页标签: '页面卸载时自动保存'"
  349. },
  350. "optionAutoSaveDelay": {
  351. "message": "页面加载后自动保存延时(秒)",
  352. "description": "选项页标签: '页面加载后自动保存的延时(秒)'"
  353. },
  354. "optionAutoSaveRepeat": {
  355. "message": "定期自动保存",
  356. "description": "Options page label: 'auto-save periodically'"
  357. },
  358. "optionAutoSaveRepeatDelay": {
  359. "message": "定期自动保存周期(秒)",
  360. "description": "Options page label: 'period (s)'"
  361. },
  362. "optionsMiscSubTitle": {
  363. "message": "其他",
  364. "description": "选项页副标题: '其他'"
  365. },
  366. "optionBackgroundSave": {
  367. "message": "在后台保存页面",
  368. "description": "选项页标签: '在后台保存页面'"
  369. },
  370. "optionDisplayStats": {
  371. "message": "处理后在控制台消息中显示统计",
  372. "description": "选项页标签: '处理后在控制台消息中显示统计'"
  373. },
  374. "optionSetMaxResourceSize": {
  375. "message": "设定嵌入的资源的最大体积",
  376. "description": "选项页标签: '设定嵌入的资源的最大体积'"
  377. },
  378. "optionMaxResourceSize": {
  379. "message": "最大体积(MB)",
  380. "description": "选项页标签: '最大体积(MB)'"
  381. },
  382. "optionSaveRawPage": {
  383. "message": "保存原始页面",
  384. "description": "选项页标签: '保存原始页面'"
  385. },
  386. "optionSaveToClipboard": {
  387. "message": "保存到剪切板",
  388. "description": "Options page label: 'save to clipboard'"
  389. },
  390. "optionAddProof": {
  391. "message": "添加证明文件存在指纹",
  392. "description": "Options page label: 'add proof of existence'"
  393. },
  394. "optionsAddProofConfirm": {
  395. "message": "Confirm you allow SingleFile to send to the Woleet API a SHA256 hash of each page you are going to save. You can find more information about this feature in the help page or by clicking on the question mark next to the option.",
  396. "description": "Popup text displayed wen enabling the option 'add proof of existence'"
  397. },
  398. "optionSaveToGDrive": {
  399. "message": "保存到 Google Drive",
  400. "description": "Options page label: 'save to Google Drive'"
  401. },
  402. "optionSaveCreatedBookmarks": {
  403. "message": "保存到书签",
  404. "description": "Options page label: 'save the page of a newly created bookmark'"
  405. },
  406. "optionReplaceBookmarkURL": {
  407. "message": "link the new bookmark to the saved page",
  408. "description": "Options page label: 'link the new bookmark to the saved page'"
  409. },
  410. "optionsHelpLink": {
  411. "message": "帮助",
  412. "description": "选项页帮助链接"
  413. },
  414. "optionSynchronize": {
  415. "message": "同步配置文件",
  416. "description": "Options label: 'synchronize options'"
  417. },
  418. "optionsResetButton": {
  419. "message": "重置",
  420. "description": "选项按钮: '重置'"
  421. },
  422. "optionsResetTooltip": {
  423. "message": "重置所有选项为默认值",
  424. "description": "选项按钮'重置'的提示"
  425. },
  426. "optionsResetConfirm": {
  427. "message": "确认重置所有选项或当前配置",
  428. "description": "Popup text 'Confirm the reset of all options or the current profile' in the options page"
  429. },
  430. "optionsResetAllButton": {
  431. "message": "重置所有选项",
  432. "description": "Options confirm button: 'Reset all options'"
  433. },
  434. "optionsResetCurrentButton": {
  435. "message": "重置当前配置",
  436. "description": "Options confirm button: 'Reset current profile'"
  437. },
  438. "optionsOKButton": {
  439. "message": "确定",
  440. "description": "Options confirm button: 'OK'"
  441. },
  442. "optionsCancelButton": {
  443. "message": "取消",
  444. "description": "Options confirm button: 'Cancel'"
  445. },
  446. "optionsExportButton": {
  447. "message": "导出",
  448. "description": "Options button: 'Export'"
  449. },
  450. "optionsImportButton": {
  451. "message": "导入",
  452. "description": "Options button: 'Import'"
  453. },
  454. "logPanelDeferredImages": {
  455. "message": "延迟加载的图像",
  456. "description": "Label 'Deferred images' in the log panel"
  457. },
  458. "logPanelFrameContents": {
  459. "message": "框架内容",
  460. "description": "Label 'Frame contents' in the log panel"
  461. },
  462. "logPanelStep": {
  463. "message": "步骤",
  464. "description": "Label 'Step' (for 'Step x / 4') in the log panel"
  465. },
  466. "logPanelWidth": {
  467. "message": "115",
  468. "description": "Width of the log panel in pixels, it should be adjusted for the longest label beginning with 'log' (e.g. 'logPanelDeferredImages')"
  469. },
  470. "profileDefaultSettings": {
  471. "message": "默认设置",
  472. "description": "Label 'Default settings' of the default settings in the options page"
  473. },
  474. "profileDisabled": {
  475. "message": "禁用",
  476. "description": "Label 'Disabled' of the disabled profile name in the options page"
  477. },
  478. "profileAddButtonTooltip": {
  479. "message": "添加一个新配置文件",
  480. "description": "Tooltip 'Add a new profile' in the options page"
  481. },
  482. "profileRenameButtonTooltip": {
  483. "message": "重命名配置文件",
  484. "description": "Tooltip 'Rename the profile' in the options page"
  485. },
  486. "profileDeleteButtonTooltip": {
  487. "message": "移除配置文件",
  488. "description": "Tooltip 'Delete the profile' in the options page"
  489. },
  490. "profileAddPrompt": {
  491. "message": "为新配置文件输入名字",
  492. "description": "Popup text 'Enter a name for this new profile' in the options page"
  493. },
  494. "profileDeleteConfirm": {
  495. "message": "确认移除所选配置文件",
  496. "description": "Popup text 'Confirm deletion of the selected profile' in the options page"
  497. },
  498. "profileRenamePrompt": {
  499. "message": "为所选配置文件输入新名字",
  500. "description": "Popup text 'Enter a new name for the selected profile' in the options page"
  501. },
  502. "editorAddYellowNote": {
  503. "message": "添加黄色笔记",
  504. "description": "Title of the button 'Add a yellow note' in the editor"
  505. },
  506. "editorAddPinkNote": {
  507. "message": "添加粉色笔记",
  508. "description": "Title of the button 'Add a pink note' in the editor"
  509. },
  510. "editorAddBlueNote": {
  511. "message": "添加蓝色笔记",
  512. "description": "Title of the button 'Add a blue note' in the editor"
  513. },
  514. "editorAddGreenNote": {
  515. "message": "添加绿色笔记",
  516. "description": "Title of the button 'Add a green note' in the editor"
  517. },
  518. "editorHighlightYellow": {
  519. "message": "突出选中文字为黄色",
  520. "description": "Title of the button 'Highlight selected text in yellow' in the editor"
  521. },
  522. "editorHighlightPink": {
  523. "message": "突出选中文字为粉色",
  524. "description": "Title of the button 'Highlight selected text in pink' in the editor"
  525. },
  526. "editorHighlightBlue": {
  527. "message": "突出选中文字为蓝色",
  528. "description": "Title of the button 'Highlight selected text in blue' in the editor"
  529. },
  530. "editorHighlightGreen": {
  531. "message": "突出选中文字为绿色",
  532. "description": "Title of the button 'Highlight selected text in green' in the editor"
  533. },
  534. "editorToggleNotes": {
  535. "message": "显示/隐藏 笔记",
  536. "description": "Title of the button 'Display/hide notes' in the editor"
  537. },
  538. "editorToggleHighlights": {
  539. "message": "显示/隐藏 文本突出颜色",
  540. "description": "Title of the button 'Display/hide the highlighted text' in the editor"
  541. },
  542. "editorRemoveHighlight": {
  543. "message": "移除选中文本突出颜色",
  544. "description": "Title of the button 'Remove the selected highlighted text' in the editor"
  545. },
  546. "editorEditPage": {
  547. "message": "启用/禁用 编辑模式",
  548. "description": "Title of the button 'Enable/disable read-only' in the editor"
  549. },
  550. "editorFormatPage": {
  551. "message": "Format the page for better readability",
  552. "description": "Title of the button 'Format the page for better readability' in the editor"
  553. },
  554. "editorCutPage": {
  555. "message": "启用/禁用 点击删除元素",
  556. "description": "Title of the button 'Enable/disable removing document's element on click' in the editor"
  557. },
  558. "editorUndoCutPage": {
  559. "message": "恢复最后删除的元素",
  560. "description": "Title of the button 'Restore last removed element' in the editor"
  561. },
  562. "editorUndoAllCutPage": {
  563. "message": "恢复所有删除的元素",
  564. "description": "Title of the button 'Restore all removed elements' in the editor"
  565. },
  566. "editorSavePage": {
  567. "message": "保存页面",
  568. "description": "Title of the button 'Save the page' in the editor"
  569. },
  570. "pendingsTitle": {
  571. "message": "Pending saves",
  572. "description": "Title of the pending save page 'Pending saves' in the editor"
  573. },
  574. "pendingsCancelAllButton": {
  575. "message": "Cancel all",
  576. "description": "Pending saves button 'Cancel all'"
  577. },
  578. "pendingsTitleTitle": {
  579. "message": "Title",
  580. "description": "Title of the first column in the table of the pending saves 'Title'"
  581. },
  582. "pendingsURLTitle": {
  583. "message": "URL",
  584. "description": "Title of the first column in the table of the pending saves 'URL'"
  585. },
  586. "pendingsStatusTitle": {
  587. "message": "status",
  588. "description": "Title of the second column in the table of the pending saves 'status'"
  589. },
  590. "pendingsPendingStatus": {
  591. "message": "pending",
  592. "description": "Value of 'status' for pending saves"
  593. },
  594. "pendingsProcessingStatus": {
  595. "message": "processing",
  596. "description": "Value of 'status' for current saves"
  597. },
  598. "pendingsCancellingStatus": {
  599. "message": "cancelling",
  600. "description": "Value of 'status' for cancelled saves"
  601. },
  602. "pendingsNoPendings": {
  603. "message": "No pending saves",
  604. "description": "Label displayed when they are no pending saves"
  605. },
  606. "pendingsAddUrlsButton": {
  607. "message": "Add URLs",
  608. "description": "button 'Add URLs'"
  609. },
  610. "pendingsAddUrls": {
  611. "message": "Enter a list of URLs separated by a new line",
  612. "description": "Label of the add URLs input"
  613. },
  614. "pendingsAddUrlsOKButton": {
  615. "message": "OK",
  616. "description": "Add URLs popup confirm button: 'OK'"
  617. },
  618. "pendingsAddUrlsCancelButton": {
  619. "message": "Cancel",
  620. "description": "Add URLs popup cancel button: 'Cancel'"
  621. }
  622. }