Difference between revisions of "Translations:Install/Configuration Files/7/ru"

From Funtoo
Jump to navigation Jump to search
(Created page with "Вот полный список файлов, которые вы можете редактировать, в зависимости от ваших потребностей:...")
 
Line 1: Line 1:
Вот полный список файлов, которые вы можете редактировать, в зависимости от ваших потребностей:
Вот полный список файлов, которые вы можете редактировать, в зависимости от ваших потребностей:
{{TableStart}}
{{TableStart}}
{{3ColHead|File|Do I need to change it?|Description}}
{{3ColHead|Файл|Нужно ли его изменять?|Описание}}
<tr  class="danger">
<tr  class="danger">
<td>{{c|/etc/fstab}}</td>
<td>{{c|/etc/fstab}}</td>
<td>'''YES - required'''</td>
<td>''ДА-обязательно''</td>
<td>Mount points for all filesystems to be used at boot time. This file must reflect your disk partition setup. We'll guide you through modifying this file below.</td>
<td>Точки монтирования для всех файловых систем, которые будут использоваться во время загрузки. Этот файл должен отражать настройки раздела вашего диска. Мы поможем вам изменить этот файл ниже.</td>
</tr><tr>
</tr><tr>
<td>{{c|/etc/localtime}}</td>
<td>{{c|/etc/localtime}}</td>
<td>''Maybe - recommended''</td>
<td>''Может быть - рекомендуется''</td>
<td>Your timezone, which will default to UTC if not set. This should be a symbolic link to something located under /usr/share/zoneinfo (e.g. /usr/share/zoneinfo/America/Montreal) </td>
<td>Ваш часовой пояс. По умолчанию: UTC. Символическая ссылка на файл, расположенный в /usr/share/zoneinfo (например: /usr/share/zoneinfo/America/Montreal) </td>
</tr><tr>
</tr><tr>
<td>{{c|/etc/portage/make.conf}}</td>
<td>{{c|/etc/portage/make.conf}}</td>
<td>''Maybe - recommended''</td>
<td>''Может быть - рекомендуется''</td>
<td>Parameters used by gcc (compiler), portage, and make. ''Note that it is normal for this file to be empty in Funtoo Linux, as many settings have been migrated to our enhanced profile system.''</td>
<td>Параметры, используемые gcc (compiler), portage, и make. ''Обратите внимание, что в Funtoo Linux этот файл является пустым, поскольку многие настройки перенесены в нашу расширенную систему профилей.''</td>
</tr><tr>
</tr><tr>
<td>{{c|/etc/conf.d/hostname}}</td>
<td>{{c|/etc/conf.d/hostname}}</td>
<td>''Maybe - recommended''</td>
<td>''Может быть - рекомендуется''</td>
<td>Used to set system hostname. Set the {{c|hostname}} variable to the fully-qualified (with dots, ie. {{c|foo.funtoo.org}}) name if you have one. Otherwise, set to the local system hostname (without dots, ie. {{c|foo}}). Defaults to {{c|localhost}} if not set.</td>
<td>Используется для установки имени хоста системы. Задайте для переменной {{c|hostname}} полное имя (с точками, т.е. {{c|foo.funtoo.org}}) , если оно у вас есть. В противном случае задайте имя хоста локальной системы (без точек, т.е. {{c|foo}}). Значение по умолчанию {{c|localhost}}</td>
</tr><tr>
</tr><tr>
<td>{{c|/etc/hosts}}</td>
<td>{{c|/etc/hosts}}</td>
<td>''No''</td>
<td>''НЕТ''</td>
<td> You no longer need to manually set the hostname in this file. This file is automatically generated by {{c|/etc/init.d/hostname}}.</td>
<td> Вам больше не нужно вручную устанавливать имя хоста в этом файле. Этот файл генерируется автоматически {{c|/etc/init.d/hostname}}.</td>
</tr><tr>
</tr><tr>
<td>{{c|/etc/conf.d/keymaps}}</td>
<td>{{c|/etc/conf.d/keymaps}}</td>
<td>Optional</td>
<td>Опционально</td>
<td>Keyboard mapping configuration file (for console pseudo-terminals). Set if you have a non-US keyboard. See [[Funtoo Linux Localization]].</td>
<td>Файл конфигурации раскладки клавиатуры (для псевдо-терминалов консоли). Измените его, если у вас используется раскладка, отличная от американской . Смотрите: [[Funtoo Linux Localization]].</td>
</tr><tr>
</tr><tr>
<td>{{c|/etc/conf.d/hwclock}}</td>
<td>{{c|/etc/conf.d/hwclock}}</td>
<td>Optional</td>
<td>Опционально</td>
<td>How the time of the battery-backed hardware clock of the system is interpreted (UTC or local time). Linux uses the battery-backed hardware clock to initialize the system clock when the system is booted.</td>
<td>Как интерпретируется время аппаратных часов системы с питанием от батареи (UTC или местное время). Linux использует аппаратные часы с питанием от батареи для инициализации системных часов при загрузке системы.</td>
</tr><tr>
</tr><tr>
<td>{{c|/etc/conf.d/modules}}</td>
<td>{{c|/etc/conf.d/modules}}</td>
<td>Optional</td>
<td>Опционально</td>
<td>Kernel modules to load automatically at system startup. Typically not required. See [[Additional Kernel Resources]] for more info.</td>
<td>Список автоматически загружаемых модулей ядра, при запуске системы. Обычно не требуется изменять. Смотрите: [[Additional Kernel Resources]] для получения дополнительной информации.</td>
</tr><tr>
</tr><tr>
<td>{{c|/etc/conf.d/consolefont}}</td>
<td>{{c|/etc/conf.d/consolefont}}</td>
<td>Optional</td>
<td>Опционально</td>
<td>Allows you to specify the default console font. To apply this font, enable the consolefont service by running rc-update add consolefont.</td>
<td>Позволяет указать шрифт консоли по умолчанию. Чтобы применить этот шрифт, включите службу consolefont, запустив rc-update add consolefont.</td>
</tr><tr>
</tr><tr>
<td>{{c|profiles}}</td>
<td>{{c|profiles}}</td>
<td>Optional</td>
<td>Опционально</td>
<td>Some useful portage settings that may help speed up intial configuration.</td>
<td>Некоторые полезные настройки portage, которые могут помочь ускорить первоначальную настройку.</td>
</tr>
</tr>
{{TableEnd}}
{{TableEnd}}

