stylus/_locales/ru/messages.json

1186 lines
50 KiB
JSON
Raw Normal View History

2012-04-22 02:12:03 +00:00
{
"appliesToEverything": {
2017-07-12 07:14:37 +00:00
"message": "Все",
"description": "Text displayed for styles that apply to all sites"
},
2017-09-06 11:34:32 +00:00
"linterIssues": {
"message": "Проблемы",
"description": "Label for the CSS linter issues block on the style edit page"
},
"defaultTheme": {
2017-07-12 07:14:37 +00:00
"message": "по-умолчанию",
"description": "Default CodeMirror CSS theme option on the edit style page"
},
2017-05-06 11:00:11 +00:00
"styleRegexpTestTitle": {
2017-07-12 07:14:37 +00:00
"message": "Список соответствующих вкладок (щелкните на адресе, чтобы активировать)",
"description": "RegExp test report: title of the report"
2017-05-06 11:00:11 +00:00
},
"bckpInstStyles": {
2017-07-12 07:14:37 +00:00
"message": "Экспорт стилей",
"description": ""
2017-05-06 11:00:11 +00:00
},
2017-11-25 13:34:43 +00:00
"manageOnlyUsercss": {
"message": "Только Usercss стили",
"description": "Checkbox to show only Usercss styles"
},
2017-05-06 11:00:11 +00:00
"optionsUpdateInterval": {
2017-12-13 21:13:15 +00:00
"message": "Интервал обновления стилей, в часах (укажите 0 для выключения)",
2017-07-12 07:14:37 +00:00
"description": ""
},
"styleEnabledToggleHint": {
"message": "Нажмите Alt-Enter чтобы включить/выключить стиль и сохранить его.",
"description": "Help text for the '[x] enable' checkbox in the editor"
2017-05-06 11:00:11 +00:00
},
"exportLabel": {
2017-07-12 07:14:37 +00:00
"message": "Экспорт",
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
},
2017-11-20 12:06:27 +00:00
"installButton": {
2017-12-03 05:26:57 +00:00
"message": "Установить стиль",
2017-11-20 12:06:27 +00:00
"description": "Label for install button"
},
"styleMetaErrorCheckbox": {
"message": "Ошибочный @var checkbox: значение должно быть 0 или 1",
"description": "Error displayed when the value of @var checkbox is invalid"
},
2017-09-06 11:34:32 +00:00
"linterJSONError": {
"message": "Ошибка формата JSON",
"description": "Setting linter config with invalid JSON"
},
2017-12-03 05:26:57 +00:00
"popupHotkeysTooltip": {
"message": "Показать клавиатурные сочетания",
"description": "Tooltip displayed when hovering the right edge of the extension popup"
},
2017-05-06 11:00:11 +00:00
"optionsBadgeNormal": {
2017-07-12 07:14:37 +00:00
"message": "Цвет фона",
"description": ""
2017-05-06 11:00:11 +00:00
},
"updateCheckHistory": {
2017-07-12 07:14:37 +00:00
"message": "История проверок обновлений",
"description": ""
2017-05-06 11:00:11 +00:00
},
"cm_tabSize": {
2017-07-12 07:14:37 +00:00
"message": "Размер табуляции",
"description": "Label for the text box controlling tab size option for the style editor."
},
"enableStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "Включить",
"description": "Label for the button to enable a style"
},
"styleMissingName": {
2017-11-20 12:06:27 +00:00
"message": "Введите название",
2017-07-12 07:14:37 +00:00
"description": "Error displayed when user saves without providing a name"
},
2017-05-06 11:00:11 +00:00
"genericHistoryLabel": {
2017-07-12 07:14:37 +00:00
"message": "История",
"description": "Used in various places to show a history log of something"
2017-05-06 11:00:11 +00:00
},
"shortcutsNote": {
2017-07-12 07:14:37 +00:00
"message": "Назначить клавишу",
"description": ""
2017-05-06 11:00:11 +00:00
},
"appliesDomainOption": {
2017-07-12 07:14:37 +00:00
"message": "URL в домене",
"description": "Option to make the style apply to the entered string as a domain"
},
"checkForUpdate": {
2017-07-12 07:14:37 +00:00
"message": "Проверить обновление",
"description": "Label for the button to check a single style for an update"
},
2017-05-06 11:00:11 +00:00
"styleNotAppliedRegexpProblemTooltip": {
2017-07-12 07:14:37 +00:00
"message": "Стиль не был применен из-за некорректного regexp()",
"description": "Tooltip in the popup for styles that were not applied at all"
2017-05-06 11:00:11 +00:00
},
2017-11-25 13:34:43 +00:00
"colorpickerSwitchFormatTooltip": {
"message": "Сменить формат: #FFF -> RGB -> HSL.\nКлик с Shift меняет в обратном направлении.\nТакже клавишами PgUp, PgDn (\"Страница вверх\" и \"Страница вниз\").",
"description": "Tooltip for the switch button in the color picker popup in the style editor."
},
2017-05-06 11:00:11 +00:00
"styleRegexpInvalidExplanation": {
2017-07-12 07:14:37 +00:00
"message": "Некоторые 'regexp()' выражения не удалось скомпилировать.",
"description": ""
},
"optionsIconDark": {
"message": "Тёмный интерфейс браузера",
"description": ""
2017-05-06 11:00:11 +00:00
},
2017-11-20 12:06:27 +00:00
"styleFromMozillaFormatError": {
"message": "Ошибка импорта формата Mozilla",
"description": "Label for the import error"
},
"importAppendLabel": {
2017-07-12 07:14:37 +00:00
"message": "Добавить к стилю",
"description": "Label for the button to import a style and append to the existing sections"
},
2017-05-06 11:00:11 +00:00
"optionsOpenManager": {
2017-07-12 07:14:37 +00:00
"message": "Менеджер стилей",
"description": ""
2017-05-06 11:00:11 +00:00
},
"updateAllCheckSucceededNoUpdate": {
2017-07-12 07:14:37 +00:00
"message": "Обновлений нет.",
"description": "Text that displays when an update all check completed and no updates are available"
},
2017-05-06 11:00:11 +00:00
"importReportLegendAdded": {
2017-07-12 07:14:37 +00:00
"message": "добавлено",
"description": "Text after the number of styles added in the report shown after importing styles"
2017-05-06 11:00:11 +00:00
},
"styleFromMozillaFormatPrompt": {
2017-07-12 07:14:37 +00:00
"message": "Вставьте содержимое стиля в формате Mozilla",
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
},
2017-05-06 11:00:11 +00:00
"dragDropMessage": {
2017-07-12 07:14:37 +00:00
"message": "Перетащите файл с резервной копией стилей в любое место этой страницы, чтобы импортировать его.",
"description": "Drag'n'drop message"
2017-05-06 11:00:11 +00:00
},
2017-12-08 17:32:53 +00:00
"styleRegexpTestNote": {
"message": "Полезная информация: используйте одиночный \\ в строке ввода regexp, т.к. он автомачески преобразуется в двойной \\\\ в тексте стиля согласно спецификации CSS для строк в кавычках.",
"description": "RegExp test report: a note displayed at the bottom of the dialog"
},
"helpAlt": {
2017-07-12 07:14:37 +00:00
"message": "Справка",
"description": "Alternate text for help buttons"
},
2017-05-06 11:00:11 +00:00
"confirmOK": {
2017-07-12 07:14:37 +00:00
"message": "ОК",
"description": ""
2017-05-06 11:00:11 +00:00
},
"search": {
2017-07-12 07:14:37 +00:00
"message": "Искать",
"description": "Label before the search input field in the editor shown on Ctrl-F"
},
2017-05-06 11:00:11 +00:00
"manageFaviconsGray": {
2017-07-12 07:14:37 +00:00
"message": "Обесцвечивать",
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
2017-05-06 11:00:11 +00:00
},
2017-11-20 12:06:27 +00:00
"versionInvalidOlder": {
"message": "Версия меньше установленной.",
"description": "Displayed when the version of style is older than the installed one"
},
"confirmYes": {
2017-07-12 07:14:37 +00:00
"message": "Да",
"description": "'Yes' button in a confirm dialog"
},
"findStylesForSite": {
2017-07-12 07:14:37 +00:00
"message": "Найти еще стили для этого веб-сайта",
"description": "Text for a link that gets a list of styles for the current site"
},
"manageHeading": {
2017-07-12 07:14:37 +00:00
"message": "Установленные стили",
"description": "Heading for the manage page"
},
"styleBeautify": {
2017-12-08 17:32:53 +00:00
"message": "Причесать",
2017-07-12 07:14:37 +00:00
"description": "Label for the CSS-beautifier button on the edit style page"
},
2017-05-06 11:00:11 +00:00
"styleRegexpProblemTooltip": {
2017-07-12 07:14:37 +00:00
"message": "Кол-во пропущенных секций из-за неправильного regexp()",
"description": "Tooltip in the popup for styles that were applied only partially"
2017-05-06 11:00:11 +00:00
},
"styleEnabledLabel": {
2017-07-12 07:14:37 +00:00
"message": "Включено",
"description": "Label for the enabled state of styles"
},
2017-12-08 17:32:53 +00:00
"configOnChange": {
"message": "сразу",
"description": "VERY SHORT label for the checkbox in style config dialog after the save button - when enabled the changes in the dialog are saved and applied automatically without the need to press the Save button"
},
2017-09-06 11:34:32 +00:00
"linterConfigTooltip": {
"message": "Настроить проверку CSS",
"description": "Icon tooltip to indicate that it opens a popup with the selected linter configuration"
},
"styleToMozillaFormatHelp": {
2017-07-12 07:14:37 +00:00
"message": "Формат кода Mozilla можно отправлять на сайт userstyles.org и использовать в дополнении Stylish для Firefox.",
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
},
"sectionAdd": {
2017-07-12 07:14:37 +00:00
"message": "Добавить раздел",
"description": "Label for the button to add a section"
},
2017-05-06 11:00:11 +00:00
"styleRegexpTestPartial": {
2017-07-12 07:14:37 +00:00
"message": "Не применено, т.к. соответствие не полное",
"description": "RegExp test report: label for the partially matching expressions"
2017-05-06 11:00:11 +00:00
},
"styleSaveLabel": {
2017-07-12 07:14:37 +00:00
"message": "Сохранить",
"description": "Label for save button for style editing"
},
2017-09-06 11:34:32 +00:00
"genericSavedMessage": {
"message": "Сохранено",
"description": "Used in various parts of the UI to indicate that something was saved"
},
2017-05-06 11:00:11 +00:00
"confirmDelete": {
2017-07-12 07:14:37 +00:00
"message": "Удалить",
"description": ""
2017-05-06 11:00:11 +00:00
},
2017-11-20 12:06:27 +00:00
"confirmDefault": {
"message": "По умолчанию",
"description": "'Set to default' button in a confirm dialog"
},
2017-05-06 11:00:11 +00:00
"confirmCancel": {
2017-07-12 07:14:37 +00:00
"message": "Отмена",
"description": ""
2017-05-06 11:00:11 +00:00
},
2017-11-20 12:06:27 +00:00
"cm_autoCloseBracketsTooltip": {
"message": "Автоматически вставлять закрывающий символ при наборе открывающего из ()[]{}''\"\"",
"description": "Label for the checkbox in the style editor."
},
2017-05-06 11:00:11 +00:00
"retrieveBckp": {
2017-07-12 07:14:37 +00:00
"message": "Импорт стилей",
"description": ""
2017-05-06 11:00:11 +00:00
},
"confirmStop": {
2017-07-12 07:14:37 +00:00
"message": "Стоп",
"description": "'Stop' button in a confirm dialog"
},
"writeStyleForURL": {
2017-07-12 07:14:37 +00:00
"message": "этого адреса",
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
},
2017-05-06 11:00:11 +00:00
"optionsSubheading": {
2017-07-12 07:14:37 +00:00
"message": "Дополнительно",
"description": "Subheading for options section on manage page."
2017-05-06 11:00:11 +00:00
},
"appliesAdd": {
2017-07-12 07:14:37 +00:00
"message": "Добавить",
"description": "Label for the button to add an 'applies' entry"
},
"appliesRegexpOption": {
2017-07-12 07:14:37 +00:00
"message": "URL, соответствующим регулярному выражению",
"description": "Option to make the style apply to the entered string as a regular expression"
},
2017-05-06 11:00:11 +00:00
"optionsAdvancedExposeIframesNote": {
2017-07-12 07:14:37 +00:00
"message": "Позволяет писать CSS, работающий только внутри iframe, например: html[stylus-iframe] h1 { display:none }",
"description": ""
2017-05-06 11:00:11 +00:00
},
"importReportLegendUpdatedCode": {
2017-07-12 07:14:37 +00:00
"message": "обновлен код",
"description": "Text after the number of styles with updated code (meta info is unchanged) in the report shown after importing styles"
2017-05-06 11:00:11 +00:00
},
"styleInstall": {
2017-01-30 19:26:25 +00:00
"message": "Установить \"$stylename$\" в Stylus?",
2017-07-12 07:14:37 +00:00
"description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
2017-05-06 11:00:11 +00:00
"optionsBadgeDisabled": {
2017-07-12 07:14:37 +00:00
"message": "Цвет фона в неактивном состоянии",
"description": ""
2017-05-06 11:00:11 +00:00
},
"optionsCheck": {
2017-07-12 07:14:37 +00:00
"message": "Обновить стили",
"description": ""
2017-05-06 11:00:11 +00:00
},
"manageOnlyLocal": {
2017-07-12 07:14:37 +00:00
"message": "Только локально созданные стили",
"description": "Checkbox to show only locally created styles i.e. non-updatable"
2017-05-06 11:00:11 +00:00
},
2017-11-20 12:06:27 +00:00
"styleMetaErrorPreprocessor": {
"message": "Ошибочный @preprocessor: $preprocessor$",
"description": "Error displayed when the value of @preprocessor is not supported",
"placeholders": {
"preprocessor": {
"content": "$1"
}
}
},
2017-09-06 11:34:32 +00:00
"linterIssuesHelp": {
"message": "Проблемы, найденные правилами $link$:",
"description": "Help popup message for the selected CSS linter issues block on the style edit page",
"placeholders": {
"link": {
"content": "$1"
}
}
},
2017-11-20 12:06:27 +00:00
"parseUsercssError": {
"message": "Stylus не смог распарсить usercss:",
"description": "The error message to show when stylus failed to parse usercss"
},
"searchStyles": {
2017-07-12 07:14:37 +00:00
"message": "Искать по содержимому",
"description": "Label for the search filter textbox on the Manage styles page"
},
2017-05-06 11:00:11 +00:00
"optionsUpdateImportNote": {
2017-07-12 07:14:37 +00:00
"message": "После импорта базы стилей из старой версии или из Stylish запустите проверку на обновления из менеджера стилей, чтобы удостовериться в обновлении всех стилей.",
"description": ""
2017-05-06 11:00:11 +00:00
},
"checkAllUpdatesForce": {
2017-07-12 07:14:37 +00:00
"message": "Я не менял стили, проверить заново!",
"description": "Label for the button to apply all detected updates"
2017-05-06 11:00:11 +00:00
},
2017-11-25 13:34:43 +00:00
"manageOnlyNonUsercss": {
"message": "Спрятать Usercss стили",
"description": "Checkbox to show only non-Usercss (standard) styles"
},
2017-11-20 12:06:27 +00:00
"liveReloadLabel": {
"message": "Автозагрузка изменений",
"description": "The label of live-reload feature"
},
2017-12-13 21:13:15 +00:00
"linkGetStyles": {
"message": "Скачать стили",
"description": "Help link text on the manage page e.g. https://userstyles.org"
},
2017-05-06 11:00:11 +00:00
"unreachableFileHint": {
2017-07-12 07:14:37 +00:00
"message": "Доступ к адресам file:// возможен только если включить соответствующую опцию для Stylus на странице chrome://extensions.",
"description": "Note in the toolbar popup for file:// URLs"
2017-05-06 11:00:11 +00:00
},
"disableStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "Отключить",
"description": "Label for the button to disable a style"
},
"prefShowBadge": {
2017-07-12 07:14:37 +00:00
"message": "Показывать количество активных стилей для открытого сайта",
"description": "Label for the checkbox controlling toolbar badge text."
},
2017-05-06 11:00:11 +00:00
"manageFavicons": {
2017-07-12 07:14:37 +00:00
"message": "Пиктограммы для целевых сайтов",
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
2017-05-06 11:00:11 +00:00
},
2017-12-11 20:57:00 +00:00
"paginationCurrent": {
"message": "Текущая страница",
"description": "Tooltip for the current page index in search results"
},
"menuShowBadge": {
2017-07-12 07:14:37 +00:00
"message": "Число активных стилей",
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
},
2017-12-03 05:26:57 +00:00
"popupHotkeysInfo": {
"message": "<1>-<9>, <0>, и цифровой блок - переключает стиль по номеру (0 это 10)\n<A>-<Z> переключает стиль начинающийся с нажатой буквы\n<Shift> открывает в редакторе вместо переключения\n<Numpad +> включает стили в списке\n<Numpad > выключает стили в списке\n<Numpad *> и <`> (обратный апостроф) - переключает изначально включенные стили вне зависимости от последующего переключения других ранее не включенных стилей, так что можно потестировать и восстановить исходный список нажав <Numpad > <Numpad *>\nПодробнее на вики.",
"description": "NOTE1: preserve < and > symbols so that <hotkey> is styled as a key.\nNOTE2: the last line is displayed as a text of the link to the wiki page.\nNOTE3: this is the list of hotkeys displayed after clicking the right edge of the extension popup."
},
"cm_lineWrapping": {
2017-07-12 07:14:37 +00:00
"message": "Перенос по словам",
"description": "Label for the checkbox controlling word wrap option for the style editor."
},
"styleCancelEditLabel": {
2017-12-08 17:32:53 +00:00
"message": "Все стили",
2017-07-12 07:14:37 +00:00
"description": "Label for cancel button for style editing"
},
"styleChangesNotSaved": {
2017-07-12 07:14:37 +00:00
"message": "Вы изменили этот стиль, но не сохранили его.",
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
},
"importLabel": {
2017-07-12 07:14:37 +00:00
"message": "Импорт",
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
},
2017-05-06 11:00:11 +00:00
"shortcuts": {
2017-07-12 07:14:37 +00:00
"message": "Клавиши",
"description": "Go to shortcut configuration"
2017-05-06 11:00:11 +00:00
},
"updateCheckFailServerUnreachable": {
2017-07-12 07:14:37 +00:00
"message": "Ошибка обновления: сервер недоступен.",
"description": "Text that displays when an update check failed because the update server is unreachable"
},
2017-12-11 20:57:00 +00:00
"genericError": {
"message": "Ошибка",
"description": "Used in various places to indicate some error occurred."
},
"manageFilters": {
2017-07-12 07:14:37 +00:00
"message": "Фильтры",
"description": "Label for filters container"
},
"applyAllUpdates": {
2017-07-12 07:14:37 +00:00
"message": "Применить все обновления",
"description": "Label for the button to apply all detected updates"
},
2017-05-06 11:00:11 +00:00
"optionsReset": {
2017-07-12 07:14:37 +00:00
"message": "Сброс настроек к значениям по-умолчанию",
"description": ""
2017-05-06 11:00:11 +00:00
},
"optionsCustomizeUpdate": {
2017-07-12 07:14:37 +00:00
"message": "Обновления",
"description": ""
2017-05-06 11:00:11 +00:00
},
"deleteStyleConfirm": {
2017-07-12 07:14:37 +00:00
"message": "Удалить этот стиль?",
"description": "Confirmation before deleting a style"
},
2017-05-06 11:00:11 +00:00
"optionsCustomizePopup": {
2017-07-12 07:14:37 +00:00
"message": "Всплывающее окно",
"description": ""
2017-03-13 12:58:35 +00:00
},
"styleBadRegexp": {
2017-07-12 07:14:37 +00:00
"message": "Ошибка в регулярном выражении.",
"description": "Validation message for a bad regexp in a style"
},
2017-11-20 12:06:27 +00:00
"license": {
"message": "Лицензия",
"description": "Label for the license"
},
"optionsHeading": {
2017-07-12 07:14:37 +00:00
"message": "Настройки",
"description": "Heading for options section on manage page."
},
"appliesDisplay": {
"message": "Применить к: $applies$",
2017-07-12 07:14:37 +00:00
"description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
},
2017-07-12 07:14:37 +00:00
"optionsIconLight": {
"message": "Светлый интерфейс браузера",
"description": ""
},
2017-05-06 11:00:11 +00:00
"openStylesManager": {
2017-07-12 07:14:37 +00:00
"message": "Менеджер стилей",
"description": "Label for the style maanger opener in the browser action context menu."
2017-05-06 11:00:11 +00:00
},
"styleUpdate": {
"message": "Подтвердите обновление стиля '$stylename$'.",
2017-07-12 07:14:37 +00:00
"description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
2017-09-06 11:34:32 +00:00
"dysfunctional": {
"message": "Стилус не работает в приватном окне, т.к. браузер Firefox не разрешает прямое соединение с внутренним контекстом фоновой страницы расширения.",
"description": "Displayed in Firefox when its settings make Stylus dysfunctional"
},
"styleSectionsTitle": {
2017-07-12 07:14:37 +00:00
"message": "Разделы",
"description": "Title for the style sections section"
},
2017-05-06 11:00:11 +00:00
"importReportLegendInvalid": {
2017-07-12 07:14:37 +00:00
"message": "некорректных пропущено",
"description": "Text after the number of styles skipped due to being invalid (not a Stylus/Stylish backup file probably) in the report shown after importing styles"
2017-05-06 11:00:11 +00:00
},
2017-11-20 12:06:27 +00:00
"optionsAdvancedNewStyleAsUsercss": {
"message": "Создавать стили в формате usercss",
"description": ""
},
2017-09-06 11:34:32 +00:00
"genericResetLabel": {
"message": "Сброс",
"description": "Used in various parts of UI to indicate that something may be reset to its original state"
},
"editStyleTitle": {
"message": "Изменение стиля \"$stylename$\"",
2017-07-12 07:14:37 +00:00
"description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"updateCheckSucceededNoUpdate": {
2017-07-12 07:14:37 +00:00
"message": "Нет обновлений.",
"description": "Text that displays when an update check completed and no update is available"
},
"appliesUrlPrefixOption": {
2017-07-12 07:14:37 +00:00
"message": "URL, начинающимся с",
"description": "Option to make the style apply to the entered string as a URL prefix"
},
2017-05-06 11:00:11 +00:00
"cm_matchHighlightToken": {
2017-07-12 07:14:37 +00:00
"message": "Элемент под курсором",
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of of the word/token under cursor even if nothing is selected"
2017-05-06 11:00:11 +00:00
},
"searchRegexp": {
2017-07-12 07:14:37 +00:00
"message": "Используйте нотацию /re/ для поиска регулярными выражениями",
"description": "Label after the search input field in the editor shown on Ctrl-F"
},
2017-11-20 12:06:27 +00:00
"popupBordersTooltip": {
"message": "Полезно для темных тем оформления т.к. новый Chrome не рисует боковые бордюры",
"description": ""
},
2017-05-06 11:00:11 +00:00
"updateCheckManualUpdateHint": {
2017-07-12 07:14:37 +00:00
"message": "Форсирование обновления удалит локальные изменения.",
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
2017-05-06 11:00:11 +00:00
},
"toggleStyle": {
2017-07-12 07:14:37 +00:00
"message": "Включить/выключить стиль",
"description": "Label for the checkbox to enable/disable a style"
2017-05-06 11:00:11 +00:00
},
"importReplaceTooltip": {
2017-07-12 07:14:37 +00:00
"message": "Удалить содержимое редактируемого стиля и заменить его на импортируемый стиль",
"description": "Label for the button to import and overwrite current style"
},
2017-11-20 12:06:27 +00:00
"installUpdateFromLabel": {
"message": "Проверить обновления",
"description": "Label for the checkbox to save current URL for update check"
},
2017-07-12 07:14:37 +00:00
"cm_resizeGripHint": {
"message": "Двойной клик = переключить максимальный размер",
"description": "Tooltip for the resize grip in style editor"
},
"popupStylesFirst": {
2017-07-12 07:14:37 +00:00
"message": "Список стилей сверху",
"description": "Label for the checkbox controlling section order in the popup."
},
"sectionHelp": {
2017-07-12 07:14:37 +00:00
"message": "Разделы позволяют задавать разный код для различных наборов URL в пределах одного стиля. Например, стиль может применяться к главной странице не так, как к остальным частям сайта.",
"description": "Help text for sections"
},
"noStylesForSite": {
2017-07-12 07:14:37 +00:00
"message": "Для этого веб-сайта не установлено ни одного стиля.",
"description": "Text displayed when no styles are installed for the current site"
},
"appliesDisplayTruncatedSuffix": {
2017-07-12 07:14:37 +00:00
"message": "и другие",
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
},
"appliesRemove": {
2017-07-12 07:14:37 +00:00
"message": "Удалить",
"description": "Label for the button to remove an 'applies' entry"
},
2017-05-06 11:00:11 +00:00
"updatesCurrentlyInstalled": {
2017-07-12 07:14:37 +00:00
"message": "Установлено обновлений:",
"description": "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
2017-05-06 11:00:11 +00:00
},
"styleToMozillaFormatTitle": {
2017-07-12 07:14:37 +00:00
"message": "Стиль в формате Mozilla",
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
},
2017-11-25 13:34:43 +00:00
"cm_colorpicker": {
"message": "Раскрашивать цвета в CSS",
"description": "Label for the checkbox controlling colorpicker option for the style editor."
},
2017-12-08 17:32:53 +00:00
"filteredStylesAllHidden": {
"message": "Примененные фильтры не соответствуют ни одному стилю",
"description": "Text shown when no styles match currently applied filter in the style manager"
},
"writeStyleFor": {
2017-07-12 07:14:37 +00:00
"message": "Создать стиль для:",
"description": "Label for toolbar pop-up that precedes the links to write a new style"
},
"replace": {
2017-07-12 07:14:37 +00:00
"message": "Заменить",
"description": "Label before the replace input field in the editor shown on Ctrl-H"
},
2017-05-06 11:00:11 +00:00
"styleRegexpTestNone": {
2017-07-12 07:14:37 +00:00
"message": "Нет соответствующих вкладок",
"description": "RegExp test report: label for expressions that didn't match any tabs"
2017-05-06 11:00:11 +00:00
},
"importReportLegendUpdatedMeta": {
2017-07-12 07:14:37 +00:00
"message": "обновлены мета-данные",
"description": "Text after the number of styles with updated meta info like name/url in the report shown after importing styles"
2017-05-06 11:00:11 +00:00
},
"appliesLabel": {
2017-07-12 07:14:37 +00:00
"message": "Применить к:",
"description": "Label for 'applies to' fields on the edit/add screen"
},
2017-05-06 11:00:11 +00:00
"openOptionsPopup": {
2017-07-12 07:14:37 +00:00
"message": "Настройки",
"description": "Go to Options UI"
2017-05-06 11:00:11 +00:00
},
2017-12-03 05:26:57 +00:00
"usercssConfigIncomplete": {
"message": "Стиль был обновлен или удален после вызова окна настройки. Следующие настройки не были сохранены, чтобы не повредить метаданные стиля:",
"description": ""
},
"openManage": {
2017-07-12 07:14:37 +00:00
"message": "Менеджер",
"description": "Link to open the manage page."
},
"updateCheckFailBadResponseCode": {
"message": "Ошибка обновления: сервер вернул код $code$.",
2017-07-12 07:14:37 +00:00
"description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
},
"appliesSpecify": {
2017-07-12 07:14:37 +00:00
"message": "Указать",
"description": "Label for the button to make a style apply only to specific sites"
},
"installUpdate": {
2017-07-12 07:14:37 +00:00
"message": "Установить обновление",
"description": "Label for the button to install an update for a single style"
},
2017-12-03 05:26:57 +00:00
"syncStorageErrorSaving": {
"message": "Ошибка сохранения. Попробуйте уменьшить количество текста.",
"description": "Displayed when trying to save an excessively big value via storage.sync API"
},
2017-12-11 20:57:00 +00:00
"findStylesInline": {
"message": "и показать здесь",
"description": "Text for a checkbox that opens search results 'inline' (within the Stylus popup window)"
},
2017-05-06 11:00:11 +00:00
"optionsCheckUpdate": {
2017-07-12 07:14:37 +00:00
"message": "Найти и установить обновления стилей",
"description": ""
2017-05-06 11:00:11 +00:00
},
2017-09-06 11:34:32 +00:00
"filteredStyles": {
"message": "найдено $numShown$ из $numTotal$всего",
"description": "TL note - make this message short",
"placeholders": {
"numTotal": {
"content": "$2"
},
"numShown": {
"content": "$1"
}
}
},
2017-05-06 11:00:11 +00:00
"importReportTitle": {
2017-07-12 07:14:37 +00:00
"message": "Импорт стилей завершен",
"description": "Title of the report shown after importing styles"
2017-05-06 11:00:11 +00:00
},
"styleMozillaFormatHeading": {
2017-07-12 07:14:37 +00:00
"message": "Формат Mozilla",
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
},
2017-05-06 11:00:11 +00:00
"cm_matchHighlight": {
2017-12-08 17:32:53 +00:00
"message": "Подсветка",
2017-07-12 07:14:37 +00:00
"description": "Label for the drop-down list controlling the automatic highlighting of current word/selection occurrences in the style editor."
2017-05-06 11:00:11 +00:00
},
"styleRegexpPartialExplanation": {
2017-07-12 07:14:37 +00:00
"message": "В стиле используются regexp-выражения, которые соответствуют лишь части адреса, что нарушает <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>спецификацию CSS4 @document</a>, требующую соответствия всего адреса целиком. Секции стиля с такими regexp не были применены к странице. Вероятно, этот стиль был создан в \"Stylish для Chrome\", который некорректно проверяет regexp (известный баг).",
"description": ""
},
2017-09-06 11:34:32 +00:00
"linterCSSLintSettings": {
"message": "(значения: 0 = выключить, 1 = предупреждение; 2 = ошибка)",
"description": "CSSLint rule config values"
},
2017-12-11 20:57:00 +00:00
"searchResultNoneFound": {
"message": "Стилей для сайта не найдено.",
"description": "Error text in the popup when inline search didn't find any site-specific styles"
},
2017-07-12 07:14:37 +00:00
"styleBeautifyIndentConditional": {
"message": "Отступ внутри @media, @supports",
"description": "CSS-beautifier option"
2017-05-06 11:00:11 +00:00
},
"unreachableContentScript": {
2017-07-12 07:14:37 +00:00
"message": "Нет связи со страницей. Попробуйте перезагрузить вкладку.",
"description": "Note in the toolbar popup usually on file:// URLs after [re]loading Stylus"
},
"sectionRemove": {
2017-07-12 07:14:37 +00:00
"message": "Удалить раздел",
"description": "Label for the button to remove a section"
},
"disableAllStyles": {
2017-07-12 07:14:37 +00:00
"message": "Выключить все стили",
"description": "Label for the checkbox that turns all enabled styles off."
},
2017-11-20 12:06:27 +00:00
"appliesLineWidgetLabel": {
"message": "Показать целевые сайты секций",
"description": "Label for the checkbox to display applies-to information in the single editor"
},
2017-05-06 11:00:11 +00:00
"updateCheckSkippedMaybeLocallyEdited": {
2017-07-12 07:14:37 +00:00
"message": "Возможно был изменен локально.",
"description": "Text that displays when an update check skipped updating the style to avoid losing possible local modifications"
2017-05-06 11:00:11 +00:00
},
"undoGlobal": {
2017-07-12 07:14:37 +00:00
"message": "Отменить (глобально)",
"description": "CSS-beautify global Undo button label"
},
"optionsCustomizeIcon": {
"message": "Значок в панели",
"description": ""
},
"updateCompleted": {
2017-07-12 07:14:37 +00:00
"message": "Обновление завершено.",
"description": "Text that displays when an update completed"
},
2017-12-11 20:57:00 +00:00
"paginationTotal": {
"message": "Всего страниц",
"description": "Tooltip for the total page count in search results"
},
2017-09-06 11:34:32 +00:00
"dysfunctionalBackgroundConnection": {
"message": "Функционирование невозможно из-за известной ошибки в вашей версии браузера: chrome.extension.getBackgroundPage() возвращает нулевое значение",
"description": "Displayed in style manager when unable to connect to the background page"
},
"checkingForUpdate": {
2017-07-12 07:14:37 +00:00
"message": "Проверка…",
"description": "Text to display when checking a style for an update"
},
2017-05-06 11:00:11 +00:00
"styleRegexpTestFull": {
2017-07-12 07:14:37 +00:00
"message": "Соответствующие вкладки",
"description": "RegExp test report: label for the fully matching expressions"
2017-05-06 11:00:11 +00:00
},
"manageMaxTargets": {
2017-07-12 07:14:37 +00:00
"message": "Кол-во целевых сайтов/выражений",
"description": "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page"
2017-05-06 11:00:11 +00:00
},
2017-12-11 20:57:00 +00:00
"searchResultRating": {
"message": "Рейтинг",
"description": "Text for label that shows the search result's rating"
},
2017-09-06 11:34:32 +00:00
"popupManageTooltip": {
"message": "Shift-клик или правый клик откроет менеджер с стилями только для этого сайта.",
"description": "Tooltip for the 'Manage' button in the popup."
},
2017-05-06 11:00:11 +00:00
"manageFaviconsHelp": {
2017-07-12 07:14:37 +00:00
"message": "Используется сторонний сервис https://www.google.com/s2/favicons",
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
2017-05-06 11:00:11 +00:00
},
2017-11-20 12:06:27 +00:00
"styleInstallOverwrite": {
"message": "'$stylename$' уже установлен. Обновить?\nВерсии: $oldVersion$ -> $newVersion$",
"description": "Confirmation when re-installing a style",
"placeholders": {
"stylename": {
"content": "$1"
},
"newVersion": {
"content": "$3"
},
"oldVersion": {
"content": "$2"
}
}
},
2017-05-06 11:00:11 +00:00
"updateCheckSkippedLocallyEdited": {
2017-07-12 07:14:37 +00:00
"message": "Стиль был изменен локально.",
"description": "Text that displays when an update check skipped updating the style to avoid losing local modifications"
2017-05-06 11:00:11 +00:00
},
2017-09-06 11:34:32 +00:00
"linterRulesLink": {
"message": "Открыть полный список правил",
"description": "Stylelint or CSSLint rules label added immediately before a link"
},
2017-11-20 12:06:27 +00:00
"styleUpdateDiscardChanges": {
"message": "Стиль был изменен вне редактора. Перезагрузить?",
"description": "Confirmation to update the style in the editor"
},
2017-05-06 11:00:11 +00:00
"optionsResetButton": {
2017-07-12 07:14:37 +00:00
"message": "Сброс настроек",
"description": ""
2017-05-06 11:00:11 +00:00
},
2017-12-11 20:57:00 +00:00
"paginationNext": {
"message": "Следующая страница",
"description": "Tooltip for the '->' (next page) button in search results"
},
"searchResultInstallCount": {
"message": "Всего загрузок",
"description": "Text for label that shows the number of times a search result was installed"
},
"sectionCode": {
2017-07-12 07:14:37 +00:00
"message": "Код",
"description": "Label for the code for a section"
},
2017-11-20 12:06:27 +00:00
"externalUsercssDocument": {
"message": "Документация по usercss",
"description": "Label for the external link to usercss documentation"
},
2017-05-06 11:00:11 +00:00
"optionsAdvancedContextDelete": {
2017-07-12 07:14:37 +00:00
"message": "Показывать команду \"Удалить\" в контекстном меню редактора",
"description": ""
2017-05-06 11:00:11 +00:00
},
2017-09-06 11:34:32 +00:00
"linterConfigPopupTitle": {
"message": "Установить конфиграцию правил $linter$",
"description": "Stylelint or CSSLint popup header",
"placeholders": {
"linter": {
"content": "$1"
}
}
},
2017-11-20 12:06:27 +00:00
"configureStyle": {
"message": "Настроить",
2017-12-08 17:32:53 +00:00
"description": "Label for the button to configure usercss userstyle"
2017-11-20 12:06:27 +00:00
},
2017-05-06 11:00:11 +00:00
"importReportLegendUpdatedBoth": {
2017-07-12 07:14:37 +00:00
"message": "обновлены мета-данные и код",
"description": "Text after the number of styles updated entirely in the report shown after importing styles"
2017-05-06 11:00:11 +00:00
},
"cm_smartIndent": {
2017-07-12 07:14:37 +00:00
"message": "Умные отступы",
"description": "Label for the checkbox controlling smart indentation option for the style editor."
},
2017-05-06 11:00:11 +00:00
"styleRegexpTestButton": {
2017-07-12 07:14:37 +00:00
"message": "Тест регулярки",
"description": "RegExp test button label in the editor shown when applies-to list has a regexp value"
2017-05-06 11:00:11 +00:00
},
"appliesHelp": {
2017-07-12 07:14:37 +00:00
"message": "Чтобы указать, к каким URL относится код в этом разделе, воспользуйтесь параметром \"Применить к\".",
"description": "Help text for 'applies to' section"
},
2017-12-13 21:13:15 +00:00
"linkGetHelp": {
"message": "Помощь",
"description": "Homepage link text on the manage page e.g. https://add0n.com/stylus.html#features with chat/FAQ/intro/info"
},
2017-12-08 17:32:53 +00:00
"searchStylesHelp": {
"message": "Клавиша </> переходит к строке поиска.\nОбычный поиск: ищет в имени, тексте, адресе установки, целевых сайтах. Слова короче трех символов игнорируются.\nСтили для сайта: укажите <url:> перед адресом, т.е. <url:https://github.com/openstyles/stylus>\nРегулярки: заключите в слэши, добавьте флаги, т.е. </body.*?\\ba\\b/simguy>\nТочный поиск: заключите в двойные кавычки, т.е. <\".header ~ div\">",
"description": "Text in the minihelp displayed when clicking (i) icon to the right of the search input field on the Manage styles page"
},
2017-12-11 20:57:00 +00:00
"findStyles": {
"message": "Найти стили",
"description": "Text for a link that gets a list of styles for the current site"
},
"editStyleHeading": {
2017-07-12 07:14:37 +00:00
"message": "Изменение стиля",
"description": "Title of the page for editing styles"
},
2017-05-06 11:00:11 +00:00
"editDeleteText": {
2017-07-12 07:14:37 +00:00
"message": "Удалить",
"description": "Label for the context menu item in the editor to delete selected text"
},
"cm_autocompleteOnTyping": {
"message": "Подсказки при наборе кода",
"description": "Label for the checkbox in the style editor."
},
2017-11-20 12:06:27 +00:00
"linterCSSLintIncompatible": {
"message": "CSSLint не поддерживает препроцессор $preprocessorname$",
"description": "The label to display when the preprocessor isn't compatible with CSSLint",
"placeholders": {
"preprocessorname": {
"content": "$1"
}
}
},
"styleMetaErrorSelectValueMismatch": {
"message": "Ошибочный @select: значение не в списке",
"description": "Error displayed when the value of @select is invalid"
},
"styleMetaErrorColor": {
"message": "$color$ - цвет не распознан",
"description": "Error displayed when the value of @var color is invalid",
"placeholders": {
"color": {
"content": "$1"
}
}
},
"externalFeedback": {
"message": "Отзывы",
"description": "Label for the external link to send feedback for the style"
},
2017-09-06 11:34:32 +00:00
"manageOnlyDisabled": {
"message": "Только неактивные стили",
"description": "Checkbox to show only disabled styles"
},
2017-08-09 08:49:16 +00:00
"stylusUnavailableForURLdetails": {
"message": "В целях обеспечения безопасности браузер запрещает расширениям изменять встроенные страницы (например, chrome://version, стандартная страница новой вкладки начиная с Chrome 61, about:addons и т.д.), страницы других расширений и \"магазин\" расширений (Chrome Web Store в chromium-браузерах, AMO в Firefox и т.д.)",
"description": "Sub-note in the toolbar pop-up when on a URL Stylus can't affect"
},
2017-05-19 08:48:43 +00:00
"cm_matchHighlightSelection": {
2017-07-12 07:14:37 +00:00
"message": "Выделенный текст",
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
},
2017-05-06 11:00:11 +00:00
"updateAllCheckSucceededSomeEdited": {
2017-07-12 07:14:37 +00:00
"message": "Не все стили были проверены, чтобы не потерять возможные локальные изменения. Форсировать обновление стиля можно индивидуально или запустив перепроверку всех обновляемых стилей (локальные изменения будут утеряны).",
"description": "Text that displays when an update all check completed and no updates are available"
2017-05-06 11:00:11 +00:00
},
"stylusUnavailableForURL": {
2017-07-12 07:14:37 +00:00
"message": "Такие адреса не поддерживаются.",
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
2017-05-06 11:00:11 +00:00
},
2017-11-20 12:06:27 +00:00
"popupBorders": {
"message": "Добавить белый бордюр по бокам",
"description": ""
},
2017-05-06 11:00:11 +00:00
"manageOnlyUpdates": {
2017-07-12 07:14:37 +00:00
"message": "Только обновляемые и проблемные",
"description": "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed"
2017-05-06 11:00:11 +00:00
},
"addStyleTitle": {
2017-07-12 07:14:37 +00:00
"message": "Добавление стиля",
"description": "Title of the page for adding styles"
},
2017-11-20 12:06:27 +00:00
"externalLink": {
"message": "Внешняя ссылка",
"description": "Label for external links"
},
"externalHomepage": {
"message": "Домашняя страницы",
"description": "Label for the external link to style's homepage"
},
"importReplaceLabel": {
2017-07-12 07:14:37 +00:00
"message": "Заменить стиль",
"description": "Label for the button to import and overwrite current style"
},
2017-09-06 11:34:32 +00:00
"popupOpenEditInWindowTooltip": {
"message": "Также включается вытаскиванием вкладки из окна браузера\nи выключается перетаскиванием вкладки в другое окно браузера.",
"description": "Label for the checkbox controlling 'edit' action behavior in the popup."
},
"dbError": {
2017-07-12 07:14:37 +00:00
"message": "Возникла ошибка доступа к базе данных Stylus. Хотите перейти на страницу с возможными способами решения?",
"description": "Prompt when a DB error is encountered"
},
2017-05-06 11:00:11 +00:00
"optionsAdvanced": {
2017-07-12 07:14:37 +00:00
"message": "Другое",
"description": ""
2017-05-06 11:00:11 +00:00
},
2017-11-20 12:06:27 +00:00
"alphaChannel": {
"message": "Прозрачность",
"description": "Label of color's opacity"
},
"importAppendTooltip": {
2017-07-12 07:14:37 +00:00
"message": "Добавить импортируемый стиль к редактируемому",
"description": "Tooltip for the button to import a style and append to the existing sections"
},
2017-05-06 11:00:11 +00:00
"editorStylesButton": {
2017-07-12 07:14:37 +00:00
"message": "Сменить тему Стилус",
"description": "Find styles for the editor"
2017-05-06 11:00:11 +00:00
},
"optionsOpen": {
2017-07-12 07:14:37 +00:00
"message": "Открыть",
"description": ""
2017-05-06 11:00:11 +00:00
},
"helpKeyMapHotkey": {
2017-07-12 07:14:37 +00:00
"message": "Нажмите клавишу",
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
},
2017-09-06 11:34:32 +00:00
"cm_linter": {
"message": "Проверка CSS",
"description": "Select the linter to check for CSS issues"
},
2017-05-06 11:00:11 +00:00
"styleRegexpTestInvalid": {
2017-07-12 07:14:37 +00:00
"message": "Пропущены некомпилируемые регулярки",
"description": "RegExp test report: label for the invalid expressions"
2017-05-06 11:00:11 +00:00
},
2017-09-06 11:34:32 +00:00
"manageOnlyExternal": {
"message": "Только сторонние стили",
"description": "Checkbox to show only externally installed styles i.e. updatable"
},
2017-12-11 20:57:00 +00:00
"searchResultWeeklyCount": {
"message": "Загрузок за неделю",
"description": "Text for label that shows the number of times a search result was installed during last week"
},
"replaceAll": {
2017-07-12 07:14:37 +00:00
"message": "Заменить все",
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
},
2017-05-06 11:00:11 +00:00
"importReportUnchanged": {
2017-07-12 07:14:37 +00:00
"message": "Ничего не изменилось.",
"description": "Message in the report shown after importing styles"
2017-05-06 11:00:11 +00:00
},
2017-12-03 05:26:57 +00:00
"confirmDiscardChanges": {
"message": "Отказаться от изменений?",
"description": "Generic label or title displayed when trying to close something (not a style) with unsaved changes"
},
2017-12-11 20:57:00 +00:00
"searchResultUpdated": {
"message": "Обновлен",
"description": "Text for label that shows the search result's last update date"
},
2017-12-08 17:32:53 +00:00
"configOnChangeTooltip": {
"message": "Сохранять и применять изменения автоматически",
"description": ""
},
2017-05-06 11:00:11 +00:00
"optionsActions": {
2017-07-12 07:14:37 +00:00
"message": "Другие действия",
"description": ""
2017-05-06 11:00:11 +00:00
},
"editGotoLine": {
2017-07-12 07:14:37 +00:00
"message": "Перейти к строке (или строке:колонке)",
"description": "Go to line or line:column on Ctrl-G in style code editor"
},
2017-05-06 11:00:11 +00:00
"manageOnlyLocalTooltip": {
2017-07-12 07:14:37 +00:00
"message": "(т.е. стили, не установленные посредством сайта userstyles.org)",
"description": "Tooltip for the checkbox to show only locally created styles i.e. non-updatable"
2017-05-06 11:00:11 +00:00
},
"checkAllUpdates": {
2017-07-12 07:14:37 +00:00
"message": "Найти обновления всех стилей",
"description": "Label for the button to check all styles for updates"
},
2017-05-06 11:00:11 +00:00
"openOptionsManage": {
2017-07-12 07:14:37 +00:00
"message": "Настройки",
"description": "Go to Options UI"
2017-05-06 11:00:11 +00:00
},
2017-11-25 13:34:43 +00:00
"colorpickerTooltip": {
"message": "Изменить цвет",
"description": "Tooltip for the colored squares shown before CSS colors in the style editor."
},
2017-05-06 11:00:11 +00:00
"optionsCustomizeBadge": {
2017-07-12 07:14:37 +00:00
"message": "Бейдж на пиктограмме в тулбаре",
"description": ""
2017-05-06 11:00:11 +00:00
},
2017-12-11 20:57:00 +00:00
"paginationPrevious": {
"message": "Предыдущая страница",
"description": "Tooltip for the '<-' button in search results"
},
2017-11-20 12:06:27 +00:00
"installUpdateFrom": {
"message": "Источник обновления стиля: $url$",
"description": "Label to describe where the style gets update",
"placeholders": {
"url": {
"content": "$1"
}
}
},
2017-05-06 11:00:11 +00:00
"importReportLegendIdentical": {
2017-07-12 07:14:37 +00:00
"message": "идентичные пропущены",
"description": "Text after the number of styles skipped due to being identical to the already installed ones in the report shown after importing styles"
2017-05-06 11:00:11 +00:00
},
2017-11-25 13:34:43 +00:00
"manageNewStyleAsUsercss": {
"message": "в формате Usercss",
"description": "VERY SHORT label for the checkbox next to the 'Write new style' button in the style manager"
},
2017-05-06 11:00:11 +00:00
"optionsPopupWidth": {
2017-07-12 07:14:37 +00:00
"message": "Ширина всплывающего окна (в пикселах)",
"description": ""
2017-05-06 11:00:11 +00:00
},
2017-11-20 12:06:27 +00:00
"cm_autoCloseBrackets": {
"message": "Закрывать скобки/кавычки при наборе",
"description": "Label for the checkbox in the style editor."
},
"installButtonReinstall": {
2017-12-03 05:26:57 +00:00
"message": "Переустановить стиль",
2017-11-20 12:06:27 +00:00
"description": "Label for reinstall button"
},
2017-09-06 11:34:32 +00:00
"linterInvalidConfigError": {
"message": "Не сохранено из-за неправильных настроек ниже:",
"description": "Invalid linter config will show a message followed by a list of invalid entries"
},
"confirmNo": {
2017-07-12 07:14:37 +00:00
"message": "Нет",
"description": "'No' button in a confirm dialog"
},
2017-11-20 12:06:27 +00:00
"styleMissingMeta": {
"message": "Отсутствуют метаданные @$key$",
"description": "Error displayed when a mandatory metadata is missing",
"placeholders": {
"key": {
"content": "$1"
}
}
},
"appliesLineWidgetWarning": {
"message": "Не работает с минифицированным CSS",
"description": "A warning that applies-to information won't show properly with minified CSS"
},
2017-12-08 17:32:53 +00:00
"configureStyleOnHomepage": {
"message": "Настроить на домашней странице",
"description": "Label for the button to configure userstyles.org userstyle"
},
"undo": {
2017-07-12 07:14:37 +00:00
"message": "Отменить",
"description": "Button label"
},
2017-12-03 05:26:57 +00:00
"usercssReplaceTemplateConfirmation": {
"message": "Заменить шаблон по умолчанию для нового стиля в формате Usercss текущим кодом?",
"description": ""
},
"cm_keyMap": {
2017-07-12 07:14:37 +00:00
"message": "Раскладка",
"description": "Label for the drop-down list controlling the keymap for the style editor."
},
2017-11-20 12:06:27 +00:00
"externalSupport": {
"message": "Поддержка",
"description": "Label for the external link to style's support site"
},
"confirmSave": {
"message": "Сохранить",
"description": "'Save' button in a confirm dialog"
},
2017-05-06 11:00:11 +00:00
"manageNewUI": {
2017-07-12 07:14:37 +00:00
"message": "Новый интерфейс",
"description": "Label for the checkbox that toggles the new UI on manage page"
2017-05-06 11:00:11 +00:00
},
"importReportUndoneTitle": {
2017-07-12 07:14:37 +00:00
"message": "Откат импорта завершен",
"description": "Title of the message box shown after undoing the import of styles"
2017-05-06 11:00:11 +00:00
},
"genericDisabledLabel": {
2017-07-12 07:14:37 +00:00
"message": "Отключен",
"description": "Used in various lists/options to indicate that something is disabled"
2017-05-06 11:00:11 +00:00
},
"cm_indentWithTabs": {
2017-07-12 07:14:37 +00:00
"message": "Умные отступы при помощи табуляции",
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
},
"replaceWith": {
2017-07-12 07:14:37 +00:00
"message": "Заменить на",
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
},
2017-11-20 12:06:27 +00:00
"liveReloadError": {
"message": "Ошибка слежения за файлом",
"description": "The label of live-reload error"
},
"deleteStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "Удалить",
"description": "Label for the button to delete a style"
},
2017-05-06 11:00:11 +00:00
"updateCheckManualUpdateForce": {
2017-07-12 07:14:37 +00:00
"message": "Установить обновление (локальные изменения будут утеряны)",
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
2017-05-06 11:00:11 +00:00
},
2017-11-20 12:06:27 +00:00
"styleInstallFailed": {
"message": "Ошибка установки стиля!\n$error$",
"description": "Warning when installation failed",
"placeholders": {
"error": {
"content": "$1"
}
}
},
2017-05-06 11:00:11 +00:00
"optionsAdvancedExposeIframes": {
2017-07-12 07:14:37 +00:00
"message": "Выявлять iframe путем добавления HTML[stylus-iframe]",
"description": ""
2017-05-06 11:00:11 +00:00
},
2017-12-03 05:26:57 +00:00
"usercssEditorNamePlaceholder": {
"message": "Укажите имя после @name в коде",
"description": "Placeholder text for the empty name input field when creating a new Usercss style"
},
"addStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "Создать стиль",
"description": "Label for the button to go to the add style page"
},
2017-11-20 12:06:27 +00:00
"installButtonUpdate": {
2017-12-03 05:26:57 +00:00
"message": "Обновить стиль",
2017-11-20 12:06:27 +00:00
"description": "Label for update button"
},
2017-05-06 11:00:11 +00:00
"backupButtons": {
2017-07-12 07:14:37 +00:00
"message": "Резервное копирование",
"description": "Heading for backup"
2017-05-06 11:00:11 +00:00
},
"manageOnlyEnabled": {
2017-07-12 07:14:37 +00:00
"message": "Только включенные стили",
"description": "Checkbox to show only enabled styles"
},
"editStyleLabel": {
2017-07-12 07:14:37 +00:00
"message": "Изменить",
"description": "Label for the button to go to the edit style page"
},
2017-11-20 12:06:27 +00:00
"installButtonInstalled": {
2017-12-03 05:26:57 +00:00
"message": "Стиль установлен",
2017-11-20 12:06:27 +00:00
"description": "Text displayed when the style is successfully installed"
},
"author": {
"message": "Автор",
"description": "Label for the style author"
},
"cm_theme": {
2017-07-12 07:14:37 +00:00
"message": "Тема",
"description": "Label for the style editor's CSS theme."
},
2017-12-11 20:57:00 +00:00
"findStylesInlineTooltip": {
"message": "Показывать найденные стили в этом окне.",
"description": "Text for a checkbox that displays search results within the Stylus popup."
},
2017-09-06 11:34:32 +00:00
"popupOpenEditInWindow": {
"message": "Открывать редактор в новом окне",
"description": "Label for the checkbox controlling 'edit' action behavior in the popup."
},
2017-11-20 12:06:27 +00:00
"appliesRemoveError": {
"message": "Нельзя удалить последний элемент",
"description": "Error displayed when the last 'applies' is going to be removed"
},
2017-05-06 11:00:11 +00:00
"backupMessage": {
2017-07-12 07:14:37 +00:00
"message": "Нажмите Импорт чтобы выбрать файл или просто перетащите его на эту страницу",
"description": "Message for backup"
2017-05-06 11:00:11 +00:00
},
"importReportUndone": {
2017-07-12 07:14:37 +00:00
"message": "восстановленных стилей",
"description": "Text after the number of styles reverted in the message box shown after undoing the import of styles"
2017-05-06 11:00:11 +00:00
},
"helpKeyMapCommand": {
2017-07-12 07:14:37 +00:00
"message": "Введите имя команды",
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
},
2017-09-06 11:34:32 +00:00
"linterResetMessage": {
"message": "Для отмены случайного сброса нажмите Ctrl-Z (или Cmd-Z) в окне ввода",
"description": "Reset button tooltip to inform user on how to undo an accidental reset"
},
2017-12-13 21:13:15 +00:00
"linkStylusWiki": {
"message": "Инфо",
"description": "Wiki link text on the manage page e.g. https://github.com/openstyles/stylus/wiki"
},
"description": {
2017-07-12 07:14:37 +00:00
"message": "Настраивайте стили веб-сайтов с помощью менеджера стилей Stylus. Он позволяет легко установить темы и изменить внешний вид сайтов Google, Facebook, YouTube, Orkut и множества других веб-страниц.",
"description": "Extension description"
2017-11-20 12:06:27 +00:00
},
"confirmClose": {
"message": "Закрыть",
"description": "'Close' button in a confirm dialog"
2017-12-03 05:26:57 +00:00
},
"usercssReplaceTemplateName": {
"message": "Пустой @name заменяет шаблон по умолчанию",
"description": "The text shown after @name when creating a new Usercss style"
}
2017-09-06 11:34:32 +00:00
}