a_igin

Untitled

Jul 15th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1.  
  2. COURSE_START = {
  3. 'text': 'Hello, {}! Course {} will starts today at {}',
  4. 'title': 'Start course tomorrow'
  5. }
  6.  
  7. WEEK_NEW_COURSES = {
  8. 'text': 'Hello, {}! Are you looking for interesting courses? Here is the collection of new courses: {}',
  9. 'title': 'New courses of week!'
  10. }
  11.  
  12. FAVOURITE_3_DAYS_BEFORE_STARTS = {
  13. 'text': 'Hello, {}! The course {} from your favourites will start in 3 days.',
  14. 'title': 'Course from favourites starts soon',
  15. }
  16.  
  17. PROMO_CODE = {
  18. 'text': 'Your promocode - {}. ',
  19. 'title': 'Invite your friends with your promocode!',
  20. }
  21.  
  22. NEW_CHAT_MESSAGE = {
  23. 'text': 'New message',
  24. 'title': 'New message',
  25. }
  26.  
  27. STAGE_STARTS = {
  28. 'text': 'Hello, {}! The stage from course {} will start in 10 minutes',
  29. 'title': 'Start of course stage',
  30. }
  31.  
  32. OPEN_TASKS = {
  33. 'text': 'Hello, {}! You still have a open tasks - {}, more precisely.',
  34. 'title': '',
  35. }
  36.  
  37. HALF_COURSE_COMPLETED = {
  38. 'text': 'Congratulations, {}! You passed 50% of course {}, Keep going! :)',
  39. 'title': '50% of course passed',
  40. }
  41.  
  42. TIME_CREATE_COURSE = {
  43. 'text': 'Hello, {}! You can start publish your awesome courses',
  44. 'title': 'It\'s time for your first course!',
  45. }
  46.  
  47. MODERATION_RESULT = {
  48. 'text': 'Hello, {}! The moderator has decided on your project - {}',
  49. 'title': 'Your course was moderated',
  50. }
  51.  
  52. USERCOURSE_COUNTER = {
  53. 'text': 'Hello, {}! Your course {} already have {} disciples',
  54. 'title': 'Do you know, how much subscribers on your course?',
  55. }
  56.  
  57. UNREAD_MESSAGES = {
  58. 'text': 'Hello, {}! You have {} messages, which still unread'
  59. ' more that 24 hours. Don\'t forget about your friends! ;)',
  60. 'title': 'Unread messages',
  61. }
  62.  
  63. FOLLOWERS_COUNTER = {
  64. 'text': 'Congratulations - You have reached a new level of subscribers - {}! *CLICK* Nice :)',
  65. 'title': 'Your followers crew is growing',
  66. }
  67.  
  68. TIME_CREATE_STORIES = {
  69. 'text': 'Hello, {}! Do you forgot about function to publish '
  70. 'stories in NewYou? Time to let your susbcriber know about your progress!',
  71. 'title': 'Time to create stories!',
  72. }
  73.  
  74. FEEDBACKS_COUNTER = {
  75. 'text': 'Hello, {}! Your courses collect summary {} feedbacks for the last 2 weeks. Great job!',
  76. 'title': 'You have new feedbacks',
  77. }
Add Comment
Please, Sign In to add comment