-
Notifications
You must be signed in to change notification settings - Fork 15
/
active.en.toml
65 lines (60 loc) · 3.45 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
addStandupTime = "Updated standup deadline to {{.Deadline}} in {{.TZ}} timezone"
createStanduperFailed = "Could not add you to standup team"
deadlineNotSet = "Could not change channel deadline"
failedLeaveStandupers = "Could not remove you from standup team"
failedRecognizeTZ = "Failed to recognize new TZ you entered, double check the tz name and try again"
failedUpdateOnbordingMessage = "Failed to update onbording message"
failedUpdateSumittionDays = "Failed to update Sumittion Days"
failedUpdateTZ = "Failed to update Timezone"
leaveStanupers = "You no longer have to submit standups, thanks for all your standups and messages"
listNoStandupers = "No standupers in the team, /start to start standuping. "
noProblemsMention = "- no 'problems' keywords detected: {{.Keywords}}"
noTodayMention = "- no 'today' keywords detected: {{.Keywords}}"
noYesterdayMention = "- no 'yesterday' keywords detected: {{.Keywords}}"
notStanduper = "You do not standup yet"
onbordingMessageNotSet = "Could not change channel onbording message"
removeStandupTime = "Standup deadline removed"
showNoStandupTime = "Standup deadline is not set"
showNoSubmittionDays = "No submittion days"
showStandupTime = "Standup deadline is {{.Deadline}}"
showSubmittionDays = "Submit standups on {{.SD}}"
showTZ = "Channel Time Zone is {{.TZ}}"
submittionDaysNotSet = "Could not change channel submittion days"
tzNotSet = "Could not change channel time zone"
updateOnbordingMessage = "Channel onbording message is updated, new message is {{.OM}}"
updateSubmittionDays = "Channel submittion days are updated, new schedule is {{.SD}}"
updateTZ = "Channel timezone is updated, new TZ is {{.TZ}}"
welcomeNoDedline = "Welcome to the standup team, no standup deadline has been setup yet"
welcomeWithDedline = "Welcome to the standup team, please, submit your standups no later than {{.Deadline}}"
wrongDeadlineFormat = "Could not recognize deadline time. Use 1pm or 13:00 formats"
youAlreadyStandup = "You are already a part of standup team"
[minutes]
few = "{{.time}} minutes"
many = "{{.time}} minutes"
one = "{{.time}} minute"
other = "{{.time}} minutes"
two = "{{.time}} minutes"
[showStandupers]
few = "{{.Standupers}} submit standups in the team. "
many = "{{.Standupers}} submit standups in the team. "
one = "Only {{.Standupers}} submits standups in the team, '/start' to begin. "
other = "{{.Standupers}} submit standups in the team. "
two = "{{.Standupers}} submit standups in the team. "
[tagNonReporters]
few = "{{.users}} you have missed standup deadlines, shame!"
many = "{{.users}} you have missed standup deadlines, shame!"
one = "{{.user}}, you are the only one missed standup, shame!"
other = "{{.users}} you have missed standup deadlines, shame!"
two = "{{.users}} you have missed standup deadlines, shame!"
[warnNonReporters]
few = "{{.users}} you may miss the deadline in {{.minutes}}"
many = "{{.users}} you may miss the deadline in {{.minutes}}"
one = "{{.user}}, you are the only one to miss standup, in {{.minutes}}, hurry up!"
other = "{{.users}} you may miss the deadline in {{.minutes}}"
two = "{{.users}} you may miss the deadline in {{.minutes}}"
[tagStillNonReporters]
one = "{{.user}},you still haven't written a standup! Write a standup!"
two = "{{.users}} you still haven't written a standup! Write a standup!"
few = "{{.users}} you still haven't written a standup! Write a standup!"
many = "{{.users}} you still haven't written a standup! Write a standup!"
other = "{{.users}} you still haven't written a standup! Write a standup!"