elevation_messages = { 'chat_not_set': { 'en': "This chat cannot be set as BIC chat! โŒ", 'it': "Questa chat non puรฒ essere impostata come chat del BIC โŒ", }, 'chat_set': { 'en': "BIC chat ID set โœ…\n๐Ÿท Chat ID: {chat_id}", 'it': "ID della chat del BIC salvato โœ…\n๐Ÿท ID chat: {chat_id}", }, 'denied': { 'en': "You have no right elevate yourself to Founder! ๐Ÿšซ", 'it': "Non hai diritto a ottenere i privilegi di Fondatore! ๐Ÿšซ", }, 'granted': { 'en': "You have been elevated to Founder! ๐Ÿ‘‘", 'it': "Ora sei Fondatore! ๐Ÿ‘‘", }, } language_messages = { 'language_command': { 'name': { 'en': "/language", 'it': "/lingua" }, 'reply_keyboard_button': { 'en': "Language ๐Ÿ—ฃ", 'it': "Lingua ๐Ÿ—ฃ" }, 'alias': { 'en': "Language ๐Ÿ—ฃ", 'it': "Lingua ๐Ÿ—ฃ" }, 'description': { 'en': "Change language settings", 'it': "Cambia le impostazioni della lingua" } }, 'language_button': { 'description': { 'en': "Change language settings", 'it': "Cambia le impostazioni della lingua" }, 'language_set': { 'en': "Selected language: English ๐Ÿ‡ฌ๐Ÿ‡ง", 'it': "Lingua selezionata: Italiano ๐Ÿ‡ฎ๐Ÿ‡น" } }, 'language_panel': { 'text': { 'en': "Choose a language", 'it': "Seleziona una lingua" } } } patreon_messages = { 'confirmation_email': { 'confirmation_failed': { 'en': "Wrong confirmation code. Check your email and try again: /verify", 'it': "Codice di verifica errato. Controlla la mail e prova di nuovo: /verifica", }, 'expired_code': { 'en': "The code has expired. Please try again: /email", 'it': "Codice di verifica scaduto. Ottienine un altro: /email", }, 'invalid_email_address': { 'en': "The email you provided is invalid. Please try again.", 'it': "La mail inserita non รจ valida. Per favore riprova.", }, 'notification': { 'en': "๐Ÿ”” Your status as patron has been verified.\n" "You can now join the chat clicking this temporary link:\n" "{invite_link}\n\n" "If the link has expired, click /verify to get a new one.", 'it': "๐Ÿ”” Il tuo ruolo di patron รจ stato confermato.\n" "Ora puoi unirti alla chat usando questo link temporaneo:\n" "{invite_link}\n\n" "Se il link รจ scaduto, clicka /verifica per ottenerne uno nuovo.", }, 'send_invite_link': { 'en': "You can join the chat clicking this temporary link:\n" "{invite_link}\n\n" "If the link has expired, click /verify to get a new one.", 'it': "Puoi unirti alla chat usando questo link temporaneo:\n" "{invite_link}\n\n" "Se il link รจ scaduto, clicka /verifica per ottenerne uno nuovo.", }, 'sent': { 'en': "โœ‰๏ธ Check your email, including the SPAM folder ๐Ÿ—‘", 'it': "โœ‰๏ธ Controlla la mail, compresa la cartella SPAM ๐Ÿ—‘", }, 'subject': { 'en': "Confirm your email", 'it': "Conferma la tua email", }, 'text': { 'en': "

Welcome!

\n" "

Click this link or send @{bot.name} /verify {confirmation_code} to link this email address to " "the telegram account {telegram_account}.

As soon as your email will be listed among " "patrons, you will receive the invite link to the Breaking Italy Club chat! Just wait a few days " "=)

", 'it': "

Bevenutษ™!

\n" "

Clicka su questo link oppure scrivi /verifica {" "confirmation_code} a @{bot.name} per associare " "questo indirizzo email all'account telegram {telegram_account}.

" "

Appena la tua email sarร  inserita nell'elenco dei patron riceverai il link di invito nella chat " "del Breaking Italy Club! Pazienta qualche giorno =)

", }, 'wait_for_invite_link': { 'en': "Your email has been linked with this Telegram account.\n" "However, it is not included in the patrons list yet.\n" "Please wait a few days, I will notify you when you can join the chat. ๐Ÿ””\n" "When you are listed among patrons, you can get a temporary invite link to join the chat at any " "time: just click /verify", 'it': "La tua mail รจ stata associata a questo account Telegram.\n" "Tuttavia, ancora non compare nella lista dei patron.\n" "Pazienta qualche giorno, ti invierรฒ un messaggio non appena potrai unirti alla chat. ๐Ÿ””\n" "Quando comparirai nella lista dei patron, potrai ricevere un link temporaneo di invito per " "aggiungerti alla chat in qualiasi momento: basterร  clickare /verifica", }, }, 'join_chat': { 'en': "Thank you for your Patreon subscription! You may enter ", 'it': "", }, 'list_updated': { 'en': "Patrons white list updated โœ…", 'it': "Lista dei patron aggiornata โœ…", }, } supported_languages = { 'en': { 'flag': '๐Ÿ‡ฌ๐Ÿ‡ง', 'name': 'English' }, 'it': { 'flag': '๐Ÿ‡ฎ๐Ÿ‡น', 'name': 'Italiano' } }