Revision as of 22:29, April 13, 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Configuration Files)
Here are a full list of files that you may want to edit, depending on your needs:
{{TableStart}}
{{3ColHead|File|Do I need to change it?|Description}}
<tr  class="danger">
<td>{{c|/etc/fstab}}</td>
<td>'''YES - required'''</td>
<td>Mount points for all filesystems to be used at boot time. This file must reflect your disk partition setup. We'll guide you through modifying this file below.</td>
</tr><tr>
<td>{{c|/etc/localtime}}</td>
<td>''Maybe - recommended''</td>
<td>Your timezone, which will default to UTC if not set. This should be a symbolic link to something located under /usr/share/zoneinfo (e.g. /usr/share/zoneinfo/America/Montreal) </td>
</tr><tr>
<td>{{c|/etc/make.conf}}</td>
<td>''NO - not required or recommended''</td>
<td>''Unlike Gentoo, it is normal and correct for this file to be empty in Funtoo Linux, as settings have been migrated to our enhanced profile system. Adding settings from this file will cause your system to be considered a non-standard setup and not officially supported. If you feel you need to add something to this file, be sure to ask on Discord for guidance. You probably don't.''</td>
</tr><tr>
<td>{{c|/etc/hosts}}</td>
<td>''No''</td>
<td> You no longer need to manually set the hostname in this file. This file is automatically generated by {{c|/etc/init.d/hostname}}.</td>
</tr><tr>
<td>{{c|/etc/conf.d/hostname}}</td>
<td>''Maybe - recommended''</td>
<td>Used to set system hostname. Set the {{c|hostname}} variable to the fully-qualified (with dots, ie. {{c|foo.funtoo.org}}) name if you have one. Otherwise, set to the local system hostname (without dots, ie. {{c|foo}}). Defaults to {{c|localhost}} if not set.</td>
</tr><tr>
<td>{{c|/etc/conf.d/keymaps}}</td>
<td>Optional</td>
<td>Keyboard mapping configuration file (for console pseudo-terminals). Set if you have a non-US keyboard. See [[Funtoo Linux Localization]].</td>
</tr><tr>
<td>{{c|/etc/conf.d/hwclock}}</td>
<td>Optional</td>
<td>How the time of the battery-backed hardware clock of the system is interpreted (UTC or local time). Linux uses the battery-backed hardware clock to initialize the system clock when the system is booted.</td>
</tr><tr>
<td>{{c|/etc/conf.d/modules}}</td>
<td>Optional</td>
<td>Kernel modules to load automatically at system startup. Typically not required. See [[Additional Kernel Resources]] for more info.</td>
</tr><tr>
<td>{{c|/etc/conf.d/consolefont}}</td>
<td>Optional</td>
<td>Allows you to specify the default console font. To apply this font, enable the consolefont service by running rc-update add consolefont.</td>
</tr><tr>
<td>{{c|/etc/conf.d/swap}}</td>
<td>Optional</td>
<td>When using a '''swap file''' that is not on the root filesystem, localmount service must be configured to be a dependency of swap service.</td>
</tr><tr>
<td>{{c|profiles}}</td>
<td>Optional</td>
<td>Some useful portage settings that may help speed up intial configuration.</td>
</tr>
{{TableEnd}}

