Revize 230804d9
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/oncoming-vacation/oncoming-vacation.component.html | ||
---|---|---|
1 | 1 |
<div class="oncoming-days-off-container"> |
2 | 2 |
|
3 | 3 |
<div class="component-header"> |
4 |
Mé nadcházející volno
|
|
4 |
{{'oncomingVacation.headline' | translate}}
|
|
5 | 5 |
</div> |
6 | 6 |
|
7 | 7 |
<table class="table text-center table-hover"> |
8 | 8 |
<thead class="thead-light"> |
9 | 9 |
<tr> |
10 |
<th>Typ volna</th>
|
|
11 |
<th>Datum</th>
|
|
12 |
<th>Od</th>
|
|
13 |
<th>Do</th>
|
|
14 |
<th>Status</th>
|
|
10 |
<th>{{'basic.vacationType' | translate}}</th>
|
|
11 |
<th>{{'basic.date' | translate}}</th>
|
|
12 |
<th>{{'basic.from' | translate}}</th>
|
|
13 |
<th>{{'basic.to' | translate}}</th>
|
|
14 |
<th>{{'oncomingVacation.status' | translate}}</th>
|
|
15 | 15 |
<th></th> |
16 | 16 |
</tr> |
17 | 17 |
</thead> |
18 | 18 |
<tbody> |
19 | 19 |
<tr *ngFor="let vac of oncomingVacation"> |
20 | 20 |
<td style="width:15%"> |
21 |
{{vac.type}} |
|
21 |
{{vac.type | translate}}
|
|
22 | 22 |
</td> |
23 | 23 |
|
24 | 24 |
<td style="width:15%"> |
Také k dispozici: Unified diff
Re #7475 Localization