Skip to content

Commit

Permalink
Merge pull request #19259 from mshima/skip_ci-filter_pt_br
Browse files Browse the repository at this point in the history
translate filter to pt-br and fix page translation
  • Loading branch information
DanielFran committed Jul 29, 2022
2 parents 08cc714 + 230a9e6 commit 054195d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit 054195d

Please sign in to comment.