messages.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  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. "menuSelectProfile": {
  11. "message": "Выберите профиль по умолчанию",
  12. "description": "Menu entry: 'Select the default profile'"
  13. },
  14. "menuUpdateRule": {
  15. "message": "Выберите профиль текущего правила",
  16. "description": "Menu entry: 'Select the profile of the current rule'"
  17. },
  18. "menuCreateDomainRule": {
  19. "message": "Выберите профиль текущего домена",
  20. "description": "Menu entry: 'Select the profile of the current domain'"
  21. },
  22. "menuSaveSelection": {
  23. "message": "Сохранить выделенное",
  24. "description": "Menu entry: 'Save selection'"
  25. },
  26. "menuSaveFrame": {
  27. "message": "Сохранить фрейм",
  28. "description": "Menu entry: 'Save frame'"
  29. },
  30. "menuSaveTabs": {
  31. "message": "Сохранить вкладки",
  32. "description": "Menu entry (SingleFile button only): 'Save tabs'"
  33. },
  34. "menuSaveSelectedTabs": {
  35. "message": "Сохранить выбранные вкладки",
  36. "description": "Menu entry: 'Save selected tabs'"
  37. },
  38. "menuSaveUnpinnedTabs": {
  39. "message": "Сохранить незакрепленные вкладки",
  40. "description": "Menu entry: 'Save unpinned tabs'"
  41. },
  42. "menuSaveAllTabs": {
  43. "message": "Сохранить все вкладки",
  44. "description": "Menu entry: 'Save all tabs'"
  45. },
  46. "menuAutoSave": {
  47. "message": "Автосохранение",
  48. "description": "Menu entry: 'Auto-save'"
  49. },
  50. "menuAutoSaveDisabled": {
  51. "message": "Отключено",
  52. "description": "Menu entry: 'Auto-save' > Disabled'"
  53. },
  54. "menuAutoSaveTab": {
  55. "message": "Автосохранение этой вкладки",
  56. "description": "Menu entry: 'Auto-save' > Auto-save this tab'"
  57. },
  58. "menuAutoSaveUnpinnedTabs": {
  59. "message": "Автосохранение незакрепленных вкладок",
  60. "description": "Menu entry: 'Auto-save' > Auto-save unpinned tabs'"
  61. },
  62. "menuAutoSaveAllTabs": {
  63. "message": "Автосохранение всех вкладок",
  64. "description": "Menu entry: 'Auto-save' > Auto-save all tabs'"
  65. },
  66. "buttonDefaultTooltip": {
  67. "message": "Сохранить страницу с помощью SingleFile",
  68. "description": "Button title: 'Save page with SingleFile'"
  69. },
  70. "buttonBlockedBadge": {
  71. "message": "🛇",
  72. "description": "Button badge when the page is blacked: '🛇'"
  73. },
  74. "buttonBlockedTooltip": {
  75. "message": "This page cannot be saved with SingleFile",
  76. "description": "Button title: 'This page cannot be saved with SingleFile'"
  77. },
  78. "buttonInitializingTooltip": {
  79. "message": "Инициализация SingleFile",
  80. "description": "Button title during initialization: 'Initializing SingleFile (x/2)'"
  81. },
  82. "buttonInitializingBadge": {
  83. "message": "•••",
  84. "description": "Badge label during initialization: '•••'"
  85. },
  86. "buttonSaveProgressTooltip": {
  87. "message": "Прогресс сохранения: ",
  88. "description": "Button title during save: 'Save progress: xx%'"
  89. },
  90. "buttonOKBadge": {
  91. "message": "OK",
  92. "description": "Badge label: 'OK'"
  93. },
  94. "buttonErrorBadge": {
  95. "message": "ERR",
  96. "description": "Badge label for unexpected errors"
  97. },
  98. "buttonAutoSaveActiveTooltip": {
  99. "message": "Автосохранение активно",
  100. "description": "Button title: 'Auto-save active'"
  101. },
  102. "buttonAutoSaveActiveBadge": {
  103. "message": "[A]",
  104. "description": "Badge label when auto-save is active"
  105. },
  106. "optionsTitle": {
  107. "message": "Параметры",
  108. "description": "Options page title"
  109. },
  110. "optionsUserInterfaceSubTitle": {
  111. "message": "Пользовательский интерфейс",
  112. "description": "Options sub-title: 'User interface'"
  113. },
  114. "optionAddMenuEntry": {
  115. "message": "добавить пункт в контекстное меню веб-страницы",
  116. "description": "Options page label: 'add entry in the context menu of the webpage'"
  117. },
  118. "optionDisplayShadow": {
  119. "message": "накладывать тень на страницу во время обработки",
  120. "description": "Options page label: 'overlay a shadow on the page during processing'"
  121. },
  122. "optionDisplayInfobar": {
  123. "message": "отображать информационную панель при просмотре сохраненной страницы",
  124. "description": "Options page label: 'display an infobar when viewing a saved page'"
  125. },
  126. "optionInfobarTemplate": {
  127. "message": "шаблон содержимого информационной панели",
  128. "description": "Options page label: 'template of the infobar content'"
  129. },
  130. "optionConfirmInfobar": {
  131. "message": "открывать диалоговое окно для редактирования содержимого информационной панели",
  132. "description": "Options page label: 'open a prompt dialog to edit the infobar content'"
  133. },
  134. "optionsFileNameSubTitle": {
  135. "message": "Имя файла",
  136. "description": "Options sub-title: 'File name'"
  137. },
  138. "optionFilenameTemplate": {
  139. "message": "шаблон",
  140. "description": "Options page label: 'template'"
  141. },
  142. "optionConfirmFilename": {
  143. "message": "открывать диалоговое окно \"Сохранить как\" для подтверждения имени файла",
  144. "description": "Options page label: 'open the \"Save as\" dialog to confirm the file name'"
  145. },
  146. "optionFilenameConflictAction": {
  147. "message": "разрешение конфликтов имен файлов",
  148. "description": "Options page label: 'filename conflict resolution'"
  149. },
  150. "optionFilenameConflictActionUniquify": {
  151. "message": "создать уникальное имя",
  152. "description": "Value for 'filename conflict resolution' option: 'create a unique name'"
  153. },
  154. "optionFilenameConflictActionOverwrite": {
  155. "message": "перезаписать существующий файл",
  156. "description": "Value for 'filename conflict resolution' option: 'overwrite the existing file'"
  157. },
  158. "optionFilenameConflictActionPrompt": {
  159. "message": "запросить имя",
  160. "description": "Value for 'name conflict resolution' option: 'prompt for a name'"
  161. },
  162. "optionsHTMLContentSubTitle": {
  163. "message": "HTML-контент",
  164. "description": "Options sub-title: 'HTML content'"
  165. },
  166. "optionCompressHTML": {
  167. "message": "сжать HTML-контент",
  168. "description": "Options page label: 'compress HTML content'"
  169. },
  170. "optionRemoveImports": {
  171. "message": "удалить HTML-импорт",
  172. "description": "Options page label: 'remove HTML imports'"
  173. },
  174. "optionRemoveFrames": {
  175. "message": "удалить фреймы",
  176. "description": "Options page label: 'remove frames'"
  177. },
  178. "optionRemoveHiddenElements": {
  179. "message": "удалить скрытые элементы",
  180. "description": "Options page label: 'remove hidden elements'"
  181. },
  182. "optionsImagesSubTitle": {
  183. "message": "Изображения",
  184. "description": "Options sub-title: 'Images'"
  185. },
  186. "optionGroupDuplicateImages": {
  187. "message": "группировать дубликаты изображений",
  188. "description": "Options page label: 'group duplicate images together'"
  189. },
  190. "optionLoadDeferredImages": {
  191. "message": "сохранить отложенные изображения",
  192. "description": "Options page label: 'save deferred images'"
  193. },
  194. "optionLoadDeferredImagesMaxIdleTime": {
  195. "message": "максимальное время простоя (мс)",
  196. "description": "Options page label: 'maximum idle time (ms)'"
  197. },
  198. "optionRemoveAlternativeImages": {
  199. "message": "удалить изображения для альтернативных разрешений экрана",
  200. "description": "Options page label: 'remove images for alternative screen resolutions'"
  201. },
  202. "optionsFontsSubTitle": {
  203. "message": "Шрифты",
  204. "description": "Options sub-title: 'Fonts'"
  205. },
  206. "optionRemoveUnusedFonts": {
  207. "message": "удалить неиспользуемые шрифты",
  208. "description": "Options page label: 'remove unused fonts'"
  209. },
  210. "optionRemoveAlternativeFonts": {
  211. "message": "удалить альтернативные шрифты",
  212. "description": "Options page label: 'remove alternative fonts'"
  213. },
  214. "optionsStylesheetsSubTitle": {
  215. "message": "Таблицы стилей",
  216. "description": "Options sub-title: 'Stylesheets'"
  217. },
  218. "optionCompressCSS": {
  219. "message": "сжать содержимое CSS",
  220. "description": "Options page label: 'compress CSS content'"
  221. },
  222. "optionRemoveUnusedStyles": {
  223. "message": "удалить неиспользуемые стили",
  224. "description": "Options page label: 'remove unused styles'"
  225. },
  226. "optionRemoveAlternativeMedias": {
  227. "message": "удалить таблицы стилей для экранов альтернативных устройств",
  228. "description": "Options page label: 'remove stylesheets for alternative devices to screens'"
  229. },
  230. "optionsOtherResourcesSubTitle": {
  231. "message": "Другие ресурсы",
  232. "description": "Options sub-title: 'Other resources'"
  233. },
  234. "optionRemoveScripts": {
  235. "message": "удалить скрипты",
  236. "description": "Options page label: 'remove scripts'"
  237. },
  238. "optionRemoveVideo": {
  239. "message": "удалить источники видео",
  240. "description": "Options page label: 'remove video sources'"
  241. },
  242. "optionRemoveAudio": {
  243. "message": "удалить источники аудио",
  244. "description": "Options page label: 'remove audio sources'"
  245. },
  246. "optionsAutoSaveSubTitle": {
  247. "message": "Автосохранение",
  248. "description": "Options sub-title: 'Auto-save'"
  249. },
  250. "optionsAutoSettingsSubTitle": {
  251. "message": "Правила автонастройки",
  252. "description": "Options sub-title: 'Auto-settings rules'"
  253. },
  254. "optionsDeleteDisplayedRulesConfirm": {
  255. "message": "Подтвердите удаление всех отображаемых правил",
  256. "description": "Popup text 'Confirm deletion of all displayed rules'"
  257. },
  258. "optionsDeleteRulesTooltip": {
  259. "message": "Удалить все отображаемые правила",
  260. "description": "Popup text 'Delete all displayed rules'"
  261. },
  262. "optionsAutoSettingsUrl": {
  263. "message": "URL",
  264. "description": "Options label in the auto-settings rules: 'URL'"
  265. },
  266. "optionsAutoSettingsUrlPlaceholder": {
  267. "message": "Введите полный или частичный URL (т.к. example.com)",
  268. "description": "Placeholder in the Auto-settings rules: 'Type a complete or partial URL (e.g. example.com)'"
  269. },
  270. "optionsAutoSettingsProfile": {
  271. "message": "Профиль",
  272. "description": "Options label in the Auto-settings rules: 'Profile'"
  273. },
  274. "optionsAutoSettingsAutoSaveProfile": {
  275. "message": "Профиль автосохранения",
  276. "description": "Options label in the Auto-settings rules: 'Auto-save profile'"
  277. },
  278. "optionsAutoSettingsShowAllProfiles": {
  279. "message": "показать все профили",
  280. "description": "Options label in the Auto-settings rules: 'display all profiles'"
  281. },
  282. "optionsAutoSettingsShowAutoSaveProfile": {
  283. "message": "отобразить столбец 'Профиль автосохранения'",
  284. "description": "Options label in the Auto-settings rules: 'display 'Auto-save profile' column'"
  285. },
  286. "optionsUpdateRuleTooltip": {
  287. "message": "Обновить правило",
  288. "description": "Popup text 'Update the rule' in the options page"
  289. },
  290. "optionsDeleteRuleTooltip": {
  291. "message": "Удалить правило",
  292. "description": "Popup text 'Delete the rule' in the options page"
  293. },
  294. "optionsAddRuleTooltip": {
  295. "message": "Добавить правило",
  296. "description": "Popup text 'Delete the rule' in the options page"
  297. },
  298. "optionsValidateChangesTooltip": {
  299. "message": "Подтвердить изменения",
  300. "description": "Popup text 'Validate changes' in the options page"
  301. },
  302. "optionsDeleteRuleConfirm": {
  303. "message": "Подтвердите удаление выбранного правила",
  304. "description": "Popup text 'Confirm deletion of the selected rule' in the options page"
  305. },
  306. "optionAutoSaveLoadOrUnload": {
  307. "message": "автосохранение после загрузки или выгрузки страницы",
  308. "description": "auto-save after page load or on page unload"
  309. },
  310. "optionAutoSaveLoad": {
  311. "message": "автосохранение после загрузки страницы",
  312. "description": "Options page label: 'auto-save after page load'"
  313. },
  314. "optionAutoSaveUnload": {
  315. "message": "автосохранение после выгрузки страницы",
  316. "description": "Options page label: 'auto-save on page unload'"
  317. },
  318. "optionAutoSaveDelay": {
  319. "message": "задержка автосохранения после загрузки страницы (сек.)",
  320. "description": "Options page label: 'auto-save waiting delay after page load (s)'"
  321. },
  322. "optionAutoSaveRepeat": {
  323. "message": "auto-save periodically",
  324. "description": "Options page label: 'auto-save periodically'"
  325. },
  326. "optionAutoSaveRepeatDelay": {
  327. "message": "period (s)",
  328. "description": "Options page label: 'period (s)'"
  329. },
  330. "optionsMiscSubTitle": {
  331. "message": "Разное",
  332. "description": "Options sub-title: 'Misc.'"
  333. },
  334. "optionBackgroundSave": {
  335. "message": "сохранять страницы в фоновом режиме",
  336. "description": "Options page label: 'save pages in background'"
  337. },
  338. "optionDisplayStats": {
  339. "message": "отображать статистику в консоли после обработки",
  340. "description": "Options page label: 'display stats in the console after processing'"
  341. },
  342. "optionSetMaxResourceSize": {
  343. "message": "установить максимальный размер для встроенных ресурсов",
  344. "description": "Options page label: 'set a maximum size for embedded resources'"
  345. },
  346. "optionMaxResourceSize": {
  347. "message": "максимальный размер (МБ)",
  348. "description": "Options page label: 'maximum size (MB)'"
  349. },
  350. "optionSaveRawPage": {
  351. "message": "сохранить исходную страницу",
  352. "description": "Options page label: 'save raw page'"
  353. },
  354. "optionsHelpLink": {
  355. "message": "помощь",
  356. "description": "Options help link"
  357. },
  358. "optionsResetButton": {
  359. "message": "Сброс",
  360. "description": "Options button: 'Reset'"
  361. },
  362. "optionsResetTooltip": {
  363. "message": "Сбросить все параметры к значениям по умолчанию",
  364. "description": "Options 'Reset' button tooltip"
  365. },
  366. "optionsResetConfirm": {
  367. "message": "Подтвердите сброс всех параметров или текущего профиля",
  368. "description": "Popup text 'Confirm the reset of all options or the current profile' in the options page"
  369. },
  370. "optionsResetAllButton": {
  371. "message": "Сбросить все параметры",
  372. "description": "Options confirm button: 'Reset all options'"
  373. },
  374. "optionsResetCurrentButton": {
  375. "message": "Сбросить текущий профиль",
  376. "description": "Options confirm button: 'Reset current profile'"
  377. },
  378. "optionsOKButton": {
  379. "message": "OK",
  380. "description": "Options confirm button: 'OK'"
  381. },
  382. "optionsCancelButton": {
  383. "message": "Отмена",
  384. "description": "Options confirm button: 'Cancel'"
  385. },
  386. "optionsExportButton": {
  387. "message": "Экспорт",
  388. "description": "Options button: 'Export'"
  389. },
  390. "optionsImportButton": {
  391. "message": "Импорт",
  392. "description": "Options button: 'Import'"
  393. },
  394. "logPanelDeferredImages": {
  395. "message": "Отложенные изображения",
  396. "description": "Label 'Deferred images' in the log panel"
  397. },
  398. "logPanelFrameContents": {
  399. "message": "Контент фреймов",
  400. "description": "Label 'Frame contents' in the log panel"
  401. },
  402. "logPanelStep": {
  403. "message": "Шаг",
  404. "description": "Label 'Step' (for 'Step x / 4') in the log panel"
  405. },
  406. "logPanelWidth": {
  407. "message": "120",
  408. "description": "Width of the log panel in pixels, it should be adjusted for the longest label beginning with 'log' (e.g. 'logPanelDeferredImages')"
  409. },
  410. "profileDefaultSettings": {
  411. "message": "Настройки по умолчанию",
  412. "description": "Label 'Default settings' of the default settings in the options page"
  413. },
  414. "profileDisabled": {
  415. "message": "Отключено",
  416. "description": "Label 'Disabled' of the disabled profile name in the options page"
  417. },
  418. "profileAddButtonTooltip": {
  419. "message": "Добавить профиль",
  420. "description": "Tooltip 'Add a new profile' in the options page"
  421. },
  422. "profileRenameButtonTooltip": {
  423. "message": "Переименовать профиль",
  424. "description": "Tooltip 'Rename the profile' in the options page"
  425. },
  426. "profileDeleteButtonTooltip": {
  427. "message": "Удалить профиль",
  428. "description": "Tooltip 'Delete the profile' in the options page"
  429. },
  430. "profileAddPrompt": {
  431. "message": "Введите имя для этого профиля",
  432. "description": "Popup text 'Enter a name for this new profile' in the options page"
  433. },
  434. "profileDeleteConfirm": {
  435. "message": "Подтвердите удаление выбранного профиля",
  436. "description": "Popup text 'Confirm deletion of the selected profile' in the options page"
  437. },
  438. "profileRenamePrompt": {
  439. "message": "Введите новое имя для выбранного профиля",
  440. "description": "Popup text 'Enter a new name for the selected profile' in the options page"
  441. }
  442. }