Difference between revisions of "Translations:Funtoo Profiles/9/ru"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{TableStart}} {{2Col|Включить дополнения {{c|gnome}} и {{c|kde}}|{{console|body=# ##i## epro mix-ins +gnome +kde}}}} {{2Col|Отключить дополн...")
 
(No difference)

Latest revision as of 12:01, August 19, 2015

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 (Funtoo Profiles)
{{TableStart}}
{{2Col|Add the mix-ins {{c|gnome}} and {{c|kde}}|{{c|epro mix-ins +gnome +kde}}}}
{{2Col|Remove a mix-in, for example {{c|gnome}}|{{c|epro mix-ins -gnome}}}}
{{2Col|Change the profile arch to x86-64bit|{{c|epro arch x86-64bit}}}}
{{2Col|Change the subarch to {{c|generic_64}}|{{c|epro subarch generic_64}}}}
{{2Col|Change the system flavor|{{c|epro flavor desktop}}}}
{{2Col|Get JSON output of profile settings|{{c|epro show-json}}}}
{{2Col|Get current sub-profile setting in text form|{{c|epro get [profiletype]}}}}
{{TableEnd}}
Включить дополнения gnome и kde
root #  epro mix-ins +gnome +kde
Отключить дополнение, например gnome
root #  epro mix-ins -gnome
Изменить профиль arch на x86-64bit
root #  epro arch x86-64bit
Изменить подархитектуру на generic_64
root #  epro subarch generic_64
Изменить системную конфигурацию
root #  epro flavor desktop
Зпросить вывод настроек профилей в JSON
root #  epro show-json
получить текущие настройки подпрофилей в текстовом виде
root #  epro get [profiletype]