Translation of missing labels to Portuguese#12947
Translation of missing labels to Portuguese#12947Tonitzpp wants to merge 2 commits intoapache:mainfrom
Conversation
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
|
@Tonitzpp, could you please resolve the conflicts for this one? |
|
@bernardodemarco, the conflicts have been resolved. |
bernardodemarco
left a comment
There was a problem hiding this comment.
@Tonitzpp, thanks for the PR! I've left some minor suggestions
| @@ -87,11 +112,16 @@ | |||
| "label.action.destroy.volume": "Destruindo volume", | |||
| "label.action.detach.disk": "Desanexar disco", | |||
| "label.action.detach.iso": "Desanexar ISO", | |||
| "label.action.disable.2FA.user.auth": "Desativar Autentica\u00e7\u00e3o de Dois Fatores do Usu\u00e1rio", | |||
There was a problem hiding this comment.
| "label.action.disable.2FA.user.auth": "Desativar Autentica\u00e7\u00e3o de Dois Fatores do Usu\u00e1rio", | |
| "label.action.disable.2FA.user.auth": "Desativar Autentica\u00e7\u00e3o de dois fatores do usu\u00e1rio", |
| "label.action.delete.account": "Remover conta", | ||
| "label.action.delete.backup.offering": "Remover oferta de backup", | ||
| "label.action.delete.cluster": "Remover cluster", | ||
| "label.action.delete.disk.offering": "Remover oferta de disco", | ||
| "label.action.delete.domain": "Remover dom\u00ednio", | ||
| "label.action.delete.egress.firewall": "Remover regra de sa\u00edda do firewall", | ||
| "label.action.delete.firewall": "Remover regra de firewall", | ||
| "label.action.delete.guest.os": "Excluir Guest OS", | ||
| "label.action.delete.guest.os.hypervisor.mapping": "Excluir mapeamento de hypervisor do Guest OS", |
There was a problem hiding this comment.
| "label.action.delete.guest.os.hypervisor.mapping": "Excluir mapeamento de hypervisor do Guest OS", | |
| "label.action.delete.guest.os.hypervisor.mapping": "Excluir mapeamento de virtualizador do Guest OS", |
| "label.action.clear.webhook.deliveries": "Limpar entregas", | ||
| "label.action.delete.webhook.deliveries": "Excluir entregas", |
There was a problem hiding this comment.
| "label.action.clear.webhook.deliveries": "Limpar entregas", | |
| "label.action.delete.webhook.deliveries": "Excluir entregas", | |
| "label.action.clear.webhook.deliveries": "Limpar entregas do webhook", | |
| "label.action.delete.webhook.deliveries": "Excluir entregas do webhook", |
| @@ -126,6 +167,9 @@ | |||
| "label.action.migrate.router": "Migrar roteador", | |||
| "label.action.migrate.systemvm": "Migrar VM de sistema", | |||
| "label.action.migrate.systemvm.to.ps": "Migrar VM de sistema para outro armazenamento prim\u00e1rio", | |||
| "label.action.patch.systemvm": "Aplicar patch na VM de sistema", | |||
| "label.action.patch.systemvm.vpc": "Aplicar patch na VM de Sistema - Roteador VPC", | |||
There was a problem hiding this comment.
| "label.action.patch.systemvm.vpc": "Aplicar patch na VM de Sistema - Roteador VPC", | |
| "label.action.patch.systemvm.vpc": "Aplicar patch na VM de Sistema - Roteador Virtual de VPCs", |
| "label.add.opendaylight.device": "Adiciona controlador OpenDaylight", | ||
| "label.add.pa.device": "Adicionar dispositivo Palo Alto", | ||
| "label.add.param": "Adicionar par\u00c2metro", |
There was a problem hiding this comment.
| "label.add.param": "Adicionar par\u00c2metro", | |
| "label.add.param": "Adicionar par\u00c2metro", |
| "label.back": "Voltar", | ||
| "label.backup": "Backup", | ||
| "label.backups": "Backups", | ||
| "label.back.login": "Voltar ao login", |
There was a problem hiding this comment.
Maybe Voltar à página de login for this one?
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12947 +/- ##
============================================
- Coverage 18.00% 18.00% -0.01%
+ Complexity 16464 16462 -2
============================================
Files 5977 5977
Lines 537726 537726
Branches 66026 66026
============================================
- Hits 96839 96832 -7
- Misses 429968 429975 +7
Partials 10919 10919
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Currently, the CloudStack graphical interface has a significant amount of labels not translated to pt-BR.
This PR changes have been applied to add the translated labels to the platform's graphical interface.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
How Has This Been Tested?
In the Graphical Interface of CloudStack, I changed the language to Brazilian portuguese and checked if the labels were translated.