diff --git a/hikka/langpacks/en.yml b/hikka/langpacks/en.yml index 2cf86a2..7398687 100644 --- a/hikka/langpacks/en.yml +++ b/hikka/langpacks/en.yml @@ -330,18 +330,18 @@ inline_stuff: test: name: "Tester" - set_loglevel: "🚫 Please specify verbosity as an integer or string" - no_logs: "🤷‍♀️ You don't have any logs at verbosity {}." + set_loglevel: "🚫 Please specify verbosity as an integer or string" + no_logs: "🤷‍♀️ You don't have any logs at verbosity {}." 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 heroku module, it is chosen with random chance, also you can specify this hint in the config. You can use the {hostname} placeholder if you need the hostname of your server" hint: "Set a hint" ping_emoji: "Emoji that appears when ping does not increase significantly" - logs_caption: "🪐 Heroku logs with verbosity {}\n\n⚪️ Version: {}.{}.{}{}" + logs_caption: "🪐 Heroku logs with verbosity {}\n\n⚪️ Version: {}.{}.{}{}" suspend_invalid_time: "🚫 Invalid time to suspend" suspended: "🥶 Bot suspended for {}" confidential: "⚠️ Log level {} may reveal your confidential info, be careful" confidential_text: "⚠️ Log level {0} may reveal your confidential info, be careful\nType .logs {0} force_insecure to ignore this warning" choose_loglevel: "💁‍♂️ Choose log level" - bad_module: "🚫 Module not found" + bad_module: "🚫 Module not found" debugging_enabled: " Debugging mode enabled for module {0}\nGo to directory named `debug_modules`, edit file named `{0}.py` and see changes in real time" debugging_disabled: " Debugging disabled" send_anyway: "📤 Send anyway" @@ -368,11 +368,11 @@ update_notifier: updater: name: "Updater" - source: "📖 Read the source code from here" - restarting_caption: "🕗 Your {} is restarting..." - downloading: "🕗 Downloading updates..." - installing: "🕗 Installing updates..." - success: " Restart successful! {}\nBut still loading modules...\nRestart took {}s" + source: "📖 Read the source code from here" + restarting_caption: "🕗 Your {} is restarting..." + downloading: "🕗 Downloading updates..." + installing: "🕗 Installing updates..." + success: " Restart successful! {}\nBut still loading modules...\nRestart took {}s" origin_cfg_doc: "Git origin URL, for where to update from" btn_restart: "🔄 Restart" btn_update: "🧭 Update" @@ -382,7 +382,7 @@ updater: no_update: "🚸 You are on the latest version, pull updates anyway?" cancel: "🚫 Cancel" lavhost_update: "✌️ Your {} is updating..." - full_success: "👍 Userbot is fully loaded! {}\nFull restart took {}s" + full_success: "👍 Userbot is fully loaded! {}\nFull restart took {}s" secure_boot_complete: "🔐 Secure boot completed! {}\nRestart took {}s" _cmd_doc_restart: "Restarts the userbot" _cmd_doc_source: "Links the source code of this project"