Skip to content

Commit f3151bd

Browse files
authored
Merge pull request #488 from leandroguimaraes/master
Localization updates
2 parents d89d71f + ec1a936 commit f3151bd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles/AbpProjectName-pt-BR.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<text name="On">Ligado</text>
8989
<text name="Off">Desligado</text>
9090
<text name="AreYouSureWantToDelete">Tem certeza que deseja excluir {0}?</text>
91+
<text name="SuccessfullyDeleted">Excluído com sucesso</text>
9192
<text name="StartTyping">Comece a escrever</text>
9293
<text name="Skins">Temas</text>
9394
<text name="Settings">Configurações</text>
@@ -101,5 +102,8 @@
101102
<text name="ConfirmNewPassword">Confirme a Nova Senha</text>
102103
<text name="PasswordsDoNotMatch">As senhas são diferentes</text>
103104
<text name="PasswordsMustBeAtLeast8CharactersContainLowercaseUppercaseNumber">As senhas precisam ter no mínimo 8 caracteres, contendo pelo menos uma letra minúscula, uma maiúscula e um número</text>
105+
<text name="UserDeleteWarningMessage">O usuário {0} será excluído.</text>
106+
<text name="RoleDeleteWarningMessage">A função {0} será excluída e desassociada de todos os usuários pertencentes a ela.</text>
107+
<text name="TenantDeleteWarningMessage">O Tenant {0} será excluído.</text>
104108
</texts>
105109
</localizationDictionary>

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles/AbpProjectName.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
<text name="On">On</text>
9292
<text name="Off">Off</text>
9393
<text name="AreYouSureWantToDelete">Are you sure want to delete {0}?</text>
94+
<text name="SuccessfullyDeleted">Successfully deleted</text>
9495
<text name="StartTyping">Start Typing</text>
9596
<text name="Skins">Skins</text>
9697
<text name="Settings">Settings</text>

0 commit comments

Comments
 (0)