Skip to content
Snippets Groups Projects
Commit 04815e70 authored by tfli's avatar tfli
Browse files

Changed some german sentences to english

parent 978de190
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
<div class="ampel green"></div>
Automatische Übernahme
Automatic migration
</button>
</h2>
......@@ -17,7 +17,7 @@
<span *ngFor="let greenResult of result.greenResults">
ActionType: {{greenResult.actionType}} {{greenResult.flowElement.id}} in <b>{{greenResult.flow.name}}</b>
</span>
<div *ngIf="result.greenResults.length == 0">keine Daten</div>
<div *ngIf="result.greenResults.length == 0">No data</div>
</div>
</div>
</div>
......@@ -28,7 +28,7 @@
<h2 class="accordion-header" id="flush-headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">
<div class="ampel yellow"></div>
Automatische Übernahme, aber Analyse durch Prozessanalysten vorteilhaft
Automatic migration, but an analysis by the process analyst is advantageous
</button>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo" data-bs-parent="#accordionFlushExample">
......@@ -36,7 +36,7 @@
<span *ngFor="let redResult of result.redResults">
ActionType: {{yellowResult.actionType}} {{yellowResult.flowElement.id}} in <b>{{yellowResult.flow.name}}</b>
</span>
<div *ngIf="result.yellowResults.length == 0">keine Daten</div>
<div *ngIf="result.yellowResults.length == 0">No data</div>
</div>
</div>
</div>
......@@ -47,7 +47,7 @@
<h2 class="accordion-header" id="flush-headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseThree" aria-expanded="false" aria-controls="flush-collapseThree">
<div class="ampel red"></div>
Automatische Übernahme nicht möglich, der Prozessanalyst muss eingreifen
Automatic migration is not possible, the process analyst must intervene
</button>
</h2>
<div id="flush-collapseThree" class="accordion-collapse collapse" aria-labelledby="flush-headingThree" data-bs-parent="#accordionFlushExample">
......@@ -55,7 +55,7 @@
<span *ngFor="let redResult of result.redResults">
ActionType: {{redResult.actionType}} {{redResult.flowElement.id}} in <b>{{redResult.flow.name}}</b>
</span>
<div *ngIf="result.redResults.length == 0">keine Daten</div>
<div *ngIf="result.redResults.length == 0">No data</div>
</div>
</div>
</div>
......
......@@ -164,7 +164,7 @@
</div>
</form>
<div class="testgen-actionbar testgen-actionbar-right">
<button type="button" class="btn btn-light" [routerLink]="['../']" *ngIf="!isEdit" i18n="cancel">>Cancel</button>
<button type="button" class="btn btn-light" [routerLink]="['../']" *ngIf="!isEdit" i18n="cancel">Cancel</button>
<button type="button" class="btn btn-light" [routerLink]="['../../']" *ngIf="isEdit" i18n="cancel">Cancel</button>
<button type="button" class="btn btn-success" (click)="save()" i18n="save testcase" [disabled]="formGroup.invalid">Save testcase</button>
......
......@@ -26,7 +26,7 @@
<div class="col-md-12">
<div class="d-grid gap-2 buttons">
<button class="btn btn-dark" type="button" [routerLink]="['matchingFlows']" i18n="compare bpmn">Compare BPMN-Diagrams</button>
<button class="btn btn-dark" type="button" (click)="callPrio()" i18n="prio bpmn">Test Priorisierung</button>
<button class="btn btn-dark" type="button" (click)="callPrio()" i18n="prio bpmn">Test Prioritization</button>
<button class="btn btn-primary" type="button" [routerLink]="['migration']"i18n="migrate bpmn" >Start Migration</button>
</div>
</div>
......
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