Revize 230804d9
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/vacation-approval/vacation-approval.component.html | ||
---|---|---|
1 | 1 |
<div class="days-off-approval-container"> |
2 | 2 |
|
3 | 3 |
<div class="component-header"> |
4 |
Schvalování volna
|
|
4 |
{{'vacationApproval.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 scope="col"> Jméno </th>
|
|
11 |
<th scope="col"> Požádáno </th>
|
|
12 |
<th scope="col"> Typ volna </th>
|
|
13 |
<th scope="col"> Datum </th>
|
|
14 |
<th scope="col"> Od </th>
|
|
15 |
<th scope="col"> Do </th>
|
|
10 |
<th scope="col"> {{'basic.name' | translate}}</th>
|
|
11 |
<th scope="col"> {{'vacationApproval.requestDate' | translate}}</th>
|
|
12 |
<th scope="col"> {{'basic.vacationType' | translate}} </th>
|
|
13 |
<th scope="col"> {{'basic.date' | translate}} </th>
|
|
14 |
<th scope="col"> {{'basic.from' | translate}} </th>
|
|
15 |
<th scope="col"> {{'basic.to' | translate}} </th>
|
|
16 | 16 |
<th></th> |
17 | 17 |
</tr> |
18 | 18 |
</thead> |
... | ... | |
25 | 25 |
{{request.timestamp | date:'yyyy/MM/dd HH:mm'}} |
26 | 26 |
</td> |
27 | 27 |
<td> |
28 |
{{request.type}} |
|
28 |
{{request.type | translate}}
|
|
29 | 29 |
</td> |
30 | 30 |
<td> |
31 | 31 |
{{request.date | date:'yyyy/MM/dd'}} |
Také k dispozici: Unified diff
Re #7475 Localization