-
Notifications
You must be signed in to change notification settings - Fork 1
/
strings.js
25 lines (24 loc) · 1.32 KB
/
strings.js
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
module.exports = {
PLEASE_FILL_FORM: 'Please fill out the form **{0}**',
MULTI_ENTRY_PROMPT: 'Add another **{0}**',
PLEASE_GET_THIS_PREREQUISITE_PRODUCT: 'Looks like you\'ll need to get one of these first...somewhere else',
TELL_ME_MORE: 'tell me more about this "{0}," it sounds interesting',
DONT_UNDERSTAND: `sorry, I don't understand. To see the list of supported commands, type: /help`,
NO_COMPRENDO: 'Huh? What\'s a "{0}"? I only understand simple messages. One day, when I\'m a real boy...',
// HOT_NAME: '{0}, eh? Hot name!',
GOT_PRODUCT: 'Yes! You got a {0}. You know, we don\'t give those out to just anybody',
ALREADY_HAVE_PRODUCT: 'You already have a {0}!',
APPLICATION_NOT_FOUND: 'Hm, application not found. Please re-apply, but be happy about it!',
APPLICATION_SUBMITTED: 'Application submitted!',
APPLICATION_UPDATED: 'Application updated!',
APPLICATION_IN_REVIEW: 'Your application is in review :-)',
APPLICATION_DENIED: `I'm sorry, your application was denied`,
SORRY_TO_FORGET_YOU: 'You\'re pretty unforgettable, but alright',
// NICE_TO_MEET_YOU: 'Nice to meet you!',
HI_JOE: 'Hi {0}!',
IM_HERE_IF_YOU_NEED: 'I\'m here if you need me',
ANOTHER: 'Another {0}? Whooah!!',
PRODUCT_LIST_MESSAGE: 'See a list of products',
AGE_VERIFICATION: 'Age Verification',
PRODUCT_LIST_LABEL: 'pl'
}