Add translation

This commit is contained in:
kalytka 2023-08-10 18:20:58 +03:00
parent cba324f5ba
commit b38165e745
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@
mat-icon-button
(click)="removeFilter($index)"
[disabled]="isLoading$ | async"
matTooltip="{{ 'tb.key-val.remove-mapping-entry' | translate }}"
matTooltip="{{ 'relation.remove-filter' | translate }}"
matTooltipPosition="above">
<mat-icon>delete</mat-icon>
</button>

View File

@ -3326,6 +3326,7 @@
"delete-from-relations-title": "Are you sure you want to delete { count, plural, =1 {1 relation} other {# relations} }?",
"delete-from-relations-text": "Be careful, after the confirmation all selected relations will be removed and current entity will be unrelated from the corresponding entities.",
"remove-relation-filter": "Remove relation filter",
"remove-filter": "Remove filter",
"add-relation-filter": "Add relation filter",
"any-relation": "Any relation",
"relation-filters": "Relation filters",