blob: 696ae2734394830f3b77d325dda942e369bc527a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
en:
calendars:
filters:
name_cont: Search by name
search_no_results: 'No calendar template matching your query'
days:
monday: M
tuesday: Tu
wednesday: W
thursday: Th
friday: F
saturday: Sa
sunday: Su
months:
1: January
2: February
3: March
4: April
5: May
6: June
7: July
8: August
9: September
10: October
11: November
12: December
standard_calendars: Standard calendars
standard_calendar: Standard calendar
actions:
new: Add a new calendar
edit: Edit this calendar
destroy: Remove this calendar
destroy_confirm: Are you sure you want destroy this calendar?
errors:
overlapped_periods: Another period is overlapped with this period
short_period: A period needs to last at least two days
index:
title: Calendars
all: All
shared: Shared
not_shared: Not shared
search_no_results: No calendar templates matching your query
date: Date
new:
title: Add a new calendar
create:
title: Add a new calendar
edit:
title: Update calendar %{name}
show:
title: Calendar %{name}
simple_form:
labels:
calendar:
date_value: Date
add_a_date: Add a date
add_a_date_range: Add a date range
ranges:
begin: Beginning
end: End
activerecord:
models:
calendar:
one: calendar template
other: calendar templates
attributes:
calendar:
name: Name
date_ranges: Date ranges
dates: Dates
shared: Shared
organisation: Organization
monday: "Monday"
tuesday: "Tuesday"
wednesday: "Wednesday"
thursday: "Thursday"
friday: "Friday"
saturday: "Saturday"
sunday: "Sunday"
errors:
models:
calendar:
attributes:
dates:
date_in_date_ranges: A date can not be in Dates and in Date ranges.
date_in_dates: A date can appear only once in the list of dates.
illegal_date: The date %{date} does not exist.
|