Skip to content
Snippets Groups Projects
Commit b02592fd authored by rhenck's avatar rhenck
Browse files

[editor] Translate text interaction values

parent 2714953e
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
(selectionChange)="updateModel('interaction', $event.value)">
<mat-option *ngFor="let interaction of ['none', 'highlightable', 'underlinable', 'strikable']"
[value]="interaction">
{{interaction}}
{{'propertiesPanel.' + interaction | translate }}
</mat-option>
</mat-select>
</mat-form-field>
......
......@@ -65,9 +65,9 @@
"label": "Beschriftung",
"text": "Text",
"borderRadius": "Kantenradius",
"highlightable": "Farbmarkierungen erlauben",
"underlinable": "Unterstreichung erlauben",
"strikeOtherOptions": "Andere Optionen durchstreichen",
"highlightable": "Markieren",
"underlinable": "Unterstreichen",
"strikable": "Durchstreichen",
"allowUnset": "Deselektion erlauben",
"readOnly": "Schreibgeschützt",
"requiredField": "Pflichtfeld",
......
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