{
  "overview": "Connect an AI Employee to Telegram conversations via the Bot API. The AI Employee responds automatically and you can take over the conversation at any time.",
  "integration_live": "Your new Telegram integration is live!",
  "invalid_credentials": "Invalid credentials. Please check the token entered.",
  "error_message": "An error occurred while adding the integration.",
  "something_went_wrong": "Something went wrong.",
  "create": "Create",
  "telegram_bot_http_token": "Telegram Bot HTTP Token",
  "quick_tutorial": "Quick tutorial",
  "step1_title": "1. Create a bot with BotFather",
  "step1_instruction": "Open Telegram, chat with @BotFather, send /newbot, set the name and username, and copy the displayed token.",
  "step2_title": "2. Retrieve or reset the token",
  "step2_instruction": "If you lose the token, send /token to BotFather. Keep the token secure; whoever has it controls the bot.",
  "step3_title": "3. Add and promote the bot in chats or channels",
  "step3_instruction": "Add the bot to the group/channel and promote it to admin so it can read and send all messages.",
  "step4_title": "4. Set up the Webhook in Telegram",
  "step4_instruction": "After saving this integration, send the setWebhook request with the Callback URL and Secret Token provided by ZappWay.",
  "step5_title": "5. Connect the bot to ZappWay",
  "step5_instruction": "Paste the HTTP token below and click Create. We will validate the token and show you the Callback URL and Secret Token.",
  "step6_title": "6. Send a test message",
  "step6_instruction": "Send 'Hello' directly to the bot or in a group where it is admin and check the arrival in ZappWay's Conversations/Messages.",
  "step7_title": "7. Monitor and maintain",
  "step7_instruction": "Use getWebhookInfo to check for errors, respect the limits of 30 msg/s globally and 1 msg/s per chat, and immediately revoke leaked tokens.",
  "requirements": "Requirements",
  "bot_token": "Bot token",
  "webhook_fields": "Webhook fields",
  "continue": "Continue",
  "save": "Save",
  "callback_url": "Callback URL",
  "secret_key": "secret_key",
  "check_messages": "Make sure the webhook is configured to receive 'messages' events",
  "docs": "Full documentation"
}