Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translate filter to pt-br and fix page translation #19259

Merged
merged 1 commit into from
Jul 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ _%>
class="btn btn-info btn-sm"
data-cy="filterOtherEntityButton">
<fa-icon icon="eye"></fa-icon>
<span class="d-none d-md-inline" <%= jhiPrefix %>Translate="entity.action.show" [translateValues]="{ otherEntity: ('<%= otherEntityTranslationKey %>' | translate) }"><%- this._getClientTranslation('entity.action.show', {'otherEntity' : 'Other entity' }) %></span>
<span class="d-none d-md-inline" <%= jhiPrefix %>Translate="entity.action.show" [translateValues]="{ otherEntity: ('<%= otherEntityTranslationKey %>' | translate) }"><%- this._getClientTranslation('entity.action.show', {'otherEntity' : relationship.otherEntity.entityClassHumanized }) %></span>
</button>
<%_ } _%>
<%_ } _%>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"open": "Abrir",
"save": "Salvar",
"view": "Visualizar",
"show": "Show {{otherEntity}}"
"show": "Mostrar {{otherEntity}}"
},
"detail": {
"field": "Campo",
Expand All @@ -142,9 +142,9 @@
"patternLogin": "Este campo só pode conter letras, números e e-mail."
},
"filters": {
"set": "Following filters are set",
"clear": "Clear filter",
"clearAll": "Clear all filters"
"set": "Filtros aplicados",
"clear": "Limpar filtro",
"clearAll": "Limpar todos filtros"
}
},
"error": {
Expand Down