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.41 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 @Lion_xD"
DOWNLOAD_START = "Give Me Some Time"
UPLOAD_START = "Downloading Completed"
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 > © @Lion_xD **"
AFTER_SUCCESSFUL_UPLOAD_MSG_WITH_TS = "Downloaded in {} seconds.\nUploaded in {} seconds"
NOT_AUTH_USER_TEXT = "CONTACT @Lion_xD"
NOT_AUTH_USER_TEXT_FILE_SIZE = "IF You Got This Message You Should Contact @Lion_xD"
SAVED_CUSTOM_THUMB_NAIL = "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"
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"""