Bug 1343762
Summary: | translation to pt-br error on nmcli console on interactive connection editor | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora Localization | Reporter: | Frederico Lima <fredhgl> | ||||
Component: | Brazilian Portuguese [pt_BR] | Assignee: | Igor Pires Soares <igor> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Diego Búrigo Zacarão <diegobz> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | unspecified | CC: | igor, itamar, marcelo.barbosa, piotrdrag, yurchor | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-02-19 16:46:25 UTC | 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1546484 | ||||||
Attachments: |
|
There are two ways to fix it (and both are not related directly to Fedora): 1. Using translate.zanata.org: https://translate.zanata.org/project/view/NetworkManager?dswid=1819 (just use "master" branch and "pt_BR" team) 2. Using GNOME hints: https://l10n.gnome.org/vertimus/NetworkManager/master/po/pt_BR (Please do like it is recommended, "To submit your translation, create a bug report for NetworkManager on the GNOME Bugzilla. Then, attach your translation file." Do not do what Rafael Fontenelle did. Attaching translations there is meaningless.) Hope this helps. The translation in upstream git repository is now “Adicionando uma nova conexão \"%s\"”, so it has been fixed. closing (already fixed) |
Created attachment 1165763 [details] screenshot of the translation error to pt-br Description of problem: when enter the nmcli console the translation is wrong it prints "Adicioando uma nova conexão" but the correct is "Adicionando uma nova conexão" with the N between "Adicio" and "ando". Version-Release number of selected component (if applicable): nmcli version 1.0.6-6.fc23 Steps to Reproduce: 1. in a terminal type the command: nmcli con edit 2. then type ethernet and press enter. 3. the message will show up Actual results: Adicioando uma nova conexão "802-3-ethernet" Expected results: Adicionando uma nova conexão "802-3-ethernet" Additional info: it happen on fedora 23-10 todays official iso image and on centos 7 x64 too, probably on red hat 7 also.