Projekt

Obecné

Profil

Stáhnout (1.16 KB) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "daysOffInfo": {
3
    "remaining": "Vacation remaining"
4
  },
5
  "userApproval": {
6
    "headline": "User approval",
7
    "requestDate": "Date of request"
8
  },
9
  "vacationApproval": {
10
    "headline": "Vacation approval",
11
    "requestDate": "Date of request"
12
  },
13
  "vacationType": {
14
    "vacation": "Extra vacation",
15
    "sickday": "Sickday"
16
  },
17
  "oncomingVacation": {
18
    "headline": "My oncoming vacation",
19
    "status": "Status"
20
  },
21
  "profileSettings": {
22
    "headline": "Settings",
23
    "notification": "Vacation expiration notification"
24
  },
25
  "addVacation": {
26
    "headline": "Pick vacation"
27
  },
28
  "menuItem": {
29
    "dashboard": "Dashboard",
30
    "employers": "Employers"
31
  },
32
  "basic": {
33
    "name": "Name",
34
    "employees": "Employees",
35
    "vacation": "Vacation days",
36
    "date": "Date",
37
    "from": "From",
38
    "to": "To",
39
    "vacationType": "Type"
40
  },
41
  "dayShortName" : {
42
    "mon": "mon",
43
    "tue": "tue",
44
    "wed": "wed",
45
    "thu": "thu",
46
    "fri": "fri",
47
    "sat": "sat",
48
    "sun": "sun"
49
  },
50
  "button": {
51
    "confirm": "Confirm",
52
    "close": "Close"
53
  },
54
  "EMPLOYER": "Employer",
55
  "EMPLOYEE": "Employee",
56
  "VACATION": "Vacation",
57
  "SICKDAY": "Sickday"
58

    
59
}
(2-2/2)