messages.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570
  1. {
  2. "extensionDescription": {
  3. "message": "Зберегти всю сторінку в один HTML-файл",
  4. "description": "Description of the extension."
  5. },
  6. "menuSavePage": {
  7. "message": "Зберегти сторінку з допомогою SingleFile",
  8. "description": "Menu entry: 'Save page with SingleFile'"
  9. },
  10. "menuEditAndSavePage": {
  11. "message": "Анотувати і зберегти сторінку...",
  12. "description": "Menu entry: 'Annotate and save the page...'"
  13. },
  14. "menuViewPendingSaves": {
  15. "message": "View pending saves...",
  16. "description": "Menu entry: 'View pending saves...'"
  17. },
  18. "menuSelectProfile": {
  19. "message": "Виберіть профіль за замовчуванням ",
  20. "description": "Menu entry: 'Select the default profile'"
  21. },
  22. "menuUpdateRule": {
  23. "message": "Виберіть профіль поточного правила",
  24. "description": "Menu entry: 'Select the profile of the current rule'"
  25. },
  26. "menuCreateDomainRule": {
  27. "message": "Виберіть профіль поточного домену",
  28. "description": "Menu entry: 'Select the profile of the current domain'"
  29. },
  30. "menuSaveSelection": {
  31. "message": "Зберегти виділене",
  32. "description": "Menu entry: 'Save selection'"
  33. },
  34. "menuSaveFrame": {
  35. "message": "Зберегти фрейм",
  36. "description": "Menu entry: 'Save frame'"
  37. },
  38. "menuSaveTabs": {
  39. "message": "Зберегти вкладки",
  40. "description": "Menu entry (SingleFile button only): 'Save tabs'"
  41. },
  42. "menuSaveSelectedTabs": {
  43. "message": "Зберегти вибрані вкладки",
  44. "description": "Menu entry: 'Save selected tabs'"
  45. },
  46. "menuSaveUnpinnedTabs": {
  47. "message": "Зберегти незакріплені вкладки",
  48. "description": "Menu entry: 'Save unpinned tabs'"
  49. },
  50. "menuSaveAllTabs": {
  51. "message": "Зберегти всі вкладки",
  52. "description": "Menu entry: 'Save all tabs'"
  53. },
  54. "menuAutoSave": {
  55. "message": "Автозбереження",
  56. "description": "Menu entry: 'Auto-save'"
  57. },
  58. "menuAutoSaveDisabled": {
  59. "message": "Вимкнено",
  60. "description": "Menu entry: 'Auto-save' > Disabled'"
  61. },
  62. "menuAutoSaveTab": {
  63. "message": "Автозбереження цієї вкладки",
  64. "description": "Menu entry: 'Auto-save' > Auto-save this tab'"
  65. },
  66. "menuAutoSaveUnpinnedTabs": {
  67. "message": "Автозбереження незакріплених вкладок",
  68. "description": "Menu entry: 'Auto-save' > Auto-save unpinned tabs'"
  69. },
  70. "menuAutoSaveAllTabs": {
  71. "message": "Автозбереження всіх вкладок",
  72. "description": "Menu entry: 'Auto-save' > Auto-save all tabs'"
  73. },
  74. "buttonDefaultTooltip": {
  75. "message": "Зберегти сторінку з допомогою SingleFile",
  76. "description": "Button title: 'Save page with SingleFile'"
  77. },
  78. "buttonBlockedBadge": {
  79. "message": "🚫",
  80. "description": "Button badge when the page is blocked: '🚫'"
  81. },
  82. "buttonBlockedTooltip": {
  83. "message": "Ця сторінка не може бути збережена з SingleFile",
  84. "description": "Button title: 'This page cannot be saved with SingleFile'"
  85. },
  86. "buttonInitializingTooltip": {
  87. "message": "Ініціалізація SingleFile",
  88. "description": "Button title during initialization: 'Initializing SingleFile (x/2)'"
  89. },
  90. "buttonInitializingBadge": {
  91. "message": "•••",
  92. "description": "Badge label during initialization: '•••'"
  93. },
  94. "buttonSaveProgressTooltip": {
  95. "message": "Прогрес збереження: ",
  96. "description": "Button title during save: 'Save progress: xx%'"
  97. },
  98. "buttonUploadProgressTooltip": {
  99. "message": "Upload progress: ",
  100. "description": "Button title during save: 'Upload progress: xx%'"
  101. },
  102. "buttonOKBadge": {
  103. "message": "ОК",
  104. "description": "Badge label: 'OK'"
  105. },
  106. "buttonErrorBadge": {
  107. "message": "ERROR",
  108. "description": "Badge label for unexpected errors"
  109. },
  110. "buttonAutoSaveActiveTooltip": {
  111. "message": "Автозбереження активне",
  112. "description": "Button title: 'Auto-save active'"
  113. },
  114. "buttonAutoSaveActiveBadge": {
  115. "message": "[A]",
  116. "description": "Badge label when auto-save is active"
  117. },
  118. "optionsTitle": {
  119. "message": "Параметри",
  120. "description": "Options page title"
  121. },
  122. "optionsUserInterfaceSubTitle": {
  123. "message": "Користувацький інтерфейс",
  124. "description": "Options sub-title: 'User interface'"
  125. },
  126. "optionAddMenuEntry": {
  127. "message": "додати пункт в контекстне меню веб-сторінки",
  128. "description": "Options page label: 'add entry in the context menu of the webpage'"
  129. },
  130. "optionDisplayShadow": {
  131. "message": "затіняти сторінку під час обробки",
  132. "description": "Options page label: 'overlay a shadow on the page during processing'"
  133. },
  134. "optionDisplayInfobar": {
  135. "message": "відображати інформ. панель під час перегляду збереженої сторінки",
  136. "description": "Options page label: 'display an infobar when viewing a saved page'"
  137. },
  138. "optionInfobarTemplate": {
  139. "message": "шаблон вмісту інформаційної панелі ",
  140. "description": "Options page label: 'template of the infobar content'"
  141. },
  142. "optionIncludeInfobar": {
  143. "message": "додавати інформ. панель в сторінку що зберігається",
  144. "description": "Options page label: 'include the infobar in the saved page'"
  145. },
  146. "optionConfirmInfobar": {
  147. "message": "відкривати діалогове вікно для редагування вмісту інформаційної панелі",
  148. "description": "Options page label: 'open a prompt dialog to edit the infobar content'"
  149. },
  150. "optionOpenEditorLabel": {
  151. "message": "анотувати сторінки перед збереженням",
  152. "description": "Options page label: 'annotate the page before saving'"
  153. },
  154. "optionAutoCloseLabel": {
  155. "message": "автоматично закривати вкладку після збереження сторінки",
  156. "description": "Options page label: 'auto-close the tab after the page is saved'"
  157. },
  158. "optionsFileNameSubTitle": {
  159. "message": "Ім'я файлу",
  160. "description": "Options sub-title: 'File name'"
  161. },
  162. "optionFilenameTemplate": {
  163. "message": "шаблон",
  164. "description": "Options page label: 'template'"
  165. },
  166. "optionConfirmFilename": {
  167. "message": "відкривати діалогове вікно \"Save as\" для підтвердження імені файлу",
  168. "description": "Options page label: 'open the \"Save as\" dialog to confirm the file name'"
  169. },
  170. "optionFilenameConflictAction": {
  171. "message": "Розв'язок конфліктів імен файлів",
  172. "description": "Options page label: 'filename conflict resolution'"
  173. },
  174. "optionFilenameConflictActionUniquify": {
  175. "message": "створити унікальне ім'я",
  176. "description": "Value for 'filename conflict resolution' option: 'create a unique name'"
  177. },
  178. "optionFilenameConflictActionOverwrite": {
  179. "message": "перезаписати існуючий файл",
  180. "description": "Value for 'filename conflict resolution' option: 'overwrite the existing file'"
  181. },
  182. "optionFilenameConflictActionPrompt": {
  183. "message": "запит імені",
  184. "description": "Value for 'name conflict resolution' option: 'prompt for a name'"
  185. },
  186. "optionsHTMLContentSubTitle": {
  187. "message": "HTML-вміст",
  188. "description": "Options sub-title: 'HTML content'"
  189. },
  190. "optionCompressHTML": {
  191. "message": "стискати вміст HTML ",
  192. "description": "Options page label: 'compress HTML content'"
  193. },
  194. "optionRemoveImports": {
  195. "message": "видалити HTML-імпорт ",
  196. "description": "Options page label: 'remove HTML imports'"
  197. },
  198. "optionRemoveFrames": {
  199. "message": "видалити фрейми",
  200. "description": "Options page label: 'remove frames'"
  201. },
  202. "optionRemoveHiddenElements": {
  203. "message": "видалити приховані елементи",
  204. "description": "Options page label: 'remove hidden elements'"
  205. },
  206. "optionsImagesSubTitle": {
  207. "message": "Зображення",
  208. "description": "Options sub-title: 'Images'"
  209. },
  210. "optionGroupDuplicateImages": {
  211. "message": "групувати дублікати зображень",
  212. "description": "Options page label: 'group duplicate images together'"
  213. },
  214. "optionLoadDeferredImages": {
  215. "message": "зберегти відстрочені зображення",
  216. "description": "Options page label: 'save deferred images'"
  217. },
  218. "optionLoadDeferredImagesMaxIdleTime": {
  219. "message": "максимальний час простою (мс)",
  220. "description": "Options page label: 'maximum idle time (ms)'"
  221. },
  222. "optionRemoveAlternativeImages": {
  223. "message": "видалити зображення для альтернативних розширень екрану ",
  224. "description": "Options page label: 'remove images for alternative screen resolutions'"
  225. },
  226. "optionsFontsSubTitle": {
  227. "message": "Шрифти",
  228. "description": "Options sub-title: 'Fonts'"
  229. },
  230. "optionRemoveUnusedFonts": {
  231. "message": "видалити невикористовувані шрифти",
  232. "description": "Options page label: 'remove unused fonts'"
  233. },
  234. "optionRemoveAlternativeFonts": {
  235. "message": "видалити альтернативні шрифти",
  236. "description": "Options page label: 'remove alternative fonts'"
  237. },
  238. "optionsStylesheetsSubTitle": {
  239. "message": "Стилі",
  240. "description": "Options sub-title: 'Stylesheets'"
  241. },
  242. "optionCompressCSS": {
  243. "message": "стискати вміст CSS ",
  244. "description": "Options page label: 'compress CSS content'"
  245. },
  246. "optionRemoveUnusedStyles": {
  247. "message": "видалити невикористовувані стилі",
  248. "description": "Options page label: 'remove unused styles'"
  249. },
  250. "optionRemoveAlternativeMedias": {
  251. "message": "видалити стилі для екранів альтернативних пристроїв",
  252. "description": "Options page label: 'remove stylesheets for alternative devices to screens'"
  253. },
  254. "optionsOtherResourcesSubTitle": {
  255. "message": "Інші ресурси",
  256. "description": "Options sub-title: 'Other resources'"
  257. },
  258. "optionRemoveScripts": {
  259. "message": "видалити скрипти",
  260. "description": "Options page label: 'remove scripts'"
  261. },
  262. "optionRemoveVideo": {
  263. "message": "видалити джерела відео",
  264. "description": "Options page label: 'remove video sources'"
  265. },
  266. "optionRemoveAudio": {
  267. "message": "видалити джерела аудіо",
  268. "description": "Options page label: 'remove audio sources'"
  269. },
  270. "optionsAutoSaveSubTitle": {
  271. "message": "Автозбереження",
  272. "description": "Options sub-title: 'Auto-save'"
  273. },
  274. "optionsAutoSettingsSubTitle": {
  275. "message": "Правила автоналаштування ",
  276. "description": "Options sub-title: 'Auto-settings rules'"
  277. },
  278. "optionsDeleteDisplayedRulesConfirm": {
  279. "message": "Підтвердіть видалення всіх показаних правил",
  280. "description": "Popup text 'Confirm the deletion of all displayed rules'"
  281. },
  282. "optionsDeleteRulesTooltip": {
  283. "message": "Видалити всі правила",
  284. "description": "Popup text 'Delete all displayed rules'"
  285. },
  286. "optionsAutoSettingsUrl": {
  287. "message": "URL-адреса",
  288. "description": "Options label in the Auto-settings rules: 'URL'"
  289. },
  290. "optionsAutoSettingsUrlPlaceholder": {
  291. "message": "Введіть повний або частковий URL (напр. example.com)",
  292. "description": "Placeholder in the Auto-settings rules: 'Type a complete or partial URL (e.g. example.com)'"
  293. },
  294. "optionsAutoSettingsProfile": {
  295. "message": "Профіль",
  296. "description": "Options label in the Auto-settings rules: 'Profile'"
  297. },
  298. "optionsAutoSettingsAutoSaveProfile": {
  299. "message": "Профіль автозбереження",
  300. "description": "Options label in the Auto-settings rules: 'Auto-save profile'"
  301. },
  302. "optionsAutoSettingsShowAllProfiles": {
  303. "message": "переглянути всі профілі",
  304. "description": "Options label in the Auto-settings rules: 'display all profiles'"
  305. },
  306. "optionsAutoSettingsShowAutoSaveProfile": {
  307. "message": "відобразити стовпчик 'Профіль автозбереження'",
  308. "description": "Options label in the Auto-settings rules: 'display 'Auto-save profile' column'"
  309. },
  310. "optionsUpdateRuleTooltip": {
  311. "message": "Оновити правило",
  312. "description": "Popup text 'Update the rule' in the options page"
  313. },
  314. "optionsDeleteRuleTooltip": {
  315. "message": "Видалити правило",
  316. "description": "Popup text 'Delete the rule' in the options page"
  317. },
  318. "optionsAddRuleTooltip": {
  319. "message": "Додати правило",
  320. "description": "Popup text 'Add the rule' in the options page"
  321. },
  322. "optionsValidateChangesTooltip": {
  323. "message": "Підтвердити зміни",
  324. "description": "Popup text 'Validate changes' in the options page"
  325. },
  326. "optionsDeleteRuleConfirm": {
  327. "message": "Підтвердити видалення вибраного правила",
  328. "description": "Popup text 'Confirm the deletion of the selected rule' in the options page"
  329. },
  330. "optionAutoSaveLoadOrUnload": {
  331. "message": "автозбереження після завантаження або розвантаження сторінки",
  332. "description": "auto-save after page load or on page unload"
  333. },
  334. "optionAutoSaveLoad": {
  335. "message": "автозбереження після завантаження сторінки",
  336. "description": "Options page label: 'auto-save after page load'"
  337. },
  338. "optionAutoSaveUnload": {
  339. "message": "автозбереження після розвантаження сторінки",
  340. "description": "Options page label: 'auto-save on page unload'"
  341. },
  342. "optionAutoSaveDelay": {
  343. "message": "затримка автозбереження після завантаження сторінки (с)",
  344. "description": "Options page label: 'auto-save waiting delay after page load (s)'"
  345. },
  346. "optionAutoSaveRepeat": {
  347. "message": "періодичне автозбереження",
  348. "description": "Options page label: 'auto-save periodically'"
  349. },
  350. "optionAutoSaveRepeatDelay": {
  351. "message": "період (с.)",
  352. "description": "Options page label: 'period (s)'"
  353. },
  354. "optionsMiscSubTitle": {
  355. "message": "Різне",
  356. "description": "Options sub-title: 'Misc.'"
  357. },
  358. "optionBackgroundSave": {
  359. "message": "зберігати сторінки у фоновому режимі",
  360. "description": "Options page label: 'save pages in background'"
  361. },
  362. "optionDisplayStats": {
  363. "message": "відображати статистику в консолі після обробки",
  364. "description": "Options page label: 'display stats in the console after processing'"
  365. },
  366. "optionSetMaxResourceSize": {
  367. "message": "встановити максимальний розмір для впроваджених ресурсів",
  368. "description": "Options page label: 'set a maximum size for embedded resources'"
  369. },
  370. "optionMaxResourceSize": {
  371. "message": "максимальний розмір (МБ)",
  372. "description": "Options page label: 'maximum size (MB)'"
  373. },
  374. "optionSaveRawPage": {
  375. "message": "зберегти вихідну сторінку",
  376. "description": "Options page label: 'save raw page'"
  377. },
  378. "optionSaveToClipboard": {
  379. "message": "зберегти в буфер обміну",
  380. "description": "Options page label: 'save to clipboard'"
  381. },
  382. "optionSaveToGDrive": {
  383. "message": "save to Google Drive",
  384. "description": "Options page label: 'save to Google Drive'"
  385. },
  386. "optionsHelpLink": {
  387. "message": "допомога",
  388. "description": "Options help link"
  389. },
  390. "optionsResetButton": {
  391. "message": "Скидання",
  392. "description": "Options button: 'Reset'"
  393. },
  394. "optionsResetTooltip": {
  395. "message": "Скинути всі параметри до типових значень",
  396. "description": "Options 'Reset' button tooltip"
  397. },
  398. "optionsResetConfirm": {
  399. "message": "Підтвердити скидання всіх параметрів чи поточного профілю",
  400. "description": "Popup text 'Confirm the reset of all options or the current profile' in the options page"
  401. },
  402. "optionsResetAllButton": {
  403. "message": "Скинути всі параметри",
  404. "description": "Options confirm button: 'Reset all options'"
  405. },
  406. "optionsResetCurrentButton": {
  407. "message": "Скинути поточний профіль",
  408. "description": "Options confirm button: 'Reset current profile'"
  409. },
  410. "optionsOKButton": {
  411. "message": "ОК",
  412. "description": "Options confirm button: 'OK'"
  413. },
  414. "optionsCancelButton": {
  415. "message": "Скасувати",
  416. "description": "Options confirm button: 'Cancel'"
  417. },
  418. "optionsExportButton": {
  419. "message": "Експорт",
  420. "description": "Options button: 'Export'"
  421. },
  422. "optionsImportButton": {
  423. "message": "Імпорт",
  424. "description": "Options button: 'Import'"
  425. },
  426. "logPanelDeferredImages": {
  427. "message": "Відстрочені зображення",
  428. "description": "Label 'Deferred images' in the log panel"
  429. },
  430. "logPanelFrameContents": {
  431. "message": "Вміст фрейму",
  432. "description": "Label 'Frame contents' in the log panel"
  433. },
  434. "logPanelStep": {
  435. "message": "Крок",
  436. "description": "Label 'Step' (for 'Step x / 4') in the log panel"
  437. },
  438. "logPanelWidth": {
  439. "message": "Сто двадцять і два,",
  440. "description": "Width of the log panel in pixels, it should be adjusted for the longest label beginning with 'log' (e.g. 'logPanelDeferredImages')"
  441. },
  442. "profileDefaultSettings": {
  443. "message": "Типові налаштування",
  444. "description": "Label 'Default settings' of the default settings in the options page"
  445. },
  446. "profileDisabled": {
  447. "message": "Вимкнено",
  448. "description": "Label 'Disabled' of the disabled profile name in the options page"
  449. },
  450. "profileAddButtonTooltip": {
  451. "message": "Додати новий профіль",
  452. "description": "Tooltip 'Add a new profile' in the options page"
  453. },
  454. "profileRenameButtonTooltip": {
  455. "message": "Перейменувати профіль",
  456. "description": "Tooltip 'Rename the profile' in the options page"
  457. },
  458. "profileDeleteButtonTooltip": {
  459. "message": "Видалити профіль",
  460. "description": "Tooltip 'Delete the profile' in the options page"
  461. },
  462. "profileAddPrompt": {
  463. "message": "Введіть ім'я нового профілю",
  464. "description": "Popup text 'Enter a name for this new profile' in the options page"
  465. },
  466. "profileDeleteConfirm": {
  467. "message": "Підтвердити видалення обраного профілю",
  468. "description": "Popup text 'Confirm the deletion of the selected profile' in the options page"
  469. },
  470. "profileRenamePrompt": {
  471. "message": "Введіть нове ім'я для обраного профілю",
  472. "description": "Popup text 'Enter a new name for the selected profile' in the options page"
  473. },
  474. "editorAddYellowNote": {
  475. "message": "Додати жовту примітку",
  476. "description": "Title of the button 'Add a yellow note' in the editor"
  477. },
  478. "editorAddPinkNote": {
  479. "message": "Додати рожеву примітку",
  480. "description": "Title of the button 'Add a pink note' in the editor"
  481. },
  482. "editorAddBlueNote": {
  483. "message": "Додати синю примітку",
  484. "description": "Title of the button 'Add a blue note' in the editor"
  485. },
  486. "editorAddGreenNote": {
  487. "message": "Додати зелену примітку",
  488. "description": "Title of the button 'Add a green note' in the editor"
  489. },
  490. "editorHighlightYellow": {
  491. "message": "Позначити виділений текст жовтим кольором",
  492. "description": "Title of the button 'Highlight selected text in yellow' in the editor"
  493. },
  494. "editorHighlightPink": {
  495. "message": "Позначити виділений текст рожевим кольором",
  496. "description": "Title of the button 'Highlight selected text in pink' in the editor"
  497. },
  498. "editorHighlightBlue": {
  499. "message": "Позначити виділений текст синім кольором",
  500. "description": "Title of the button 'Highlight selected text in blue' in the editor"
  501. },
  502. "editorHighlightGreen": {
  503. "message": "Позначити виділений текст зеленим кольором",
  504. "description": "Title of the button 'Highlight selected text in green' in the editor"
  505. },
  506. "editorToggleNotes": {
  507. "message": "Показати/приховати примітки",
  508. "description": "Title of the button 'Display/hide notes' in the editor"
  509. },
  510. "editorToggleHighlights": {
  511. "message": "Показати/приховати текст",
  512. "description": "Title of the button 'Display/hide the highlighted text' in the editor"
  513. },
  514. "editorRemoveHighlight": {
  515. "message": "Видалити виділений текст",
  516. "description": "Title of the button 'Remove the selected highlighted text' in the editor"
  517. },
  518. "editorEditPage": {
  519. "message": "Ввімкнути/вимкнути режим 'тільки для читання'",
  520. "description": "Title of the button 'Enable/disable read-only' in the editor"
  521. },
  522. "editorCutPage": {
  523. "message": "Enable/disable removing document's element on click",
  524. "description": "Title of the button 'Enable/disable removing document's element on click' in the editor"
  525. },
  526. "editorUndoCutPage": {
  527. "message": "Restore last removed element",
  528. "description": "Title of the button 'Restore last removed element' in the editor"
  529. },
  530. "editorUndoAllCutPage": {
  531. "message": "Restore all removed elements",
  532. "description": "Title of the button 'Restore all removed elements' in the editor"
  533. },
  534. "editorSavePage": {
  535. "message": "Зберегти сторінку",
  536. "description": "Title of the button 'Save the page' in the editor"
  537. },
  538. "pendingsTitle": {
  539. "message": "Pending saves",
  540. "description": "Title of the pending save page 'Pending saves' in the editor"
  541. },
  542. "pendingsCancelAllButton": {
  543. "message": "Cancel all",
  544. "description": "Pending saves button 'Cancel all'"
  545. },
  546. "pendingsURLTitle": {
  547. "message": "URL",
  548. "description": "Title of the first column in the table of the pending saves 'URL'"
  549. },
  550. "pendingsStatusTitle": {
  551. "message": "status",
  552. "description": "Title of the second column in the table of the pending saves 'status'"
  553. },
  554. "pendingsPendingStatus": {
  555. "message": "pending",
  556. "description": "Value of 'status' for pending saves"
  557. },
  558. "pendingsProcessingStatus": {
  559. "message": "processing",
  560. "description": "Value of 'status' for current saves"
  561. },
  562. "pendingsCancellingStatus": {
  563. "message": "cancelling",
  564. "description": "Value of 'status' for cancelled saves"
  565. },
  566. "pendingsNoPendings": {
  567. "message": "No pending saves",
  568. "description": "Label displayed when they are no pending saves"
  569. }
  570. }