1+ #
2+ # Text for string output
3+ #
4+ period.start = Start
5+ period.end = End
6+ rotation.periods = Rotation periods
7+ rotation.start = Rotation start
8+ rotation.duration = Rotation duration
9+ rotation.days = Days in rotation
10+ rotation.working = Scheduled working time
11+ rotation.percentage = Percentage worked
12+ rotation.on = on
13+ rotation.off = off
14+ team.hours = Average hours worked per week
15+ breaks = Breaks
16+ team = Team
17+ shift = Shift
18+ schedule = Schedule
19+ schedule.working = Scheduled working time
20+ schedule.shifts = Shifts
21+ schedule.teams = Teams
22+ schedule.coverage = Total team coverage
23+ schedule.non = Non-working periods
24+ schedule.total = Total non-working time
25+ shifts.working = Working shifts
26+ shifts.day = Day
27+ shifts.non.working = No working shifts
28+ #
29+ # Text for exception messages
30+ #
31+ name.not.defined = The name is not defined.
32+ start.not.defined = The start time is not defined.
33+ duration.not.defined = The duration is not defined.
34+ duration.not.allowed = The duration must be 24 hours or less.
35+ end.earlier.than.start = Starting time of {0} must be earlier than {1}.
36+ team.already.exists = Team {0} has already been created.
37+ shift.already.exists = Shift {0} has already been created.
38+ shift.in.use = Shift {0} is being used in a work schedule.
39+ nonworking.period.already.exists = Non-working period {0} has already been created.
40+ shift.spans.midnight = Shift {0} spans midnight and the working time between {1} and {2} is ambiguous.
0 commit comments