Bug 2076302

Summary: Improperly translated words from English to Portuguese (Brazil locale)
Product: Red Hat Enterprise Linux 8 Reporter: Priscila Gutierres <prgutier>
Component: Documentation-l10nAssignee: Localization RH <l10n-bugzilla>
Status: NEW --- QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: 8.6Keywords: Translation
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Priscila Gutierres 2022-04-18 16:00:06 UTC
Document URL: 

https://access.redhat.com/documentation/pt-br/red_hat_enterprise_linux/8/html/configuring_basic_system_settings/installing-and-using-python_using-python3

Section Number and Name: 

all sections

Describe the issue: 


Some words are improperly translated to pt-br

Examples:

# yum instalar python3

# yum instalar python38

# yum instalar pedidos de python3

# yum instalar python38-Cython


# assinatura-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms

# módulo yum habilita o python38-devel



Suggestions for improvement: 

Properly translate these words to:

# yum install python3

# yum install python38

# yum install python38-Cython

# subscription-manager repos --enable  codeready-builder-for-rhel-8-x86_64-rpms

# yum module enable python38-devel

Additional information: 

I think more bugs like these ones are in our PT-BR documentation.