mirror of https://github.com/coddrago/Heroku
Update en.yml
parent
929398235f
commit
a072fa0533
|
@ -322,8 +322,8 @@ inline_stuff:
|
|||
bot_username_invalid: "<emoji document_id=5210952531676504517>🚫</emoji> <b>Specified bot username is invalid. It must end with</b> <code>bot</code> <b>and contain at least 4 symbols</b>"
|
||||
bot_username_occupied: "<emoji document_id=5210952531676504517>🚫</emoji> <b>This username is already occupied</b>"
|
||||
bot_updated: "<emoji document_id=6318792204118656433>🎉</emoji> <b>Config successfully saved. Restart userbot to apply changes</b>"
|
||||
this_is_hikka: "🌘 <b>Hi! This is Hikka — powerful modular Telegram userbot. You can install it to your account!</b>\n\n<b>🌍 <a href=\"https://github.com/coddrago/Heroku\">GitHub</a></b>\n<b>👥 <a href=\"https://t.me/heroku_talks\">Support chat</a></b>"
|
||||
_cmd_doc_ch_hikka_bot: "<username> - Change your Hikka inline bot username"
|
||||
this_is_hikka: "🌘 <b>Hi! This is Heroki — powerful modular Telegram userbot. You can install it to your account!</b>\n\n<b>🌍 <a href=\"https://github.com/coddrago/Heroku\">GitHub</a></b>\n<b>👥 <a href=\"https://t.me/heroku_talks\">Support chat</a></b>"
|
||||
_cmd_doc_ch_hikka_bot: "<username> - Change your Heroku inline bot username"
|
||||
_cls_doc: "Provides support for inline stuff"
|
||||
|
||||
test:
|
||||
|
@ -333,13 +333,9 @@ test:
|
|||
configping: "Your custom text. You can use placeholders: {ping} - That's your ping. {uptime} - It's your uptime. {ping_hint} - This is the same hint as in the hikka module, it is chosen with random chance, also you can specify this hint in the config "
|
||||
hint: "Set a hint"
|
||||
ping_emoji: "Emoji that appears when ping does not increase significantly"
|
||||
logs_caption: "<emoji document_id=5188377234380954537>🌘</emoji> <b>Hikka logs with verbosity</b> <code>{}</code>\n\n<emoji document_id=6318902906900711458>⚪️</emoji> <b>Version: {}.{}.{}</b>{}"
|
||||
logs_caption: "<emoji document_id=5188377234380954537>🌘</emoji> <b>Heroku logs with verbosity</b> <code>{}</code>\n\n<emoji document_id=6318902906900711458>⚪️</emoji> <b>Version: {}.{}.{}</b>{}"
|
||||
suspend_invalid_time: "<emoji document_id=5210952531676504517>🚫</emoji> <b>Invalid time to suspend</b>"
|
||||
suspended: "<emoji document_id=5452023368054216810>🥶</emoji> <b>Bot suspended for</b> <code>{}</code> <b>seconds</b>"
|
||||
results_ping: "<emoji document_id=5920515922505765329>⚡️</emoji> <b>𝙿𝚒𝚗𝚐: </b><code>{}</code><b> 𝚖𝚜
|
||||
</b>\n<emoji document_id=5900104897885376843>🕓</emoji><b> 𝚄𝚙𝚝𝚒𝚖𝚎: </b><code>{}</code>"
|
||||
noprem_ping: "⚡️ 𝙿𝚒𝚗𝚐: <code>{}</code> 𝚖𝚜\n🚀 𝚄𝚙𝚝𝚒𝚖𝚎: <code>{}</code>"
|
||||
ping_hint: "\n"
|
||||
suspended: "<emoji document_id=5452023368054216810>🥶</emoji> <b>Bot suspended for {}</b>"
|
||||
confidential: "⚠️ <b>Log level</b> <code>{}</code> <b>may reveal your confidential info, be careful</b>"
|
||||
confidential_text: "⚠️ <b>Log level</b> <code>{0}</code> <b>may reveal your confidential info, be careful</b>\n<b>Type</b> <code>.logs {0} force_insecure</code> <b>to ignore this warning</b>"
|
||||
choose_loglevel: "💁♂️ <b>Choose log level</b>"
|
||||
|
@ -384,14 +380,14 @@ unit_heta:
|
|||
|
||||
update_notifier:
|
||||
name: "UpdateNotifier"
|
||||
update_required: "🆕 <b>Hikka Update available!</b>\n\nNew Hikka version released.\n🔮 <b>Hikka <s>{}</s> -> {}</b>\n\n{}"
|
||||
update_required: "🆕 <b>Heroku Update available!</b>\n\nNew Hikka version released.\n🔮 <b>Hikka <s>{}</s> -> {}</b>\n\n{}"
|
||||
more: "\n<i><b>🎥 And {} more...</b></i>"
|
||||
_cfg_doc_disable_notifications: "Disable update notifications"
|
||||
latest_disabled: "Notifications about the latest update have been suppressed"
|
||||
update: "🔄 Update"
|
||||
ignore: "🚫 Ignore"
|
||||
changelog: '<emoji document_id=5434144690511290129>📰</emoji> <b>Changelog of the last major update:</b><pre><code class="language-hikka">{}</code></pre>'
|
||||
_cls_doc: "Tracks latest Hikka releases, and notifies you, if update is required"
|
||||
changelog: '<emoji document_id=5434144690511290129>📰</emoji> <b>Changelog of the last major update:</b><pre><code class="language-heroku">{}</code></pre>'
|
||||
_cls_doc: "Tracks latest Heroku releases, and notifies you, if update is required"
|
||||
|
||||
updater:
|
||||
name: "Updater"
|
||||
|
|
Loading…
Reference in New Issue