diff --git a/projects/editor/src/app/components/properties-panel/model-properties-tab/element-model-properties.component.html b/projects/editor/src/app/components/properties-panel/model-properties-tab/element-model-properties.component.html index 394131d149ca8fd4ae7849979d339bcbf4b2340c..2f80f0d62dddf1992d7a078dad880e9a2fd3b60a 100644 --- a/projects/editor/src/app/components/properties-panel/model-properties-tab/element-model-properties.component.html +++ b/projects/editor/src/app/components/properties-panel/model-properties-tab/element-model-properties.component.html @@ -49,7 +49,7 @@ class="fx-align-self-center" mat-raised-button (click)="unitService.showDefaultEditDialog(selectedElements[0])"> - Text editieren + Text und Elemente editieren </button> <button *ngIf="combinedProperties.src" @@ -70,7 +70,7 @@ class="fx-align-self-center" mat-raised-button (click)="unitService.showDefaultEditDialog(selectedElements[0])"> - Medienoptionen + Medienoptionen anpassen </button> <aspect-text-properties-field-set [combinedProperties]="combinedProperties" @@ -130,7 +130,6 @@ (input)="updateModel.emit({ property: 'expectedCharactersCount', value: $any($event.target).value || 0 })"> </mat-form-field> - <aspect-math-table-properties [combinedProperties]="combinedProperties" (updateModel)="updateModel.emit($event)"> </aspect-math-table-properties> @@ -146,7 +145,6 @@ (updateModel)="updateModel.emit($event)"> </aspect-action-properties> - <aspect-slider-properties [combinedProperties]="combinedProperties" (updateModel)="updateModel.emit($event)"> </aspect-slider-properties> diff --git a/projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/math-table-properties.component.ts b/projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/math-table-properties.component.ts index acd73cf0d735aed52aafc1b545c9b09488b52710..bde0ee614fcab09dcfe84a114861675b6b0f5381 100644 --- a/projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/math-table-properties.component.ts +++ b/projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/math-table-properties.component.ts @@ -66,7 +66,7 @@ import { UIElement } from 'common/models/elements/element'; <button mat-raised-button color="primary" [disabled]="combinedProperties.operation !== 'variable'" [matMenuTriggerFor]="variableLayoutOptions"> - Optionen für variables Layout + Variables Layout anpassen </button> <mat-menu #variableLayoutOptions="matMenu"> <mat-checkbox [checked]="$any(combinedProperties.variableLayoutOptions).allowArithmeticChars" diff --git a/projects/editor/src/assets/i18n/de.json b/projects/editor/src/assets/i18n/de.json index ad5aaecefe1b6dd2130443bacabe7fc64796997f..4b21a463cb7ef3dd9187b605783de51762a930ff 100644 --- a/projects/editor/src/assets/i18n/de.json +++ b/projects/editor/src/assets/i18n/de.json @@ -164,7 +164,7 @@ "patternWarnMessage": "Muster Warnmeldung", "clearable": "Knopf zum Leeren anzeigen", "hasKeyboardIcon": "Tastatursymbol anzeigen", - "inputAssistance": "Eingabehilfe", + "inputAssistance": "Eingabehilfe auswählen", "restrictedToInputAssistanceChars": "Bearbeitung anderer Zeichen verhindern", "hasReturnKey": "Eingabetaste hinzufügen", "hasBackspaceKey": "Löschtaste hinzufügen",