Skip to content
Snippets Groups Projects
Commit 06dc6189 authored by jojohoch's avatar jojohoch
Browse files

[editor] Fix translations for math field and area

parent 26d485a8
No related branches found
No related tags found
No related merge requests found
Pipeline #67870 failed
...@@ -69,12 +69,12 @@ ...@@ -69,12 +69,12 @@
<button *ngIf="hoverFormulaButton" mat-raised-button (click)="addUIElement('math-field')" <button *ngIf="hoverFormulaButton" mat-raised-button (click)="addUIElement('math-field')"
draggable="true" (dragstart)="startDrag($event,'math-field')" draggable="true" (dragstart)="startDrag($event,'math-field')"
(dragend)="endDrag()"> (dragend)="endDrag()">
{{'toolbox.math-field' | translate }} {{'toolbox.field' | translate }}
</button> </button>
<button *ngIf="hoverFormulaButton" mat-raised-button (click)="addUIElement('text-area-math')" <button *ngIf="hoverFormulaButton" mat-raised-button (click)="addUIElement('text-area-math')"
draggable="true" (dragstart)="startDrag($event,'text-area-math')" draggable="true" (dragstart)="startDrag($event,'text-area-math')"
(dragend)="endDrag()"> (dragend)="endDrag()">
{{'toolbox.math-area' | translate }} {{'toolbox.area' | translate }}
</button> </button>
</div> </div>
<button mat-stroked-button (click)="addUIElement('math-table')" <button mat-stroked-button (click)="addUIElement('math-table')"
......
...@@ -340,8 +340,10 @@ ...@@ -340,8 +340,10 @@
"geometry": "Geometrie", "geometry": "Geometrie",
"hotspot-image": "Bildbereiche", "hotspot-image": "Bildbereiche",
"formula": "Formel", "formula": "Formel",
"math-field": "Feld", "math-field": "Formelfeld",
"math-area": "Bereich", "field": "Feld",
"area": "Bereich",
"text-area-math": "Formelbereich",
"math-table": "Rechenkästchen", "math-table": "Rechenkästchen",
"trigger": "Auslöser" "trigger": "Auslöser"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment