Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions translation.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Translation(object):
START_TEXT = """Hello,
This is a Telegram Rename Bot!
This is a @j_h_o_n_w_i_c_k Telegram Rename Bot!

<b>Please send me any Telegram file and reply to that file to /rename New Name.mkv</b>

/help for more details.."""
RENAME_403_ERR = "Sorry. You are not permitted to rename this file."
ABS_TEXT = " Please don't be selfish."
UPGRADE_TEXT = "<b>👉 Create own Clone Bot.. </b> /help for Details"
DOWNLOAD_START = "trying to download"
UPLOAD_START = "trying to upload"
DOWNLOAD_START = "ഇപ്പൊ ശെരി ആക്കി തരാം (download)"
UPLOAD_START = "എല്ലാത്തിനും അതിന്റേതായ സമയമുണ്ട് ദാസാ (upload)"
RCHD_TG_API_LIMIT = "Downloaded in {} seconds.\nDetected File Size: {}\nSorry. But, I cannot upload files greater than 1.5GB due to Telegram API limitations."
AFTER_SUCCESSFUL_UPLOAD_MSG = "**Thank you for Using Me🤓.**"
AFTER_SUCCESSFUL_UPLOAD_MSG = "**കഴിഞ്ഞു😎....അഞ്ഞൂറാനോടാണോട നിന്റെ കളി.. Just subscribe @film_hub_official **"
AFTER_SUCCESSFUL_UPLOAD_MSG_WITH_TS = "Downloaded in {} seconds.\nUploaded in {} seconds."
NOT_AUTH_USER_TEXT = "Please /upgrade your subscription."
NOT_AUTH_USER_TEXT_FILE_SIZE = "Detected File Size: {}. Free Users can only upload: {}\nPlease /upgrade your subscription.\nIf you think this is a bug, please contact <a href='https://telegram.dog/ThankTelegram'>@SpEcHlDe</a>"
Expand All @@ -27,17 +27,14 @@ class Translation(object):
1. Send me any Telegram File.
2. Reply to that message to /rename new name.extension.

<b>👉 Create own Clone Bot :</b> 👉 <a href="https://youtu.be/yYHrSnuYXpA">Diploy</a>
<b>👉Join the channel for Speed:</b> 👉 <a href="@film_hub_official">Boost</a>

--------

Support Group : @InFoTelGroup
© @SpEcHlDe @TGBotsZ"""
Support Group : @film_hub_official
@FH_Movie_requests"""
REPLY_TO_DOC_FOR_RENAME_FILE = "Reply to a Telegram media to `/rename New Name.extension` with custom thumbnail support.."
ABUSIVE_USERS = "You are not allowed to use this bot. If you think this is a mistake, please check /me to remove this restriction."
FREE_USER_LIMIT_Q_SZE = """Cannot Process.
Free users only 1 request per 30 minutes.
/upgrade or Try 1800 seconds later."""
IFLONG_FILE_NAME = """File Name limit allowed by Telegram is {alimit} characters.
The given file name has {num} characters.

Expand Down