|
|
@@ -0,0 +1,514 @@
|
|
|
+{
|
|
|
+ "extensionDescription": {
|
|
|
+ "message": "Зберегти всю сторінку в один HTML-файл",
|
|
|
+ "description": "Description of the extension."
|
|
|
+ },
|
|
|
+ "menuSavePage": {
|
|
|
+ "message": "Зберегти сторінку з допомогою SingleFile",
|
|
|
+ "description": "Menu entry: 'Save page with SingleFile'"
|
|
|
+ },
|
|
|
+ "menuEditAndSavePage": {
|
|
|
+ "message": "Анотувати і зберегти сторінку...",
|
|
|
+ "description": "Menu entry: 'Annotate and save the page...'"
|
|
|
+ },
|
|
|
+ "menuSelectProfile": {
|
|
|
+ "message": "Виберіть профіль за замовчуванням ",
|
|
|
+ "description": "Menu entry: 'Select the default profile'"
|
|
|
+ },
|
|
|
+ "menuUpdateRule": {
|
|
|
+ "message": "Виберіть профіль поточного правила",
|
|
|
+ "description": "Menu entry: 'Select the profile of the current rule'"
|
|
|
+ },
|
|
|
+ "menuCreateDomainRule": {
|
|
|
+ "message": "Виберіть профіль поточного домену",
|
|
|
+ "description": "Menu entry: 'Select the profile of the current domain'"
|
|
|
+ },
|
|
|
+ "menuSaveSelection": {
|
|
|
+ "message": "Зберегти виділене",
|
|
|
+ "description": "Menu entry: 'Save selection'"
|
|
|
+ },
|
|
|
+ "menuSaveFrame": {
|
|
|
+ "message": "Зберегти фрейм",
|
|
|
+ "description": "Menu entry: 'Save frame'"
|
|
|
+ },
|
|
|
+ "menuSaveTabs": {
|
|
|
+ "message": "Зберегти вкладки",
|
|
|
+ "description": "Menu entry (SingleFile button only): 'Save tabs'"
|
|
|
+ },
|
|
|
+ "menuSaveSelectedTabs": {
|
|
|
+ "message": "Зберегти вибрані вкладки",
|
|
|
+ "description": "Menu entry: 'Save selected tabs'"
|
|
|
+ },
|
|
|
+ "menuSaveUnpinnedTabs": {
|
|
|
+ "message": "Зберегти незакріплені вкладки",
|
|
|
+ "description": "Menu entry: 'Save unpinned tabs'"
|
|
|
+ },
|
|
|
+ "menuSaveAllTabs": {
|
|
|
+ "message": "Зберегти всі вкладки",
|
|
|
+ "description": "Menu entry: 'Save all tabs'"
|
|
|
+ },
|
|
|
+ "menuAutoSave": {
|
|
|
+ "message": "Автозбереження",
|
|
|
+ "description": "Menu entry: 'Auto-save'"
|
|
|
+ },
|
|
|
+ "menuAutoSaveDisabled": {
|
|
|
+ "message": "Вимкнено",
|
|
|
+ "description": "Menu entry: 'Auto-save' > Disabled'"
|
|
|
+ },
|
|
|
+ "menuAutoSaveTab": {
|
|
|
+ "message": "Автозбереження цієї вкладки",
|
|
|
+ "description": "Menu entry: 'Auto-save' > Auto-save this tab'"
|
|
|
+ },
|
|
|
+ "menuAutoSaveUnpinnedTabs": {
|
|
|
+ "message": "Автозбереження незакріплених вкладок",
|
|
|
+ "description": "Menu entry: 'Auto-save' > Auto-save unpinned tabs'"
|
|
|
+ },
|
|
|
+ "menuAutoSaveAllTabs": {
|
|
|
+ "message": "Автозбереження всіх вкладок",
|
|
|
+ "description": "Menu entry: 'Auto-save' > Auto-save all tabs'"
|
|
|
+ },
|
|
|
+ "buttonDefaultTooltip": {
|
|
|
+ "message": "Зберегти сторінку з допомогою SingleFile",
|
|
|
+ "description": "Button title: 'Save page with SingleFile'"
|
|
|
+ },
|
|
|
+ "buttonBlockedBadge": {
|
|
|
+ "message": "🚫",
|
|
|
+ "description": "Button badge when the page is blocked: '🚫'"
|
|
|
+ },
|
|
|
+ "buttonBlockedTooltip": {
|
|
|
+ "message": "Ця сторінка не може бути збережена з SingleFile",
|
|
|
+ "description": "Button title: 'This page cannot be saved with SingleFile'"
|
|
|
+ },
|
|
|
+ "buttonInitializingTooltip": {
|
|
|
+ "message": "Ініціалізація SingleFile",
|
|
|
+ "description": "Button title during initialization: 'Initializing SingleFile (x/2)'"
|
|
|
+ },
|
|
|
+ "buttonInitializingBadge": {
|
|
|
+ "message": "•••",
|
|
|
+ "description": "Badge label during initialization: '•••'"
|
|
|
+ },
|
|
|
+ "buttonSaveProgressTooltip": {
|
|
|
+ "message": "Прогрес збереження: ",
|
|
|
+ "description": "Button title during save: 'Save progress: xx%'"
|
|
|
+ },
|
|
|
+ "buttonOKBadge": {
|
|
|
+ "message": "ОК",
|
|
|
+ "description": "Badge label: 'OK'"
|
|
|
+ },
|
|
|
+ "buttonErrorBadge": {
|
|
|
+ "message": "ERROR",
|
|
|
+ "description": "Badge label for unexpected errors"
|
|
|
+ },
|
|
|
+ "buttonAutoSaveActiveTooltip": {
|
|
|
+ "message": "Автозбереження активне",
|
|
|
+ "description": "Button title: 'Auto-save active'"
|
|
|
+ },
|
|
|
+ "buttonAutoSaveActiveBadge": {
|
|
|
+ "message": "[A]",
|
|
|
+ "description": "Badge label when auto-save is active"
|
|
|
+ },
|
|
|
+ "optionsTitle": {
|
|
|
+ "message": "Параметри",
|
|
|
+ "description": "Options page title"
|
|
|
+ },
|
|
|
+ "optionsUserInterfaceSubTitle": {
|
|
|
+ "message": "Користувацький інтерфейс",
|
|
|
+ "description": "Options sub-title: 'User interface'"
|
|
|
+ },
|
|
|
+ "optionAddMenuEntry": {
|
|
|
+ "message": "додати пункт в контекстне меню веб-сторінки",
|
|
|
+ "description": "Options page label: 'add entry in the context menu of the webpage'"
|
|
|
+ },
|
|
|
+ "optionDisplayShadow": {
|
|
|
+ "message": "затіняти сторінку під час обробки",
|
|
|
+ "description": "Options page label: 'overlay a shadow on the page during processing'"
|
|
|
+ },
|
|
|
+ "optionDisplayInfobar": {
|
|
|
+ "message": "відображати інформ. панель під час перегляду збереженої сторінки",
|
|
|
+ "description": "Options page label: 'display an infobar when viewing a saved page'"
|
|
|
+ },
|
|
|
+ "optionInfobarTemplate": {
|
|
|
+ "message": "шаблон вмісту інформаційної панелі ",
|
|
|
+ "description": "Options page label: 'template of the infobar content'"
|
|
|
+ },
|
|
|
+ "optionIncludeInfobar": {
|
|
|
+ "message": "додавати інформ. панель в сторінку що зберігається",
|
|
|
+ "description": "Options page label: 'include the infobar in the saved page'"
|
|
|
+ },
|
|
|
+ "optionConfirmInfobar": {
|
|
|
+ "message": "відкривати діалогове вікно для редагування вмісту інформаційної панелі",
|
|
|
+ "description": "Options page label: 'open a prompt dialog to edit the infobar content'"
|
|
|
+ },
|
|
|
+ "optionOpenEditorLabel": {
|
|
|
+ "message": "анотувати сторінки перед збереженням",
|
|
|
+ "description": "Options page label: 'annotate the page before saving'"
|
|
|
+ },
|
|
|
+ "optionAutoCloseLabel": {
|
|
|
+ "message": "автоматично закривати вкладку після збереження сторінки",
|
|
|
+ "description": "Options page label: 'auto-close the tab after the page is saved'"
|
|
|
+ },
|
|
|
+ "optionsFileNameSubTitle": {
|
|
|
+ "message": "Ім'я файлу",
|
|
|
+ "description": "Options sub-title: 'File name'"
|
|
|
+ },
|
|
|
+ "optionFilenameTemplate": {
|
|
|
+ "message": "шаблон",
|
|
|
+ "description": "Options page label: 'template'"
|
|
|
+ },
|
|
|
+ "optionConfirmFilename": {
|
|
|
+ "message": "відкривати діалогове вікно \"Save as\" для підтвердження імені файлу",
|
|
|
+ "description": "Options page label: 'open the \"Save as\" dialog to confirm the file name'"
|
|
|
+ },
|
|
|
+ "optionFilenameConflictAction": {
|
|
|
+ "message": "Розв'язок конфліктів імен файлів",
|
|
|
+ "description": "Options page label: 'filename conflict resolution'"
|
|
|
+ },
|
|
|
+ "optionFilenameConflictActionUniquify": {
|
|
|
+ "message": "створити унікальне ім'я",
|
|
|
+ "description": "Value for 'filename conflict resolution' option: 'create a unique name'"
|
|
|
+ },
|
|
|
+ "optionFilenameConflictActionOverwrite": {
|
|
|
+ "message": "перезаписати існуючий файл",
|
|
|
+ "description": "Value for 'filename conflict resolution' option: 'overwrite the existing file'"
|
|
|
+ },
|
|
|
+ "optionFilenameConflictActionPrompt": {
|
|
|
+ "message": "запит імені",
|
|
|
+ "description": "Value for 'name conflict resolution' option: 'prompt for a name'"
|
|
|
+ },
|
|
|
+ "optionsHTMLContentSubTitle": {
|
|
|
+ "message": "HTML-вміст",
|
|
|
+ "description": "Options sub-title: 'HTML content'"
|
|
|
+ },
|
|
|
+ "optionCompressHTML": {
|
|
|
+ "message": "стискати вміст HTML ",
|
|
|
+ "description": "Options page label: 'compress HTML content'"
|
|
|
+ },
|
|
|
+ "optionRemoveImports": {
|
|
|
+ "message": "видалити HTML-імпорт ",
|
|
|
+ "description": "Options page label: 'remove HTML imports'"
|
|
|
+ },
|
|
|
+ "optionRemoveFrames": {
|
|
|
+ "message": "видалити фрейми",
|
|
|
+ "description": "Options page label: 'remove frames'"
|
|
|
+ },
|
|
|
+ "optionRemoveHiddenElements": {
|
|
|
+ "message": "видалити приховані елементи",
|
|
|
+ "description": "Options page label: 'remove hidden elements'"
|
|
|
+ },
|
|
|
+ "optionsImagesSubTitle": {
|
|
|
+ "message": "Зображення",
|
|
|
+ "description": "Options sub-title: 'Images'"
|
|
|
+ },
|
|
|
+ "optionGroupDuplicateImages": {
|
|
|
+ "message": "групувати дублікати зображень",
|
|
|
+ "description": "Options page label: 'group duplicate images together'"
|
|
|
+ },
|
|
|
+ "optionLoadDeferredImages": {
|
|
|
+ "message": "зберегти відстрочені зображення",
|
|
|
+ "description": "Options page label: 'save deferred images'"
|
|
|
+ },
|
|
|
+ "optionLoadDeferredImagesMaxIdleTime": {
|
|
|
+ "message": "максимальний час простою (мс)",
|
|
|
+ "description": "Options page label: 'maximum idle time (ms)'"
|
|
|
+ },
|
|
|
+ "optionRemoveAlternativeImages": {
|
|
|
+ "message": "видалити зображення для альтернативних розширень екрану ",
|
|
|
+ "description": "Options page label: 'remove images for alternative screen resolutions'"
|
|
|
+ },
|
|
|
+ "optionsFontsSubTitle": {
|
|
|
+ "message": "Шрифти",
|
|
|
+ "description": "Options sub-title: 'Fonts'"
|
|
|
+ },
|
|
|
+ "optionRemoveUnusedFonts": {
|
|
|
+ "message": "видалити невикористовувані шрифти",
|
|
|
+ "description": "Options page label: 'remove unused fonts'"
|
|
|
+ },
|
|
|
+ "optionRemoveAlternativeFonts": {
|
|
|
+ "message": "видалити альтернативні шрифти",
|
|
|
+ "description": "Options page label: 'remove alternative fonts'"
|
|
|
+ },
|
|
|
+ "optionsStylesheetsSubTitle": {
|
|
|
+ "message": "Стилі",
|
|
|
+ "description": "Options sub-title: 'Stylesheets'"
|
|
|
+ },
|
|
|
+ "optionCompressCSS": {
|
|
|
+ "message": "стискати вміст CSS ",
|
|
|
+ "description": "Options page label: 'compress CSS content'"
|
|
|
+ },
|
|
|
+ "optionRemoveUnusedStyles": {
|
|
|
+ "message": "видалити невикористовувані стилі",
|
|
|
+ "description": "Options page label: 'remove unused styles'"
|
|
|
+ },
|
|
|
+ "optionRemoveAlternativeMedias": {
|
|
|
+ "message": "видалити стилі для екранів альтернативних пристроїв",
|
|
|
+ "description": "Options page label: 'remove stylesheets for alternative devices to screens'"
|
|
|
+ },
|
|
|
+ "optionsOtherResourcesSubTitle": {
|
|
|
+ "message": "Інші ресурси",
|
|
|
+ "description": "Options sub-title: 'Other resources'"
|
|
|
+ },
|
|
|
+ "optionRemoveScripts": {
|
|
|
+ "message": "видалити скрипти",
|
|
|
+ "description": "Options page label: 'remove scripts'"
|
|
|
+ },
|
|
|
+ "optionRemoveVideo": {
|
|
|
+ "message": "видалити джерела відео",
|
|
|
+ "description": "Options page label: 'remove video sources'"
|
|
|
+ },
|
|
|
+ "optionRemoveAudio": {
|
|
|
+ "message": "видалити джерела аудіо",
|
|
|
+ "description": "Options page label: 'remove audio sources'"
|
|
|
+ },
|
|
|
+ "optionsAutoSaveSubTitle": {
|
|
|
+ "message": "Автозбереження",
|
|
|
+ "description": "Options sub-title: 'Auto-save'"
|
|
|
+ },
|
|
|
+ "optionsAutoSettingsSubTitle": {
|
|
|
+ "message": "Правила автоналаштування ",
|
|
|
+ "description": "Options sub-title: 'Auto-settings rules'"
|
|
|
+ },
|
|
|
+ "optionsDeleteDisplayedRulesConfirm": {
|
|
|
+ "message": "Підтвердіть видалення всіх показаних правил",
|
|
|
+ "description": "Popup text 'Confirm the deletion of all displayed rules'"
|
|
|
+ },
|
|
|
+ "optionsDeleteRulesTooltip": {
|
|
|
+ "message": "Видалити всі правила",
|
|
|
+ "description": "Popup text 'Delete all displayed rules'"
|
|
|
+ },
|
|
|
+ "optionsAutoSettingsUrl": {
|
|
|
+ "message": "URL-адреса",
|
|
|
+ "description": "Options label in the Auto-settings rules: 'URL'"
|
|
|
+ },
|
|
|
+ "optionsAutoSettingsUrlPlaceholder": {
|
|
|
+ "message": "Введіть повний або частковий URL (напр. example.com)",
|
|
|
+ "description": "Placeholder in the Auto-settings rules: 'Type a complete or partial URL (e.g. example.com)'"
|
|
|
+ },
|
|
|
+ "optionsAutoSettingsProfile": {
|
|
|
+ "message": "Профіль",
|
|
|
+ "description": "Options label in the Auto-settings rules: 'Profile'"
|
|
|
+ },
|
|
|
+ "optionsAutoSettingsAutoSaveProfile": {
|
|
|
+ "message": "Профіль автозбереження",
|
|
|
+ "description": "Options label in the Auto-settings rules: 'Auto-save profile'"
|
|
|
+ },
|
|
|
+ "optionsAutoSettingsShowAllProfiles": {
|
|
|
+ "message": "переглянути всі профілі",
|
|
|
+ "description": "Options label in the Auto-settings rules: 'display all profiles'"
|
|
|
+ },
|
|
|
+ "optionsAutoSettingsShowAutoSaveProfile": {
|
|
|
+ "message": "відобразити стовпчик 'Профіль автозбереження'",
|
|
|
+ "description": "Options label in the Auto-settings rules: 'display 'Auto-save profile' column'"
|
|
|
+ },
|
|
|
+ "optionsUpdateRuleTooltip": {
|
|
|
+ "message": "Оновити правило",
|
|
|
+ "description": "Popup text 'Update the rule' in the options page"
|
|
|
+ },
|
|
|
+ "optionsDeleteRuleTooltip": {
|
|
|
+ "message": "Видалити правило",
|
|
|
+ "description": "Popup text 'Delete the rule' in the options page"
|
|
|
+ },
|
|
|
+ "optionsAddRuleTooltip": {
|
|
|
+ "message": "Додати правило",
|
|
|
+ "description": "Popup text 'Add the rule' in the options page"
|
|
|
+ },
|
|
|
+ "optionsValidateChangesTooltip": {
|
|
|
+ "message": "Підтвердити зміни",
|
|
|
+ "description": "Popup text 'Validate changes' in the options page"
|
|
|
+ },
|
|
|
+ "optionsDeleteRuleConfirm": {
|
|
|
+ "message": "Підтвердити видалення вибраного правила",
|
|
|
+ "description": "Popup text 'Confirm the deletion of the selected rule' in the options page"
|
|
|
+ },
|
|
|
+ "optionAutoSaveLoadOrUnload": {
|
|
|
+ "message": "автозбереження після завантаження або розвантаження сторінки",
|
|
|
+ "description": "auto-save after page load or on page unload"
|
|
|
+ },
|
|
|
+ "optionAutoSaveLoad": {
|
|
|
+ "message": "автозбереження після завантаження сторінки",
|
|
|
+ "description": "Options page label: 'auto-save after page load'"
|
|
|
+ },
|
|
|
+ "optionAutoSaveUnload": {
|
|
|
+ "message": "автозбереження після розвантаження сторінки",
|
|
|
+ "description": "Options page label: 'auto-save on page unload'"
|
|
|
+ },
|
|
|
+ "optionAutoSaveDelay": {
|
|
|
+ "message": "затримка автозбереження після завантаження сторінки (с)",
|
|
|
+ "description": "Options page label: 'auto-save waiting delay after page load (s)'"
|
|
|
+ },
|
|
|
+ "optionAutoSaveRepeat": {
|
|
|
+ "message": "періодичне автозбереження",
|
|
|
+ "description": "Options page label: 'auto-save periodically'"
|
|
|
+ },
|
|
|
+ "optionAutoSaveRepeatDelay": {
|
|
|
+ "message": "період (с.)",
|
|
|
+ "description": "Options page label: 'period (s)'"
|
|
|
+ },
|
|
|
+ "optionsMiscSubTitle": {
|
|
|
+ "message": "Різне",
|
|
|
+ "description": "Options sub-title: 'Misc.'"
|
|
|
+ },
|
|
|
+ "optionBackgroundSave": {
|
|
|
+ "message": "зберігати сторінки у фоновому режимі",
|
|
|
+ "description": "Options page label: 'save pages in background'"
|
|
|
+ },
|
|
|
+ "optionDisplayStats": {
|
|
|
+ "message": "відображати статистику в консолі після обробки",
|
|
|
+ "description": "Options page label: 'display stats in the console after processing'"
|
|
|
+ },
|
|
|
+ "optionSetMaxResourceSize": {
|
|
|
+ "message": "встановити максимальний розмір для впроваджених ресурсів",
|
|
|
+ "description": "Options page label: 'set a maximum size for embedded resources'"
|
|
|
+ },
|
|
|
+ "optionMaxResourceSize": {
|
|
|
+ "message": "максимальний розмір (МБ)",
|
|
|
+ "description": "Options page label: 'maximum size (MB)'"
|
|
|
+ },
|
|
|
+ "optionSaveRawPage": {
|
|
|
+ "message": "зберегти вихідну сторінку",
|
|
|
+ "description": "Options page label: 'save raw page'"
|
|
|
+ },
|
|
|
+ "optionSaveToClipboard": {
|
|
|
+ "message": "зберегти в буфер обміну",
|
|
|
+ "description": "Options page label: 'save to clipboard'"
|
|
|
+ },
|
|
|
+ "optionsHelpLink": {
|
|
|
+ "message": "допомога",
|
|
|
+ "description": "Options help link"
|
|
|
+ },
|
|
|
+ "optionsResetButton": {
|
|
|
+ "message": "Скидання",
|
|
|
+ "description": "Options button: 'Reset'"
|
|
|
+ },
|
|
|
+ "optionsResetTooltip": {
|
|
|
+ "message": "Скинути всі параметри до типових значень",
|
|
|
+ "description": "Options 'Reset' button tooltip"
|
|
|
+ },
|
|
|
+ "optionsResetConfirm": {
|
|
|
+ "message": "Підтвердити скидання всіх параметрів чи поточного профілю",
|
|
|
+ "description": "Popup text 'Confirm the reset of all options or the current profile' in the options page"
|
|
|
+ },
|
|
|
+ "optionsResetAllButton": {
|
|
|
+ "message": "Скинути всі параметри",
|
|
|
+ "description": "Options confirm button: 'Reset all options'"
|
|
|
+ },
|
|
|
+ "optionsResetCurrentButton": {
|
|
|
+ "message": "Скинути поточний профіль",
|
|
|
+ "description": "Options confirm button: 'Reset current profile'"
|
|
|
+ },
|
|
|
+ "optionsOKButton": {
|
|
|
+ "message": "ОК",
|
|
|
+ "description": "Options confirm button: 'OK'"
|
|
|
+ },
|
|
|
+ "optionsCancelButton": {
|
|
|
+ "message": "Скасувати",
|
|
|
+ "description": "Options confirm button: 'Cancel'"
|
|
|
+ },
|
|
|
+ "optionsExportButton": {
|
|
|
+ "message": "Експорт",
|
|
|
+ "description": "Options button: 'Export'"
|
|
|
+ },
|
|
|
+ "optionsImportButton": {
|
|
|
+ "message": "Імпорт",
|
|
|
+ "description": "Options button: 'Import'"
|
|
|
+ },
|
|
|
+ "logPanelDeferredImages": {
|
|
|
+ "message": "Відстрочені зображення",
|
|
|
+ "description": "Label 'Deferred images' in the log panel"
|
|
|
+ },
|
|
|
+ "logPanelFrameContents": {
|
|
|
+ "message": "Вміст фрейму",
|
|
|
+ "description": "Label 'Frame contents' in the log panel"
|
|
|
+ },
|
|
|
+ "logPanelStep": {
|
|
|
+ "message": "Крок",
|
|
|
+ "description": "Label 'Step' (for 'Step x / 4') in the log panel"
|
|
|
+ },
|
|
|
+ "logPanelWidth": {
|
|
|
+ "message": "Сто двадцять і два,",
|
|
|
+ "description": "Width of the log panel in pixels, it should be adjusted for the longest label beginning with 'log' (e.g. 'logPanelDeferredImages')"
|
|
|
+ },
|
|
|
+ "profileDefaultSettings": {
|
|
|
+ "message": "Типові налаштування",
|
|
|
+ "description": "Label 'Default settings' of the default settings in the options page"
|
|
|
+ },
|
|
|
+ "profileDisabled": {
|
|
|
+ "message": "Вимкнено",
|
|
|
+ "description": "Label 'Disabled' of the disabled profile name in the options page"
|
|
|
+ },
|
|
|
+ "profileAddButtonTooltip": {
|
|
|
+ "message": "Додати новий профіль",
|
|
|
+ "description": "Tooltip 'Add a new profile' in the options page"
|
|
|
+ },
|
|
|
+ "profileRenameButtonTooltip": {
|
|
|
+ "message": "Перейменувати профіль",
|
|
|
+ "description": "Tooltip 'Rename the profile' in the options page"
|
|
|
+ },
|
|
|
+ "profileDeleteButtonTooltip": {
|
|
|
+ "message": "Видалити профіль",
|
|
|
+ "description": "Tooltip 'Delete the profile' in the options page"
|
|
|
+ },
|
|
|
+ "profileAddPrompt": {
|
|
|
+ "message": "Введіть ім'я нового профілю",
|
|
|
+ "description": "Popup text 'Enter a name for this new profile' in the options page"
|
|
|
+ },
|
|
|
+ "profileDeleteConfirm": {
|
|
|
+ "message": "Підтвердити видалення обраного профілю",
|
|
|
+ "description": "Popup text 'Confirm the deletion of the selected profile' in the options page"
|
|
|
+ },
|
|
|
+ "profileRenamePrompt": {
|
|
|
+ "message": "Введіть нове ім'я для обраного профілю",
|
|
|
+ "description": "Popup text 'Enter a new name for the selected profile' in the options page"
|
|
|
+ },
|
|
|
+ "editorAddYellowNote": {
|
|
|
+ "message": "Додати жовту примітку",
|
|
|
+ "description": "Title of the button 'Add a yellow note' in the editor"
|
|
|
+ },
|
|
|
+ "editorAddPinkNote": {
|
|
|
+ "message": "Додати рожеву примітку",
|
|
|
+ "description": "Title of the button 'Add a pink note' in the editor"
|
|
|
+ },
|
|
|
+ "editorAddBlueNote": {
|
|
|
+ "message": "Додати синю примітку",
|
|
|
+ "description": "Title of the button 'Add a blue note' in the editor"
|
|
|
+ },
|
|
|
+ "editorAddGreenNote": {
|
|
|
+ "message": "Додати зелену примітку",
|
|
|
+ "description": "Title of the button 'Add a green note' in the editor"
|
|
|
+ },
|
|
|
+ "editorHighlightYellow": {
|
|
|
+ "message": "Позначити виділений текст жовтим кольором",
|
|
|
+ "description": "Title of the button 'Highlight selected text in yellow' in the editor"
|
|
|
+ },
|
|
|
+ "editorHighlightPink": {
|
|
|
+ "message": "Позначити виділений текст рожевим кольором",
|
|
|
+ "description": "Title of the button 'Highlight selected text in pink' in the editor"
|
|
|
+ },
|
|
|
+ "editorHighlightBlue": {
|
|
|
+ "message": "Позначити виділений текст синім кольором",
|
|
|
+ "description": "Title of the button 'Highlight selected text in blue' in the editor"
|
|
|
+ },
|
|
|
+ "editorHighlightGreen": {
|
|
|
+ "message": "Позначити виділений текст зеленим кольором",
|
|
|
+ "description": "Title of the button 'Highlight selected text in green' in the editor"
|
|
|
+ },
|
|
|
+ "editorToggleNotes": {
|
|
|
+ "message": "Показати/приховати примітки",
|
|
|
+ "description": "Title of the button 'Display/hide notes' in the editor"
|
|
|
+ },
|
|
|
+ "editorToggleHighlights": {
|
|
|
+ "message": "Показати/приховати текст",
|
|
|
+ "description": "Title of the button 'Display/hide the highlighted text' in the editor"
|
|
|
+ },
|
|
|
+ "editorRemoveHighlight": {
|
|
|
+ "message": "Видалити виділений текст",
|
|
|
+ "description": "Title of the button 'Remove the selected highlighted text' in the editor"
|
|
|
+ },
|
|
|
+ "editorEditPage": {
|
|
|
+ "message": "Ввімкнути/вимкнути режим 'тільки для читання'",
|
|
|
+ "description": "Title of the button 'Enable/disable read-only' in the editor"
|
|
|
+ },
|
|
|
+ "editorSavePage": {
|
|
|
+ "message": "Зберегти сторінку",
|
|
|
+ "description": "Title of the button 'Save the page' in the editor"
|
|
|
+ }
|
|
|
+}
|