diff --git a/documentation/content/ru/books/accessibility/colors/_index.adoc b/documentation/content/ru/books/accessibility/colors/_index.adoc index 742694c7d7..4b6a6d1f3d 100644 --- a/documentation/content/ru/books/accessibility/colors/_index.adoc +++ b/documentation/content/ru/books/accessibility/colors/_index.adoc @@ -1,624 +1,624 @@ --- description: 'Функции для настройки цветов' next: books/accessibility/lowvision params: path: /books/accessibility/colors/ part: 'Часть II. Зрение' prev: books/accessibility/virtual-terminal showBookMenu: 'true' tags: ["Accessibility", "High contrast", "Color blindness", "Theming"] title: 'Глава 3. Цвета' weight: 6 --- [[colors]] = Высокая контрастность :doctype: book :toc: macro :toclevels: 1 :icons: font :sectnums: :sectnumoffset: 3 :partnums: :source-highlighter: rouge :experimental: :images-path: books/accessibility/colors/ ifdef::env-beastie[] ifdef::backend-html5[] :imagesdir: ../../../../images/{images-path} endif::[] ifndef::book[] include::shared/authors.adoc[] include::shared/mirrors.adoc[] include::shared/releases.adoc[] include::shared/attributes/attributes-{{% lang %}}.adoc[] include::shared/{{% lang %}}/teams.adoc[] include::shared/{{% lang %}}/mailing-lists.adoc[] include::shared/{{% lang %}}/urls.adoc[] toc::[] endif::[] ifdef::backend-pdf,backend-epub3[] include::../../../../../shared/asciidoctor.adoc[] endif::[] endif::[] ifndef::env-beastie[] toc::[] include::../../../../../shared/asciidoctor.adoc[] endif::[] [[colors-intro]] == Введение Эта глава объясняет, как настроить цвета для элементов на экране, включая: - Настройку цветовых схем с высокой контрастностью в графических средах. - Адаптацию цветовой температуры экрана для оптимального просмотра в условиях дневного и ночного освещения. - Выбор цветов для конфигурационных меню портов. [[high-contrast-theme]] == Тема с высокой контрастностью Графические среды позволяют легко устанавливать и настраивать графические темы. Этот параграф описывает, как настроить темы с высокой контрастностью для окон. [[kde-high-contrast]] === KDE Plasma Запустите модуль `Глобальная тема (Global Theme)`: [source, shell] .... % kcmshell6 kcm_lookandfeel .... В окне отображаются текущие установленные темы. Нажмите на значок "Получить новые... (Get New..)" в правом верхнем углу. Новое окно покажет дополнительные темы, доступные для установки. В поле поиска в правом верхнем углу вы можете искать новые темы для установки. Можно выполнить поиск по запросам "высокая контрастность (high contrast)" или "Acrilic Dark". [[xfce-high-contrast]] === XFCE Скачать по ссылке https://www.xfce-look.org/p/2289345[Темы высокой контрастности Windows 11]: - _Adwaita-Dusk.tar.bz2_ - _Adwaita-Desert.tar.bz2_ - _Adwaita-Aquatic.tar.bz2_ - _Adwaita-NightSky.tar.bz2_ -Пример приведен для темы _NightSky_, но, конечно, вы можете выбрать любую тему, которая вам больше нравится. +Пример приведён для темы _NightSky_, но, конечно, вы можете выбрать любую тему, которая вам больше нравится. [source, shell] .... % tar xzvf Adwaita-NightSky.tar.bz2 <1> % mkdir ~/.themes <2> % cp -a Adwaita-NightSky ~/.themes/ <3> % rm Adwaita-NightSky.tar.bz2 <4> % xfconf-query -c xfwm4 -p /general/theme -s 'Adwaita-NightSky' <5> % xfconf-query -c xsettings -p /Net/ThemeName -s 'Adwaita-NightSky' <6> .... <.> Извлеките файлы из архива загруженной темы. <.> Создайте каталог [.filename]#~/.themes#, если он еще не существует. <.> Скопируйте извлеченные темы в [.filename]#~/.themes#. <.> При необходимости удалите исходный сжатый файл для экономии места. <.> Примените тему Adwaita-NightSky для окружения рабочего стола XFCE. <.> Примените тему Adwaita-NightSky для приложений GTK. Выбор темы (шаги 5 и 6) также можно выполнить с помощью графических диалогов настройки в XFCE: [source, shell] .... % xfwm4-settings % xfce4-appearance-settings .... [[high-contrast-icon]] == Высококонтрастные иконки Графические среды позволяют легко устанавливать и настраивать темы иконок. Этот параграф описывает, как настроить иконки с высокой контрастностью. [[kde-icon-high-contrast]] === KDE Plasma Откройте модуль `_Icons_`: [source, shell] .... % kcmshell6 kcm_icons .... В окне отображаются установленные в данный момент темы иконок. Чтобы установить новую тему, нажмите значок `_Получить новую (Get New)..._` в правом верхнем углу. Появится новое окно, позволяющее просматривать и устанавливать дополнительные темы иконок. В качестве предложения, вы можете найти `Treepata` с помощью строки поиска в правом верхнем углу. Хотя изначально созданная для XFCE и впоследствии адаптированная для KDE Plasma, Treepata была разработана как тема с высокой контрастностью для улучшения доступности. [[xfce-icon-high-contrast]] === XFCE Выполните следующие команды, чтобы использовать тему иконок _Treepata - High Contrast_ с XFCE. Скачайте _Treepata.zip_ с https://www.xfce-look.org/p/1015854[Treepata - Высокая контрастность]. Затем выполните: [source, shell] .... # pkg search zip <1> % unzip Treepata.zip <2> % mkdir ~/.icons <3> % cp -a Treepata ~/.icons/ <4> % rm Treepata.zip <5> % xfconf-query -c xsettings -p /Net/IconThemeName -s Treepata <6> .... <.> Установите пакет package:archivers/zip[]: <.> Извлеките содержимое загруженного архива. <.> Создайте каталог [.filename]#~/.icons#, если он еще не существует. <.> Скопируйте извлечённую тему в [.filename]#~/.icons#. <.> При желании удалите загруженный архивный файл, чтобы освободить место. <.> Установите тему иконок _Treepata_. Тема иконок (шаг 6 выше) также может быть установлена графически через диалоговое окно `_Внешний вид (Appearance)_` на вкладке `_Иконки (Icons)_`. Для этого откройте диалоговое окно и выберите предпочитаемую тему иконок: [source, shell] .... % xfce4-appearance-settings .... [NOTE] ==== Если у вас возникли проблемы с темой иконок, установите пакеты package:misc/hicolor-icon-theme[] и package:graphics/gtk-update-icon-cache[]: [source, shell] .... # pkg install hicolor-icon-theme gtk-update-icon-cache .... Запустите man:gtk-update-icon-cache[1] для создания или обновления кэша иконок: [source, shell] .... % gtk-update-icon-cache -f -t ~/.icons/treepata .... ==== [[colors-temperature]] == Цветовая температура Этот параграф объясняет различные утилиты, которые настраивают цвета экрана в зависимости от температуры, циклов дня/ночи и настроек гаммы. Эти утилиты позволяют как интерактивно регулировать цвета, так и автоматически изменять их в зависимости от местного времени и географического положения. Некоторые утилиты совместимы с extref:{handbook}x11[X Window System], другие поддерживают extref:{handbook}wayland[Wayland], а некоторые работают на обоих дисплейных серверах. .Утилиты для настройки цветовой температуры [options="header", cols="1,1,1,1"] |=== | Имя | Автоматическое обновление | Графическая среда | Пакет | darkman | Да | X11 | package:accessibility/darkman[] | gammastep | Да | X11 | package:accessibility/gammastep[] | Night Light | Да | extref:{handbook}desktop/#kde-environment[KDE Plasma] | package:x11/kde[] | redshift | Да | X11, Wayland | package:accessibility/redshift[] | sct | Нет | X11 | package:accessibility/sct[] | sctd | Да | X11 | package:accessibility/sctd[] | wlsunset | Да | Wayland | package:accessibility/wlsunset[] |=== Остальная часть данного раздела подробно описывает шаги по установке, настройке и запуску утилит. [[colors-darkman]] === darkman man:darkman[1] — это демон, который автоматически управляет переходами между тёмным и светлым режимами. Он работает в основном в фоновом режиме, переключая цветовую схему экрана в зависимости от местного времени текущего местоположения. Для установки выполните: [source, shell] .... # pkg install darkman .... Создайте файл [.filename]#~/.config/darkman/config.yaml# и запишите в него ваши широту и долготу. Пример: [.programlisting] .... lat: 37.52 lng: 122.16 .... Утилита не изменяет напрямую цвета экрана; вместо этого она вызывает внешние утилиты для выполнения переходов цветов. Добавьте скрипты для выполнения на закате, разместив их в [.filename]#$XDG_DATA_DIRS/dark-mode.d/#, и скрипты для выполнения на рассвете, разместив их в [.filename]#XDG_DATA_DIRS/light-mode.d/#. Несколько https://gitlab.com/WhyNotHugo/darkman/-/tree/main/examples[примеров скриптов] доступны в репозитории проекта. Чтобы запустить darkman вручную, выполните: [source, shell] .... % darkman run & .... Утилита также предоставляет некоторые интерактивные возможности; подробности смотрите на справочной странице man:darkman[1]. [[gammastep]] === gammastep Утилита man:gammastep[1] автоматически регулирует цветовую температуру вашего экрана в зависимости от вашего местоположения. Для установки выполните: [source, shell] .... # pkg install gammastep .... Утилита работает сразу без какой-либо настройки. Просто запустите её, выполнив: [source, shell] .... % gammastep & .... [NOTE] ==== Если у вас возникли проблемы, настройте конфигурацию, адаптировав файл link:https://gitlab.com/chinstrap/gammastep/-/blob/master/gammastep.conf.sample[gammastep.conf.sample] и сохранив его как [.filename]#~/.config/gammastep/conf.ini#. Для устранения неполадок обратитесь к link:https://gitlab.com/chinstrap/gammastep/-/blob/master/README.md[README]. ==== [[kde-nightlight]] === KDE Plasma KDE позволяет настроить цветовую температуру экрана в зависимости от географического местоположения и местного времени. Запустите модуль `_Ночной свет (Night Light)_`: [source, shell] .... % kcmshell6 kcm_nightlight .... Включите автоматическую настройку цвета, выбрав нужный вариант из выпадающего меню `_Время переключения_`. [[redshift]] === redshift Утилита man:redshift[1] определяет ваше местоположение и устанавливает соответствующую цветовую температуру. Для установки выполните: [source, shell] .... # pkg install redshift .... Утилита redshift запускается без какой-либо конфигурации. Для её запуска достаточно выполнить: [source, shell] .... % redshift & .... Утилита может зависнуть при попытке определить местоположение или правильный метод установки цвета. В этом случае укажите их явно, используя `-l _широта:долгота_` и `-m _метод_`. Доступные методы можно вывести, выполнив: `% redshift -m list`. Пример запуска redshift с явным указанием местоположения и метода: [source, shell] .... % redshift -l 37.86:-122.27 -m randr & .... Чтобы сделать эту настройку постоянной, добавьте следующие строки в файл [.filename]#~/.config/redshift/redshift.conf#: [.programlisting] .... [redshift] adjustment-method=randr location-provider=manual [manual] lat=37.86 lon=-122.27 .... [NOTE] ==== Проект предоставляет файл конфигурации по умолчанию https://github.com/jonls/redshift/blob/master/redshift.conf.sample[redshift.conf.sample]. Для устранения неполадок и получения дополнительной информации обратитесь к https://github.com/jonls/redshift/blob/master/README.md[README]. ==== [[sct]] === sct Утилита man:sct[1] представляет собой простой инструмент командной строки для управления цветовой температурой экрана. Она не обновляется автоматически и должна запускаться повторно для постепенной корректировки температуры. Для установки выполните: [source, shell] .... # pkg install sct .... Утилита принимает значения температуры от 1000 до 10000, по умолчанию 6500. Для запуска sct введите: `sct _значение_`: [source, shell] .... % sct 8000 .... [TIP] ==== Утилита предлагает 3 стиля: 1) Стиль "Костер" [source, shell] .... % sct 4500 .... 2) Пыльная буря в стиле Марса [source, shell] .... % sct 2000 .... 3) Кофе без ограничений в стиле бессонной ночи [source, shell] .... % sct 8000 .... ==== [[sctd]] === sctd Утилита sctd вычисляет время восхода и заката на основе широты и долготы, и соответствующим образом регулирует цветовую температуру экрана. Для установки выполните: [source, shell] .... # pkg install sctd .... Для запуска sctd укажите ваше местоположение с помощью параметров `--latitude` и `--longitude`: [source, shell] .... % sctd --latitude 40.55 --longitude 14.34 & .... Чтобы сбросить цвет экрана к значению по умолчанию, выполните: [source, shell] .... % sctd --reset .... [[wlsunset]] === wlsunset Утилита man:wlsunset[1] предназначена для регулировки гаммы день/ночь в композиторах Wayland. Для установки выполните: [source, shell] .... # pkg install wlsunset .... Для запуска утилиты введите `wlsunset -l _широта_ -L _долгота_`. Пример: [source, shell] .... % wlsunset -l 14.34 -L 40.55 & .... [[colors-ports]] == Коллекция портов FreeBSD предоставляет extref:{handbook}ports[Коллекцию портов], которая предлагает простой способ установки приложений. Некоторые порты позволяют настроить параметры перед сборкой и установкой. По умолчанию конфигурация обрабатывается через TUI-меню, создаваемое пакетом:ports-mgmt/portconfig[]. Цвета могут быть настроены несколькими способами: . Возможности терминала по работе с цветами. . Переменная окружения $NO_COLOR. . Переменная окружения $PORTCONFIG_THEMEFILE. . Глобальный файл [.filename]#/usr/local/etc/portconfig/theme.conf#. [NOTE] ==== Эти методы перечислены в порядке убывания приоритета и являются взаимоисключающими, что означает, что только один из них может быть активен в любой момент времени. ==== *1. Цвета терминала* man:portconfig[1] автоматически определяет, поддерживает ли терминал цвета. Если нет, он переключается на черно-белую тему. *2. NO_COLOR* Если переменная окружения `$NO_COLOR` установлена и не пуста, portconfig принудительно применяет черно-белую тему .Пример постоянной настройки `$NO_COLOR` [example] ==== [.filename]#/etc/make.conf# [.programlisting] .... export NO_COLOR=YES .... ==== *3. PORTCONFIG_THEMEFILE* Если переменная окружения `$PORTCONFIG_THEMEFILE` установлена и указывает на допустимый файл темы, он будет использован. В противном случае применяется тема по умолчанию. ..Пример постоянной настройки `$PORTCONFIG_THEMEFILE` [example] ==== [.filename]#/etc/make.conf# [.programlisting] .... export PORTCONFIG_THEMEFILE=/home/foo/mytheme.conf .... ==== [TIP] ==== Для создания нового файла темы выполните: [source, shell] .... % /usr/local/bin/bsddialog --save-theme mytheme.conf --infobox "Saving theme..." 0 0 .... ==== *4. Глобальная тема.conf* Если файл [.filename]#/usr/local/etc/portconfig/theme.conf# существует и является корректным, он будет использован. В противном случае применяется тема по умолчанию. [TIP] ==== Примеры тем включены в [.filename]#/usr/local/etc/portconfig/#: - blackwhite.conf - default.conf - red-green.conf - yellow-blue.conf Для использования темы yellow-blue.conf: [source, shell] .... # ln -s /usr/local/etc/portconfig/yellow-blue.conf /usr/local/etc/portconfig/theme.conf .... ==== [[brightness]] == Яркость Яркость экрана можно регулировать различными способами. Доступные методы сильно зависят от аппаратного обеспечения, поэтому рекомендуется попробовать функции, описанные в следующих разделах. [[backlight]] === backlight Утилита man:backlight[8] включена в операционную систему. Она используется для установки яркости устройств, расположенных в [.filename]#/dev/backlight/#. Команда `backlight -f _устройство_ _значение_` устанавливает яркость _устройства_ в _значение_, где _значение_ — целое число от 0 (тускло) до 100 (ярко). Если устройство не указано, используется устройство по умолчанию [.filename]#/dev/backlight/backlight0#. Пример установки яркости устройства по умолчанию на 50%: [source, shell] .... % backlight 50 .... [NOTE] ==== Если пользователь не принадлежит к группе "video", команду необходимо выполнять от имени суперпользователя. ==== [[acpi_video]] === acpi_video Драйвер man:acpi_video[4], входящий в состав операционной системы, использует расширения ACPI Video для управления переключением дисплеев и яркостью подсветки. Для загрузки модуля ядра выполните: [source, shell] .... # kldload acpi_video .... Настройки яркости могут быть сконфигурированы с помощью extref:{handbook}config/#configtuning-sysctl[sysctl(8)]. Доступны следующие параметры: - hw.acpi.video._устройство_.levels: Список поддерживаемых уровней яркости. - hw.acpi.video._устройство_. brightness: Текущий уровень яркости устройства. _устройство_ - это возможное устройство отображения. Пример для установки яркости на 50% для устройства lcd0: [source, shell] .... % sysctl hw.acpi.video.lcd0.brightness <1> hw.acpi.video.lcd0.brightness: 90 % sysctl hw.acpi.video.lcd0.levels <2> hw.acpi.video.lcd0.levels: 90 60 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 # sysctl hw.acpi.video.lcd0.brightness=50 <3> hw.acpi.video.lcd0.brightness: 90 -> 50 .... <.> `sysctl hw.acpi.video._устройство_. brightness ` для просмотра текущего уровня яркости. <.> `sysctl hw.acpi.video._устройство_.levels` для просмотра доступных уровней. <.> `sysctl hw.acpi.video._устройство_.brightness=50` для установки яркости на 50. [NOTE] ==== man:acpi_video[4] должен быть загружен после любого из модулей ядра extref:{handbook}x11/#x-graphic-card-drivers[DRM]. ==== [[xbrightness]] === xbrightness Утилита package:x11/xbrightness[] может изменять яркость через extref:{handbook}x11[систему X Window]. [source, shell] .... # pkg install xbrightness .... Утилита man:xbrightness[1] позволяет установить значение от 0 (темнота) до 65535 (полная яркость). Пример установки яркости на 50%: [source, shell] .... % xbrightness 32767 .... [[xrandr]] === xrandr Пакет package:x11/xrandr[] является расширением сервера X11, предоставляющим утилиту man:xrandr[1]. Он позволяет настраивать различные свойства дисплея, включая яркость. Для установки выполните: [source, shell] .... # pkg install xrandr .... Команда `xrandr --output _монитор_ --brightness _яркость_` позволяет установить яркость для монитора в значение от 0 до 1.0. Для вывода списка доступных мониторов выполните: [source, shell] .... % xrandr --listmonitors Monitors: 2 0: +HDMI-1 1920/598x1080/337+0+0 HDMI-1 1: +eDP-1 1920/344x1080/194+1920+0 eDP-1 .... Пример установки яркости на 50% для HDMI-1: [source, shell] .... % xrandr --output HDMI-1 --brightness 0.5 .... [[colorblindness]] == Дальтонизм В этом разделе описывается, как использовать утилиты, предназначенные для людей с дальтонизмом. [[kde-colorblindness]] === KDE Plasma KDE позволяет фильтровать цвета для графических элементов. Запустите модуль `_Доступность (Accessibility)_`: [source, shell] .... % kcmshell6 kcm_access .... В области навигации выберите `_Коррекция дальтонизма (Color Blindness Correction)_`. Включите опцию `_Коррекция дальтонизма (Color blindness correction)_`, затем выберите подходящий режим цветового преобразования из выпадающего меню `_Режим (Mode)_`. diff --git a/documentation/content/ru/books/accessibility/colors/_index.po b/documentation/content/ru/books/accessibility/colors/_index.po index aee7e3c8ac..649b111c9f 100644 --- a/documentation/content/ru/books/accessibility/colors/_index.po +++ b/documentation/content/ru/books/accessibility/colors/_index.po @@ -1,1486 +1,1486 @@ # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR The FreeBSD Project # This file is distributed under the same license as the FreeBSD Documentation package. # Vladlen Popolitov , 2026. msgid "" msgstr "" "Project-Id-Version: FreeBSD Documentation VERSION\n" -"POT-Creation-Date: 2026-02-22 15:58+0000\n" -"PO-Revision-Date: 2026-03-09 18:11+0000\n" +"POT-Creation-Date: 2026-08-06 22:55+0100\n" +"PO-Revision-Date: 2026-05-18 04:45+0000\n" "Last-Translator: Vladlen Popolitov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.17\n" #. type: YAML Front Matter: description #: documentation/content/en/books/accessibility/colors/_index.adoc:1 #, no-wrap msgid "Features to set up colors" msgstr "Функции для настройки цветов" #. type: YAML Front Matter: part #: documentation/content/en/books/accessibility/colors/_index.adoc:1 #, no-wrap msgid "Part II. Vision" msgstr "Часть II. Зрение" #. type: YAML Front Matter: title #: documentation/content/en/books/accessibility/colors/_index.adoc:1 #, no-wrap msgid "Chapter 3. Colors" msgstr "Глава 3. Цвета" #. type: Title = #: documentation/content/en/books/accessibility/colors/_index.adoc:15 #, no-wrap msgid "High Contrast" msgstr "Высокая контрастность" #. type: Title == -#: documentation/content/en/books/accessibility/colors/_index.adoc:53 +#: documentation/content/en/books/accessibility/colors/_index.adoc:52 #, no-wrap msgid "Introduction" msgstr "Введение" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:56 +#: documentation/content/en/books/accessibility/colors/_index.adoc:55 msgid "" "This chapter explains how to configure colors for on-screen elements, " "including:" msgstr "" "Эта глава объясняет, как настроить цвета для элементов на экране, включая:" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:58 +#: documentation/content/en/books/accessibility/colors/_index.adoc:57 msgid "Setting high-contrast color schemes in graphical environments." msgstr "Настройку цветовых схем с высокой контрастностью в графических средах." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:59 +#: documentation/content/en/books/accessibility/colors/_index.adoc:58 msgid "" "Adapting screen color temperature for optimal viewing in daylight and " "nighttime conditions." msgstr "" "Адаптацию цветовой температуры экрана для оптимального просмотра в условиях " "дневного и ночного освещения." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:60 +#: documentation/content/en/books/accessibility/colors/_index.adoc:59 msgid "Selecting colors for configuration ports menus." msgstr "Выбор цветов для конфигурационных меню портов." #. type: Title == -#: documentation/content/en/books/accessibility/colors/_index.adoc:62 +#: documentation/content/en/books/accessibility/colors/_index.adoc:61 #, no-wrap msgid "High Contrast Theme" msgstr "Тема с высокой контрастностью" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:66 +#: documentation/content/en/books/accessibility/colors/_index.adoc:65 msgid "" "Graphical Environments allow you to easily install and set up graphical " "themes. This paragraph describes how to configure high contrast themes for " "windows." msgstr "" "Графические среды позволяют легко устанавливать и настраивать графические " "темы. Этот параграф описывает, как настроить темы с высокой контрастностью " "для окон." #. type: Title === -#: documentation/content/en/books/accessibility/colors/_index.adoc:68 -#: documentation/content/en/books/accessibility/colors/_index.adoc:127 -#: documentation/content/en/books/accessibility/colors/_index.adoc:305 -#: documentation/content/en/books/accessibility/colors/_index.adoc:666 +#: documentation/content/en/books/accessibility/colors/_index.adoc:67 +#: documentation/content/en/books/accessibility/colors/_index.adoc:126 +#: documentation/content/en/books/accessibility/colors/_index.adoc:304 +#: documentation/content/en/books/accessibility/colors/_index.adoc:665 #, no-wrap msgid "KDE Plasma" msgstr "KDE Plasma" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:71 +#: documentation/content/en/books/accessibility/colors/_index.adoc:70 msgid "Launch the `Global Theme` module:" msgstr "Запустите модуль `Глобальная тема (Global Theme)`:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:75 +#: documentation/content/en/books/accessibility/colors/_index.adoc:74 #, no-wrap msgid "% kcmshell6 kcm_lookandfeel\n" msgstr "% kcmshell6 kcm_lookandfeel\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:82 +#: documentation/content/en/books/accessibility/colors/_index.adoc:81 msgid "" "The window shows the current installed themes. Click on the \"Get New...\" " "icon in the top right corner. A new window will show additional themes " "available for installation. In the search field at the top right, you can " "look for new themes to install. You can search for \"high contrast\" or " "\"Acrilic Dark\"." msgstr "" "В окне отображаются текущие установленные темы. Нажмите на значок \"Получить " "новые... (Get New..)\" в правом верхнем углу. Новое окно покажет " "дополнительные темы, доступные для установки. В поле поиска в правом верхнем " "углу вы можете искать новые темы для установки. Можно выполнить поиск по " "запросам \"высокая контрастность (high contrast)\" или \"Acrilic Dark\"." #. type: Title === -#: documentation/content/en/books/accessibility/colors/_index.adoc:84 -#: documentation/content/en/books/accessibility/colors/_index.adoc:143 +#: documentation/content/en/books/accessibility/colors/_index.adoc:83 +#: documentation/content/en/books/accessibility/colors/_index.adoc:142 #, no-wrap msgid "XFCE" msgstr "XFCE" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:87 +#: documentation/content/en/books/accessibility/colors/_index.adoc:86 msgid "" "Download from https://www.xfce-look.org/p/2289345[High Contrast Windows 11 " "Themes]:" msgstr "" "Скачать по ссылке https://www.xfce-look.org/p/2289345[Темы высокой " "контрастности Windows 11]:" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:89 +#: documentation/content/en/books/accessibility/colors/_index.adoc:88 msgid "_Adwaita-Dusk.tar.bz2_" msgstr "_Adwaita-Dusk.tar.bz2_" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:90 +#: documentation/content/en/books/accessibility/colors/_index.adoc:89 msgid "_Adwaita-Desert.tar.bz2_" msgstr "_Adwaita-Desert.tar.bz2_" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:91 +#: documentation/content/en/books/accessibility/colors/_index.adoc:90 msgid "_Adwaita-Aquatic.tar.bz2_" msgstr "_Adwaita-Aquatic.tar.bz2_" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:92 +#: documentation/content/en/books/accessibility/colors/_index.adoc:91 msgid "_Adwaita-NightSky.tar.bz2_" msgstr "_Adwaita-NightSky.tar.bz2_" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:94 +#: documentation/content/en/books/accessibility/colors/_index.adoc:93 msgid "" "The example is for _NightSky_, but of course you can choose whichever theme " "you prefer." msgstr "" -"Пример приведен для темы _NightSky_, но, конечно, вы можете выбрать любую " +"Пример приведён для темы _NightSky_, но, конечно, вы можете выбрать любую " "тему, которая вам больше нравится." #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:103 +#: documentation/content/en/books/accessibility/colors/_index.adoc:102 #, no-wrap msgid "" "% tar xzvf Adwaita-NightSky.tar.bz2 <1>\n" "% mkdir ~/.themes <2>\n" "% cp -a Adwaita-NightSky ~/.themes/ <3>\n" "% rm Adwaita-NightSky.tar.bz2 <4>\n" "% xfconf-query -c xfwm4 -p /general/theme -s 'Adwaita-NightSky' <5>\n" "% xfconf-query -c xsettings -p /Net/ThemeName -s 'Adwaita-NightSky' <6>\n" msgstr "" "% tar xzvf Adwaita-NightSky.tar.bz2 <1>\n" "% mkdir ~/.themes <2>\n" "% cp -a Adwaita-NightSky ~/.themes/ <3>\n" "% rm Adwaita-NightSky.tar.bz2 <4>\n" "% xfconf-query -c xfwm4 -p /general/theme -s 'Adwaita-NightSky' <5>\n" "% xfconf-query -c xsettings -p /Net/ThemeName -s 'Adwaita-NightSky' <6>\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:106 +#: documentation/content/en/books/accessibility/colors/_index.adoc:105 msgid "Extract the downloaded theme archive." msgstr "Извлеките файлы из архива загруженной темы." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:107 +#: documentation/content/en/books/accessibility/colors/_index.adoc:106 msgid "" "Create the [.filename]#~/.themes# directory if it does not already exist." msgstr "Создайте каталог [.filename]#~/.themes#, если он еще не существует." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:108 +#: documentation/content/en/books/accessibility/colors/_index.adoc:107 msgid "Copy the extracted themes into [.filename]#~/.themes#." msgstr "Скопируйте извлеченные темы в [.filename]#~/.themes#." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:109 +#: documentation/content/en/books/accessibility/colors/_index.adoc:108 msgid "Optionally, delete the original compressed file to save space." msgstr "При необходимости удалите исходный сжатый файл для экономии места." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:110 +#: documentation/content/en/books/accessibility/colors/_index.adoc:109 msgid "Apply the Adwaita-NightSky theme for the XFCE desktop environment." msgstr "Примените тему Adwaita-NightSky для окружения рабочего стола XFCE." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:111 +#: documentation/content/en/books/accessibility/colors/_index.adoc:110 msgid "Apply the Adwaita-NightSky theme for GTK applications." msgstr "Примените тему Adwaita-NightSky для приложений GTK." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:113 +#: documentation/content/en/books/accessibility/colors/_index.adoc:112 msgid "" "The theme selection steps (5 and 6) can also be performed using the " "graphical configuration dialogs in XFCE:" msgstr "" "Выбор темы (шаги 5 и 6) также можно выполнить с помощью графических диалогов " "настройки в XFCE:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:118 +#: documentation/content/en/books/accessibility/colors/_index.adoc:117 #, no-wrap msgid "" "% xfwm4-settings\n" "% xfce4-appearance-settings\n" msgstr "" "% xfwm4-settings\n" "% xfce4-appearance-settings\n" #. type: Title == -#: documentation/content/en/books/accessibility/colors/_index.adoc:121 +#: documentation/content/en/books/accessibility/colors/_index.adoc:120 #, no-wrap msgid "High Contrast Icons" msgstr "Высококонтрастные иконки" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:125 +#: documentation/content/en/books/accessibility/colors/_index.adoc:124 msgid "" "Graphical Environments allow you to easily install and set up icon themes. " "This paragraph describes how to configure high contrast icons." msgstr "" "Графические среды позволяют легко устанавливать и настраивать темы иконок. " "Этот параграф описывает, как настроить иконки с высокой контрастностью." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:130 +#: documentation/content/en/books/accessibility/colors/_index.adoc:129 msgid "Open the `_Icons_` module:" msgstr "Откройте модуль `_Icons_`:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:134 +#: documentation/content/en/books/accessibility/colors/_index.adoc:133 #, no-wrap msgid "% kcmshell6 kcm_icons\n" msgstr "% kcmshell6 kcm_icons\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:141 +#: documentation/content/en/books/accessibility/colors/_index.adoc:140 msgid "" "The window displays the currently installed icon themes. To install a new " "theme, click the `_Get New..._` icon in the top right corner. A new window " "will appear, allowing you to browse and install additional icon themes. As " "a suggestion, you can search for `Treepata` using the search bar at the top " "right. Although originally designed for XFCE and later adapted for KDE " "Plasma, Treepata was created as a high-contrast accessibility theme." msgstr "" "В окне отображаются установленные в данный момент темы иконок. Чтобы " "установить новую тему, нажмите значок `_Получить новую (Get New)..._` в " "правом верхнем углу. Появится новое окно, позволяющее просматривать и " "устанавливать дополнительные темы иконок. В качестве предложения, вы можете " "найти `Treepata` с помощью строки поиска в правом верхнем углу. Хотя " "изначально созданная для XFCE и впоследствии адаптированная для KDE Plasma, " "Treepata была разработана как тема с высокой контрастностью для улучшения " "доступности." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:146 +#: documentation/content/en/books/accessibility/colors/_index.adoc:145 msgid "" "Run the following commands to use the _Treepata - High Contrast_ icons theme " "with XFCE." msgstr "" "Выполните следующие команды, чтобы использовать тему иконок _Treepata - High " "Contrast_ с XFCE." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:149 +#: documentation/content/en/books/accessibility/colors/_index.adoc:148 msgid "" "Download _Treepata.zip_ from https://www.xfce-look.org/p/1015854[Treepata - " "High contrast]. Then execute:" msgstr "" "Скачайте _Treepata.zip_ с https://www.xfce-look.org/p/1015854[Treepata - " "Высокая контрастность]. Затем выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:158 +#: documentation/content/en/books/accessibility/colors/_index.adoc:157 #, no-wrap msgid "" "# pkg search zip <1>\n" "% unzip Treepata.zip <2>\n" "% mkdir ~/.icons <3>\n" "% cp -a Treepata ~/.icons/ <4>\n" "% rm Treepata.zip <5>\n" "% xfconf-query -c xsettings -p /Net/IconThemeName -s Treepata <6>\n" msgstr "" "# pkg search zip <1>\n" "% unzip Treepata.zip <2>\n" "% mkdir ~/.icons <3>\n" "% cp -a Treepata ~/.icons/ <4>\n" "% rm Treepata.zip <5>\n" "% xfconf-query -c xsettings -p /Net/IconThemeName -s Treepata <6>\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:161 +#: documentation/content/en/books/accessibility/colors/_index.adoc:160 msgid "Install the package package:archivers/zip[]:" msgstr "Установите пакет package:archivers/zip[]:" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:162 +#: documentation/content/en/books/accessibility/colors/_index.adoc:161 msgid "Extract the downloaded archive file." msgstr "Извлеките содержимое загруженного архива." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:163 +#: documentation/content/en/books/accessibility/colors/_index.adoc:162 msgid "" "Create the [.filename]#~/.icons# directory if it does not already exist." msgstr "Создайте каталог [.filename]#~/.icons#, если он еще не существует." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:164 +#: documentation/content/en/books/accessibility/colors/_index.adoc:163 msgid "Copy the extracted theme into [.filename]#~/.icons#." msgstr "Скопируйте извлечённую тему в [.filename]#~/.icons#." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:165 +#: documentation/content/en/books/accessibility/colors/_index.adoc:164 msgid "Optionally, delete the downloaded archive file to free up space." msgstr "При желании удалите загруженный архивный файл, чтобы освободить место." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:166 +#: documentation/content/en/books/accessibility/colors/_index.adoc:165 msgid "Set the _Treepata_ icon theme." msgstr "Установите тему иконок _Treepata_." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:169 +#: documentation/content/en/books/accessibility/colors/_index.adoc:168 msgid "" "The icon theme (step 6 above) can also be set graphically via the " "`_Appearance_` dialog under the `_Icons_` tab. To do so, open the dialog " "and select your preferred icon theme:" msgstr "" "Тема иконок (шаг 6 выше) также может быть установлена графически через " "диалоговое окно `_Внешний вид (Appearance)_` на вкладке `_Иконки (Icons)_`. " "Для этого откройте диалоговое окно и выберите предпочитаемую тему иконок:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:173 +#: documentation/content/en/books/accessibility/colors/_index.adoc:172 #, no-wrap msgid "% xfce4-appearance-settings\n" msgstr "% xfce4-appearance-settings\n" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:178 +#: documentation/content/en/books/accessibility/colors/_index.adoc:177 msgid "" "If you have icon theme problems, install package:misc/hicolor-icon-theme[] " "and package:graphics/gtk-update-icon-cache[]:" msgstr "" "Если у вас возникли проблемы с темой иконок, установите пакеты package:misc/" "hicolor-icon-theme[] и package:graphics/gtk-update-icon-cache[]:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:182 +#: documentation/content/en/books/accessibility/colors/_index.adoc:181 #, no-wrap msgid "# pkg install hicolor-icon-theme gtk-update-icon-cache\n" msgstr "# pkg install hicolor-icon-theme gtk-update-icon-cache\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:185 +#: documentation/content/en/books/accessibility/colors/_index.adoc:184 msgid "Run man:gtk-update-icon-cache[1] to create or update the icon cache:" msgstr "" "Запустите man:gtk-update-icon-cache[1] для создания или обновления кэша " "иконок:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:189 +#: documentation/content/en/books/accessibility/colors/_index.adoc:188 #, no-wrap msgid "% gtk-update-icon-cache -f -t ~/.icons/treepata\n" msgstr "% gtk-update-icon-cache -f -t ~/.icons/treepata\n" #. type: Title == -#: documentation/content/en/books/accessibility/colors/_index.adoc:194 +#: documentation/content/en/books/accessibility/colors/_index.adoc:193 #, no-wrap msgid "Color temperature" msgstr "Цветовая температура" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:199 +#: documentation/content/en/books/accessibility/colors/_index.adoc:198 msgid "" "This paragraph explains various utilities that adjust screen colors based on " "temperature, day/night cycles, and gamma settings. These utilities enable " "both interactive color adjustments and automatic changes based on the local " "time and geographical location. Some utilities are compatible with the " "extref:{handbook}x11[X Window System], others support extref:{handbook}" "wayland[Wayland], and some work on both display servers." msgstr "" "Этот параграф объясняет различные утилиты, которые настраивают цвета экрана " "в зависимости от температуры, циклов дня/ночи и настроек гаммы. Эти утилиты " "позволяют как интерактивно регулировать цвета, так и автоматически изменять " "их в зависимости от местного времени и географического положения. Некоторые " "утилиты совместимы с extref:{handbook}x11[X Window System], другие " "поддерживают extref:{handbook}wayland[Wayland], а некоторые работают на " "обоих дисплейных серверах." #. type: Block title -#: documentation/content/en/books/accessibility/colors/_index.adoc:200 +#: documentation/content/en/books/accessibility/colors/_index.adoc:199 #, no-wrap msgid "Color Temperature Utilities" msgstr "Утилиты для настройки цветовой температуры" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:203 +#: documentation/content/en/books/accessibility/colors/_index.adoc:202 #, no-wrap msgid "Name" msgstr "Имя" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:203 +#: documentation/content/en/books/accessibility/colors/_index.adoc:202 #, no-wrap msgid "Auto Update" msgstr "Автоматическое обновление" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:203 +#: documentation/content/en/books/accessibility/colors/_index.adoc:202 #, no-wrap msgid "Environment" msgstr "Графическая среда" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:205 +#: documentation/content/en/books/accessibility/colors/_index.adoc:204 #, no-wrap msgid "Package" msgstr "Пакет" #. type: Title === -#: documentation/content/en/books/accessibility/colors/_index.adoc:206 -#: documentation/content/en/books/accessibility/colors/_index.adoc:245 +#: documentation/content/en/books/accessibility/colors/_index.adoc:205 +#: documentation/content/en/books/accessibility/colors/_index.adoc:244 #, no-wrap msgid "darkman" msgstr "darkman" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:207 -#: documentation/content/en/books/accessibility/colors/_index.adoc:212 -#: documentation/content/en/books/accessibility/colors/_index.adoc:217 -#: documentation/content/en/books/accessibility/colors/_index.adoc:222 -#: documentation/content/en/books/accessibility/colors/_index.adoc:232 -#: documentation/content/en/books/accessibility/colors/_index.adoc:237 +#: documentation/content/en/books/accessibility/colors/_index.adoc:206 +#: documentation/content/en/books/accessibility/colors/_index.adoc:211 +#: documentation/content/en/books/accessibility/colors/_index.adoc:216 +#: documentation/content/en/books/accessibility/colors/_index.adoc:221 +#: documentation/content/en/books/accessibility/colors/_index.adoc:231 +#: documentation/content/en/books/accessibility/colors/_index.adoc:236 #, no-wrap msgid "Yes" msgstr "Да" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:208 -#: documentation/content/en/books/accessibility/colors/_index.adoc:213 -#: documentation/content/en/books/accessibility/colors/_index.adoc:228 -#: documentation/content/en/books/accessibility/colors/_index.adoc:233 +#: documentation/content/en/books/accessibility/colors/_index.adoc:207 +#: documentation/content/en/books/accessibility/colors/_index.adoc:212 +#: documentation/content/en/books/accessibility/colors/_index.adoc:227 +#: documentation/content/en/books/accessibility/colors/_index.adoc:232 #, no-wrap msgid "X11" msgstr "X11" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:210 +#: documentation/content/en/books/accessibility/colors/_index.adoc:209 #, no-wrap msgid "package:accessibility/darkman[]" msgstr "package:accessibility/darkman[]" #. type: Title === -#: documentation/content/en/books/accessibility/colors/_index.adoc:211 -#: documentation/content/en/books/accessibility/colors/_index.adoc:280 +#: documentation/content/en/books/accessibility/colors/_index.adoc:210 +#: documentation/content/en/books/accessibility/colors/_index.adoc:279 #, no-wrap msgid "gammastep" msgstr "gammastep" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:215 +#: documentation/content/en/books/accessibility/colors/_index.adoc:214 #, no-wrap msgid "package:accessibility/gammastep[]" msgstr "package:accessibility/gammastep[]" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:216 +#: documentation/content/en/books/accessibility/colors/_index.adoc:215 #, no-wrap msgid "Night Light" msgstr "Night Light" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:218 +#: documentation/content/en/books/accessibility/colors/_index.adoc:217 #, no-wrap msgid "extref:{handbook}desktop/#kde-environment[KDE Plasma]" msgstr "extref:{handbook}desktop/#kde-environment[KDE Plasma]" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:220 +#: documentation/content/en/books/accessibility/colors/_index.adoc:219 #, no-wrap msgid "package:x11/kde[]" msgstr "package:x11/kde[]" #. type: Title === -#: documentation/content/en/books/accessibility/colors/_index.adoc:221 -#: documentation/content/en/books/accessibility/colors/_index.adoc:318 +#: documentation/content/en/books/accessibility/colors/_index.adoc:220 +#: documentation/content/en/books/accessibility/colors/_index.adoc:317 #, no-wrap msgid "redshift" msgstr "redshift" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:223 +#: documentation/content/en/books/accessibility/colors/_index.adoc:222 #, no-wrap msgid "X11, Wayland" msgstr "X11, Wayland" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:225 +#: documentation/content/en/books/accessibility/colors/_index.adoc:224 #, no-wrap msgid "package:accessibility/redshift[]" msgstr "package:accessibility/redshift[]" #. type: Title === -#: documentation/content/en/books/accessibility/colors/_index.adoc:226 -#: documentation/content/en/books/accessibility/colors/_index.adoc:367 +#: documentation/content/en/books/accessibility/colors/_index.adoc:225 +#: documentation/content/en/books/accessibility/colors/_index.adoc:366 #, no-wrap msgid "sct" msgstr "sct" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:227 +#: documentation/content/en/books/accessibility/colors/_index.adoc:226 #, no-wrap msgid "No" msgstr "Нет" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:230 +#: documentation/content/en/books/accessibility/colors/_index.adoc:229 #, no-wrap msgid "package:accessibility/sct[]" msgstr "package:accessibility/sct[]" #. type: Title === -#: documentation/content/en/books/accessibility/colors/_index.adoc:231 -#: documentation/content/en/books/accessibility/colors/_index.adoc:413 +#: documentation/content/en/books/accessibility/colors/_index.adoc:230 +#: documentation/content/en/books/accessibility/colors/_index.adoc:412 #, no-wrap msgid "sctd" msgstr "sctd" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:235 +#: documentation/content/en/books/accessibility/colors/_index.adoc:234 #, no-wrap msgid "package:accessibility/sctd[]" msgstr "package:accessibility/sctd[]" #. type: Title === -#: documentation/content/en/books/accessibility/colors/_index.adoc:236 -#: documentation/content/en/books/accessibility/colors/_index.adoc:438 +#: documentation/content/en/books/accessibility/colors/_index.adoc:235 +#: documentation/content/en/books/accessibility/colors/_index.adoc:437 #, no-wrap msgid "wlsunset" msgstr "wlsunset" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:238 +#: documentation/content/en/books/accessibility/colors/_index.adoc:237 #, no-wrap msgid "Wayland" msgstr "Wayland" #. type: Table -#: documentation/content/en/books/accessibility/colors/_index.adoc:240 +#: documentation/content/en/books/accessibility/colors/_index.adoc:239 #, no-wrap msgid "package:accessibility/wlsunset[]" msgstr "package:accessibility/wlsunset[]" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:243 +#: documentation/content/en/books/accessibility/colors/_index.adoc:242 msgid "" "The rest of this section details the steps to install, configure, and launch " "the utilities." msgstr "" "Остальная часть данного раздела подробно описывает шаги по установке, " "настройке и запуску утилит." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:250 +#: documentation/content/en/books/accessibility/colors/_index.adoc:249 msgid "" "man:darkman[1] is a daemon that automatically manages transitions between " "dark mode and light mode. It operates primarily in the background, " "switching the screen's color scheme based on the local time of the current " "location. To install, run:" msgstr "" "man:darkman[1] — это демон, который автоматически управляет переходами между " "тёмным и светлым режимами. Он работает в основном в фоновом режиме, " "переключая цветовую схему экрана в зависимости от местного времени текущего " "местоположения. Для установки выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:254 +#: documentation/content/en/books/accessibility/colors/_index.adoc:253 #, no-wrap msgid "# pkg install darkman\n" msgstr "# pkg install darkman\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:258 +#: documentation/content/en/books/accessibility/colors/_index.adoc:257 msgid "" "Create the file [.filename]#~/.config/darkman/config.yaml# and write your " "latitude and longitude. Example:" msgstr "" "Создайте файл [.filename]#~/.config/darkman/config.yaml# и запишите в него " "ваши широту и долготу. Пример:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:263 +#: documentation/content/en/books/accessibility/colors/_index.adoc:262 #, no-wrap msgid "" "lat: 37.52\n" "lng: 122.16\n" msgstr "" "lat: 37.52\n" "lng: 122.16\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:269 +#: documentation/content/en/books/accessibility/colors/_index.adoc:268 msgid "" "The utility does not directly change the screen colors; instead, it calls " "external utilities to perform the color transitions. Add scripts to be " "executed at sundown by placing them in [.filename]#$XDG_DATA_DIRS/dark-mode." "d/# and scripts to be executed at sunrise by placing them in [." "filename]#XDG_DATA_DIRS/light-mode.d/#. Several https://gitlab.com/" "WhyNotHugo/darkman/-/tree/main/examples[example scripts] are available in " "the project repository." msgstr "" "Утилита не изменяет напрямую цвета экрана; вместо этого она вызывает внешние " "утилиты для выполнения переходов цветов. Добавьте скрипты для выполнения на " "закате, разместив их в [.filename]#$XDG_DATA_DIRS/dark-mode.d/#, и скрипты " "для выполнения на рассвете, разместив их в [.filename]#XDG_DATA_DIRS/light-" "mode.d/#. Несколько https://gitlab.com/WhyNotHugo/darkman/-/tree/main/" "examples[примеров скриптов] доступны в репозитории проекта." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:271 +#: documentation/content/en/books/accessibility/colors/_index.adoc:270 msgid "To start darkman manually, run:" msgstr "Чтобы запустить darkman вручную, выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:275 +#: documentation/content/en/books/accessibility/colors/_index.adoc:274 #, no-wrap msgid "% darkman run &\n" msgstr "% darkman run &\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:278 +#: documentation/content/en/books/accessibility/colors/_index.adoc:277 msgid "" "The utility also offers some interactive options; for more details refer to " "the man:darkman[1] manual page." msgstr "" "Утилита также предоставляет некоторые интерактивные возможности; подробности " "смотрите на справочной странице man:darkman[1]." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:284 +#: documentation/content/en/books/accessibility/colors/_index.adoc:283 msgid "" "The man:gammastep[1] utility adjusts your screen’s color temperature " "automatically based on your location. To install, run:" msgstr "" "Утилита man:gammastep[1] автоматически регулирует цветовую температуру " "вашего экрана в зависимости от вашего местоположения. Для установки " "выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:288 +#: documentation/content/en/books/accessibility/colors/_index.adoc:287 #, no-wrap msgid "# pkg install gammastep\n" msgstr "# pkg install gammastep\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:292 +#: documentation/content/en/books/accessibility/colors/_index.adoc:291 msgid "" "The utility works out of the box without any configuration. Simply start it " "by running:" msgstr "" "Утилита работает сразу без какой-либо настройки. Просто запустите её, " "выполнив:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:296 +#: documentation/content/en/books/accessibility/colors/_index.adoc:295 #, no-wrap msgid "% gammastep &\n" msgstr "% gammastep &\n" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:302 +#: documentation/content/en/books/accessibility/colors/_index.adoc:301 msgid "" "If you encounter any issues, customize the configuration by adapting the " "link:https://gitlab.com/chinstrap/gammastep/-/blob/master/gammastep.conf." "sample[gammastep.conf.sample] file and save it as [.filename]#~/.config/" "gammastep/conf.ini#. Refer to the link:https://gitlab.com/chinstrap/" "gammastep/-/blob/master/README.md[README] for troubleshooting." msgstr "" "Если у вас возникли проблемы, настройте конфигурацию, адаптировав файл link:" "https://gitlab.com/chinstrap/gammastep/-/blob/master/gammastep.conf." "sample[gammastep.conf.sample] и сохранив его как [.filename]#~/.config/" "gammastep/conf.ini#. Для устранения неполадок обратитесь к link:https://" "gitlab.com/chinstrap/gammastep/-/blob/master/README.md[README]." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:309 +#: documentation/content/en/books/accessibility/colors/_index.adoc:308 msgid "" "KDE allows you to adjust the screen color temperature based on geographic " "location and local time. Launch the `_Night Light_` module:" msgstr "" "KDE позволяет настроить цветовую температуру экрана в зависимости от " "географического местоположения и местного времени. Запустите модуль `_Ночной " "свет (Night Light)_`:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:313 +#: documentation/content/en/books/accessibility/colors/_index.adoc:312 #, no-wrap msgid "% kcmshell6 kcm_nightlight\n" msgstr "% kcmshell6 kcm_nightlight\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:316 +#: documentation/content/en/books/accessibility/colors/_index.adoc:315 msgid "" "Enable automatic color adjustment by selecting the desired option from the " "`_Switching times_` drop-down menu." msgstr "" "Включите автоматическую настройку цвета, выбрав нужный вариант из " "выпадающего меню `_Время переключения_`." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:322 +#: documentation/content/en/books/accessibility/colors/_index.adoc:321 msgid "" "The man:redshift[1] utility find your position and sets the color " "temperature accordingly. To install, execute:" msgstr "" "Утилита man:redshift[1] определяет ваше местоположение и устанавливает " "соответствующую цветовую температуру. Для установки выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:326 +#: documentation/content/en/books/accessibility/colors/_index.adoc:325 #, no-wrap msgid "# pkg install redshift\n" msgstr "# pkg install redshift\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:330 +#: documentation/content/en/books/accessibility/colors/_index.adoc:329 msgid "" "The redshift utility runs without any configuration. To start it, simply " "execute:" msgstr "" "Утилита redshift запускается без какой-либо конфигурации. Для её запуска " "достаточно выполнить:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:334 +#: documentation/content/en/books/accessibility/colors/_index.adoc:333 #, no-wrap msgid "% redshift &\n" msgstr "% redshift &\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:339 +#: documentation/content/en/books/accessibility/colors/_index.adoc:338 msgid "" "The utility might hang while trying to determine the location or the correct " "method to set the color. In this case, specify them explicitly using `-l " "_latitude:longitude_` and `-m _method_`. The available methods can be " "listed by running: `% redshift -m list`." msgstr "" "Утилита может зависнуть при попытке определить местоположение или правильный " "метод установки цвета. В этом случае укажите их явно, используя `-l _широта:" "долгота_` и `-m _метод_`. Доступные методы можно вывести, выполнив: `% " "redshift -m list`." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:341 +#: documentation/content/en/books/accessibility/colors/_index.adoc:340 msgid "Example of running redshift with an explicit location and method:" msgstr "Пример запуска redshift с явным указанием местоположения и метода:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:345 +#: documentation/content/en/books/accessibility/colors/_index.adoc:344 #, no-wrap msgid "% redshift -l 37.86:-122.27 -m randr &\n" msgstr "% redshift -l 37.86:-122.27 -m randr &\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:348 +#: documentation/content/en/books/accessibility/colors/_index.adoc:347 msgid "" "To make this setting permanent, add the following lines to [.filename]#~/." "config/redshift/redshift.conf# file:" msgstr "" "Чтобы сделать эту настройку постоянной, добавьте следующие строки в файл [." "filename]#~/.config/redshift/redshift.conf#:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:354 +#: documentation/content/en/books/accessibility/colors/_index.adoc:353 #, no-wrap msgid "" "[redshift]\n" "adjustment-method=randr\n" "location-provider=manual\n" msgstr "" "[redshift]\n" "adjustment-method=randr\n" "location-provider=manual\n" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:358 +#: documentation/content/en/books/accessibility/colors/_index.adoc:357 #, no-wrap msgid "" "[manual]\n" "lat=37.86\n" "lon=-122.27\n" msgstr "" "[manual]\n" "lat=37.86\n" "lon=-122.27\n" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:364 +#: documentation/content/en/books/accessibility/colors/_index.adoc:363 msgid "" "The project provides a default https://github.com/jonls/redshift/blob/master/" "redshift.conf.sample[redshift.conf.sample] configuration file. For " "troubleshooting and additional information, please refer to the https://" "github.com/jonls/redshift/blob/master/README.md[README]." msgstr "" "Проект предоставляет файл конфигурации по умолчанию https://github.com/jonls/" "redshift/blob/master/redshift.conf.sample[redshift.conf.sample]. Для " "устранения неполадок и получения дополнительной информации обратитесь к " "https://github.com/jonls/redshift/blob/master/README.md[README]." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:372 +#: documentation/content/en/books/accessibility/colors/_index.adoc:371 msgid "" "The man:sct[1] utility is a simple command-line tool for controlling screen " "color temperature. It does not update automatically and must be run " "repeatedly to adjust the temperature over time. To install, execute:" msgstr "" "Утилита man:sct[1] представляет собой простой инструмент командной строки " "для управления цветовой температурой экрана. Она не обновляется " "автоматически и должна запускаться повторно для постепенной корректировки " "температуры. Для установки выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:376 +#: documentation/content/en/books/accessibility/colors/_index.adoc:375 #, no-wrap msgid "# pkg install sct\n" msgstr "# pkg install sct\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:380 +#: documentation/content/en/books/accessibility/colors/_index.adoc:379 msgid "" "The utility takes temperature values between 1000 and 10000, 6500 is the " "default. To run sct, type: `sct _value_`:" msgstr "" "Утилита принимает значения температуры от 1000 до 10000, по умолчанию 6500. " "Для запуска sct введите: `sct _значение_`:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:384 -#: documentation/content/en/books/accessibility/colors/_index.adoc:409 +#: documentation/content/en/books/accessibility/colors/_index.adoc:383 +#: documentation/content/en/books/accessibility/colors/_index.adoc:408 #, no-wrap msgid "% sct 8000\n" msgstr "% sct 8000\n" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:389 +#: documentation/content/en/books/accessibility/colors/_index.adoc:388 msgid "The utility suggests 3 styles:" msgstr "Утилита предлагает 3 стиля:" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:391 +#: documentation/content/en/books/accessibility/colors/_index.adoc:390 msgid "Campfire style" msgstr "Стиль \"Костер\"" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:395 +#: documentation/content/en/books/accessibility/colors/_index.adoc:394 #, no-wrap msgid "% sct 4500\n" msgstr "% sct 4500\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:398 +#: documentation/content/en/books/accessibility/colors/_index.adoc:397 msgid "Dust storm on Mars style" msgstr "Пыльная буря в стиле Марса" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:402 +#: documentation/content/en/books/accessibility/colors/_index.adoc:401 #, no-wrap msgid "% sct 2000\n" msgstr "% sct 2000\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:405 +#: documentation/content/en/books/accessibility/colors/_index.adoc:404 msgid "Coffee free all nighter style" msgstr "Кофе без ограничений в стиле бессонной ночи" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:417 +#: documentation/content/en/books/accessibility/colors/_index.adoc:416 msgid "" "The sctd utility calculates sunrise and sunset times based on latitude and " "longitude, and adjusts the screen's color temperature accordingly. To " "install, run:" msgstr "" "Утилита sctd вычисляет время восхода и заката на основе широты и долготы, и " "соответствующим образом регулирует цветовую температуру экрана. Для " "установки выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:421 +#: documentation/content/en/books/accessibility/colors/_index.adoc:420 #, no-wrap msgid "# pkg install sctd\n" msgstr "# pkg install sctd\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:424 +#: documentation/content/en/books/accessibility/colors/_index.adoc:423 msgid "" "To run sctd, specify your location using the `--latitude` and `--longitude` " "options:" msgstr "" "Для запуска sctd укажите ваше местоположение с помощью параметров `--" "latitude` и `--longitude`:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:428 +#: documentation/content/en/books/accessibility/colors/_index.adoc:427 #, no-wrap msgid "% sctd --latitude 40.55 --longitude 14.34 &\n" msgstr "% sctd --latitude 40.55 --longitude 14.34 &\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:431 +#: documentation/content/en/books/accessibility/colors/_index.adoc:430 msgid "To reset the screen color to default, run:" msgstr "Чтобы сбросить цвет экрана к значению по умолчанию, выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:435 +#: documentation/content/en/books/accessibility/colors/_index.adoc:434 #, no-wrap msgid "% sctd --reset\n" msgstr "% sctd --reset\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:441 +#: documentation/content/en/books/accessibility/colors/_index.adoc:440 msgid "" "The man:wlsunset[1] utility is a Day/Night gamma adjustments for Wayland " "compositors." msgstr "" "Утилита man:wlsunset[1] предназначена для регулировки гаммы день/ночь в " "композиторах Wayland." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:443 +#: documentation/content/en/books/accessibility/colors/_index.adoc:442 msgid "To install, execute:" msgstr "Для установки выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:447 +#: documentation/content/en/books/accessibility/colors/_index.adoc:446 #, no-wrap msgid "# pkg install wlsunset\n" msgstr "# pkg install wlsunset\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:451 +#: documentation/content/en/books/accessibility/colors/_index.adoc:450 msgid "" "To start the utility type `wlsunset -l _latitude_ -L _longitude_`. Example:" msgstr "" "Для запуска утилиты введите `wlsunset -l _широта_ -L _долгота_`. Пример:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:455 +#: documentation/content/en/books/accessibility/colors/_index.adoc:454 #, no-wrap msgid "% wlsunset -l 14.34 -L 40.55 &\n" msgstr "% wlsunset -l 14.34 -L 40.55 &\n" #. type: Title == -#: documentation/content/en/books/accessibility/colors/_index.adoc:458 +#: documentation/content/en/books/accessibility/colors/_index.adoc:457 #, no-wrap msgid "Ports Collection" msgstr "Коллекция портов" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:464 +#: documentation/content/en/books/accessibility/colors/_index.adoc:463 msgid "" "FreeBSD provides the extref:{handbook}ports[Ports Collection], which offers " "a simple way to install applications. Some ports allow you to configure " "options before building and installation. By default, configuration is " "handled through a TUI menu built by the package:ports-mgmt/portconfig[]. " "The colors can be customized in several ways:" msgstr "" "FreeBSD предоставляет extref:{handbook}ports[Коллекцию портов], которая " "предлагает простой способ установки приложений. Некоторые порты позволяют " "настроить параметры перед сборкой и установкой. По умолчанию конфигурация " "обрабатывается через TUI-меню, создаваемое пакетом:ports-mgmt/portconfig[]. " "Цвета могут быть настроены несколькими способами:" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:466 +#: documentation/content/en/books/accessibility/colors/_index.adoc:465 msgid "Terminal color capabilities." msgstr "Возможности терминала по работе с цветами." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:467 +#: documentation/content/en/books/accessibility/colors/_index.adoc:466 msgid "The $NO_COLOR environment variable." msgstr "Переменная окружения $NO_COLOR." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:468 +#: documentation/content/en/books/accessibility/colors/_index.adoc:467 msgid "The $PORTCONFIG_THEMEFILE environment variable." msgstr "Переменная окружения $PORTCONFIG_THEMEFILE." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:469 +#: documentation/content/en/books/accessibility/colors/_index.adoc:468 msgid "The global [.filename]#/usr/local/etc/portconfig/theme.conf# file." msgstr "Глобальный файл [.filename]#/usr/local/etc/portconfig/theme.conf#." #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:473 +#: documentation/content/en/books/accessibility/colors/_index.adoc:472 msgid "" "These methods are listed in order of decreasing priority and are mutually " "exclusive, meaning only one can be active at a time." msgstr "" "Эти методы перечислены в порядке убывания приоритета и являются " "взаимоисключающими, что означает, что только один из них может быть активен " "в любой момент времени." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:476 +#: documentation/content/en/books/accessibility/colors/_index.adoc:475 #, no-wrap msgid "*1. Terminal Colors*\n" msgstr "*1. Цвета терминала*\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:479 +#: documentation/content/en/books/accessibility/colors/_index.adoc:478 msgid "" "man:portconfig[1] automatically detects whether the terminal supports " "colors. If not, it defaults to a black-and-white theme." msgstr "" "man:portconfig[1] автоматически определяет, поддерживает ли терминал цвета. " "Если нет, он переключается на черно-белую тему." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:481 +#: documentation/content/en/books/accessibility/colors/_index.adoc:480 #, no-wrap msgid "*2. NO_COLOR*\n" msgstr "*2. NO_COLOR*\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:483 +#: documentation/content/en/books/accessibility/colors/_index.adoc:482 msgid "" "If the `$NO_COLOR` environment variable is set and not empty, portconfig " "forces the black-and-white theme" msgstr "" "Если переменная окружения `$NO_COLOR` установлена и не пуста, portconfig " "принудительно применяет черно-белую тему" #. type: Block title -#: documentation/content/en/books/accessibility/colors/_index.adoc:484 +#: documentation/content/en/books/accessibility/colors/_index.adoc:483 #, no-wrap msgid "Example persistent setting `$NO_COLOR`" msgstr "Пример постоянной настройки `$NO_COLOR`" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:488 -#: documentation/content/en/books/accessibility/colors/_index.adoc:504 +#: documentation/content/en/books/accessibility/colors/_index.adoc:487 +#: documentation/content/en/books/accessibility/colors/_index.adoc:503 msgid "[.filename]#/etc/make.conf#" msgstr "[.filename]#/etc/make.conf#" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:492 +#: documentation/content/en/books/accessibility/colors/_index.adoc:491 #, no-wrap msgid "export NO_COLOR=YES\n" msgstr "export NO_COLOR=YES\n" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:496 +#: documentation/content/en/books/accessibility/colors/_index.adoc:495 #, no-wrap msgid "*3. PORTCONFIG_THEMEFILE*\n" msgstr "*3. PORTCONFIG_THEMEFILE*\n" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:499 +#: documentation/content/en/books/accessibility/colors/_index.adoc:498 msgid "" "If the `$PORTCONFIG_THEMEFILE` environment variable is set and points to a " "valid theme file, it will be used. Otherwise, the default theme is applied." msgstr "" "Если переменная окружения `$PORTCONFIG_THEMEFILE` установлена и указывает на " "допустимый файл темы, он будет использован. В противном случае применяется " "тема по умолчанию." #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:501 +#: documentation/content/en/books/accessibility/colors/_index.adoc:500 msgid "..Example persistent setting `$PORTCONFIG_THEMEFILE`" msgstr "..Пример постоянной настройки `$PORTCONFIG_THEMEFILE`" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:508 +#: documentation/content/en/books/accessibility/colors/_index.adoc:507 #, no-wrap msgid "export PORTCONFIG_THEMEFILE=/home/foo/mytheme.conf\n" msgstr "export PORTCONFIG_THEMEFILE=/home/foo/mytheme.conf\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:514 +#: documentation/content/en/books/accessibility/colors/_index.adoc:513 msgid "To create a new theme file, run:" msgstr "Для создания нового файла темы выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:518 +#: documentation/content/en/books/accessibility/colors/_index.adoc:517 #, no-wrap msgid "% /usr/local/bin/bsddialog --save-theme mytheme.conf --infobox \"Saving theme...\" 0 0\n" msgstr "% /usr/local/bin/bsddialog --save-theme mytheme.conf --infobox \"Saving theme...\" 0 0\n" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:522 +#: documentation/content/en/books/accessibility/colors/_index.adoc:521 #, no-wrap msgid "*4. Global theme.conf*\n" msgstr "*4. Глобальная тема.conf*\n" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:525 +#: documentation/content/en/books/accessibility/colors/_index.adoc:524 msgid "" "If the file [.filename]#/usr/local/etc/portconfig/theme.conf# exists and is " "valid, it will be used. If not, the default theme is applied." msgstr "" "Если файл [.filename]#/usr/local/etc/portconfig/theme.conf# существует и " "является корректным, он будет использован. В противном случае применяется " "тема по умолчанию." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:529 +#: documentation/content/en/books/accessibility/colors/_index.adoc:528 msgid "Sample themes are included in [.filename]#/usr/local/etc/portconfig/#:" msgstr "Примеры тем включены в [.filename]#/usr/local/etc/portconfig/#:" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:531 +#: documentation/content/en/books/accessibility/colors/_index.adoc:530 msgid "blackwhite.conf" msgstr "blackwhite.conf" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:532 +#: documentation/content/en/books/accessibility/colors/_index.adoc:531 msgid "default.conf" msgstr "default.conf" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:533 +#: documentation/content/en/books/accessibility/colors/_index.adoc:532 msgid "red-green.conf" msgstr "red-green.conf" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:534 +#: documentation/content/en/books/accessibility/colors/_index.adoc:533 msgid "yellow-blue.conf" msgstr "yellow-blue.conf" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:536 +#: documentation/content/en/books/accessibility/colors/_index.adoc:535 msgid "To use the yellow-blue.conf theme:" msgstr "Для использования темы yellow-blue.conf:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:539 +#: documentation/content/en/books/accessibility/colors/_index.adoc:538 #, no-wrap msgid "# ln -s /usr/local/etc/portconfig/yellow-blue.conf /usr/local/etc/portconfig/theme.conf\n" msgstr "# ln -s /usr/local/etc/portconfig/yellow-blue.conf /usr/local/etc/portconfig/theme.conf\n" #. type: Title == -#: documentation/content/en/books/accessibility/colors/_index.adoc:543 +#: documentation/content/en/books/accessibility/colors/_index.adoc:542 #, no-wrap msgid "Brightness" msgstr "Яркость" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:547 +#: documentation/content/en/books/accessibility/colors/_index.adoc:546 msgid "" "Screen brightness can be adjusted in various ways. The available methods " "depend heavily on the hardware, so it's recommended to try the features " "described in the following sections." msgstr "" "Яркость экрана можно регулировать различными способами. Доступные методы " "сильно зависят от аппаратного обеспечения, поэтому рекомендуется попробовать " "функции, описанные в следующих разделах." #. type: Title === -#: documentation/content/en/books/accessibility/colors/_index.adoc:549 +#: documentation/content/en/books/accessibility/colors/_index.adoc:548 #, no-wrap msgid "backlight" msgstr "backlight" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:553 +#: documentation/content/en/books/accessibility/colors/_index.adoc:552 msgid "" "The man:backlight[8] utility is included with the operating system. It is " "used to set the brightness of devices located under [.filename]#/dev/" "backlight/#." msgstr "" "Утилита man:backlight[8] включена в операционную систему. Она используется " "для установки яркости устройств, расположенных в [.filename]#/dev/backlight/" "#." #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:556 +#: documentation/content/en/books/accessibility/colors/_index.adoc:555 msgid "" "The command `backlight -f _device_ _value_` sets the brightness of _device_ " "to _value_, where _value_ is an integer between 0 (dim) and 100 (bright). " "If no device is specified, the default device [.filename]#/dev/backlight/" "backlight0# is considered." msgstr "" "Команда `backlight -f _устройство_ _значение_` устанавливает яркость " "_устройства_ в _значение_, где _значение_ — целое число от 0 (тускло) до 100 " "(ярко). Если устройство не указано, используется устройство по умолчанию [." "filename]#/dev/backlight/backlight0#." #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:558 +#: documentation/content/en/books/accessibility/colors/_index.adoc:557 msgid "Example for setting the brightness of the default device to 50%:" msgstr "Пример установки яркости устройства по умолчанию на 50%:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:562 +#: documentation/content/en/books/accessibility/colors/_index.adoc:561 #, no-wrap msgid "% backlight 50\n" msgstr "% backlight 50\n" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:567 +#: documentation/content/en/books/accessibility/colors/_index.adoc:566 msgid "" "Unless the user belongs to the \"video\" group, the command needs to run as " "root." msgstr "" "Если пользователь не принадлежит к группе \"video\", команду необходимо " "выполнять от имени суперпользователя." #. type: Title === -#: documentation/content/en/books/accessibility/colors/_index.adoc:570 +#: documentation/content/en/books/accessibility/colors/_index.adoc:569 #, no-wrap msgid "acpi_video" msgstr "acpi_video" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:574 +#: documentation/content/en/books/accessibility/colors/_index.adoc:573 msgid "" "The man:acpi_video[4] driver, included with the operating system, uses the " "ACPI Video Extensions to control display switching and backlight " "brightness. To load the kernel module, run:" msgstr "" "Драйвер man:acpi_video[4], входящий в состав операционной системы, " "использует расширения ACPI Video для управления переключением дисплеев и " "яркостью подсветки. Для загрузки модуля ядра выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:578 +#: documentation/content/en/books/accessibility/colors/_index.adoc:577 #, no-wrap msgid "# kldload acpi_video\n" msgstr "# kldload acpi_video\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:582 +#: documentation/content/en/books/accessibility/colors/_index.adoc:581 msgid "" "Brightness settings can be configured using extref:{handbook}config/" "#configtuning-sysctl[sysctl(8)]. The following parameters are available:" msgstr "" "Настройки яркости могут быть сконфигурированы с помощью extref:{handbook}" "config/#configtuning-sysctl[sysctl(8)]. Доступны следующие параметры:" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:584 +#: documentation/content/en/books/accessibility/colors/_index.adoc:583 msgid "hw.acpi.video._device_.levels: List of supported brightness levels." msgstr "" "hw.acpi.video._устройство_.levels: Список поддерживаемых уровней яркости." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:585 +#: documentation/content/en/books/accessibility/colors/_index.adoc:584 msgid "" "hw.acpi.video._device_.brightness: Current brightness level of the device." msgstr "" "hw.acpi.video._устройство_. brightness: Текущий уровень яркости устройства." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:588 +#: documentation/content/en/books/accessibility/colors/_index.adoc:587 msgid "" "_device_ is a possible display device. Example to set the brightness to 50% " "for the lcd0 device:" msgstr "" "_устройство_ - это возможное устройство отображения. Пример для установки " "яркости на 50% для устройства lcd0:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:600 +#: documentation/content/en/books/accessibility/colors/_index.adoc:599 #, no-wrap msgid "" "% sysctl hw.acpi.video.lcd0.brightness <1>\n" "hw.acpi.video.lcd0.brightness: 90\n" "% sysctl hw.acpi.video.lcd0.levels <2>\n" "hw.acpi.video.lcd0.levels: 90 60 2 4 6 8 10 12 14 16\n" "18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52\n" "54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88\n" "90 92 94 96 98 100\n" "# sysctl hw.acpi.video.lcd0.brightness=50 <3>\n" "hw.acpi.video.lcd0.brightness: 90 -> 50\n" msgstr "" "% sysctl hw.acpi.video.lcd0.brightness <1>\n" "hw.acpi.video.lcd0.brightness: 90\n" "% sysctl hw.acpi.video.lcd0.levels <2>\n" "hw.acpi.video.lcd0.levels: 90 60 2 4 6 8 10 12 14 16\n" "18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52\n" "54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88\n" "90 92 94 96 98 100\n" "# sysctl hw.acpi.video.lcd0.brightness=50 <3>\n" "hw.acpi.video.lcd0.brightness: 90 -> 50\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:603 +#: documentation/content/en/books/accessibility/colors/_index.adoc:602 msgid "" "`sysctl hw.acpi.video._device_.brightness` to view the current brightness " "level." msgstr "" "`sysctl hw.acpi.video._устройство_. brightness ` для просмотра текущего " "уровня яркости." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:604 +#: documentation/content/en/books/accessibility/colors/_index.adoc:603 msgid "`sysctl hw.acpi.video._device_.levels` to view the available levels." msgstr "" "`sysctl hw.acpi.video._устройство_.levels` для просмотра доступных уровней." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:605 +#: documentation/content/en/books/accessibility/colors/_index.adoc:604 msgid "" "`sysctl hw.acpi.video._device_.brightness=50` to set the brightness to 50." msgstr "" "`sysctl hw.acpi.video._устройство_.brightness=50` для установки яркости на " "50." #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:609 +#: documentation/content/en/books/accessibility/colors/_index.adoc:608 msgid "" "man:acpi_video[4] should be loaded after any of the extref:{handbook}x11/#x-" "graphic-card-drivers[DRM] kernel modules." msgstr "" "man:acpi_video[4] должен быть загружен после любого из модулей ядра extref:" "{handbook}x11/#x-graphic-card-drivers[DRM]." #. type: Title === -#: documentation/content/en/books/accessibility/colors/_index.adoc:612 +#: documentation/content/en/books/accessibility/colors/_index.adoc:611 #, no-wrap msgid "xbrightness" msgstr "xbrightness" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:615 +#: documentation/content/en/books/accessibility/colors/_index.adoc:614 msgid "" "The package:x11/xbrightness[] utility can change the brightness via the " "extref:{handbook}x11[X Window System]." msgstr "" "Утилита package:x11/xbrightness[] может изменять яркость через extref:" "{handbook}x11[систему X Window]." #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:619 +#: documentation/content/en/books/accessibility/colors/_index.adoc:618 #, no-wrap msgid "# pkg install xbrightness\n" msgstr "# pkg install xbrightness\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:623 +#: documentation/content/en/books/accessibility/colors/_index.adoc:622 msgid "" "The man:xbrightness[1] utility allows to set a value between 0 (darkness) " "and 65535 (full brightness). Example for setting brightness to 50%:" msgstr "" "Утилита man:xbrightness[1] позволяет установить значение от 0 (темнота) до " "65535 (полная яркость). Пример установки яркости на 50%:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:627 +#: documentation/content/en/books/accessibility/colors/_index.adoc:626 #, no-wrap msgid "% xbrightness 32767\n" msgstr "% xbrightness 32767\n" #. type: Title === -#: documentation/content/en/books/accessibility/colors/_index.adoc:630 +#: documentation/content/en/books/accessibility/colors/_index.adoc:629 #, no-wrap msgid "xrandr" msgstr "xrandr" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:635 +#: documentation/content/en/books/accessibility/colors/_index.adoc:634 msgid "" "The package:x11/xrandr[] package is an extension of the X11 server that " "provides the man:xrandr[1] utility. It allows you to configure various " "display properties, including brightness. To install execute:" msgstr "" "Пакет package:x11/xrandr[] является расширением сервера X11, предоставляющим " "утилиту man:xrandr[1]. Он позволяет настраивать различные свойства дисплея, " "включая яркость. Для установки выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:639 +#: documentation/content/en/books/accessibility/colors/_index.adoc:638 #, no-wrap msgid "# pkg install xrandr\n" msgstr "# pkg install xrandr\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:643 +#: documentation/content/en/books/accessibility/colors/_index.adoc:642 msgid "" "The command `xrandr --output _monitor_ --brightness _brightness_` allows you " "to set the brightness for monitor to a value between 0 and 1.0. To list the " "available monitors, run:" msgstr "" "Команда `xrandr --output _монитор_ --brightness _яркость_` позволяет " "установить яркость для монитора в значение от 0 до 1.0. Для вывода списка " "доступных мониторов выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:650 +#: documentation/content/en/books/accessibility/colors/_index.adoc:649 #, no-wrap msgid "" "% xrandr --listmonitors\n" "Monitors: 2\n" " 0: +HDMI-1 1920/598x1080/337+0+0 HDMI-1\n" " 1: +eDP-1 1920/344x1080/194+1920+0 eDP-1\n" msgstr "" "% xrandr --listmonitors\n" "Monitors: 2\n" " 0: +HDMI-1 1920/598x1080/337+0+0 HDMI-1\n" " 1: +eDP-1 1920/344x1080/194+1920+0 eDP-1\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:654 +#: documentation/content/en/books/accessibility/colors/_index.adoc:653 msgid "Example for setting brightness to 50% for HDMI-1:" msgstr "Пример установки яркости на 50% для HDMI-1:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:658 +#: documentation/content/en/books/accessibility/colors/_index.adoc:657 #, no-wrap msgid "% xrandr --output HDMI-1 --brightness 0.5\n" msgstr "% xrandr --output HDMI-1 --brightness 0.5\n" #. type: Title == -#: documentation/content/en/books/accessibility/colors/_index.adoc:661 +#: documentation/content/en/books/accessibility/colors/_index.adoc:660 #, no-wrap msgid "Color Blindness" msgstr "Дальтонизм" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:664 +#: documentation/content/en/books/accessibility/colors/_index.adoc:663 msgid "" "This section describes how to use utilities designed for color blindness." msgstr "" "В этом разделе описывается, как использовать утилиты, предназначенные для " "людей с дальтонизмом." #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:670 +#: documentation/content/en/books/accessibility/colors/_index.adoc:669 msgid "" "KDE allows you to filter colors for graphical elements. Launch the " "`_Accessibility_` module:" msgstr "" "KDE позволяет фильтровать цвета для графических элементов. Запустите модуль " "`_Доступность (Accessibility)_`:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/colors/_index.adoc:674 +#: documentation/content/en/books/accessibility/colors/_index.adoc:673 #, no-wrap msgid "% kcmshell6 kcm_access\n" msgstr "% kcmshell6 kcm_access\n" #. type: Plain text -#: documentation/content/en/books/accessibility/colors/_index.adoc:677 +#: documentation/content/en/books/accessibility/colors/_index.adoc:676 msgid "" "In the navigation pane, select `_Color Blindness Correction_`. Enable the " "`_Color blindness correction_` option, then choose the appropriate color " "transformation mode from the `_Mode_` drop-down menu." msgstr "" "В области навигации выберите `_Коррекция дальтонизма (Color Blindness " "Correction)_`. Включите опцию `_Коррекция дальтонизма (Color blindness " "correction)_`, затем выберите подходящий режим цветового преобразования из " "выпадающего меню `_Режим (Mode)_`." diff --git a/documentation/content/ru/books/accessibility/lowvision/_index.adoc b/documentation/content/ru/books/accessibility/lowvision/_index.adoc index f958dde065..8224815bb8 100644 --- a/documentation/content/ru/books/accessibility/lowvision/_index.adoc +++ b/documentation/content/ru/books/accessibility/lowvision/_index.adoc @@ -1,423 +1,423 @@ --- description: 'Вспомогательные технологии для слабовидящих' next: books/accessibility/blindness params: path: /books/accessibility/lowvision/ part: 'Часть II. Зрение' prev: books/accessibility/colors showBookMenu: 'true' tags: ["Accessibility", "Low Vision", "Magnify", "Desktop"] title: 'Глава 4. Плохое зрение' weight: 7 --- [[lowvision]] = Плохое зрение :doctype: book :toc: macro :toclevels: 1 :icons: font :sectnums: :sectnumoffset: 4 :partnums: :source-highlighter: rouge :experimental: :images-path: books/accessibility/lowvision/ ifdef::env-beastie[] ifdef::backend-html5[] :imagesdir: ../../../../images/{images-path} endif::[] ifndef::book[] include::shared/authors.adoc[] include::shared/mirrors.adoc[] include::shared/releases.adoc[] include::shared/attributes/attributes-{{% lang %}}.adoc[] include::shared/{{% lang %}}/teams.adoc[] include::shared/{{% lang %}}/mailing-lists.adoc[] include::shared/{{% lang %}}/urls.adoc[] toc::[] endif::[] ifdef::backend-pdf,backend-epub3[] include::../../../../../shared/asciidoctor.adoc[] endif::[] endif::[] ifndef::env-beastie[] toc::[] include::../../../../../shared/asciidoctor.adoc[] endif::[] [[lowvisin-intro]] == Введение В этой главе описываются функции доступности, предназначенных для пользователей с ослабленным зрением, в графических средах рабочего стола,такие как виртуальные лупы, легкочитаемые шрифты и масштабирование экрана. [[hidpi]] == Размер рабочего стола Графические среды позволяют пользователям настраивать размер отображения рабочего стола, функция, обычно известная как масштабирование экрана или масштабирование HiDPI. Цель состоит в том, чтобы увеличить элементы рабочего стола, такие как значки, текст и окна, для улучшения видимости и доступности. [[kde-hidpi]] === KDE Plasma Откройте модуль `_Конфигурация дисплея (Display Configuration)_`: [source, shell] .... % kcmshell6 kcm_kscreen .... Выберите масштабирование с помощью ползунка `_Глобальный масштаб (Global Scale)_`. Изменение вступит в силу после перезапуска KDE Plasma. [[xfce-hidpi]] === XFCE Чтобы установить пользовательский коэффициент масштабирования, например 4, выполните следующую команду: [source, shell] .... % xfconf-query -c xsettings -p /Gdk/WindowScalingFactor -s 4 .... Или масштабирование HiDPI можно включить с фиксированным коэффициентом 2x через графический интерфейс. Эта опция доступна в диалоговом окне `_Внешний вид (Appearance)_`, на вкладке `_Настройки (Settings)_` как `_Масштабирование окон (Window Scaling)_`. Чтобы открыть диалоговое окно `_Внешний вид_`, выполните: [source, shell] .... % xfce4-appearance-settings .... [[lowvision-font]] == Шрифт Пакет package: x11-fonts/atkinson-hyperlegible[] предоставляет шрифт _atkinson-hyperlegible_. Он разработан для хорошей читаемости, формы букв направлены на повышение распознавания символов. Для установки выполните: [source, shell] .... # pkg install atkinson-hyperlegible .... Оставшаяся часть этого раздела описывает, как настроить шрифты в различных графических средах на примере _atkinson-hyperlegible_. [[kde-fonts]] === KDE Plasma KDE позволяет выбрать шрифт и его размер через модуль `_Шрифты (Fonts)_`. Запустите: [source, shell] .... % kcmshell6 kcm_fonts .... Нажмите кнопку Настроить `_Все шрифты..._` (Adjust `_All Fonts..._`), чтобы выбрать шрифт и его размер для всех графических элементов. Или вы можете выбрать шрифт и размер для отдельных элементов, используя формы ниже. В нижней части окна также можно выбрать такие опции, как `_Сглаживание (Anti-Aliasing)_`, `_Субпиксельный рендеринг (Sub-pixel Rendering)_`, `_Хинтинг (Hinting)_` и `_Принудительный DPI шрифтов (Force Font DPI)_`. Каждая опция имеет значок справа для открытия диалога помощи. [[xfce-fonts]] === XFCE XFCE позволяет выбрать шрифт и размер для заголовков окон и текста содержимого, а также размер шрифта для подписей значков. [source, shell] .... % xfconf-query -c xfwm4 -p /general/title_font -s "Atkinson Hyperlegible 15" <1> % xfconf-query -c xsettings -p /Gtk/FontName -s "Atkinson Hyperlegible 15" <2> % xfconf-query -c xsettings -p /Gtk/MonospaceFontName -s "Atkinson Hyperlegible 15" <3> % xfconf-query -c xfce4-desktop -p /desktop-icons/use-custom-font-size -s true <4> % xfconf-query -c xfce4-desktop -p /desktop-icons/font-size -s 15.0 <5> .... <.> Установите шрифт заголовка окна на _Atkinson Hyperlegible_, размер 15. <.> Установите шрифт содержимого окна на _Atkinson Hyperlegible_, размер 15. <.> Установите моноширинный шрифт в окнах на _Atkinson Hyperlegible_, размер 15. <.> Включить настраиваемый размер шрифта для иконок. <.> Установите размер шрифта иконки на 15.0. Или вы можете настроить те же параметры с помощью графических диалогов конфигурации XFCE. Для выбора шрифта для заголовков окон откройте диалоговое окно `_Менеджер окон (Window Manager)_`: [source, shell] .... % xfwm4-settings .... Чтобы выбрать шрифт, используемый внутри окон, откройте диалоговое окно `_Внешний вид (Appearance)_` и перейдите на вкладку `_Шрифты (Fonts)_`: [source, shell] .... % xfce4-appearance-settings .... [TIP] ==== На вкладке Шрифты также можно настроить параметры, такие как `_Сглаживание (anti-aliasing)_`, `_Хинтинг (Hinting)_`, `_Порядок субпикселей (Sub-pixel order)_` и `_пользовательский DPI (Custom DPI)_`. Подробнее смотрите в https://docs.xfce.org/xfce/xfce4-settings/appearance#fonts[документации XFCE]. ==== Чтобы установить размер шрифта для значков, откройте диалоговое окно `_Рабочий стол (Desktop)_` и перейдите на вкладку `_Иконки рабочего стола (Desktop Icons)_`, где можно настроить размер шрифта иконок: [source, shell] .... % xfdesktop-settings .... [[magnify]] == Увеличение -В этом разделе описываются различные утилиты, которые увеличивают части экрана, действуя как виртуальные увеличительные линзы. Некоторые инструменты постоянно увеличивают область под курсором мыши, в то время как другие этого не делают. Определенные утилиты автоматически перемещают увеличенное окно вслед за курсором, тогда как другие удерживают его на месте. +В этом разделе описываются различные утилиты, которые увеличивают части экрана, действуя как виртуальные увеличительные линзы. Некоторые инструменты постоянно увеличивают область под курсором мыши, в то время как другие этого не делают. Определённые утилиты автоматически перемещают увеличенное окно вслед за курсором, тогда как другие удерживают его на месте. .Утилиты для увеличения экрана. [options="header", cols="1,1,1,1"] |=== | Имя | Автоматическое обновление | Автоматическое перемещение линзы | Пакет | lupe | Да | Нет | package:x11/lupe[] | kmag | Да | Нет | package:accessibility/kmag[] | xlupe | Да | Нет | package:x11/xlupe[] | xmag | Нет | Нет | package:x11/xmag[] | xzoom | Нет | Нет | package:x11/xzoom[] |=== Остальная часть данного раздела подробно описывает шаги по установке, настройке и запуску утилит. [[lupe]] === lupe Утилита man:lupe[1] является экранным увеличителем для системы X Window, который обновляет увеличенную область в реальном времени. Для её установки выполните: [source, shell] .... # pkg install lupe .... По умолчанию lupe увеличивает содержимое экрана под указателем мыши в пределах круглой области (25×25 пикселей), отображаемой в центре экрана. Для запуска lupe выполните: [source, shell] .... % lupe .... Для выхода из lupe нажмите клавишу `q`. [TIP] ==== Запустите lupe с опцией `-noshape`, чтобы отображать увеличенную область в отдельном перемещаемом окне. Без этой опции увеличитель зафиксирован в центре экрана. ==== [[kmag]] === kmag Утилита man:kmag[1] предоставляет экранный увеличитель, который отображает увеличенную область под курсором мыши в отдельном окне. Окно увеличителя включает меню с различными опциями и настройками для персонализации. Для установки kmag выполните: [source, shell] .... # pkg install kmag .... Для запуска kmag выполните: [source, shell] .... % kmag .... [[xlupe]] === xlupe Утилита package:x11/xlupe[] представляет собой экранную лупу для системы X Window, которая обновляет увеличенное изображение в реальном времени. Для её установки выполните: [source, shell] .... # pkg install xlupe .... Для запуска xlupe выполните: [source, shell] .... % xlupe .... Утилита не включает руководство, но запускается в графическом окне с кнопками, которые позволяют интерактивно настраивать её параметры. [[xmag]] === xmag Утилита man:xmag[1] представляет собой базовый экранный увеличитель для X Window System. В отличие от других увеличителей, она не обновляет увеличенную область в реальном времени. Для установки выполните: Для установки выполните: [source, shell] .... # pkg install xmag .... Для запуска xmag выполните: [source, shell] .... % mag .... [NOTE] ==== xmag не отображает увеличенную область сразу после запуска. Щёлкните в любом месте экрана левой кнопкой мыши, чтобы выбрать область, и xmag откроет окно с увеличенным видом этой зоны. Окно приложения содержит несколько кнопок с ограниченным функционалом. ==== [[xzoom]] === xzoom Утилита man:xzoom[1] — это экранный увеличитель для X Window System, который обновляет увеличенное изображение в реальном времени. Для установки выполните: [source, shell] .... # pkg install xzoom .... Для запуска xzoom выполните: [source, shell] .... % xzoom .... [NOTE] ==== В отличие от других увеличителей, xzoom не следует автоматически за курсором мыши и не увеличивает область под ним в собственном окне. Взаимодействие осуществляется с помощью клавиатуры, обратитесь к man:xzoom[1] для получения списка доступных команд и деталей использования. ==== [[lowvision-mouse]] == Мышь [[mouse-apparance]] === Внешний вид Некоторые окружения рабочего стола позволяют изменять размер, цвет и другие графические свойства указателя мыши. [[kde-mouse]] ==== KDE Plasma KDE Plasma предоставляет модуль `_Cursors_` для выбора темы и размера курсора мыши. Для его запуска выполните: [source, shell] .... % kcmshell6 kcm_cursortheme .... Выберите установленную тему курсора в окне. В верхнем левом углу находится выпадающее меню `_Размер (Size)_` для выбора размера указателя мыши; доступные размеры зависят от выбранной темы. Нажмите значок `_Получить новый... (Get New...)_` в правом верхнем углу, чтобы установить новую тему. Вы можете устанавливать новые темы из нового окна. В качестве предложения, найдите `_Крупные курсоры мыши (Large Mouse Cursors)_` — черно-белую тему с высокой контрастностью. [[xfce-mouse]] ==== XFCE XFCE позволяет задать размер и цвет указателя мыши через диалог `_Мышь и сенсорная панель (Mouse and Touchpad)_`. Для запуска диалога выполните: [source, shell] .... % xfce4-mouse-settings .... Затем нажмите на вкладку `_Тема (Theme)_`, чтобы выбрать размер и стиль. [NOTE] ==== Некоторые темы, включая _Default_, не поддерживают настройку размера курсора. ==== Или тот же результат можно достичь с помощью команды `xfconf-query`. Следующий пример устанавливает размер курсора текущей темы на 50: [source, shell] .... % xfconf-query -c xsettings -n -p /Gtk/CursorThemeSize -s 50 .... [[find-mouse-cursor]] === Найти курсор Некоторые графические среды предоставляют визуальную обратную связь о текущем положении указателя мыши. [[kde-find-mouse-cursor]] ==== KDE Plasma KDE Plasma рисует две круговые линии, движущиеся вокруг курсора мыши. Откройте модуль `Эффекты рабочего стола (Desktop Effects)`: [source, shell] .... % kcmshell6 kcm_kwin_effects .... Включите флажок `_Отслеживать мышь (Track Mouse)_`. Рисуйте круговые линии, нажимая клавиши `Meta` + `Ctrl`. Вы можете изменить сочетание клавиш через кнопку `_Настроить (Configure)_`, связанную с `_Отслеживать мышь (Track Mouse)_`. [TIP] ==== На клавиатурах, где клавиша `Meta` отсутствует, её обычно заменяет клавиша `Super`. Для получения дополнительной информации обратитесь к https://en.wikipedia.org/wiki/Meta_key и https://en.wikipedia.org/wiki/Super_key_(keyboard_button). ==== [[xfce-find-mouse-cursor]] ==== XFCE Xfce рисует большие красные круги вокруг указателя мыши. Введите: [source, shell] .... % xfce4-find-cursor .... Приведенная выше команда рисует круги в течение нескольких секунд. **Сочетания клавиш** XFCE позволяет добавить сочетание клавиш. Круги рисуются до тех пор, пока нажаты клавиши сочетания. Чтобы использовать сочетание, сначала включите функцию, затем выберите комбинацию клавиш для привязки к `xfce4-find-cursor`. Пример для включения и привязки `Ctrl` + `Super` + `k`: [source, shell] .... xfconf-query -c accessibility -p /FindCursor -s true xfconf-query -c xfce4-keyboard-shortcuts -n -t 'string' -p '/commands/custom/k' -s xfce4-find-cursor .... **Сочетания клавиш через диалоговые окна** Или того же результата можно достичь через диалоги настройки XFCE. Первым шагом откройте диалог `_Специальные возможности_` в XFCE: [source, shell] .... % xfce4-accessibility-settings .... Нажмите на вкладку `_Мышь (Mouse)_` и включите флажок `_Показывать положение указателя при нажатии клавиши (Show location of pointer on keypress)_`. Второй шаг, откройте диалоговое окно `_Клавиатура (Keyboard)_` в XFCE: [source, shell] .... % xfce4-keyboard-settings .... Перейдите на вкладку `_Сочетания клавиш приложений (Application Shortcuts)_`. Нажмите кнопку `_+ Добавить (Add)_`, откроется диалоговое окно `_Команда для сочетания клавиш (Shortcut Command)_`. Введите _xfce4-find-cursor_ в форму, затем нажмите кнопку `_OK_`. Выберите комбинацию клавиш для привязки к `xfce4-find-cursor` в новом диалоговом окне. diff --git a/documentation/content/ru/books/accessibility/lowvision/_index.po b/documentation/content/ru/books/accessibility/lowvision/_index.po index 676dc15c12..af7ebb5b7c 100644 --- a/documentation/content/ru/books/accessibility/lowvision/_index.po +++ b/documentation/content/ru/books/accessibility/lowvision/_index.po @@ -1,952 +1,952 @@ # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR The FreeBSD Project # This file is distributed under the same license as the FreeBSD Documentation package. # Vladlen Popolitov , 2026. msgid "" msgstr "" "Project-Id-Version: FreeBSD Documentation VERSION\n" -"POT-Creation-Date: 2026-02-22 15:58+0000\n" -"PO-Revision-Date: 2026-03-09 04:45+0000\n" +"POT-Creation-Date: 2026-08-06 22:55+0100\n" +"PO-Revision-Date: 2026-05-18 04:45+0000\n" "Last-Translator: Vladlen Popolitov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.17\n" #. type: YAML Front Matter: description #: documentation/content/en/books/accessibility/lowvision/_index.adoc:1 #, no-wrap msgid "Assistive technologies for low vision" msgstr "Вспомогательные технологии для слабовидящих" #. type: YAML Front Matter: part #: documentation/content/en/books/accessibility/lowvision/_index.adoc:1 #, no-wrap msgid "Part II. Vision" msgstr "Часть II. Зрение" #. type: YAML Front Matter: title #: documentation/content/en/books/accessibility/lowvision/_index.adoc:1 #, no-wrap msgid "Chapter 4. Low Vision" msgstr "Глава 4. Плохое зрение" #. type: Title = #: documentation/content/en/books/accessibility/lowvision/_index.adoc:15 #, no-wrap msgid "Low Vision" msgstr "Плохое зрение" #. type: Title == -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:53 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:52 #, no-wrap msgid "Introduction" msgstr "Введение" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:56 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:55 msgid "" "This chapter outlines accessibility features available in graphical desktop " "environments designed for users with low vision, such as virtual magnifiers, " "easy-to-read fonts, and screen scaling." msgstr "" "В этой главе описываются функции доступности, предназначенных для " "пользователей с ослабленным зрением, в графических средах рабочего стола," "такие как виртуальные лупы, легкочитаемые шрифты и масштабирование экрана." #. type: Title == -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:58 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:57 #, no-wrap msgid "Desktop Size" msgstr "Размер рабочего стола" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:62 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:61 msgid "" "Graphical environments allow users to adjust the desktop display size, a " "feature commonly known as screen scaling or HiDPI scaling. The goal is to " "enlarge desktop elements such as icons, text, and windows to improve " "visibility and accessibility." msgstr "" "Графические среды позволяют пользователям настраивать размер отображения " "рабочего стола, функция, обычно известная как масштабирование экрана или " "масштабирование HiDPI. Цель состоит в том, чтобы увеличить элементы рабочего " "стола, такие как значки, текст и окна, для улучшения видимости и доступности." #. type: Title ==== -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:64 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:110 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:345 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:395 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:63 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:109 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:344 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:394 #, no-wrap msgid "KDE Plasma" msgstr "KDE Plasma" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:67 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:66 msgid "Open the `_Display Configuration_` module:" msgstr "Откройте модуль `_Конфигурация дисплея (Display Configuration)_`:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:71 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:70 #, no-wrap msgid "% kcmshell6 kcm_kscreen\n" msgstr "% kcmshell6 kcm_kscreen\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:75 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:74 msgid "" "Select the scaling via the `_Global Scale_` bar. The change will take " "effect after a KDE Plasma restart." msgstr "" "Выберите масштабирование с помощью ползунка `_Глобальный масштаб (Global " "Scale)_`. Изменение вступит в силу после перезапуска KDE Plasma." #. type: Title ==== -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:77 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:127 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:364 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:417 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:76 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:126 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:363 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:416 #, no-wrap msgid "XFCE" msgstr "XFCE" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:80 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:79 msgid "" "To set a custom scaling factor, for example 4, run the following command:" msgstr "" "Чтобы установить пользовательский коэффициент масштабирования, например 4, " "выполните следующую команду:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:84 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:83 #, no-wrap msgid "% xfconf-query -c xsettings -p /Gdk/WindowScalingFactor -s 4\n" msgstr "% xfconf-query -c xsettings -p /Gdk/WindowScalingFactor -s 4\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:89 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:88 msgid "" "Alternatively, HiDPI scaling can be enabled with a fixed 2x factor using the " "graphical interface. This option is available in the `_Appearance_` dialog, " "under the `_Settings_` tab as `_Window Scaling_`. To open the " "`_Appearance_` dialog, execute:" msgstr "" "Или масштабирование HiDPI можно включить с фиксированным коэффициентом 2x " "через графический интерфейс. Эта опция доступна в диалоговом окне `_Внешний " "вид (Appearance)_`, на вкладке `_Настройки (Settings)_` как " "`_Масштабирование окон (Window Scaling)_`. Чтобы открыть диалоговое окно " "`_Внешний вид_`, выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:93 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:160 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:92 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:159 #, no-wrap msgid "% xfce4-appearance-settings\n" msgstr "% xfce4-appearance-settings\n" #. type: Title == -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:96 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:95 #, no-wrap msgid "Font" msgstr "Шрифт" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:101 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:100 msgid "" "The package:x11-fonts/atkinson-hyperlegible[] provides the _atkinson-" "hyperlegible_ font. It is designed for good readability, the letter shapes " "aim to increase character recognition. To install, execute:" msgstr "" "Пакет package: x11-fonts/atkinson-hyperlegible[] предоставляет шрифт " "_atkinson-hyperlegible_. Он разработан для хорошей читаемости, формы букв " "направлены на повышение распознавания символов. Для установки выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:105 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:104 #, no-wrap msgid "# pkg install atkinson-hyperlegible\n" msgstr "# pkg install atkinson-hyperlegible\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:108 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:107 msgid "" "The remainder of this section describes how to set up fonts in various " "graphical environments using _atkinson-hyperlegible_ as an example." msgstr "" "Оставшаяся часть этого раздела описывает, как настроить шрифты в различных " "графических средах на примере _atkinson-hyperlegible_." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:114 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:113 msgid "" "KDE allows selecting a font and its size via the `_Fonts_` module. Run:" msgstr "" "KDE позволяет выбрать шрифт и его размер через модуль `_Шрифты (Fonts)_`. " "Запустите:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:118 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:117 #, no-wrap msgid "% kcmshell6 kcm_fonts\n" msgstr "% kcmshell6 kcm_fonts\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:122 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:121 msgid "" "Click on the Adjust `_All Fonts..._` button to select the font and its size " "for all graphical elements. Alternatively, you can choose the font and size " "for individual elements using the forms below." msgstr "" "Нажмите кнопку Настроить `_Все шрифты..._` (Adjust `_All Fonts..._`), чтобы " "выбрать шрифт и его размер для всех графических элементов. Или вы можете " "выбрать шрифт и размер для отдельных элементов, используя формы ниже." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:125 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:124 msgid "" "At the bottom of the window, you can also select options such as `_Anti-" "Aliasing_`, `_Sub-pixel Rendering_`, `_Hinting_`, and `_Force Font DPI_`. " "Each option has an icon on the right to open a help dialog." msgstr "" "В нижней части окна также можно выбрать такие опции, как `_Сглаживание (Anti-" "Aliasing)_`, `_Субпиксельный рендеринг (Sub-pixel Rendering)_`, `_Хинтинг " "(Hinting)_` и `_Принудительный DPI шрифтов (Force Font DPI)_`. Каждая опция " "имеет значок справа для открытия диалога помощи." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:130 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:129 msgid "" "XFCE allows you to select the font and size for window titles and content " "text, as well as the font size for icon labels." msgstr "" "XFCE позволяет выбрать шрифт и размер для заголовков окон и текста " "содержимого, а также размер шрифта для подписей значков." #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:138 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:137 #, no-wrap msgid "" "% xfconf-query -c xfwm4 -p /general/title_font -s \"Atkinson Hyperlegible 15\" <1>\n" "% xfconf-query -c xsettings -p /Gtk/FontName -s \"Atkinson Hyperlegible 15\" <2>\n" "% xfconf-query -c xsettings -p /Gtk/MonospaceFontName -s \"Atkinson Hyperlegible 15\" <3>\n" "% xfconf-query -c xfce4-desktop -p /desktop-icons/use-custom-font-size -s true <4>\n" "% xfconf-query -c xfce4-desktop -p /desktop-icons/font-size -s 15.0 <5>\n" msgstr "" "% xfconf-query -c xfwm4 -p /general/title_font -s \"Atkinson Hyperlegible 15\" <1>\n" "% xfconf-query -c xsettings -p /Gtk/FontName -s \"Atkinson Hyperlegible 15\" <2>\n" "% xfconf-query -c xsettings -p /Gtk/MonospaceFontName -s \"Atkinson Hyperlegible 15\" <3>\n" "% xfconf-query -c xfce4-desktop -p /desktop-icons/use-custom-font-size -s true <4>\n" "% xfconf-query -c xfce4-desktop -p /desktop-icons/font-size -s 15.0 <5>\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:141 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:140 msgid "Set the window title font to _Atkinson Hyperlegible_, size 15." msgstr "Установите шрифт заголовка окна на _Atkinson Hyperlegible_, размер 15." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:142 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:141 msgid "Set the window content font to _Atkinson Hyperlegible_, size 15." msgstr "" "Установите шрифт содержимого окна на _Atkinson Hyperlegible_, размер 15." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:143 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:142 msgid "" "Set the monospace font within windows to _Atkinson Hyperlegible_, size 15." msgstr "" "Установите моноширинный шрифт в окнах на _Atkinson Hyperlegible_, размер 15." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:144 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:143 msgid "Enable custom font sizing for icons." msgstr "Включить настраиваемый размер шрифта для иконок." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:145 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:144 msgid "Set the icon font size to 15.0." msgstr "Установите размер шрифта иконки на 15.0." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:147 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:146 msgid "" "Alternatively, you can configure the same settings using the graphical XFCE " "configuration dialogs." msgstr "" "Или вы можете настроить те же параметры с помощью графических диалогов " "конфигурации XFCE." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:149 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:148 msgid "" "To select the font for window titles, open the `_Window Manager_` dialog:" msgstr "" "Для выбора шрифта для заголовков окон откройте диалоговое окно `_Менеджер " "окон (Window Manager)_`:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:153 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:152 #, no-wrap msgid "% xfwm4-settings\n" msgstr "% xfwm4-settings\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:156 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:155 msgid "" "To choose the font used inside windows, open the `_Appearance_` dialog and " "go to the `_Fonts_` tab:" msgstr "" "Чтобы выбрать шрифт, используемый внутри окон, откройте диалоговое окно " "`_Внешний вид (Appearance)_` и перейдите на вкладку `_Шрифты (Fonts)_`:" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:166 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:165 msgid "" "In the Fonts tab, you can also adjust options such as `_anti-aliasing_`, " "`_Hinting_`, `_Sub-pixel order_`, and `_Custom DPI_`. For more details, see " "the https://docs.xfce.org/xfce/xfce4-settings/appearance#fonts[XFCE " "documentation]." msgstr "" "На вкладке Шрифты также можно настроить параметры, такие как `_Сглаживание " "(anti-aliasing)_`, `_Хинтинг (Hinting)_`, `_Порядок субпикселей (Sub-pixel " "order)_` и `_пользовательский DPI (Custom DPI)_`. Подробнее смотрите в " "https://docs.xfce.org/xfce/xfce4-settings/appearance#fonts[документации " "XFCE]." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:169 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:168 msgid "" "To set the font size for icons, open the `_Desktop_` dialog and go to the " "`_Desktop Icons_` tab where you can adjust the icon font size:" msgstr "" "Чтобы установить размер шрифта для значков, откройте диалоговое окно " "`_Рабочий стол (Desktop)_` и перейдите на вкладку `_Иконки рабочего стола " "(Desktop Icons)_`, где можно настроить размер шрифта иконок:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:173 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:172 #, no-wrap msgid "% xfdesktop-settings\n" msgstr "% xfdesktop-settings\n" #. type: Title == -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:176 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:175 #, no-wrap msgid "Magnify" msgstr "Увеличение" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:181 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:180 msgid "" "This section describes various utilities that magnify portions of the " "screen, acting as virtual magnifying lenses. Some tools continuously " "enlarge the area beneath the mouse cursor, while others do not. Certain " "utilities automatically move the magnified window to follow the cursor, " "whereas others keep it fixed in place." msgstr "" "В этом разделе описываются различные утилиты, которые увеличивают части " "экрана, действуя как виртуальные увеличительные линзы. Некоторые инструменты " "постоянно увеличивают область под курсором мыши, в то время как другие этого " -"не делают. Определенные утилиты автоматически перемещают увеличенное окно " +"не делают. Определённые утилиты автоматически перемещают увеличенное окно " "вслед за курсором, тогда как другие удерживают его на месте." #. type: Block title -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:182 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:181 #, no-wrap msgid "Screen magnifier utilities." msgstr "Утилиты для увеличения экрана." #. type: Table -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:185 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:184 #, no-wrap msgid "Name" msgstr "Имя" #. type: Table -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:185 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:184 #, no-wrap msgid "Auto Update" msgstr "Автоматическое обновление" #. type: Table -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:185 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:184 #, no-wrap msgid "Auto Move Lens" msgstr "Автоматическое перемещение линзы" #. type: Table -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:187 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:186 #, no-wrap msgid "Package" msgstr "Пакет" #. type: Title === -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:188 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:217 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:187 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:216 #, no-wrap msgid "lupe" msgstr "lupe" #. type: Table -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:189 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:194 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:199 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:188 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:193 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:198 #, no-wrap msgid "Yes" msgstr "Да" #. type: Table -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:190 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:195 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:200 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:189 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:194 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:199 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:203 #: documentation/content/en/books/accessibility/lowvision/_index.adoc:204 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:205 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:208 #: documentation/content/en/books/accessibility/lowvision/_index.adoc:209 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:210 #, no-wrap msgid "No" msgstr "Нет" #. type: Table -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:192 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:191 #, no-wrap msgid "package:x11/lupe[]" msgstr "package:x11/lupe[]" #. type: Title === -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:193 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:244 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:192 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:243 #, no-wrap msgid "kmag" msgstr "kmag" #. type: Table -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:197 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:196 #, no-wrap msgid "package:accessibility/kmag[]" msgstr "package:accessibility/kmag[]" #. type: Title === -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:198 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:264 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:197 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:263 #, no-wrap msgid "xlupe" msgstr "xlupe" #. type: Table -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:202 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:201 #, no-wrap msgid "package:x11/xlupe[]" msgstr "package:x11/xlupe[]" #. type: Title === -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:203 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:284 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:202 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:283 #, no-wrap msgid "xmag" msgstr "xmag" #. type: Table -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:207 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:206 #, no-wrap msgid "package:x11/xmag[]" msgstr "package:x11/xmag[]" #. type: Title === -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:208 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:313 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:207 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:312 #, no-wrap msgid "xzoom" msgstr "xzoom" #. type: Table -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:212 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:211 #, no-wrap msgid "package:x11/xzoom[]" msgstr "package:x11/xzoom[]" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:215 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:214 msgid "" "The rest of this section details the steps to install, configure, and launch " "the utilities." msgstr "" "Остальная часть данного раздела подробно описывает шаги по установке, " "настройке и запуску утилит." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:221 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:220 msgid "" "The man:lupe[1] utility is a screen magnifier for the X Window System that " "updates the magnified area in real time. To install it, run:" msgstr "" "Утилита man:lupe[1] является экранным увеличителем для системы X Window, " "который обновляет увеличенную область в реальном времени. Для её установки " "выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:225 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:224 #, no-wrap msgid "# pkg install lupe\n" msgstr "# pkg install lupe\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:229 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:228 msgid "" "By default, lupe magnifies the screen content beneath the mouse pointer " "within a circular area (25×25 pixels) displayed at the center of the " "screen. To start lupe, run:" msgstr "" "По умолчанию lupe увеличивает содержимое экрана под указателем мыши в " "пределах круглой области (25×25 пикселей), отображаемой в центре экрана. Для " "запуска lupe выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:233 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:232 #, no-wrap msgid "% lupe\n" msgstr "% lupe\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:236 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:235 msgid "To exit lupe, press the `q` key." msgstr "Для выхода из lupe нажмите клавишу `q`." #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:241 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:240 msgid "" "Start lupe with the `-noshape` option to display the magnified area in a " "separate, movable window. Without this option, the magnifier is locked to " "the center of the screen." msgstr "" "Запустите lupe с опцией `-noshape`, чтобы отображать увеличенную область в " "отдельном перемещаемом окне. Без этой опции увеличитель зафиксирован в " "центре экрана." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:248 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:247 msgid "" "The man:kmag[1] utility provides a screen magnifier that displays a zoomed " "view of the area under the mouse cursor in a dedicated window. The " "magnifier window includes a menu with various options and settings for " "customization." msgstr "" "Утилита man:kmag[1] предоставляет экранный увеличитель, который отображает " "увеличенную область под курсором мыши в отдельном окне. Окно увеличителя " "включает меню с различными опциями и настройками для персонализации." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:250 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:249 msgid "To install kmag, run:" msgstr "Для установки kmag выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:254 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:253 #, no-wrap msgid "# pkg install kmag\n" msgstr "# pkg install kmag\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:257 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:256 msgid "To launch kmag, execute:" msgstr "Для запуска kmag выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:261 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:260 #, no-wrap msgid "% kmag\n" msgstr "% kmag\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:268 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:267 msgid "" "The package:x11/xlupe[] utility is a screen magnifier for the X Window " "System that updates the magnified view in real time. To install it, run:" msgstr "" "Утилита package:x11/xlupe[] представляет собой экранную лупу для системы X " "Window, которая обновляет увеличенное изображение в реальном времени. Для её " "установки выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:272 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:271 #, no-wrap msgid "# pkg install xlupe\n" msgstr "# pkg install xlupe\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:275 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:274 msgid "To launch xlupe, execute:" msgstr "Для запуска xlupe выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:279 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:278 #, no-wrap msgid "% xlupe\n" msgstr "% xlupe\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:282 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:281 msgid "" "The utility does not include a manual page, but it starts in a graphical " "window with buttons that allow you to configure its options interactively." msgstr "" "Утилита не включает руководство, но запускается в графическом окне с " "кнопками, которые позволяют интерактивно настраивать её параметры." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:288 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:287 msgid "" "The man:xmag[1] utility is a basic screen magnifier for the X Window " "System. Unlike other magnifiers, it does not update the magnified area in " "real time." msgstr "" "Утилита man:xmag[1] представляет собой базовый экранный увеличитель для X " "Window System. В отличие от других увеличителей, она не обновляет " "увеличенную область в реальном времени." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:290 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:289 msgid "To install it, run:" msgstr "Для установки выполните:" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:292 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:291 msgid "To install, execute:" msgstr "Для установки выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:296 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:295 #, no-wrap msgid "# pkg install xmag\n" msgstr "# pkg install xmag\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:299 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:298 msgid "To launch xmag, execute:" msgstr "Для запуска xmag выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:303 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:302 #, no-wrap msgid "% mag\n" msgstr "% mag\n" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:310 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:309 msgid "" "xmag does not display a magnified area immediately upon launch. Click " "anywhere on the screen with the left mouse button to select a region, and " "xmag will open a window showing a magnified view of that area. The " "application window includes a few buttons offering limited functionality." msgstr "" "xmag не отображает увеличенную область сразу после запуска. Щёлкните в любом " "месте экрана левой кнопкой мыши, чтобы выбрать область, и xmag откроет окно " "с увеличенным видом этой зоны. Окно приложения содержит несколько кнопок с " "ограниченным функционалом." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:317 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:316 msgid "" "The man:xzoom[1] utility is a screen magnifier for the X Window System that " "updates the magnified view in real time. To install it, run:" msgstr "" "Утилита man:xzoom[1] — это экранный увеличитель для X Window System, который " "обновляет увеличенное изображение в реальном времени. Для установки " "выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:321 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:320 #, no-wrap msgid "# pkg install xzoom\n" msgstr "# pkg install xzoom\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:324 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:323 msgid "To launch xzoom, execute:" msgstr "Для запуска xzoom выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:328 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:327 #, no-wrap msgid "% xzoom\n" msgstr "% xzoom\n" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:334 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:333 msgid "" "Unlike other magnifiers, xzoom does not automatically follow the mouse " "cursor or magnify the area beneath it in its own window. Interaction is " "keyboard-driven, refer to man:xzoom[1] for available commands and usage " "details." msgstr "" "В отличие от других увеличителей, xzoom не следует автоматически за курсором " "мыши и не увеличивает область под ним в собственном окне. Взаимодействие " "осуществляется с помощью клавиатуры, обратитесь к man:xzoom[1] для получения " "списка доступных команд и деталей использования." #. type: Title == -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:337 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:336 #, no-wrap msgid "Mouse" msgstr "Мышь" #. type: Title === -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:340 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:339 #, no-wrap msgid "Apparance" msgstr "Внешний вид" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:343 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:342 msgid "" "Some desktop environments allow you to change the size, color, and other " "graphical properties of the mouse cursor." msgstr "" "Некоторые окружения рабочего стола позволяют изменять размер, цвет и другие " "графические свойства указателя мыши." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:349 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:348 msgid "" "KDE Plasma provides the `_Cursors_` module to select the mouse cursor theme " "and size. To launch it, run:" msgstr "" "KDE Plasma предоставляет модуль `_Cursors_` для выбора темы и размера " "курсора мыши. Для его запуска выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:353 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:352 #, no-wrap msgid "% kcmshell6 kcm_cursortheme\n" msgstr "% kcmshell6 kcm_cursortheme\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:358 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:357 msgid "" "Select an installed cursor theme in the window. There is a `_Size_` drop-" "down menu in the top left corner to choose the mouse cursor size, available " "sizes depend on the selected theme." msgstr "" "Выберите установленную тему курсора в окне. В верхнем левом углу находится " "выпадающее меню `_Размер (Size)_` для выбора размера указателя мыши; " "доступные размеры зависят от выбранной темы." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:362 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:361 msgid "" "Click the `_Get New..._` icon in the top right corner to install a new " "theme. You can install new themes from the new window. As a suggestion, " "search for `_Large Mouse Cursors_`, a black and white high contrast theme." msgstr "" "Нажмите значок `_Получить новый... (Get New...)_` в правом верхнем углу, " "чтобы установить новую тему. Вы можете устанавливать новые темы из нового " "окна. В качестве предложения, найдите `_Крупные курсоры мыши (Large Mouse " "Cursors)_` — черно-белую тему с высокой контрастностью." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:368 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:367 msgid "" "XFCE allows you to set the size and color of the mouse pointer via `_Mouse " "and Touchpad_` dialog. To run the dialog start:" msgstr "" "XFCE позволяет задать размер и цвет указателя мыши через диалог `_Мышь и " "сенсорная панель (Mouse and Touchpad)_`. Для запуска диалога выполните:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:372 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:371 #, no-wrap msgid "% xfce4-mouse-settings\n" msgstr "% xfce4-mouse-settings\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:375 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:374 msgid "Then click on the `_Theme_` tab to select a size and a style." msgstr "" "Затем нажмите на вкладку `_Тема (Theme)_`, чтобы выбрать размер и стиль." #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:379 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:378 msgid "" "Some themes, included the _Default_, do not support cursor size " "customization." msgstr "" "Некоторые темы, включая _Default_, не поддерживают настройку размера курсора." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:383 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:382 msgid "" "Alternatively, you can achieve the same result via the `xfconf-query` " "command. The following example set the current theme cursur to size 50:" msgstr "" "Или тот же результат можно достичь с помощью команды `xfconf-query`. " "Следующий пример устанавливает размер курсора текущей темы на 50:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:387 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:386 #, no-wrap msgid "% xfconf-query -c xsettings -n -p /Gtk/CursorThemeSize -s 50\n" msgstr "% xfconf-query -c xsettings -n -p /Gtk/CursorThemeSize -s 50\n" #. type: Title === -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:390 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:389 #, no-wrap msgid "Find Cursor" msgstr "Найти курсор" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:393 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:392 msgid "" "Some desktop environments provide a visul feedback of the mouse pointer's " "current position." msgstr "" "Некоторые графические среды предоставляют визуальную обратную связь о " "текущем положении указателя мыши." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:399 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:398 msgid "" "KDE Plasma draws two circular lines moving around the mouse cursor. Open " "the `Desktop Effects` module:" msgstr "" "KDE Plasma рисует две круговые линии, движущиеся вокруг курсора мыши. " "Откройте модуль `Эффекты рабочего стола (Desktop Effects)`:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:403 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:402 #, no-wrap msgid "% kcmshell6 kcm_kwin_effects\n" msgstr "% kcmshell6 kcm_kwin_effects\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:408 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:407 msgid "" "Enable the `_Track Mouse_` checkbox. Draw circular lines by pressing `Meta` " "+ `Ctrl` keys. You can change the shortcut via the `_Configure_` button " "related to `_Track Mouse_`." msgstr "" "Включите флажок `_Отслеживать мышь (Track Mouse)_`. Рисуйте круговые линии, " "нажимая клавиши `Meta` + `Ctrl`. Вы можете изменить сочетание клавиш через " "кнопку `_Настроить (Configure)_`, связанную с `_Отслеживать мышь (Track " "Mouse)_`." #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:413 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:412 msgid "" "On keyboards where the `Meta` key is not present, it is usually replaced by " "the `Super` key. Refer to https://en.wikipedia.org/wiki/Meta_key and " "https://en.wikipedia.org/wiki/Super_key_(keyboard_button) for more " "information." msgstr "" "На клавиатурах, где клавиша `Meta` отсутствует, её обычно заменяет клавиша " "`Super`. Для получения дополнительной информации обратитесь к https://en." "wikipedia.org/wiki/Meta_key и https://en.wikipedia.org/wiki/" "Super_key_(keyboard_button)." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:421 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:420 msgid "Xfce draws large red circles around the mouse pointer. Type:" msgstr "Xfce рисует большие красные круги вокруг указателя мыши. Введите:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:425 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:424 #, no-wrap msgid "% xfce4-find-cursor\n" msgstr "% xfce4-find-cursor\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:428 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:427 msgid "The above command draws circles for a few seconds." msgstr "Приведенная выше команда рисует круги в течение нескольких секунд." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:430 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:429 #, no-wrap msgid "**Keyboard Shortcut**\n" msgstr "**Сочетания клавиш**\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:434 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:433 msgid "" "XFCE allows to add a keyboard shortcut. Circles are drawn for as long as " "the shortcut keys are pressed. To use the shortcut before enable the " "feature then choose the key combination to bind to `xfce4-find-cursor`." msgstr "" "XFCE позволяет добавить сочетание клавиш. Круги рисуются до тех пор, пока " "нажаты клавиши сочетания. Чтобы использовать сочетание, сначала включите " "функцию, затем выберите комбинацию клавиш для привязки к `xfce4-find-cursor`." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:436 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:435 msgid "Example to enable and bind `Ctrl` + `Super` + `k`:" msgstr "Пример для включения и привязки `Ctrl` + `Super` + `k`:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:440 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:439 #, no-wrap msgid "" "xfconf-query -c accessibility -p /FindCursor -s true\n" "xfconf-query -c xfce4-keyboard-shortcuts -n -t 'string' -p '/commands/custom/k' -s xfce4-find-cursor\n" msgstr "" "xfconf-query -c accessibility -p /FindCursor -s true\n" "xfconf-query -c xfce4-keyboard-shortcuts -n -t 'string' -p '/commands/custom/k' -s xfce4-find-cursor\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:443 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:442 #, no-wrap msgid "**Keyboard Shortcut via Dialogs**\n" msgstr "**Сочетания клавиш через диалоговые окна**\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:446 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:445 msgid "" "Alternatively, you can achieve the same result via the XFCE configuration " "dialogs. First step, open the XFCE `_Accessibility_` dialog:" msgstr "" "Или того же результата можно достичь через диалоги настройки XFCE. Первым " "шагом откройте диалог `_Специальные возможности_` в XFCE:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:450 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:449 #, no-wrap msgid "% xfce4-accessibility-settings\n" msgstr "% xfce4-accessibility-settings\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:453 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:452 msgid "" "Click on `_Mouse_` tab and enable the `_Show location of pointer on " "keypress_` checkbox." msgstr "" "Нажмите на вкладку `_Мышь (Mouse)_` и включите флажок `_Показывать положение " "указателя при нажатии клавиши (Show location of pointer on keypress)_`." #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:455 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:454 msgid "Second step, open the XFCE `_Keyboard_` dialog:" msgstr "Второй шаг, откройте диалоговое окно `_Клавиатура (Keyboard)_` в XFCE:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:459 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:458 #, no-wrap msgid "% xfce4-keyboard-settings\n" msgstr "% xfce4-keyboard-settings\n" #. type: Plain text -#: documentation/content/en/books/accessibility/lowvision/_index.adoc:464 +#: documentation/content/en/books/accessibility/lowvision/_index.adoc:463 msgid "" "Click on `_Application Shortcuts_` tab. Click on `_+ Add_` button, it opens " "the `_Shortcut Command_` dialog. Write _xfce4-find-cursor_ in the form, " "then click on the `_OK_` button. Choose a key combination to bind to `xfce4-" "find-cursor` in the new dialog." msgstr "" "Перейдите на вкладку `_Сочетания клавиш приложений (Application " "Shortcuts)_`. Нажмите кнопку `_+ Добавить (Add)_`, откроется диалоговое окно " "`_Команда для сочетания клавиш (Shortcut Command)_`. Введите _xfce4-find-" "cursor_ в форму, затем нажмите кнопку `_OK_`. Выберите комбинацию клавиш для " "привязки к `xfce4-find-cursor` в новом диалоговом окне." diff --git a/documentation/content/ru/books/accessibility/virtual-terminal/_index.adoc b/documentation/content/ru/books/accessibility/virtual-terminal/_index.adoc index 9805a1868e..c1473aa81e 100644 --- a/documentation/content/ru/books/accessibility/virtual-terminal/_index.adoc +++ b/documentation/content/ru/books/accessibility/virtual-terminal/_index.adoc @@ -1,325 +1,325 @@ --- description: 'Доступные возможности в виртуальной консоли, полезные для обеспечения доступности' next: books/accessibility/colors params: path: /books/accessibility/virtual-terminal/ part: 'Часть II. Зрение' prev: books/accessibility/partii showBookMenu: 'true' tags: ["Accessibility", "Terminal"] title: 'Глава 2. Виртуальный терминал' weight: 5 --- [[virtual-terminal]] = Виртуальный терминал :doctype: book :toc: macro :toclevels: 1 :icons: font :sectnums: :sectnumoffset: 2 :partnums: :source-highlighter: rouge :experimental: :images-path: books/accessibility/virtual-terminal/ ifdef::env-beastie[] ifdef::backend-html5[] :imagesdir: ../../../../images/{images-path} endif::[] ifndef::book[] include::shared/authors.adoc[] include::shared/mirrors.adoc[] include::shared/releases.adoc[] include::shared/attributes/attributes-{{% lang %}}.adoc[] include::shared/{{% lang %}}/teams.adoc[] include::shared/{{% lang %}}/mailing-lists.adoc[] include::shared/{{% lang %}}/urls.adoc[] toc::[] endif::[] ifdef::backend-pdf,backend-epub3[] include::../../../../../shared/asciidoctor.adoc[] endif::[] endif::[] ifndef::env-beastie[] toc::[] include::../../../../../shared/asciidoctor.adoc[] endif::[] [[vt4-intro]] == Введение Виртуальный терминал, обычно упоминаемый и документированный как man:vt[4], является встроенной в систему extref:{handbook}ports[виртуальной консолью]. Он устанавливается по умолчанию, предоставляет интерфейс командной строки и запускается автоматически при загрузке. В этой главе представлен обзор и примеры ключевых функций и утилит, связанных с визуальной доступностью. [[vt4-colors]] == Цвета Виртуальный терминал поддерживает настройку цвета как через конфигурационные файлы, так и интерактивно с помощью специальной утилиты. [[vt4-colors-loader]] === Loader.conf Цвета могут быть установлены и сохранены с помощью файла man:loader.conf[5]. Чтобы изменить цвет по умолчанию, добавьте строку в следующем формате: `kern.vt.color._colornum_.rgb="_colorspec_"`, где: - `_colornum_` — это числовой идентификатор цвета, который можно настроить (см. таблицу ниже). - `_colorspec_` — это спецификация цвета, представленная либо в виде разделённого запятыми RGB-триплета (красный, зелёный и синий, каждое значение от 0 до 255), либо в виде шестнадцатеричного значения в стиле HTML. .Палитра по умолчанию: цвет, номер цвета, цвет по умолчанию в rgb, цвет по умолчанию в html. [options="header", cols="1,1,1,1"] |=== | Цвет | _colornum_ | _colorspec_ по умолчанию в RGB | _colorspec_ по умолчанию в html | Черный (black) | 0 | 0,0,0 | #000000 | Темно-красный (dark red) | 1 | 127,0,0 | #7f0000 | Темно-зеленый (dark green) | 2 | 0,127,0 -| #00ff00 +| #007f00 | Темно-желтый (dark yellow) | 3 | 196,161,0 | #c4a100 | Темно-синий (dark blue) | 4 | 51,102,163 | #3366a3 | Тёмный пурпурный (dark magenta) | 5 | 127,0,127 | #7f007f | Темно-голубой (dark cyan) | 6 | 0,127,127 | #007f7f | Светло-серый (light gray) | 7 | 191,191,191 | #bfbfbf | Темно-серый (dark gray) | 8 | 115,130,138 | #73828a | Светло-красный (light red) | 9 | 255,0,0 | #ff0000 | Светло-зеленый (light green) | 10 | 0,255, 0 | #00ff00 | Светло-желтый (light yellow) | 11 | 255,255,0 | #ffff00 | Светло-синий (light blue) | 12 | 115,158,207 | #739ecf | Светло-пурпурный (light magenta) | 13 | 255,0,255 | #ff00ff | Светло-голубой (light cyan) | 14 | 0,255,255 | #00ffff | Белый (white) | 15 | 255,255,255 | #ffffff |=== [[vt4-example-loader-conf-colors]] .Установить белый фон, черный текст, сообщения при загрузке системы — красным цветом. [example] ==== [.filename]#/boot/loader.conf# [.programlisting] .... # Background black to white kern.vt.color.0.rgb="255,255,255" # Text light gray to black kern.vt.color.7.rgb="0,0,0" # Boot white to red kern.vt.color.15.rgb="255,0,0" .... ==== [[vidcontrol]] === Vidcontrol Утилита man:vidcontrol[1] позволяет интерактивно настраивать цвета. Используйте опцию `show` для отображения списка доступных цветов: [source, shell] .... % vidcontrol show .... Чтобы установить цвет переднего плана, используйте `vidcontrol _цвет_`. Например, чтобы установить цвет текста зелёным: [source, shell] .... % vidcontrol green .... Чтобы установить как цвет переднего плана, так и цвет фона, используйте `vidcontrol _передний_план_ _фон_`. Например, чтобы установить синий текст на зелёном фоне: [source, shell] .... % vidcontrol blue green .... Настройки, выполненные с помощью man:vidcontrol[1], не сохраняются после выключения. Чтобы сделать настройки постоянными, добавьте следующую строку в man:rc.conf[5]: `allscreens_flags="-c _цвет_переднего_плана_ _цвет_фона_"`. [[vt4-vidcontrol-colors-rc]] .Установить синий цвет переднего плана и зелёный цвет фона. [example] ==== [.filename]#/etc/rc.conf# [.programlisting] .... allscreens_flags="-c blue green" .... ==== [NOTE] ==== Установка параметра `allscreens_flags="-c _colors_"` в файле [.filename]#/etc/rc.conf# вступает в силу после загрузки системы. Чтобы изменить цвета во время процесса загрузки, отредактируйте файл [.filename]#/boot/loader.conf#, как описано ранее в разделе crossref:virtual-terminal[vt4-colors-loader,Loader.conf]. ==== [[vt4-resolution]] == Разрешение экрана Параметр `kern.vt.fb.default_mode="<ширина>x<высота>"` в man:loader.conf[5] позволяет настроить разрешение экрана. Технически, он определяет режим отображения виртуального терминала, позволяя управлять размером элементов, отображаемых на экране. [[vt4-example-resolution]] .Устанавливает ширину в 800 и высоту в 600. [example] ==== [.filename]#/boot/loader.conf# [.programlisting] .... kern.vt.fb.default_mode="800x600" .... ==== [[vt4-font]] == Шрифт Виртуальный терминал позволяет настроить используемый шрифт, а система поддерживает установку и использование дополнительных шрифтов. [[vt4-select-font]] === Выбор шрифта Утилиты man:vidfont[1] и man:vidcontrol[1] могут загрузить шрифт из [.filename]#/usr/share/vt/fonts/#. Для просмотра списка доступных шрифтов: [source, shell] .... % ls /usr/share/vt/fonts .... Обычно имя файла имеет формат `<имя>-<ширина>x<высота>`, где: - `<имя>` — это название шрифта. - `<ширина>x<высота>` — это размер. man:vidfont[1] предоставляет интерактивное меню в текстовом пользовательском интерфейсе для выбора шрифта. Выполните следующую команду: [source, shell] .... % vidfont .... В качестве альтернативы, man:vidcontrol[1] предоставляет интерфейс командной строки: `vidcontrol -f _шрифт_`. Пример для `spleen-32x64.fnt`: [source, shell] .... % vidcontrol -f spleen-32x64.fnt .... [TIP] ==== Совет: Вы можете опустить расширение _.fnt_ при указании имени файла. Например, чтобы загрузить `spleen-32x64.fnt`, используйте: [source, shell] .... % vidcontrol -f spleen-32x64 .... ==== Настройки, заданные с помощью любого из этих инструментов, не сохраняются после перезагрузки. [[vt4-vidcontrol-font-rc]] .Выберите шрифт для загрузки при каждом запуске. [example] ==== [.filename]#/etc/rc.conf# [.programlisting] .... allscreens_flags="-f spleen-32x64.fnt" .... ==== [[vt4-new-font]] === Новые шрифты Утилита man:vtfontcvt[8] позволяет преобразовать шрифт в формат .fnt для использования в виртуальном терминале. Преобразованный шрифт должен быть скопирован в [.filename]#/usr/share/vt/fonts/# и выбран, как описано ранее в разделе crossref:virtual-terminal[vt4-select-font, Выбор шрифта]. [[vt4-bell]] == Bell Можно активировать звуковой сигнал терминала: [source, shell] .... # sysctl kern.vt.enable_bell=1 .... Чтобы конфигурация сохранялась после перезагрузки, сохраните её в man:loader.conf[5] или man:sysctl.conf[5]. [[vt4-example-bell]] .Активировать звуковой сигнал при каждой загрузке. [example] ==== Добавить в [.filename]#/boot/loader.conf# или [.filename]#/etc/sysctl.conf# [.programlisting] .... kern.vt.enable_bell=1 .... ==== diff --git a/documentation/content/ru/books/accessibility/virtual-terminal/_index.po b/documentation/content/ru/books/accessibility/virtual-terminal/_index.po index d55b25d054..94079b1a17 100644 --- a/documentation/content/ru/books/accessibility/virtual-terminal/_index.po +++ b/documentation/content/ru/books/accessibility/virtual-terminal/_index.po @@ -1,872 +1,877 @@ # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR The FreeBSD Project # This file is distributed under the same license as the FreeBSD Documentation package. # Vladlen Popolitov , 2026. msgid "" msgstr "" "Project-Id-Version: FreeBSD Documentation VERSION\n" -"POT-Creation-Date: 2026-02-22 15:58+0000\n" -"PO-Revision-Date: 2026-03-27 04:45+0000\n" +"POT-Creation-Date: 2026-08-06 22:55+0100\n" +"PO-Revision-Date: 2026-08-08 04:45+0000\n" "Last-Translator: Vladlen Popolitov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.17\n" #. type: YAML Front Matter: description #: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:1 #, no-wrap msgid "Available features in the virtual console useful for accessibility" msgstr "Доступные возможности в виртуальной консоли, полезные для обеспечения доступности" #. type: YAML Front Matter: part #: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:1 #, no-wrap msgid "Part II. Vision" msgstr "Часть II. Зрение" #. type: YAML Front Matter: title #: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:1 #, no-wrap msgid "Chapter 2. Virtual Terminal" msgstr "Глава 2. Виртуальный терминал" #. type: Title = #: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:15 #, no-wrap msgid "Virtual Terminal" msgstr "Виртуальный терминал" #. type: Title == -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:53 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:52 #, no-wrap msgid "Introduction" msgstr "Введение" #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:58 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:57 msgid "" "Virtual Terminal, commonly referenced and documented as man:vt[4] is the " "system's built-in extref:{handbook}ports[virtual console]. It is installed " "by default, provides a command-line interface, and starts automatically at " "boot. This chapter presents an overview and examples of key features and " "utilities relevant to visual accessibility." msgstr "" "Виртуальный терминал, обычно упоминаемый и документированный как man:vt[4], " "является встроенной в систему extref:{handbook}ports[виртуальной консолью]. " "Он устанавливается по умолчанию, предоставляет интерфейс командной строки и " "запускается автоматически при загрузке. В этой главе представлен обзор и " "примеры ключевых функций и утилит, связанных с визуальной доступностью." #. type: Title == -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:60 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:59 #, no-wrap msgid "Colors" msgstr "Цвета" #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:63 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:62 msgid "" "The Virtual Terminal supports color configuration both via configuration " "files and interactively through a dedicated utility." msgstr "" "Виртуальный терминал поддерживает настройку цвета как через конфигурационные " "файлы, так и интерактивно с помощью специальной утилиты." #. type: Title === -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:65 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:64 #, no-wrap msgid "Loader.conf" msgstr "Loader.conf" #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:70 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:69 msgid "" "Colors can be set and saved using the man:loader.conf[5] file. To change a " "default color, add a line in the following format: `kern.vt.color._colornum_." "rgb=\"_colorspec_\"`, where:" msgstr "" "Цвета могут быть установлены и сохранены с помощью файла man:loader.conf[5]. " "Чтобы изменить цвет по умолчанию, добавьте строку в следующем формате: `kern." "vt.color._colornum_.rgb=\"_colorspec_\"`, где:" #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:72 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:71 msgid "" "`_colornum_` is the numeric identifier of the color to be customized (see " "the table below)." msgstr "" "`_colornum_` — это числовой идентификатор цвета, который можно настроить " "(см. таблицу ниже)." #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:73 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:72 msgid "" "`_colorspec_` is a specification of the color, either as a comma-separated " "RGB triplet (red, green, and blue, each value from 0 to 255) or as an HTML-" "style hexadecimal value." msgstr "" "`_colorspec_` — это спецификация цвета, представленная либо в виде " "разделённого запятыми RGB-триплета (красный, зелёный и синий, каждое " "значение от 0 до 255), либо в виде шестнадцатеричного значения в стиле HTML." #. type: Block title -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:74 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:73 #, no-wrap msgid "Default palette: Color, color number, default color in rgb, default color in html." msgstr "Палитра по умолчанию: цвет, номер цвета, цвет по умолчанию в rgb, цвет по умолчанию в html." #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:77 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:76 #, no-wrap msgid "Color" msgstr "Цвет" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:77 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:76 #, no-wrap msgid "_colornum_" msgstr "_colornum_" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:77 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:76 #, no-wrap msgid "default _colorspec_ RGB" msgstr "_colorspec_ по умолчанию в RGB" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:79 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:78 #, no-wrap msgid "default _colorspec_ html" msgstr "_colorspec_ по умолчанию в html" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:80 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:79 #, no-wrap msgid "Black" msgstr "Черный (black)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:81 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:80 #, no-wrap msgid "0" msgstr "0" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:82 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:81 #, no-wrap msgid "0,0,0" msgstr "0,0,0" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:84 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:83 #, no-wrap msgid "#000000" msgstr "#000000" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:85 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:84 #, no-wrap msgid "Dark red" msgstr "Темно-красный (dark red)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:86 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:85 #, no-wrap msgid "1" msgstr "1" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:87 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:86 #, no-wrap msgid "127,0,0" msgstr "127,0,0" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:89 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:88 #, no-wrap msgid "#7f0000" msgstr "#7f0000" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:90 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:89 #, no-wrap msgid "Dark green" msgstr "Темно-зеленый (dark green)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:91 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:90 #, no-wrap msgid "2" msgstr "2" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:92 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:91 #, no-wrap msgid "0,127,0" msgstr "0,127,0" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:94 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:134 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:93 #, no-wrap -msgid "#00ff00" -msgstr "#00ff00" +msgid "#007f00" +msgstr "#007f00" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:95 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:94 #, no-wrap msgid "Dark yellow" msgstr "Темно-желтый (dark yellow)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:96 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:95 #, no-wrap msgid "3" msgstr "3" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:97 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:96 #, no-wrap msgid "196,161,0" msgstr "196,161,0" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:99 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:98 #, no-wrap msgid "#c4a100" msgstr "#c4a100" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:100 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:99 #, no-wrap msgid "Dark blue" msgstr "Темно-синий (dark blue)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:101 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:100 #, no-wrap msgid "4" msgstr "4" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:102 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:101 #, no-wrap msgid "51,102,163" msgstr "51,102,163" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:104 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:103 #, no-wrap msgid "#3366a3" msgstr "#3366a3" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:105 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:104 #, no-wrap msgid "Dark magenta" msgstr "Тёмный пурпурный (dark magenta)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:106 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:105 #, no-wrap msgid "5" msgstr "5" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:107 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:106 #, no-wrap msgid "127,0,127" msgstr "127,0,127" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:109 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:108 #, no-wrap msgid "#7f007f" msgstr "#7f007f" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:110 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:109 #, no-wrap msgid "Dark cyan" msgstr "Темно-голубой (dark cyan)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:111 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:110 #, no-wrap msgid "6" msgstr "6" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:112 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:111 #, no-wrap msgid "0,127,127" msgstr "0,127,127" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:114 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:113 #, no-wrap msgid "#007f7f" msgstr "#007f7f" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:115 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:114 #, no-wrap msgid "Light gray" msgstr "Светло-серый (light gray)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:116 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:115 #, no-wrap msgid "7" msgstr "7" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:117 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:116 #, no-wrap msgid "191,191,191" msgstr "191,191,191" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:119 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:118 #, no-wrap msgid "#bfbfbf" msgstr "#bfbfbf" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:120 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:119 #, no-wrap msgid "Dark gray" msgstr "Темно-серый (dark gray)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:121 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:120 #, no-wrap msgid "8" msgstr "8" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:122 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:121 #, no-wrap msgid "115,130,138" msgstr "115,130,138" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:124 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:123 #, no-wrap msgid "#73828a" msgstr "#73828a" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:125 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:124 #, no-wrap msgid "Light red" msgstr "Светло-красный (light red)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:126 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:125 #, no-wrap msgid "9" msgstr "9" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:127 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:126 #, no-wrap msgid "255,0,0" msgstr "255,0,0" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:129 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:128 #, no-wrap msgid "#ff0000" msgstr "#ff0000" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:130 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:129 #, no-wrap msgid "Light green" msgstr "Светло-зеленый (light green)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:131 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:130 #, no-wrap msgid "10" msgstr "10" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:132 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:131 #, no-wrap msgid "0,255, 0" msgstr "0,255, 0" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:135 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:133 +#, no-wrap +msgid "#00ff00" +msgstr "#00ff00" + +#. type: Table +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:134 #, no-wrap msgid "Light yellow" msgstr "Светло-желтый (light yellow)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:136 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:135 #, no-wrap msgid "11" msgstr "11" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:137 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:136 #, no-wrap msgid "255,255,0" msgstr "255,255,0" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:139 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:138 #, no-wrap msgid "#ffff00" msgstr "#ffff00" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:140 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:139 #, no-wrap msgid "Light blue" msgstr "Светло-синий (light blue)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:141 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:140 #, no-wrap msgid "12" msgstr "12" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:142 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:141 #, no-wrap msgid "115,158,207" msgstr "115,158,207" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:144 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:143 #, no-wrap msgid "#739ecf" msgstr "#739ecf" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:145 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:144 #, no-wrap msgid "Light magenta" msgstr "Светло-пурпурный (light magenta)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:146 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:145 #, no-wrap msgid "13" msgstr "13" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:147 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:146 #, no-wrap msgid "255,0,255" msgstr "255,0,255" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:149 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:148 #, no-wrap msgid "#ff00ff" msgstr "#ff00ff" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:150 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:149 #, no-wrap msgid "Light cyan" msgstr "Светло-голубой (light cyan)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:151 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:150 #, no-wrap msgid "14" msgstr "14" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:152 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:151 #, no-wrap msgid "0,255,255" msgstr "0,255,255" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:154 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:153 #, no-wrap msgid "#00ffff" msgstr "#00ffff" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:155 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:154 #, no-wrap msgid "White" msgstr "Белый (white)" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:156 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:155 #, no-wrap msgid "15" msgstr "15" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:157 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:156 #, no-wrap msgid "255,255,255" msgstr "255,255,255" #. type: Table -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:159 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:158 #, no-wrap msgid "#ffffff" msgstr "#ffffff" #. type: Block title -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:162 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:161 #, no-wrap msgid "Set background in white, text in black, boot messages in red." msgstr "Установить белый фон, черный текст, сообщения при загрузке системы — красным цветом." #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:166 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:242 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:165 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:241 msgid "[.filename]#/boot/loader.conf#" msgstr "[.filename]#/boot/loader.conf#" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:171 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:170 #, no-wrap msgid "" "# Background black to white\n" "kern.vt.color.0.rgb=\"255,255,255\"\n" msgstr "" "# Background black to white\n" "kern.vt.color.0.rgb=\"255,255,255\"\n" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:174 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:173 #, no-wrap msgid "" "# Text light gray to black\n" "kern.vt.color.7.rgb=\"0,0,0\"\n" msgstr "" "# Text light gray to black\n" "kern.vt.color.7.rgb=\"0,0,0\"\n" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:177 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:176 #, no-wrap msgid "" "# Boot white to red\n" "kern.vt.color.15.rgb=\"255,0,0\"\n" msgstr "" "# Boot white to red\n" "kern.vt.color.15.rgb=\"255,0,0\"\n" #. type: Title === -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:182 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:181 #, no-wrap msgid "Vidcontrol" msgstr "Vidcontrol" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:186 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:185 msgid "" "The man:vidcontrol[1] utility allows you to configure colors interactively. " "Use the `show` option to display the list of available colors:" msgstr "" "Утилита man:vidcontrol[1] позволяет интерактивно настраивать цвета. " "Используйте опцию `show` для отображения списка доступных цветов:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:190 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:189 #, no-wrap msgid "% vidcontrol show\n" msgstr "% vidcontrol show\n" #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:194 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:193 msgid "" "To set the foreground color, use `vidcontrol _color_`. For example, to set " "the text color to green:" msgstr "" "Чтобы установить цвет переднего плана, используйте `vidcontrol _цвет_`. " "Например, чтобы установить цвет текста зелёным:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:198 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:197 #, no-wrap msgid "% vidcontrol green\n" msgstr "% vidcontrol green\n" #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:202 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:201 msgid "" "To set both foreground and background colors, use `vidcontrol _foreground_ " "_background_`. For example, to set blue text on a green background:" msgstr "" "Чтобы установить как цвет переднего плана, так и цвет фона, используйте " "`vidcontrol _передний_план_ _фон_`. Например, чтобы установить синий текст " "на зелёном фоне:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:206 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:205 #, no-wrap msgid "% vidcontrol blue green\n" msgstr "% vidcontrol blue green\n" #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:211 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:210 msgid "" "Configurations made with man:vidcontrol[1] are not persistent across " "shutdown. To make the settings permanent, add the following line to man:rc." "conf[5]: `allscreens_flags=\"-c _foreground_ _background_\"`." msgstr "" "Настройки, выполненные с помощью man:vidcontrol[1], не сохраняются после " "выключения. Чтобы сделать настройки постоянными, добавьте следующую строку в " "man:rc.conf[5]: `allscreens_flags=\"-c _цвет_переднего_плана_ _цвет_фона_\"`." #. type: Block title -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:213 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:212 #, no-wrap msgid "Set blue foreground and green background." msgstr "Установить синий цвет переднего плана и зелёный цвет фона." #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:217 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:305 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:216 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:304 msgid "[.filename]#/etc/rc.conf#" msgstr "[.filename]#/etc/rc.conf#" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:221 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:220 #, no-wrap msgid "allscreens_flags=\"-c blue green\"\n" msgstr "allscreens_flags=\"-c blue green\"\n" #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:229 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:228 msgid "" "Setting allscreens_flags=\"-c _colors_\" in [.filename]#/etc/rc.conf# takes " "effect after the system boots. To change the colors during the boot " "process, edit [.filename]#/boot/loader.conf# as crossref:virtual-" "terminal[vt4-colors-loader,previously described]." msgstr "" "Установка параметра `allscreens_flags=\"-c _colors_\"` в файле [.filename]#/" "etc/rc.conf# вступает в силу после загрузки системы. Чтобы изменить цвета во " "время процесса загрузки, отредактируйте файл [.filename]#/boot/loader.conf#, " "как описано ранее в разделе crossref:virtual-terminal[vt4-colors-loader," "Loader.conf]." #. type: Title == -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:232 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:231 #, no-wrap msgid "Resolution" msgstr "Разрешение экрана" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:236 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:235 msgid "" "The `kern.vt.fb.default_mode=\"x\"` option in man:loader." "conf[5] allows you to configure the display resolution. Technically, it " "specifies the display mode of the Virtual Terminal, allowing you to control " "the size of elements displayed on the screen." msgstr "" "Параметр `kern.vt.fb.default_mode=\"<ширина>x<высота>\"` в man:loader." "conf[5] позволяет настроить разрешение экрана. Технически, он определяет " "режим отображения виртуального терминала, позволяя управлять размером " "элементов, отображаемых на экране." #. type: Block title -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:238 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:237 #, no-wrap msgid "Sets the width to 800 and the height to 600." msgstr "Устанавливает ширину в 800 и высоту в 600." #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:246 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:245 #, no-wrap msgid "kern.vt.fb.default_mode=\"800x600\"\n" msgstr "kern.vt.fb.default_mode=\"800x600\"\n" #. type: Title == -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:251 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:250 #, no-wrap msgid "Font" msgstr "Шрифт" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:254 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:253 msgid "" "Virtual Terminal allows you to configure the font in use, and the system " "supports installing and utilizing additional fonts." msgstr "" "Виртуальный терминал позволяет настроить используемый шрифт, а система " "поддерживает установку и использование дополнительных шрифтов." #. type: Title === -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:256 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:255 #, no-wrap msgid "Select a Font" msgstr "Выбор шрифта" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:260 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:259 msgid "" "The utilities man:vidfont[1] and man:vidcontrol[1] can load a font from [." "filename]#/usr/share/vt/fonts/#. To list the currently available fonts:" msgstr "" "Утилиты man:vidfont[1] и man:vidcontrol[1] могут загрузить шрифт из [." "filename]#/usr/share/vt/fonts/#. Для просмотра списка доступных шрифтов:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:264 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:263 #, no-wrap msgid "% ls /usr/share/vt/fonts\n" msgstr "% ls /usr/share/vt/fonts\n" #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:267 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:266 msgid "Usually a file name has the format `-x`, where:" msgstr "Обычно имя файла имеет формат `<имя>-<ширина>x<высота>`, где:" #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:269 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:268 msgid "`` is the font name." msgstr "`<имя>` — это название шрифта." #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:270 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:269 msgid "`x` is the size." msgstr "`<ширина>x<высота>` — это размер." #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:273 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:272 msgid "" "man:vidfont[1] provides an interactive menu in a Text User Interface to " "select a font. Run the following command:" msgstr "" "man:vidfont[1] предоставляет интерактивное меню в текстовом пользовательском " "интерфейсе для выбора шрифта. Выполните следующую команду:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:277 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:276 #, no-wrap msgid "% vidfont\n" msgstr "% vidfont\n" #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:281 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:280 msgid "" "Alternatively, man:vidcontrol[1] provides a CLI, `vidcontrol -f _font_`. " "Example for `spleen-32x64.fnt`:" msgstr "" "В качестве альтернативы, man:vidcontrol[1] предоставляет интерфейс командной " "строки: `vidcontrol -f _шрифт_`. Пример для `spleen-32x64.fnt`:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:285 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:284 #, no-wrap msgid "% vidcontrol -f spleen-32x64.fnt\n" msgstr "% vidcontrol -f spleen-32x64.fnt\n" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:291 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:290 msgid "" "Tip: You can omit the _.fnt_ extension when specifying the file name. For " "example, to load `spleen-32x64.fnt`, use:" msgstr "" "Совет: Вы можете опустить расширение _.fnt_ при указании имени файла. " "Например, чтобы загрузить `spleen-32x64.fnt`, используйте:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:295 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:294 #, no-wrap msgid "% vidcontrol -f spleen-32x64\n" msgstr "% vidcontrol -f spleen-32x64\n" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:299 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:298 msgid "" "Settings configured with either utility are not preserved after a reboot." msgstr "" "Настройки, заданные с помощью любого из этих инструментов, не сохраняются " "после перезагрузки." #. type: Block title -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:301 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:300 #, no-wrap msgid "Select the font to load at each startup." msgstr "Выберите шрифт для загрузки при каждом запуске." #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:309 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:308 #, no-wrap msgid "allscreens_flags=\"-f spleen-32x64.fnt\"\n" msgstr "allscreens_flags=\"-f spleen-32x64.fnt\"\n" #. type: Title === -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:314 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:313 #, no-wrap msgid "New Fonts" msgstr "Новые шрифты" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:318 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:317 msgid "" "The man:vtfontcvt[8] utility allows you to convert a font into the .fnt " "format for use in the Virtual Terminal. The converted font must be copied " "to [.filename]#/usr/share/vt/fonts/# and selected as crossref:virtual-" "terminal[vt4-select-font,previously described]." msgstr "" "Утилита man:vtfontcvt[8] позволяет преобразовать шрифт в формат .fnt для " "использования в виртуальном терминале. Преобразованный шрифт должен быть " "скопирован в [.filename]#/usr/share/vt/fonts/# и выбран, как описано ранее в " "разделе crossref:virtual-terminal[vt4-select-font, Выбор шрифта]." #. type: Title == -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:320 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:319 #, no-wrap msgid "Bell" msgstr "Bell" #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:323 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:322 msgid "The terminal bell can be activated by:" msgstr "Можно активировать звуковой сигнал терминала:" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:327 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:326 #, no-wrap msgid "# sysctl kern.vt.enable_bell=1\n" msgstr "# sysctl kern.vt.enable_bell=1\n" #. type: Plain text -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:330 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:329 msgid "" "To make the configuration persistent after reboot, save it in either man:" "loader.conf[5] or man:sysctl.conf[5]." msgstr "" "Чтобы конфигурация сохранялась после перезагрузки, сохраните её в man:loader." "conf[5] или man:sysctl.conf[5]." #. type: Block title -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:332 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:331 #, no-wrap msgid "Active the bell at each startup." msgstr "Активировать звуковой сигнал при каждой загрузке." #. type: delimited block = 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:338 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:337 msgid "[.filename]#/boot/loader.conf# or [.filename]#/etc/sysctl.conf#" msgstr "" "Добавить в [.filename]#/boot/loader.conf# или [.filename]#/etc/sysctl.conf#" #. type: delimited block . 4 -#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:342 +#: documentation/content/en/books/accessibility/virtual-terminal/_index.adoc:341 #, no-wrap msgid "kern.vt.enable_bell=1\n" msgstr "kern.vt.enable_bell=1\n"