Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update translations.py #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ An Open Source ALL-In-One Telegram RoBot, that can do lot of things.

#### You can also tap the Deploy To Heroku button below to deploy straight to Heroku!

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/TGExplore/TG-URL-Uploader/tree/master)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Naviya2/TG-URL-Uploader/tree/patch-1)

**Watch our Video for Create own Bot** - 👉 https://youtu.be/QkAkSLBgoYw

Expand Down
25 changes: 14 additions & 11 deletions translation.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
class Translation(object):
START_TEXT = """Hello,
This is a Telegram URL Upload Bot!
START_TEXT = """<b>Hello</b>👋

<b>Please send me any direct download URL Link, i can upload to telegram as File/Video</b>
<b>You are warmly welcome to Leo Any Downloader Bot</b> 🇱🇰

/help for more details..
<b>Please send me any direct download URL Link, i can upload it to telegram as File/Video</b>

Support Group : @InFoTelGroup
© @SpEcHlDe , @TGBotsZ & @CWProjects"""
Use /help Command To get help Menu 😶


Made By : @naviya2 🇱🇰
Updates Channel : @new_ehi 🇱🇰
Support Group : @leosupportx 🇱🇰"""
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"
Expand Down Expand Up @@ -35,8 +38,8 @@ class Translation(object):
--------
Telegram ID: <code>{}</code>
Plan name: Free Cloned User
Expires on: 31/12/2020"""
HELP_USER = """Hai am URL Uploader bot..
Expires on: No expiry only from @leoanydlbot"""
HELP_USER = """Hi am Leo Any Downloader Bot🇱🇰..

1. Send url (Link|New Name with Extension).
2. Send Custom Thumbnail (Optional).
Expand All @@ -46,13 +49,13 @@ class Translation(object):
Video - Give File as video without Screenshots
DFile - Give File without Screenshots

<b>👉 Create own Clone Bot :</b> 👉 <a href="https://youtu.be/QkAkSLBgoYw">Diploy</a>

--------
Send /me to know current plan details

Support Group : @InFoTelGroup
© @TGBotsZ"""
Developer : @naviya2 🇱🇰
Updates Channel : @new_ehi 🇱🇰
Support Group : @leosupportx 🇱🇰"""
REPLY_TO_DOC_GET_LINK = "Reply to a Telegram media to get High Speed Direct Download Link"
REPLY_TO_DOC_FOR_C2V = "Reply to a Telegram media to convert"
REPLY_TO_DOC_FOR_SCSS = "Reply to a Telegram media to get screenshots"
Expand Down