Projekt

Obecné

Profil

Stáhnout (1.83 KB) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "vacationInfo": {
3
    "header": "Vacation remaining",
4
    "days": "days",
5
    "hours": "hours"
6
  },
7
  "userApproval": {
8
    "headline": "User approval",
9
    "requestDate": "Date of request"
10
  },
11
  "vacationApproval": {
12
    "headline": "Vacation approval",
13
    "requestDate": "Date of request"
14
  },
15
  "vacationType": {
16
    "vacation": "Extra vacation",
17
    "sickday": "Sickday"
18
  },
19
  "oncomingVacation": {
20
    "headline": "My oncoming vacation",
21
    "status": "Status"
22
  },
23
  "profileSettings": {
24
    "headline": "Settings",
25
    "notification": "Vacation expiration notification"
26
  },
27
  "defaultSettings": {
28
    "headline": "Default settings",
29
    "notification": "Vacation expiration notification",
30
    "sickdayCount": "Number of sickdays"
31
  },
32
  "addVacation": {
33
    "headline": "Pick vacation"
34
  },
35
  "menuItem": {
36
    "dashboard": "Dashboard",
37
    "employees": "Employees"
38
  },
39
  "editEmployee": {
40
    "setSickdays": "Set number of sickdays (days)",
41
    "addVacation": "Add vacation (hours)"
42
  },
43
  "basic": {
44
    "name": "Name",
45
    "employees": "Employees",
46
    "vacation": "Vacation days",
47
    "date": "Date",
48
    "from": "From",
49
    "to": "To",
50
    "vacationType": "Type"
51
  },
52
  "dayShortName": {
53
    "mon": "mon",
54
    "tue": "tue",
55
    "wed": "wed",
56
    "thu": "thu",
57
    "fri": "fri",
58
    "sat": "sat",
59
    "sun": "sun"
60
  },
61
  "button": {
62
    "confirm": "Confirm",
63
    "close": "Close"
64
  },
65
  "infoMessage": {
66
    "importSuccessful": "Successfully imported"
67
  },
68
  "error": {
69
    "serverCommunication": "Communication with server failed",
70
    "vacationTypeNotSelected": "Vacation type not selected",
71
    "missingField": "Not everything is filled in"
72
  },
73
  "ACCEPTED": "Accepted",
74
  "AUTHORIZED": "Authorized",
75
  "PENDING": "Pending",
76
  "REJECTED": "Rejected",
77
  "EMPLOYER": "Employer",
78
  "EMPLOYEE": "Employee",
79
  "VACATION": "Vacation",
80
  "SICKDAY": "Sickday"
81
}
(2-2/2)