Difference between revisions of "Translations:Funtoo Profiles/9/pt-br"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{TableStart}} {{2Col|Adicionar o mix-ins {{c|gnome}} e {{c|kde}}|{{console|body=# ##i## epro mix-ins +gnome +kde}}}} {{2Col|Remover mix-in, por exemplo {{c|gnome}}|{{console|...")
 
Line 6: Line 6:
{{2Col|Mudar o flavor do sistema|{{console|body=# ##i## epro flavor desktop}}}}
{{2Col|Mudar o flavor do sistema|{{console|body=# ##i## epro flavor desktop}}}}
{{2Col|Obter saídas JSON das configurações do profile|{{console|body=# ##i## epro show-json}}}}
{{2Col|Obter saídas JSON das configurações do profile|{{console|body=# ##i## epro show-json}}}}
{{2Col|Obter sub-profile atual em formato texto|{{console|body=# ##i## epro get [profiletype]}}}}
{{2Col|Obter sub-profile atual em formato texto|{{console|body=# ##i## epro get [tipodoprofile]}}}}
{{TableEnd}}
{{TableEnd}}

Revision as of 15:53, August 18, 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}}
Adicionar o mix-ins gnome e kde
root #  epro mix-ins +gnome +kde
Remover mix-in, por exemplo gnome
root #  epro mix-ins -gnome
Alterar o arch profile para x86-64bit
root #  epro arch x86-64bit
Alterar subarch para generic_64
root #  epro subarch generic_64
Mudar o flavor do sistema
root #  epro flavor desktop
Obter saídas JSON das configurações do profile
root #  epro show-json
Obter sub-profile atual em formato texto
root #  epro get [tipodoprofile]