--
-- (C) 2020 - ntop.org
--
return {
telegram_token = "Token",
telegram_channel = "Channel Id",
validation = {
invalid_token = "Token di Telegram non valido.",
invalid_channel_name = "Nome del canale non valido.",
},
telegram_send_error = "Errore nell'invio del messaggio a Telegram.",
webhook_description = {
token_description = "Istruzioni:
- Inizia una nuova chat con @BotFather
- Scrivi nella chat '/newbot'
- Dai un nome al tuo bot
- Dai uno username al tuo bot
- Copia qui il token che @BotFather ti ha fornito
",
channel_id_description = "Istruzioni se vuoi utilizzare il bot in un gruppo:- Aggiungi al tuo gruppo il bot che hai creato
- Aggiungi al tuo gruppo @getidsbot
- Copia qui l'id che @getidsbot ti ha fornito
Istruzioni se vuoi utilizzare il bot in una chat:- Inizia una nuova chat con @getidsbot
- Copia qui l'id che @getidsbot ti ha fornito
",
}
}