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

[editor] Add translation for frame properties

parent 1b37066f
No related branches found
No related tags found
No related merge requests found
......@@ -540,8 +540,6 @@
(input)="updateModel.emit({ property: 'firstColumnSizeRatio', value: $any($event.target).value })">
</mat-form-field>
<mat-form-field *ngIf="combinedProperties.borderStyle !== undefined"
appearance="fill">
<mat-label>{{'propertiesPanel.borderStyle' | translate }}</mat-label>
......@@ -550,7 +548,7 @@
<mat-option *ngFor="let option of ['hidden', 'solid', 'dotted', 'dashed',
'double', 'groove', 'ridge', 'inset', 'outset']"
[value]="option">
{{ 'propertiesPanel.' + option | translate }}
{{option}}
</mat-option>
</mat-select>
</mat-form-field>
......
......@@ -127,7 +127,10 @@
"duplicateElement": "Element duplizieren",
"deleteElement": "Element löschen",
"noElementSelected": "Kein Element ausgewählt",
"spellCorrectButtonLabel": "Wort zum Korrigieren"
"spellCorrectButtonLabel": "Wort zum Korrigieren",
"borderColor": "Randfarbe",
"borderWidth": "Randstärke",
"borderStyle": "Linienstil"
},
"player": {
"autoStart": "Autostart",
......
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