{ "metadata": { "flag": "šŸ‡¬šŸ‡§", "name": "English", "codes": [ "en", "en-GB" ] }, "formats": { "date": "%d/%m/%Y", "time": "%H:%M" }, "garbage_types": { "0": "šŸŸ¤ Bio", "1": "šŸŸ” Plastic", "2": "šŸ”µ Paper", "3": "āš«ļø General", "4": "šŸŸ¢ Glass", "5": "ā“ Unspecified" }, "commands": { "help": "Show help message", "setup": "Select the location", "toggle": "Enable/disable notifications", "set_time": "Set notification time", "set_offset": "Set notification days offset", "upcoming": "Collection for the next 30 days", "language": "Change bot's messages language", "checkout": "Export or delete user data", "import": "Upload from JSON to database", "shutdown": "Turn off the bot", "remove_commands": "Unregister all commands" }, "messages": { "cancel": "Use /cancel if you want to cancel this operation.", "cancelled": "Operation has been cancelled.", "help": "šŸ”” This bot sends you notifications about garbage collection according to your local schedule.\n\n**Available commands**\n/help - Show this message\n/setup - Select the location\n/toggle - Disable/enable the reminders\n/set_time - Set the reminders' time\n/set_offset - Set offset between reminders and collection\n/upcoming - Show the upcoming collection\n/language - Select the bot's language\n/checkout - Export or remove your data\n\nšŸ’­ You can also suggest adding your town/district to the bot by contacting the admins using [this link]({url_contact}) and providing your schedule.\n\nāš™ļø Want to host this bot yourself or make some changes? It's open-source, so you can basically fork it. Take a look at [bot's repository]({url_repo}) for details.\n\nHappy using! šŸ¤—", "import_finished": "You have successfully inserted {count} entries.", "import_invalid_date": "Entries contain invalid date formats. Use **ISO 8601** date format.", "import_invalid_filetype": "Invalid input. Please, send me a JSON file with entries. {cancel_notice}", "import_invalid": "This is not a valid garbage collection JSON.", "import": "Alright. Send me a valid JSON.", "locale_choice": "Alright. Please choose the language using keyboard below.", "start_code_invalid": "šŸš« You have started the bot by the link containing a location, but it does not seem to be a valid one. Please, use the command /setup to manually configure the location.", "start_code": "ā„¹ļø You have started the bot by the link containing a location **{name}**.\n\nPlease, confirm whether you want to use it as your location.", "start_configure": "šŸ“ Let's configure your location. Press the button on pop-up keyboard to start the process.", "selection_invalid": "Please, select a valid option using the keyboard provided. {cancel_notice}", "start_selection_no": "Alright, you're on your own now. Please, use the command /setup to configure your location and start receiving reminders.", "start_selection_yes": "āœ… Finished! Your location is now **{name}**. You will receive reminders about garbage collection {offset} d. in advance at {time}.\n\nPlease, visit /help if you want to know how to change notifications time or disable them.", "start": "šŸ‘‹ Welcome!\n\nThis small open-source bot is made to simplify your life a bit easier by sending you notifications about upcoming garbage collection in your location.\n\nBy using this bot you accept [Privacy Policy]({privacy_policy}), otherwise please block and remove this bot before further interaction.\n\nNow the official part is over so you can dive into the bot.", "checkout_deleted": "šŸ—‘ļø Your data has been deleted. If you want to start using this bot again, please use /setup command. Otherwise delete/block the bot and do not interact with it anymore.", "checkout": "Here's pretty much all the data bot has. Please, use these buttons to choose whether you want to delete your data from the bot.", "checkout_deletion": "Alright. Please, confirm that you want to delete your data from the bot.\n\nFollowing data will be deleted:\nā€¢ Selected location\nā€¢ Preferred language of all messages\nā€¢ Time of the notifications\nā€¢ Offset of the notifications\n\nUse keyboard provided to confirm and continue or /cancel to abort this operation.", "toggle_disabled": "šŸ”• Notifications have been disabled.", "toggle_enabled": "šŸ”” Notifications have been enabled {offset} d. before garbage collection at {time}. Use /setup to select your location.", "toggle_enabled_location": "šŸ”” Notifications have been enabled {offset} d. before garbage collection at {time} at the **{name}**.", "upcoming_empty_location": "You have no location set. Use /setup to select your location.", "upcoming_empty": "No garbage collection entries found for the next 30 days at **{name}**", "upcoming": "Upcoming garbage collection:\n\n{entries}", "reminder": "**Garbage Collection**\n\nType: {type}\nDate: {date}\n\nDon't forget to prepare your bin for collection!", "search_nearby_empty": "Could not find any locations nearby. Let's try using the name search.", "location_select": "Select the location using the keyboard provided.", "location_name": "Please, send me a location name. It should be the name used in your local authorities' garbage collection schedule. This usually is a name of the district or even the town itself.", "location_name_invalid": "Please, send the name of the location as a text. {cancel_notice}", "location_name_empty": "Could not find any locations by this name. Try rephrasing it or make sure you use the same location language and name itself as it in written by your local authorities in garbage collection schedule.\n\n{cancel_notice}" }, "buttons": { "start_configure": "āš™ļø Let's configure the bot", "start_code_yes": "āœ… Yes, I want to use it", "start_code_no": "āŒ No, I don't want to use it", "delete_yes": "āœ… Yes, I want to delete it", "delete_no": "āŒ No, I don't want to delete it", "delete_confirm": "I agree and want to proceed" }, "callbacks": { "locale_set": "Your language now is: {locale}" }, "force_replies": { "import": "JSON with garbage entries", "location_name": "Location name" } }