You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
readability-cli/locales/ru.json

40 lines
4.8 KiB
JSON

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"Process HTML input": "Обработать входной HTML",
"A file, an http(s) URL, or '-' for standard input": "Файл, http(s) URL, или '-' для стандартного ввода",
"Print script for bash/zsh completion": "Напечатать скрипт для автодополнения Bash/Zsh",
"Print version": "Показать информацию про версию и выйти",
"Show help": "Показать помощь",
"Allow invalid SSL certificates": "Разрешить небезопасные подключения (неверные SSL сертификаты)",
"Set custom user agent string": "Указать свою строку user agent",
"Use specified proxy (can also use HTTPS_PROXY environment variable)": "Использовать указаный прокси-сервер (также можно использовать переменную среды HTTPS_PROXY)",
"The file to which the result should be output": "Файл, в который записывается результат",
"What to do if Readability.js is uncertain about what the core content actually is": "Что делать, когда Readability не может определить целевой контент",
"Output specific properties of the parsed article": "Показать определённые характеристики текста",
"Don't output extra information to stderr": "Не выдавать лишнюю информацию в стандартный вывод ошибок",
"Specify .css file for stylesheet": "Указать .css файл",
"Don't sanitize HTML": "Не убирать \"опасные\" элементы из HTML",
"Set the document URL when parsing standard input or a local file (this affects relative links)": "Указать URL документа при чтении из локального файла или стандартного ввода (влияет на относительные ссылки)",
"(deprecated) alias for --base": "(устаревшый) синоним для --base",
"Interpret SOURCE as a file name rather than a URL": "Интерпретировать [source] как файл, а не как URL",
"(deprecated) Interpret SOURCE as a URL rather than file name": "(устаревшее) Интерпретировать [source] как URL, а не как файл",
"Preserve all CSS classes for input elements, instead of adapting to Firefox's Reader Mode": "Оставить все CSS классы для входных элементов, и не адаптироваться под режим читателя в Firefox",
"Output properties as a JSON payload": "Показать характеристики текста в формате JSON",
"No input provided": "Данные не введены.",
"Note: --is-url option is deprecated.": "Внимание: параметр --is-url устаревший.",
"Note: --url option is deprecated, please use --base instead.": "Внимание: параметр --url устаревший, используйте вместо него --base.",
"Retrieving...": "Загружаем...",
"Warning: piping input with unknown URL. This means that relative links will be broken. Supply the --base parameter to fix.": "Внимание: считываем контент с неизвестным базовым URL. Пожалуйста, введите параметр --base.",
"Not sure if this document should be processed. Not processing": "Не уверен, стоит ли обрабатывать этот документ - не буду обрабатывать.",
"Error while retrieving %s:": "Ошибка во время загрузки %s:",
"Invalid URL: %s": "Неправильный URL: %s",
"Processing...": "Обрабатываем...",
"Not sure if this document should be processed, exiting": "Не уверен, стоит ли обрабатывать этот документ - выхожу",
"Can't output properties": "Не могу определить характеристики",
"Couldn't process document.": "Не удалось обработать документ.",
"Host not found: '%s'": "Сервер не найден: '%s'",
"Unknown mode: %s\nPlease use one of: keep, force, exit": "Неизвестный режим: %s\nПожалуйста, используйте один из: keep, force, exit",
"Use --help for more info.": "Чтобы узнать больше, воспользуйтесь --help",
"See the manual for more info: man readability-cli": "Чтобы узнать больше, загляните в мануал: man readability-cli",
"Error: option --%s is not supported in Deno.": "Ошибка: параметр --%s не поддерживается в Deno."
}