Added telegram bot WEB App
Build and Publish / Build and Publish Docker Image (push) Successful in 6m0s
Build and Publish / Build and Publish Docker Image (push) Successful in 6m0s
This commit is contained in:
+20
-7
@@ -162,20 +162,33 @@ translations! {
|
||||
notice_detail: "Detail" , "Детали";
|
||||
telegram_link_title: "Connect Telegram" , "Подключить Telegram";
|
||||
telegram_webapp_message: "Save this Telegram account for VPN notifications and bot control." , "Сохранить этот Telegram-аккаунт для уведомлений и управления через бота.";
|
||||
telegram_manual_message: "You can connect Telegram once and manage VPN keys from the bot." , "Можно один раз подключить Telegram и управлять VPN-ключами через бота.";
|
||||
telegram_manual_message: "Connect Telegram by sending a one-time secret code to the bot." , "Подключите Telegram, отправив одноразовый секретный код боту.";
|
||||
telegram_connect: "Connect" , "Подключить";
|
||||
telegram_skip: "Do not ask again" , "Больше не предлагать";
|
||||
telegram_guide_title: "How to get your Telegram ID" , "Как узнать Telegram ID";
|
||||
telegram_guide_title: "Send this code to the bot" , "Отправьте этот код боту";
|
||||
telegram_open_bot: "Open bot" , "Открыть бота";
|
||||
telegram_guide_start: "Open the bot and send /start once." , "Откройте бота и один раз отправьте /start.";
|
||||
telegram_guide_get_id: "Ask the bot for your ID; it will reply with only the number." , "Напишите боту, он ответит только номером вашего ID.";
|
||||
telegram_guide_paste: "Paste that number here and save it." , "Вставьте этот номер сюда и сохраните.";
|
||||
telegram_id_label: "Telegram ID" , "Telegram ID";
|
||||
telegram_id_placeholder: "Only digits" , "Только цифры";
|
||||
telegram_guide_start: "Open the bot and send /start once if you have not done it before." , "Откройте бота и один раз отправьте /start, если ещё не делали этого.";
|
||||
telegram_guide_get_id: "Send the secret code below to the bot." , "Отправьте боту секретный код ниже.";
|
||||
telegram_guide_paste: "Return here and refresh the status." , "Вернитесь сюда и обновите статус.";
|
||||
telegram_secret_label: "Secret code" , "Секретный код";
|
||||
telegram_save: "Save Telegram" , "Сохранить Telegram";
|
||||
telegram_saved: "Telegram connected." , "Telegram подключён.";
|
||||
telegram_declined: "Telegram prompt disabled." , "Предложение Telegram отключено.";
|
||||
telegram_bot_unconfigured: "bot is not configured" , "бот не настроен";
|
||||
telegram_status_connected: "Telegram connected" , "Telegram подключён";
|
||||
telegram_status_pending: "Telegram code is waiting" , "Код Telegram ожидает";
|
||||
telegram_status_empty: "Telegram is not connected" , "Telegram не подключён";
|
||||
telegram_status_disabled: "Telegram is disabled" , "Telegram отключён";
|
||||
telegram_change: "Change" , "Сменить";
|
||||
telegram_delete: "Remove" , "Удалить";
|
||||
telegram_delete_confirm: "Remove Telegram from this account?" , "Удалить Telegram из этого аккаунта?";
|
||||
telegram_unlinked: "Telegram removed." , "Telegram удалён.";
|
||||
telegram_copy_secret: "Copy code" , "Копировать код";
|
||||
telegram_secret_copied: "Secret code copied." , "Секретный код скопирован.";
|
||||
telegram_refresh_status: "Check status" , "Проверить статус";
|
||||
telegram_pending_message: "Waiting for a message with the secret code." , "Жду сообщение с секретным кодом.";
|
||||
telegram_connected_message: "This account is ready for Telegram bot actions." , "Этот аккаунт готов к действиям через Telegram-бота.";
|
||||
telegram_not_connected_message: "Telegram is not connected yet." , "Telegram пока не подключён.";
|
||||
|
||||
// VPN server management
|
||||
servers_empty: "No registered servers." , "Нет зарегистрированных серверов.";
|
||||
|
||||
Reference in New Issue
Block a user