Advertisement
Guest User

BTTSuperNotifier BOT Translation file 2

a guest
May 27th, 2020
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.09 KB | None | 0 0
  1. flag: 🇬🇧
  2. welcome: Hello! Welcome to BitcoinTalk SuperNotifier!
  3. ask_username: What is your BitcoinTalk username?
  4. confirm_username: Is your username <b>${username}</b>?
  5. ask_username_again: What is your BitcoinTalk username, then?
  6. ask_uid: What is your BitcoinTalk UID?
  7. confirm_uid: Is your UID <a href="https://bitcointalk.org/index.php?action=profile;u=${uid}"><b>${uid}</b></a>?
  8. ask_uid_again: What is your BitcoinTalk UID, then?
  9. dont_know: I don't know
  10. help_uid: Here is how you can find your UID. Just send it here when you are ready.
  11. too_fast: Calm down! You are talking way too fast.
  12. what_else: What else do you want to do?
  13. show_topics: 📢 Show Topics
  14. show_commands: 📚 Show Commands
  15. disable_mentions: ❌ Disable Mentions
  16. enable_mentions: ✅ Enable Mentions
  17. disable_merits: ❌ Disable Merits
  18. enable_merits: ✅ Enable Merits
  19. change_language: 🌎 Change Language
  20. ask_language: Which language do you want to use?
  21. mentions_disabled: Done! Mentions are now disabled.
  22. mentions_enabled: Done! Mentions are now enabled
  23. merits_disabled: Done! Merits are now disabled.
  24. merits_enabled: Done! Merits are now enabled
  25. commands_title: Commands
  26. commands_menu: opens the menu.
  27. commands_start: shows the initial setup again.
  28. commands_topic: add a topic to your watching list.
  29. commands_topics: shows the topics in the watching list.
  30. commands_alt: sets an secondary name for mentions.
  31. option_yes: Yes
  32. option_no: No
  33. ask_for_mentions: Do you want to enable mention notifications?
  34. ask_for_mentions_yes: All good! We will notify you of new mentions.
  35. ask_for_mentions_no: Ok! We won't notify you of new mentions.
  36. ask_for_merits: Do you want to enable merits notifications?
  37. ask_for_merits_yes: All good! We will notify you of new merits.
  38. ask_for_merits_no: Ok! We won't notify you of new merits.
  39. to_start_again: To start again, just run /start
  40. topic_removed_from_list: The topic <a href="${topic.link}">${topic.title}</a> has been removed from the tracking list.
  41. invalid_topic_url: The topic URL is invalid.
  42. topic_already_in_the_list: You are already tracking this topic.
  43. topic_added_in_the_list: You are now tracking the topic <a href="${topic}">${title}</a>
  44. something_went_wrong_topic: Something went wrong... see if the topic really exists.
  45. your_tracked_topics: Your tracked topics
  46. case_want_to_delete_tracked_posts: In case you want to remove any of them, click on their respective button below.
  47. you_have_no_tracked_posts: Ops... You have no tracked posts.
  48. you_can_add_some_with_topic_command: You can add some with the /topic command.
  49. mentioned_notification: You have been mentioned by <b>${author}</b> in <a href="${link}">${title}</a>
  50. reply_in_tracked_post_notification: There is a new reply by <b>${author}</b> in the tracked topic <a href="${link}">${title}</a>
  51. language_changed_success: The language has been changed.
  52. merit_notification: You received <b>${amount}</b> merit(s) from <b>${sender}</b> for <a href="${link}">${title}</a>
  53. processing: Processing...
  54. help_stuck: Sorry, I didn't understand what you are trying to do.
  55. help_stuck2: P.S, if you are stuck into something, you can always restart the bot with /start
  56. notifications: 🔊 Notifications
  57. back: ↩ Go Back
  58. show_ignore: 🚷 Show Ignore List
  59. your_ignore_list: <b>Your ignore list:</b>
  60. ignoring_topic: You are now ignoring the topic <a href="${addedTopic.link}">${addedTopic.title}</a>
  61. already_ignoring_topic: You are already ignoring this topic.
  62. ignoring_user: You are now ignoring the user <b>${username}</b>
  63. already_ignoring_user: You are already ignoring this user.
  64. empty_ignore_list: You don't have anything on your ignore list.
  65. ignore_list_help: Add an user or topic with <code>/ignore (url/username)</code>
  66. invalid_username: Invalid username.
  67. something_went_wrong: Something went wrong...
  68. run_start: run /start again.
  69. commands_ignore: shows your list of ignored topics and users.
  70. commands_ignore_input: ignore a topic or an user.
  71. ignored_user_removed_from_list: The user <b>${username}</b> has been removed from your ignore list.
  72. ignored_topic_removed_from_List: The topic <a href="${link}">${title}</a> has been removed from your ignore list.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement