RED-7972: Updated labels

This commit is contained in:
Adina Țeudan 2023-11-29 17:28:09 +02:00
parent 9f72bd78f8
commit e81ab56a4a
4 changed files with 14 additions and 22 deletions

View File

@ -4,11 +4,7 @@
<div class="dialog-content redaction">
<div *ngIf="showList">
<label
[translate]="'edit-redaction.dialog.content.redacted-text'"
[translateParams]="{ length: redactedTexts.length }"
class="selected-text"
></label>
<label [translate]="'edit-redaction.dialog.content.redacted-text'" class="selected-text"></label>
<cdk-virtual-scroll-viewport
[itemSize]="16"
[ngStyle]="{ height: redactedTexts.length <= 5 ? 16 * redactedTexts.length + 'px' : 80 + 'px' }"
@ -22,7 +18,7 @@
<div class="iqser-input-group required w-450">
<label [translate]="'edit-redaction.dialog.content.type'"></label>
<mat-form-field>
<mat-select formControlName="type" [placeholder]="'edit-redaction.dialog.content.unchanged' | translate">
<mat-select [placeholder]="'edit-redaction.dialog.content.unchanged' | translate" formControlName="type">
<mat-select-trigger>{{ displayedDictionaryLabel }}</mat-select-trigger>
<mat-option
*ngFor="let dictionary of dictionaries"
@ -55,10 +51,10 @@
<div class="dialog-actions">
<iqser-icon-button
[disabled]="!changed"
[label]="'edit-redaction.dialog.actions.save' | translate"
[submit]="true"
[type]="iconButtonTypes.primary"
[disabled]="!changed"
>
</iqser-icon-button>

View File

@ -8,11 +8,7 @@
<div class="dialog-content redaction">
<div *ngIf="!isImage && redactedTexts" class="iqser-input-group">
<label
[translateParams]="{ type: isImage ? 'image' : isHint ? 'hint' : 'redaction', length: redactedTexts.length }"
[translate]="'edit-redaction.dialog.content.redacted-text'"
class="selected-text"
></label>
<label [translate]="'edit-redaction.dialog.content.redacted-text'" class="selected-text"></label>
<cdk-virtual-scroll-viewport
[itemSize]="16"
[ngStyle]="{ height: redactedTexts.length <= 5 ? 16 * redactedTexts.length + 'px' : 80 + 'px' }"
@ -27,7 +23,7 @@
<label [translate]="'edit-redaction.dialog.content.type'"></label>
<mat-form-field>
<mat-select formControlName="type" [placeholder]="'edit-redaction.dialog.content.unchanged' | translate">
<mat-select [placeholder]="'edit-redaction.dialog.content.unchanged' | translate" formControlName="type">
<mat-select-trigger>{{ displayedDictionaryLabel }}</mat-select-trigger>
<mat-option
(click)="typeChanged()"
@ -43,13 +39,13 @@
</div>
<ng-container *ngIf="showExtras">
<div class="iqser-input-group w-450" [class.required]="!someSkipped">
<div [class.required]="!someSkipped" class="iqser-input-group w-450">
<label [translate]="'edit-redaction.dialog.content.reason'"></label>
<mat-form-field>
<mat-select
[placeholder]="!hidePlaceholder ? ('edit-redaction.dialog.content.unchanged' | translate) : ''"
class="full-width"
formControlName="reason"
[placeholder]="!hidePlaceholder ? ('edit-redaction.dialog.content.unchanged' | translate) : ''"
>
<mat-option
*ngFor="let option of legalOptions"
@ -66,20 +62,20 @@
<div class="iqser-input-group w-450">
<label [translate]="'edit-redaction.dialog.content.legal-basis'"></label>
<input
[placeholder]="!hidePlaceholder ? ('edit-redaction.dialog.content.unchanged' | translate) : ''"
[value]="form.controls.reason.value?.legalBasis"
disabled
type="text"
[placeholder]="!hidePlaceholder ? ('edit-redaction.dialog.content.unchanged' | translate) : ''"
/>
</div>
<div class="iqser-input-group w-450">
<label [translate]="'edit-redaction.dialog.content.section'"></label>
<input
[placeholder]="'edit-redaction.dialog.content.unchanged' | translate"
formControlName="section"
name="section"
type="text"
[placeholder]="'edit-redaction.dialog.content.unchanged' | translate"
/>
</div>
</ng-container>
@ -87,10 +83,10 @@
<div *ngIf="allRectangles" class="iqser-input-group w-400">
<label [translate]="'change-legal-basis-dialog.content.classification'"></label>
<input
[placeholder]="'edit-redaction.dialog.content.unchanged' | translate"
formControlName="value"
name="classification"
type="text"
[placeholder]="'edit-redaction.dialog.content.unchanged' | translate"
/>
</div>

View File

@ -1210,7 +1210,7 @@
}
},
"reason": "",
"redacted-text": "Selected {length, plural, one{annotation} other {annotations}}",
"redacted-text": "Annotated text",
"section": "",
"type": "Type",
"unchanged": "Unchanged"
@ -2470,4 +2470,4 @@
}
},
"yesterday": "Gestern"
}
}

View File

@ -1210,7 +1210,7 @@
}
},
"reason": "",
"redacted-text": "Selected {length, plural, one{annotation} other {annotations}}",
"redacted-text": "Annotated text",
"section": "",
"type": "Type",
"unchanged": "Unchanged"
@ -2470,4 +2470,4 @@
}
},
"yesterday": "Yesterday"
}
}