mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 07:52:37 +01:00
Update content of files
This commit is contained in:
parent
9a7f70ca3f
commit
98e7b9673a
3 changed files with 157 additions and 4 deletions
|
@ -18,7 +18,7 @@
|
||||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||||
<link href="/css/bootstrap-extra.css?2" rel="stylesheet">
|
<link href="/css/bootstrap-extra.css?2" rel="stylesheet">
|
||||||
<link href="/css/telegram.css?230" rel="stylesheet">
|
<link href="/css/telegram.css?230" rel="stylesheet">
|
||||||
<link href="/css/contest.css?40" rel="stylesheet">
|
<link href="/css/contest.css?41" rel="stylesheet">
|
||||||
<link href="/css/contest-zoo.css?7" rel="stylesheet">
|
<link href="/css/contest-zoo.css?7" rel="stylesheet">
|
||||||
<link href="/css/jquery-ui.min.css?1" rel="stylesheet">
|
<link href="/css/jquery-ui.min.css?1" rel="stylesheet">
|
||||||
|
|
||||||
|
@ -200,7 +200,7 @@
|
||||||
<script src="/js/jquery-ui.min.js?1"></script>
|
<script src="/js/jquery-ui.min.js?1"></script>
|
||||||
<script src="/js/tgsticker.js?27"></script>
|
<script src="/js/tgsticker.js?27"></script>
|
||||||
|
|
||||||
<script>ajInit({"version":395,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
<script>ajInit({"version":396,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
||||||
<script id="aj_script">Aj._useScrollHack=true;
|
<script id="aj_script">Aj._useScrollHack=true;
|
||||||
Aj.onLoad(function(state) {
|
Aj.onLoad(function(state) {
|
||||||
function requestConfirmation(event) {
|
function requestConfirmation(event) {
|
||||||
|
|
|
@ -179,7 +179,7 @@
|
||||||
</div></nav>
|
</div></nav>
|
||||||
<section class="content clearfix">
|
<section class="content clearfix">
|
||||||
<section class="tr-content"><h3 class="tr-header">
|
<section class="tr-content"><h3 class="tr-header">
|
||||||
<a href="/en/" class="tr-back"></a>Android<span class="tr-header-counter">4623</span>
|
<a href="/en/" class="tr-back"></a>Android<span class="tr-header-counter">4673</span>
|
||||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/android/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/android/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/android/recent/comments">Comments</a></span></div>
|
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/android/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/android/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/android/recent/comments">Comments</a></span></div>
|
||||||
</h3>
|
</h3>
|
||||||
<section class="tr-sections clearfix">
|
<section class="tr-sections clearfix">
|
||||||
|
@ -236,7 +236,7 @@
|
||||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||||
<div class="tr-section-wrap"><a href="/en/android/unsorted/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/android/unsorted/" class="tr-section">
|
||||||
<div class="tr-section-cover cover0"></div>
|
<div class="tr-section-cover cover0"></div>
|
||||||
<div class="tr-section-caption">Unsorted (770)</div>
|
<div class="tr-section-caption">Unsorted (820)</div>
|
||||||
</a></div>
|
</a></div>
|
||||||
</div>
|
</div>
|
||||||
</section></section>
|
</section></section>
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
"AccAutoDeleteTimer": [
|
"AccAutoDeleteTimer": [
|
||||||
"Auto-delete timer"
|
"Auto-delete timer"
|
||||||
],
|
],
|
||||||
|
"AccDescrBotMenu": [
|
||||||
|
"Bot menu"
|
||||||
|
],
|
||||||
"AccDescrBrushType": [
|
"AccDescrBrushType": [
|
||||||
"Brush type"
|
"Brush type"
|
||||||
],
|
],
|
||||||
|
@ -20,6 +23,13 @@
|
||||||
"AccDescrLocationNotify": [
|
"AccDescrLocationNotify": [
|
||||||
"Notify when people sharing location are in range"
|
"Notify when people sharing location are in range"
|
||||||
],
|
],
|
||||||
|
"AccDescrMentionCount": [
|
||||||
|
"<mark class=\"token\">%1$d</mark> mention",
|
||||||
|
"<mark class=\"token\">%1$d</mark> mentions"
|
||||||
|
],
|
||||||
|
"AccDescrMentionReaction": [
|
||||||
|
"With new reaction"
|
||||||
|
],
|
||||||
"AccDescrMirror": [
|
"AccDescrMirror": [
|
||||||
"Mirror"
|
"Mirror"
|
||||||
],
|
],
|
||||||
|
@ -32,6 +42,10 @@
|
||||||
"AccDescrMsgSendingError": [
|
"AccDescrMsgSendingError": [
|
||||||
"Sending error"
|
"Sending error"
|
||||||
],
|
],
|
||||||
|
"AccDescrNumberOfPeopleReactions": [
|
||||||
|
"<mark class=\"token\">%1$d</mark> person reacted with <mark class=\"token\">%2$s</mark>",
|
||||||
|
"<mark class=\"token\">%1$d</mark> people reacted with <mark class=\"token\">%2$s</mark>"
|
||||||
|
],
|
||||||
"AccDescrNumberOfReplies": [
|
"AccDescrNumberOfReplies": [
|
||||||
"Has <mark class=\"token\">%1$d</mark> reply",
|
"Has <mark class=\"token\">%1$d</mark> reply",
|
||||||
"Has <mark class=\"token\">%1$d</mark> replies"
|
"Has <mark class=\"token\">%1$d</mark> replies"
|
||||||
|
@ -58,12 +72,18 @@
|
||||||
"AccDescrPlayerDuration": [
|
"AccDescrPlayerDuration": [
|
||||||
"<mark class=\"token\">%1$s</mark> of <mark class=\"token\">%2$s</mark>"
|
"<mark class=\"token\">%1$s</mark> of <mark class=\"token\">%2$s</mark>"
|
||||||
],
|
],
|
||||||
|
"AccDescrPremium": [
|
||||||
|
"Premium account"
|
||||||
|
],
|
||||||
"AccDescrQuizCorrectAnswer": [
|
"AccDescrQuizCorrectAnswer": [
|
||||||
"Correct answer"
|
"Correct answer"
|
||||||
],
|
],
|
||||||
"AccDescrQuizExplanation": [
|
"AccDescrQuizExplanation": [
|
||||||
"Explanation"
|
"Explanation"
|
||||||
],
|
],
|
||||||
|
"AccDescrQuizIncorrectAnswer": [
|
||||||
|
"Incorrect answer"
|
||||||
|
],
|
||||||
"AccDescrReactedWith": [
|
"AccDescrReactedWith": [
|
||||||
"<mark class=\"token\">%1$s</mark> reacted with <mark class=\"token\">%2$s</mark>"
|
"<mark class=\"token\">%1$s</mark> reacted with <mark class=\"token\">%2$s</mark>"
|
||||||
],
|
],
|
||||||
|
@ -73,6 +93,9 @@
|
||||||
"AccDescrScheduledDate": [
|
"AccDescrScheduledDate": [
|
||||||
"Scheduled for <mark class=\"token\">%s</mark>"
|
"Scheduled for <mark class=\"token\">%s</mark>"
|
||||||
],
|
],
|
||||||
|
"AccDescrSendAsPeer": [
|
||||||
|
"Send as <mark class=\"token\">%1$s</mark>"
|
||||||
|
],
|
||||||
"AccDescrSendAudio": [
|
"AccDescrSendAudio": [
|
||||||
"Send <mark class=\"token\">%1$d</mark> audio file",
|
"Send <mark class=\"token\">%1$d</mark> audio file",
|
||||||
"Send <mark class=\"token\">%1$d</mark> audio files"
|
"Send <mark class=\"token\">%1$d</mark> audio files"
|
||||||
|
@ -95,9 +118,16 @@
|
||||||
"AccDescrSwitchToNightTheme": [
|
"AccDescrSwitchToNightTheme": [
|
||||||
"Switch to night theme"
|
"Switch to night theme"
|
||||||
],
|
],
|
||||||
|
"AccDescrUnreadCount": [
|
||||||
|
"<mark class=\"token\">%1$d</mark> unread chat",
|
||||||
|
"<mark class=\"token\">%1$d</mark> unread chats"
|
||||||
|
],
|
||||||
"AccDescrUploadProgress": [
|
"AccDescrUploadProgress": [
|
||||||
"Uploaded <mark class=\"token\">%1$s</mark> of <mark class=\"token\">%2$s</mark>"
|
"Uploaded <mark class=\"token\">%1$s</mark> of <mark class=\"token\">%2$s</mark>"
|
||||||
],
|
],
|
||||||
|
"AccDescrVerified": [
|
||||||
|
"Verified"
|
||||||
|
],
|
||||||
"AccDescrVideoCompressHigh": [
|
"AccDescrVideoCompressHigh": [
|
||||||
"Higher quality"
|
"Higher quality"
|
||||||
],
|
],
|
||||||
|
@ -122,6 +152,9 @@
|
||||||
"AccDescrVoipMicOn": [
|
"AccDescrVoipMicOn": [
|
||||||
"Microphone is on"
|
"Microphone is on"
|
||||||
],
|
],
|
||||||
|
"AccDescrYouReactedWith": [
|
||||||
|
"You reacted with <mark class=\"token\">%1$s</mark>"
|
||||||
|
],
|
||||||
"AccExitFullscreen": [
|
"AccExitFullscreen": [
|
||||||
"Exit fullscreen"
|
"Exit fullscreen"
|
||||||
],
|
],
|
||||||
|
@ -347,6 +380,9 @@
|
||||||
"Block": [
|
"Block": [
|
||||||
"BLOCK"
|
"BLOCK"
|
||||||
],
|
],
|
||||||
|
"BotAddToGroupOrChannelInfo": [
|
||||||
|
"This bot is able to manage a group or channel."
|
||||||
|
],
|
||||||
"BotAlreadyAddedToAttachMenu": [
|
"BotAlreadyAddedToAttachMenu": [
|
||||||
"This bot is already added to your attachment menu."
|
"This bot is already added to your attachment menu."
|
||||||
],
|
],
|
||||||
|
@ -389,6 +425,9 @@
|
||||||
"BotWebViewFileChooserTitle": [
|
"BotWebViewFileChooserTitle": [
|
||||||
"Choose a file"
|
"Choose a file"
|
||||||
],
|
],
|
||||||
|
"BotWebViewNotAvailablePlaceholder": [
|
||||||
|
"WebView not available. Please update it to use WebView bots."
|
||||||
|
],
|
||||||
"BotsMenuTitle": [
|
"BotsMenuTitle": [
|
||||||
"Menu"
|
"Menu"
|
||||||
],
|
],
|
||||||
|
@ -479,6 +518,21 @@
|
||||||
"ChannelRestrictedUsers": [
|
"ChannelRestrictedUsers": [
|
||||||
"Restricted users"
|
"Restricted users"
|
||||||
],
|
],
|
||||||
|
"ChannelSettingsJoinRequest": [
|
||||||
|
"Approve new members"
|
||||||
|
],
|
||||||
|
"ChannelSettingsJoinRequestInfo": [
|
||||||
|
"Turn this on if you want users to join the group only after they are approved by an admin."
|
||||||
|
],
|
||||||
|
"ChannelSettingsJoinTitle": [
|
||||||
|
"Who can send new messages?"
|
||||||
|
],
|
||||||
|
"ChannelSettingsJoinToSend": [
|
||||||
|
"Only members"
|
||||||
|
],
|
||||||
|
"ChannelSettingsJoinToSendInfo": [
|
||||||
|
"Turn this on if you expect users to join your group before being able to send messages."
|
||||||
|
],
|
||||||
"ChannelTooMuch": [
|
"ChannelTooMuch": [
|
||||||
"Sorry, you are a member of too many groups and channels. Please leave some before creating a new one."
|
"Sorry, you are a member of too many groups and channels. Please leave some before creating a new one."
|
||||||
],
|
],
|
||||||
|
@ -1012,6 +1066,9 @@
|
||||||
"ImportUploading": [
|
"ImportUploading": [
|
||||||
"Importing messages and media... **<mark class=\"token\">%d</mark><mark class=\"token\">%%</mark>**"
|
"Importing messages and media... **<mark class=\"token\">%d</mark><mark class=\"token\">%%</mark>**"
|
||||||
],
|
],
|
||||||
|
"IncreaseLimit": [
|
||||||
|
"Increase Limit"
|
||||||
|
],
|
||||||
"InvalidFormatError": [
|
"InvalidFormatError": [
|
||||||
"Invalid format"
|
"Invalid format"
|
||||||
],
|
],
|
||||||
|
@ -1055,6 +1112,9 @@
|
||||||
"<mark class=\"token\">%1$d</mark> join request",
|
"<mark class=\"token\">%1$d</mark> join request",
|
||||||
"<mark class=\"token\">%1$d</mark> join requests"
|
"<mark class=\"token\">%1$d</mark> join requests"
|
||||||
],
|
],
|
||||||
|
"JoinedViaRequestApproved": [
|
||||||
|
"<mark class=\"token\">un1</mark> joined, approved by <mark class=\"token\">un2</mark>"
|
||||||
|
],
|
||||||
"LanguageUnofficial": [
|
"LanguageUnofficial": [
|
||||||
"Unofficial languages"
|
"Unofficial languages"
|
||||||
],
|
],
|
||||||
|
@ -1065,6 +1125,48 @@
|
||||||
"Leave community",
|
"Leave community",
|
||||||
"Leave <mark class=\"token\">%d</mark> communities"
|
"Leave <mark class=\"token\">%d</mark> communities"
|
||||||
],
|
],
|
||||||
|
"LimitFree": [
|
||||||
|
"Free"
|
||||||
|
],
|
||||||
|
"LimitPremium": [
|
||||||
|
"Premium"
|
||||||
|
],
|
||||||
|
"LimitReachedChatInFolders": [
|
||||||
|
"Sorry, you can't add more than **<mark class=\"token\">%1$d</mark>** chats to a folder. You can increase this limit to **<mark class=\"token\">%2$d</mark>** by upgrading to **Telegram Premium**."
|
||||||
|
],
|
||||||
|
"LimitReachedChatInFoldersLocked": [
|
||||||
|
"Sorry, you can't add more than **<mark class=\"token\">%1$d</mark>** chats to a folder. Please create a new one. We are working to let you increase this limit in the future."
|
||||||
|
],
|
||||||
|
"LimitReachedChatInFoldersPremium": [
|
||||||
|
"Sorry, you can't add more than **<mark class=\"token\">%1$d</mark>** chats to a folder. Please create a new one."
|
||||||
|
],
|
||||||
|
"LimitReachedCommunities": [
|
||||||
|
"You are a member of **<mark class=\"token\">%1$d</mark>** groups and channels. Please leave some before joining a new one — or upgrade to **Telegram Premium** to double the limit to **<mark class=\"token\">%2$d</mark>** groups and channels."
|
||||||
|
],
|
||||||
|
"LimitReachedCommunitiesLocked": [
|
||||||
|
"You are a member of **<mark class=\"token\">%1$d</mark>** groups and channels. Please leave some before joining a new one. We are working to let you increase this limit in the future."
|
||||||
|
],
|
||||||
|
"LimitReachedCommunitiesPremium": [
|
||||||
|
"You are a member of **<mark class=\"token\">%1$d</mark>** groups and channels. Please leave some before joining a new one."
|
||||||
|
],
|
||||||
|
"LimitReachedFolders": [
|
||||||
|
"You have reached the limit of **<mark class=\"token\">%1$d</mark>** folders. You can double the limit to **<mark class=\"token\">%2$d</mark>** folders by subscribing to **Telegram Premium**."
|
||||||
|
],
|
||||||
|
"LimitReachedFoldersLocked": [
|
||||||
|
"You have reached the limit of **<mark class=\"token\">%1$d</mark>** folders for this account. We are working to let you increase this limit in the future."
|
||||||
|
],
|
||||||
|
"LimitReachedFoldersPremium": [
|
||||||
|
"You have reached the limit of **<mark class=\"token\">%1$d</mark>** folders for this account."
|
||||||
|
],
|
||||||
|
"LimitReachedPublicLinks": [
|
||||||
|
"You have reserved too many public links. Try revoking the link from an older group or channel, or upgrade to **Telegram Premium** to double the limit to **<mark class=\"token\">%2$d</mark>** public links."
|
||||||
|
],
|
||||||
|
"LimitReachedPublicLinksLocked": [
|
||||||
|
"You have reserved too many public links. Try revoking the link from an older group or channel. We are working to let you increase this limit in the future."
|
||||||
|
],
|
||||||
|
"LimitReachedPublicLinksPremium": [
|
||||||
|
"You have reserved too many public links. Try revoking the link from an older group or channel."
|
||||||
|
],
|
||||||
"LinkCopiedPrivate": [
|
"LinkCopiedPrivate": [
|
||||||
"Link copied to clipboard. This link will only work for members of this chat."
|
"Link copied to clipboard. This link will only work for members of this chat."
|
||||||
],
|
],
|
||||||
|
@ -1368,6 +1470,9 @@
|
||||||
"NotificationMessageQuiz2": [
|
"NotificationMessageQuiz2": [
|
||||||
"<mark class=\"token\">%1$s</mark> sent you the quiz \"<mark class=\"token\">%2$s</mark>\""
|
"<mark class=\"token\">%1$s</mark> sent you the quiz \"<mark class=\"token\">%2$s</mark>\""
|
||||||
],
|
],
|
||||||
|
"NotificationMessageRecurringPay": [
|
||||||
|
"<mark class=\"token\">%1$s</mark> were charged <mark class=\"token\">%2$s</mark>"
|
||||||
|
],
|
||||||
"NotificationMessageScheduledName": [
|
"NotificationMessageScheduledName": [
|
||||||
"<i class=\"emoji\" style=\"background-image:url('//telegram.org/img/emoji/40/F09F9385.png')\"><b>📅</b></i> You"
|
"<i class=\"emoji\" style=\"background-image:url('//telegram.org/img/emoji/40/F09F9385.png')\"><b>📅</b></i> You"
|
||||||
],
|
],
|
||||||
|
@ -1538,6 +1643,30 @@
|
||||||
"PollSelectOption": [
|
"PollSelectOption": [
|
||||||
"Select an option first"
|
"Select an option first"
|
||||||
],
|
],
|
||||||
|
"PremiumPreviewDownloadSpeed": [
|
||||||
|
"Faster Download Speed"
|
||||||
|
],
|
||||||
|
"PremiumPreviewDownloadSpeedDescription": [
|
||||||
|
"No more limits on the speed with which media and documents are downloaded."
|
||||||
|
],
|
||||||
|
"PremiumPreviewLimits": [
|
||||||
|
"Doubled limits"
|
||||||
|
],
|
||||||
|
"PremiumPreviewLimitsDescription": [
|
||||||
|
"Up to <mark class=\"token\">%1$d</mark> channels, <mark class=\"token\">%2$d</mark> folders, <mark class=\"token\">%3$d</mark> pins, <mark class=\"token\">%4$d</mark> public links, <mark class=\"token\">%5$d</mark> accounts and more."
|
||||||
|
],
|
||||||
|
"PremiumPreviewNoAds": [
|
||||||
|
"No Ads"
|
||||||
|
],
|
||||||
|
"PremiumPreviewNoAdsDescription": [
|
||||||
|
"No more ads in public channels where Telegram sometimes shows ads."
|
||||||
|
],
|
||||||
|
"PremiumPreviewUploads": [
|
||||||
|
"4Gb Upload Size"
|
||||||
|
],
|
||||||
|
"PremiumPreviewUploadsDescription": [
|
||||||
|
"Increased upload size from 2Gb to 4Gb per document, unlimited storage overall."
|
||||||
|
],
|
||||||
"PreviewFeedback": [
|
"PreviewFeedback": [
|
||||||
"Report a bug with this preview"
|
"Report a bug with this preview"
|
||||||
],
|
],
|
||||||
|
@ -1785,6 +1914,15 @@
|
||||||
"SaveGroupMediaMessage": [
|
"SaveGroupMediaMessage": [
|
||||||
"Would you like to save..."
|
"Would you like to save..."
|
||||||
],
|
],
|
||||||
|
"SaveToGalleryChannels": [
|
||||||
|
"Channels"
|
||||||
|
],
|
||||||
|
"SaveToGalleryGroups": [
|
||||||
|
"Groups"
|
||||||
|
],
|
||||||
|
"SaveToGalleryPrivate": [
|
||||||
|
"Private Chats"
|
||||||
|
],
|
||||||
"ScheduleWhenOnline": [
|
"ScheduleWhenOnline": [
|
||||||
"Send when <mark class=\"token\">%1$s</mark> comes online"
|
"Send when <mark class=\"token\">%1$s</mark> comes online"
|
||||||
],
|
],
|
||||||
|
@ -1804,6 +1942,9 @@
|
||||||
"SecretChatTimerMonths": [
|
"SecretChatTimerMonths": [
|
||||||
"M"
|
"M"
|
||||||
],
|
],
|
||||||
|
"SecretChatTimerYears": [
|
||||||
|
"y"
|
||||||
|
],
|
||||||
"SelectImage": [
|
"SelectImage": [
|
||||||
"Select image"
|
"Select image"
|
||||||
],
|
],
|
||||||
|
@ -2088,6 +2229,15 @@
|
||||||
"UnbanText": [
|
"UnbanText": [
|
||||||
"Press and hold user to unban."
|
"Press and hold user to unban."
|
||||||
],
|
],
|
||||||
|
"UnlockPremiumReactions": [
|
||||||
|
"Unlock Premium Reactions"
|
||||||
|
],
|
||||||
|
"UnlockPremiumReactionsDescription": [
|
||||||
|
"Unlock additional reactions by subscribing to Telegram Premium."
|
||||||
|
],
|
||||||
|
"UnlockPremiumStickers": [
|
||||||
|
"Unlock Premium Stickers"
|
||||||
|
],
|
||||||
"UnpinnedDialogsCount": [
|
"UnpinnedDialogsCount": [
|
||||||
"Chat unpinned",
|
"Chat unpinned",
|
||||||
"<mark class=\"token\">%1$d</mark> chats unpinned"
|
"<mark class=\"token\">%1$d</mark> chats unpinned"
|
||||||
|
@ -2336,6 +2486,9 @@
|
||||||
"YourPhone": [
|
"YourPhone": [
|
||||||
"Your Phone"
|
"Your Phone"
|
||||||
],
|
],
|
||||||
|
"YourPublicCommunities": [
|
||||||
|
"Your public communities"
|
||||||
|
],
|
||||||
"formatDateSchedule": [
|
"formatDateSchedule": [
|
||||||
"MMM d"
|
"MMM d"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue