Skip to content
Snippets Groups Projects
Commit 2db601d3 authored by jojohoch's avatar jojohoch
Browse files

[editor] Add i18n translation

parent 41a2cca7
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ import { SelectionService } from '../../../../../services/selection.service'; ...@@ -116,7 +116,7 @@ import { SelectionService } from '../../../../../services/selection.service';
{ id: unitService.unit.stateVariables[0].id, value: '' }" { id: unitService.unit.stateVariables[0].id, value: '' }"
(stateVariableChange)="updateModel.emit({ property: 'actionParam', value: $event })"> (stateVariableChange)="updateModel.emit({ property: 'actionParam', value: $event })">
</aspect-button-action-param-state-variable> </aspect-button-action-param-state-variable>
<p *ngIf="!unitService.unit.stateVariables.length">Bitte zuerst Player-Variablen anlegen</p> <p *ngIf="!unitService.unit.stateVariables.length">{{'propertiesPanel.addStateVariables' | translate}}</p>
</ng-container> </ng-container>
<mat-form-field *ngIf="combinedProperties.action !== 'stateVariableChange'" <mat-form-field *ngIf="combinedProperties.action !== 'stateVariableChange'"
......
...@@ -132,6 +132,7 @@ ...@@ -132,6 +132,7 @@
"hasAutoHeight": "Automatische Höhenanpassung", "hasAutoHeight": "Automatische Höhenanpassung",
"action": "Aktion", "action": "Aktion",
"actionParam": "Aktionsparameter", "actionParam": "Aktionsparameter",
"addStateVariables": "Bitte zuerst Zustandsvariablen anlegen",
"unitNav": "Unitnavigation", "unitNav": "Unitnavigation",
"pageNav": "Seitennavigation", "pageNav": "Seitennavigation",
"highlightText": "Textabschnitt hervorheben", "highlightText": "Textabschnitt hervorheben",
......
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