Added translations changes in accordance with Figma
This commit is contained in:
parent
02c4bf2207
commit
348adb8165
@ -18,7 +18,7 @@
|
||||
<div class="tb-form-panel no-border no-padding">
|
||||
<div class="tb-form-table" [formGroup]="relationFiltersFormGroup">
|
||||
<div class="tb-form-table-header">
|
||||
<div class="tb-form-table-header-cell flex-50">{{ 'relation.type' | translate }}</div>
|
||||
<div class="tb-form-table-header-cell flex-50">{{ 'relation.relation-type' | translate }}</div>
|
||||
<div class="tb-form-table-header-cell flex-50">{{ 'entity.entity-types' | translate }}</div>
|
||||
<div class="tb-form-table-header-cell actions-header"></div>
|
||||
</div>
|
||||
|
||||
@ -166,7 +166,7 @@ export class EntitySubTypeListComponent implements ControlValueAccessor, OnInit,
|
||||
: this.translate.instant('device.any-device');
|
||||
this.secondaryPlaceholder = '+' + this.translate.instant('device.device-type');
|
||||
this.noSubtypesMathingText = 'device.no-device-types-matching';
|
||||
this.subtypeListEmptyText = 'device.device-type-list-empty';
|
||||
this.subtypeListEmptyText = 'device.device-profile-type-list-empty';
|
||||
this.broadcastSubscription = this.broadcast.on('deviceSaved', () => {
|
||||
this.entitySubtypes = null;
|
||||
});
|
||||
|
||||
@ -2583,7 +2583,7 @@
|
||||
"to-entity": "Til entitet",
|
||||
"from-entity": "Fra entitet",
|
||||
"delete": "Slet relation",
|
||||
"relation-type": "Relationstype",
|
||||
"relation-type": "Relations type",
|
||||
"relation-type-required": "Relationstype er påkrævet.",
|
||||
"any-relation-type": "Enhver type",
|
||||
"add": "Tilføj relation",
|
||||
|
||||
@ -1384,6 +1384,7 @@
|
||||
"any-device": "Any device",
|
||||
"no-device-types-matching": "No device profiles matching '{{entitySubtype}}' were found.",
|
||||
"device-type-list-empty": "No device profiles selected!",
|
||||
"device-profile-type-list-empty": "At least one device profile should be selected.",
|
||||
"device-types": "Device types",
|
||||
"name": "Name",
|
||||
"name-required": "Name is required.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user