-
-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathbot.properties
More file actions
27 lines (25 loc) · 1.23 KB
/
bot.properties
File metadata and controls
27 lines (25 loc) · 1.23 KB
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
command.help=Get help message
command.start=Start bot
command.status=Check your subscribe status
command.sub=Subscribe for Jenkins messages
command.unsub=Unsubscribe from Jenkins messages
message.error=Some error happened :(
message.help=You're using Jenkins Bot. It can send to you some Jenkins messages.\n\
\n\
You can control this bot by sending these commands:\n\
\
\/help - display this message\n\
\/sub - subscribe for Jenkins messages\n\
\/unsub - unsubscribe from Jenkins messages\n\
\/status - get your status\n\
\/chatid - get your Telegram chat ID
message.status.approved=You've subscribed and approved for Jenkins messages.
message.status.unapproved=You've subscribed but not approved for Jenkins messages.
message.status.unsubscribed=You've not subscribed for Jenkins messages.
message.sub.success=You've successfully subscribed. Please, wait for approval from the Jenkins admin.
message.sub.alreadysub=You've already subscribed.
message.unsub.success=You've successfully unsubscribed.
message.unsub.alreadyunsub=You've already unsubscribed.
message.approved=You've been approved by Jenkins admin.
message.unapproved=You've been unapproved by Jenkins admin.
message.noncommand=Please use \/help to get the list of possible commands.