Add translation
This commit is contained in:
parent
cba324f5ba
commit
b38165e745
@ -42,7 +42,7 @@
|
|||||||
mat-icon-button
|
mat-icon-button
|
||||||
(click)="removeFilter($index)"
|
(click)="removeFilter($index)"
|
||||||
[disabled]="isLoading$ | async"
|
[disabled]="isLoading$ | async"
|
||||||
matTooltip="{{ 'tb.key-val.remove-mapping-entry' | translate }}"
|
matTooltip="{{ 'relation.remove-filter' | translate }}"
|
||||||
matTooltipPosition="above">
|
matTooltipPosition="above">
|
||||||
<mat-icon>delete</mat-icon>
|
<mat-icon>delete</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@ -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-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.",
|
"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-relation-filter": "Remove relation filter",
|
||||||
|
"remove-filter": "Remove filter",
|
||||||
"add-relation-filter": "Add relation filter",
|
"add-relation-filter": "Add relation filter",
|
||||||
"any-relation": "Any relation",
|
"any-relation": "Any relation",
|
||||||
"relation-filters": "Relation filters",
|
"relation-filters": "Relation filters",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user