-
Notifications
You must be signed in to change notification settings - Fork 1
/
active.en.toml
90 lines (78 loc) · 1.24 KB
/
active.en.toml
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
88
89
90
AtHour = "at"
ByYearDay = "day"
Every = "every"
InMonthly = "in"
InWeekNo = "in"
OnAllWeek = "on"
OnTheMonthDay = "on the"
OnTheWeekDay = "on the"
OnTheYearDay = "on the"
OnWeekDay = "on"
TheAllWeek = "the"
Until = "until"
[And]
description = "Used for final delimiter in list"
other = "and"
[ByWeekNo]
few = "weeks"
many = "weeks"
one = "week"
other = "weeks"
two = "weeks"
[Day]
few = "days"
many = "days"
one = "day"
other = "days"
two = "days"
[EveryDay]
few = "days"
many = "days"
one = "day"
other = "days"
two = "days"
[Hour]
few = "hours"
many = "hours"
one = "hour"
other = "hours"
two = "hours"
[Minute]
few = "minutes"
many = "minutes"
one = "minute"
other = "minutes"
two = "minutes"
[Month]
few = "months"
many = "months"
one = "month"
other = "months"
two = "months"
[Or]
description = "Used for final delimiter in list"
other = "or"
[TimeCount]
few = "for {{.Count}} times"
many = "for {{.Count}} times"
one = "for {{.Count}} time"
other = "for {{.Count}} times"
two = "for {{.Count}} times"
[Week]
few = "weeks"
many = "weeks"
one = "week"
other = "weeks"
two = "weeks"
[Weekday]
few = "weekdays"
many = "weekdays"
one = "weekday"
other = "weekdays"
two = "weekdays"
[Year]
few = "years"
many = "years"
one = "year"
other = "years"
two = "years"