Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 230804d9

Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)

Re #7475 Localization

Zobrazit rozdíly:

webapp/src/app/employees/edit-employee-dialog/edit-employee-dialog.component.html
18 18
        class="example-radio-button"
19 19
        *ngFor="let type of _userTypes" [value]="type"
20 20
      >
21
        {{type}}
21
        {{type | translate}}
22 22
      </mat-radio-button>
23 23
    </mat-radio-group>
24 24
  </div>
......
41 41
    <input
42 42
      matInput
43 43
      type="number"
44
      placeholder="Dovolená"
44
      placeholder="{{'basic.vacation' | translate}}"
45 45
      min="1"
46 46
      step="0.5"
47 47
      [(ngModel)]="_vacationDaysCount"
......
49 49
  </mat-form-field>
50 50
</div>
51 51
<div mat-dialog-actions>
52
  <button class="btn btn-primary" style="margin-right: 5px" (click)="onConfirmClick()">Potvrdit</button>
53
  <button class="btn btn-danger" (click)="onCloseClick()">Zavřít</button>
52
  <button class="btn btn-primary" style="margin-right: 5px" (click)="onConfirmClick()">{{'button.confirm' | translate}}</button>
53
  <button class="btn btn-danger" (click)="onCloseClick()">{{'button.close' | translate}}</button>
54 54
</div>

Také k dispozici: Unified diff