Вот полный список файлов, которые вы можете редактировать, в зависимости от ваших потребностей:

ФайлНужно ли его изменять?Описание
/etc/fstab ДА-обязательно Точки монтирования для всех файловых систем, которые будут использоваться во время загрузки. Этот файл должен отражать настройки раздела вашего диска. Мы поможем вам изменить этот файл ниже.
/etc/localtime Может быть - рекомендуется Ваш часовой пояс. По умолчанию: UTC. Символическая ссылка на файл, расположенный в /usr/share/zoneinfo (например: /usr/share/zoneinfo/America/Montreal)
/etc/portage/make.conf Может быть - рекомендуется Параметры, используемые gcc (compiler), portage, и make. Обратите внимание, что в Funtoo Linux этот файл является пустым, поскольку многие настройки перенесены в нашу расширенную систему профилей.
/etc/conf.d/hostname Может быть - рекомендуется Используется для установки имени хоста системы. Задайте для переменной hostname полное имя (с точками, т.е. foo.funtoo.org) , если оно у вас есть. В противном случае задайте имя хоста локальной системы (без точек, т.е. foo). Значение по умолчанию localhost
/etc/hosts НЕТ Вам больше не нужно вручную устанавливать имя хоста в этом файле. Этот файл генерируется автоматически /etc/init.d/hostname.
/etc/conf.d/keymaps Опционально Файл конфигурации раскладки клавиатуры (для псевдо-терминалов консоли). Измените его, если у вас используется раскладка, отличная от американской . Смотрите: Funtoo Linux Localization.
/etc/conf.d/hwclock Опционально Как интерпретируется время аппаратных часов системы с питанием от батареи (UTC или местное время). Linux использует аппаратные часы с питанием от батареи для инициализации системных часов при загрузке системы.
/etc/conf.d/modules Опционально Список автоматически загружаемых модулей ядра, при запуске системы. Обычно не требуется изменять. Смотрите: Additional Kernel Resources для получения дополнительной информации.
/etc/conf.d/consolefont Опционально Позволяет указать шрифт консоли по умолчанию. Чтобы применить этот шрифт, включите службу consolefont, запустив rc-update add consolefont.
profiles Опционально Некоторые полезные настройки portage, которые могут помочь ускорить первоначальную настройку.