Open speed47 opened 2 years ago
Thanks @speed47 for reporting us this issue.
Action with the given label "modify the reverse path" it appears only once.
$ git grep -i "modify the reverse path"
packages/manager/apps/dedicated/client/app/ip/ip/reverse/update/translations/Messages_en_GB.json: "ip_table_manage_reverse": "Modify the reverse path",
This translation is based on the original content (French) which says:
Modifier le reverse
Would you recommend us to update the original translation? If yes, please let us know. Do not hesitate to provide us expected French content.
According to the full diff, would you recommend us to update (also) the original content (French)?
Based on:
- packages/manager/apps/dedicated/client/app/dedicated/server/details/translations/Messages_en_GB.json:
- server_tab_IP_table_delete_reverse_success
- server_tab_IP_table_delete_reverse_failure
- server_tab_IP_table_manage_reverse_success
- server_tab_IP_table_manage_reverse_success
Here is the original content (French): https://github.com/ovh/manager/blob/371fc8ea6d2f9fabf069fdc38a7d47621c1286cb/packages/manager/apps/dedicated/client/app/dedicated/server/details/translations/Messages_fr_FR.json#L19-L22
Based on:
- packages/manager/apps/dedicated/client/app/ip/ip/reverse/update/translations/Messages_en_GB.json:
- ip_table_manage_reverse
- ip_table_manage_reverse_question
- ip_table_manage_reverse_success
- ip_table_manage_reverse_failure
Here is the original content (French): https://github.com/ovh/manager/blob/371fc8ea6d2f9fabf069fdc38a7d47621c1286cb/packages/manager/apps/dedicated/client/app/ip/ip/reverse/update/translations/Messages_fr_FR.json#L2-L5
Thank you
Hey, sorry for the delay!
The french sentence "modifier le reverse" is alright, there is no confusion about what it can mean (it implicitly means "modifier le reverse DNS"), I think we can leave it as-is.
Describe the bug There is a mistranslation in en_GB
To Reproduce Steps to reproduce the behavior:
Expected behavior This should be called something along the lines of:
Modify the reverse
(informal)Modify the reverse DNS name
(more technically correct)Modify the PTR record
(the most technically correct / formal way to call it, but not that often called this way in usual conversations)I would probably go for "Modify the reverse DNS name" if I were to choose, but it's your call ;)
Additional context Rough diff of where you have to make the changes: