forked from prgofficial/RenameBot-PermTB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranslation.py
27 lines (23 loc) · 1.52 KB
/
translation.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
class Translation(object):
START_TEXT = """ A Simple File Renamer Bot With Permanent Thumbnail support!💯
<b>Send me any Telegram file and reply to that file with /rename NewName.extn</b>"""
RENAME_403_ERR = "What Are You Doing? You are Banned"
ABS_TEXT = "What Are You Trying To Do,Mate?"
UPGRADE_TEXT = "CONTACT @Seshu2004"
DOWNLOAD_START = "Give Me Some Time Bruh!!(〒﹏〒)"
UPLOAD_START = "Hurray... Completed Downloading(;ŏ﹏ŏ)"
RCHD_TG_API_LIMIT = "Downloaded in {} seconds.\nDetected File Size: {}\nSorry WTF Do You Think! I'll Upload It?"
AFTER_SUCCESSFUL_UPLOAD_MSG = "**Thank you for Using Me JOin > @S4HChannel and @Givenaway ❤️**"
AFTER_SUCCESSFUL_UPLOAD_MSG_WITH_TS = "Downloaded in {} seconds.\nUploaded in {} seconds"
NOT_AUTH_USER_TEXT = "CONTACT @Seshu2004"
NOT_AUTH_USER_TEXT_FILE_SIZE = "IF You Got This Message You Should Contact @prgofficial"
SAVED_CUSTOM_THUMB_NAIL = "Custom thumbnail Saved ✅ This Is Permanent ᕙ( • ‿ • )ᕗ "
DEL_ETED_CUSTOM_THUMB_NAIL = "Custom thumbnail cleared succesfully🤦"
FF_MPEG_DEL_ETED_CUSTOM_MEDIA = "Media cleared succesfully."
SAVED_RECVD_DOC_FILE = "File Downloaded Successfully 😎"
CUSTOM_CAPTION_UL_FILE = " "
NO_CUSTOM_THUMB_NAIL_FOUND = "No Custom ThumbNail found,SED🤒"
USER_ADDED_TO_DB = "User <a href='tg://user?id={}'>{}</a> added to {} till {}."
HELP_USER = """It's not that complicated😅
1. Send me any Telegram File.
2. Reply to that message with /rename NEWNAME.EXTENSION"""