mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 15:59:13 +01:00
Update content of files
This commit is contained in:
parent
160749ed59
commit
20be1f4a0a
4 changed files with 111 additions and 3 deletions
|
@ -29190,6 +29190,7 @@
|
|||
"AccDescrExitFullScreen",
|
||||
"AccDescrExitMiniPlayer",
|
||||
"AccDescrExpandPanel",
|
||||
"AccDescrFlip",
|
||||
"AccDescrForwarding",
|
||||
"AccDescrFullScreen",
|
||||
"AccDescrGIFs",
|
||||
|
@ -29641,7 +29642,10 @@
|
|||
"BoostingGiveawayYouNotWon",
|
||||
"BoostingGiveawayYouWon",
|
||||
"BoostingHowItWork",
|
||||
"BoostingIncompleteGiveaway",
|
||||
"BoostingLinkAllows",
|
||||
"BoostingLinkAllowsAnyone",
|
||||
"BoostingLinkAllowsToUser",
|
||||
"BoostingLinkUsed",
|
||||
"BoostingReason",
|
||||
"BoostingReceivedGiftFrom",
|
||||
|
@ -29654,10 +29658,13 @@
|
|||
"BoostingTo",
|
||||
"BoostingToBeDistributed",
|
||||
"BoostingUnclaimed",
|
||||
"BoostingUnclaimedPrize",
|
||||
"BoostingUnclaimedPrizeDuration",
|
||||
"BoostingUseLink",
|
||||
"BoostingUsedGiftLink",
|
||||
"BoostingUsedLinkDate",
|
||||
"BoostingWinnersDate",
|
||||
"BoostingYouHaveUnclaimedPrize",
|
||||
"BoostingYouWereSelected",
|
||||
"Boosts",
|
||||
"BoostsExisting",
|
||||
|
@ -30309,6 +30316,8 @@
|
|||
"EventLogVoiceChatUnmuted",
|
||||
"Events",
|
||||
"Exception",
|
||||
"ExperimentalSettings",
|
||||
"ExperimentalSettingsHint",
|
||||
"Expired",
|
||||
"ExpiredStory",
|
||||
"ExpiredStoryMention",
|
||||
|
@ -31487,6 +31496,7 @@
|
|||
"SyncContactsDeleteInfo",
|
||||
"SyncContactsInfoOff",
|
||||
"SyncContactsInfoOn",
|
||||
"SystemIntegration",
|
||||
"SystemTones",
|
||||
"TabsView",
|
||||
"TabsViewInfo",
|
||||
|
@ -31725,6 +31735,8 @@
|
|||
"UsernamesProfileHeader",
|
||||
"UsernamesProfileHelp",
|
||||
"Users",
|
||||
"VersionAndUpdates",
|
||||
"VersionNumber",
|
||||
"ViaBot",
|
||||
"VideoCall",
|
||||
"VideoMessagesAutodownload",
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
</div></nav>
|
||||
<section class="content clearfix">
|
||||
<section class="tr-content"><h3 class="tr-header">
|
||||
<a href="/en/" class="tr-back"></a>Unigram<span class="tr-header-counter">2685</span>
|
||||
<a href="/en/" class="tr-back"></a>Unigram<span class="tr-header-counter">2697</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/unigram/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/unigram/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/unigram/recent/comments">Comments</a></span></div>
|
||||
</h3>
|
||||
<section class="tr-sections clearfix">
|
||||
|
@ -261,7 +261,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/unigram/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1700)</div>
|
||||
<div class="tr-section-caption">Unsorted (1712)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -748,7 +748,7 @@
|
|||
"photo_url": "https://telegra.ph/file/p/dc6aafe804d/29cb56d593d2332ddce7e17.jpg?c=15,295,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Swipe actions"
|
||||
"singular": "Swipe Actions"
|
||||
}
|
||||
},
|
||||
"CheckForUpdates": {
|
||||
|
|
|
@ -191,6 +191,14 @@
|
|||
"singular": "Expand panel"
|
||||
}
|
||||
},
|
||||
"AccDescrFlip": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/AccDescrFlip",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Flip"
|
||||
}
|
||||
},
|
||||
"AccDescrForwarding": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/AccDescrForwarding",
|
||||
"photo_url": null,
|
||||
|
@ -2843,6 +2851,14 @@
|
|||
"singular": "LEARN MORE"
|
||||
}
|
||||
},
|
||||
"BoostingIncompleteGiveaway": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingIncompleteGiveaway",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Incomplete Giveaway"
|
||||
}
|
||||
},
|
||||
"BoostingLinkAllows": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingLinkAllows",
|
||||
"photo_url": null,
|
||||
|
@ -2851,6 +2867,22 @@
|
|||
"singular": "This link allows you to activate<br/>a **Telegram Premium** subscription."
|
||||
}
|
||||
},
|
||||
"BoostingLinkAllowsAnyone": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingLinkAllowsAnyone",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "This link allows anyone to activate<br/>a **Telegram Premium** subscription."
|
||||
}
|
||||
},
|
||||
"BoostingLinkAllowsToUser": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingLinkAllowsToUser",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "This link allows **<mark class=\"token\">{0}</mark>** to activate a **Telegram Premium** subscription."
|
||||
}
|
||||
},
|
||||
"BoostingLinkUsed": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingLinkUsed",
|
||||
"photo_url": null,
|
||||
|
@ -2947,6 +2979,22 @@
|
|||
"singular": "Unclaimed"
|
||||
}
|
||||
},
|
||||
"BoostingUnclaimedPrize": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingUnclaimedPrize",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Unclaimed Prize"
|
||||
}
|
||||
},
|
||||
"BoostingUnclaimedPrizeDuration": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingUnclaimedPrizeDuration",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "This prize is a **Telegram Premium** subscription for <mark class=\"token\">{0}</mark>."
|
||||
}
|
||||
},
|
||||
"BoostingUseLink": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingUseLink",
|
||||
"photo_url": null,
|
||||
|
@ -2979,6 +3027,14 @@
|
|||
"singular": "**Winners Selection Date**"
|
||||
}
|
||||
},
|
||||
"BoostingYouHaveUnclaimedPrize": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingYouHaveUnclaimedPrize",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "You have an unclaimed prize from a giveaway by **<mark class=\"token\">{0}</mark>**."
|
||||
}
|
||||
},
|
||||
"BoostingYouWereSelected": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingYouWereSelected",
|
||||
"photo_url": null,
|
||||
|
@ -6299,6 +6355,22 @@
|
|||
"singular": "<mark class=\"token\">un1</mark> unmuted <mark class=\"token\">un2</mark> in a video chat"
|
||||
}
|
||||
},
|
||||
"ExperimentalSettings": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/ExperimentalSettings",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Experimental Settings"
|
||||
}
|
||||
},
|
||||
"ExperimentalSettingsHint": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/ExperimentalSettingsHint",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Warning! These are experimental settings. Some may not work. Others may break the app. Any of them may disappear in the next version without a trace. Use at your own risk."
|
||||
}
|
||||
},
|
||||
"Expired": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/Expired",
|
||||
"photo_url": null,
|
||||
|
@ -11561,6 +11633,14 @@
|
|||
"singular": "Contacts from this device will be added to your account."
|
||||
}
|
||||
},
|
||||
"SystemIntegration": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/SystemIntegration",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "System Integration"
|
||||
}
|
||||
},
|
||||
"TelegramFaqUrl": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/TelegramFaqUrl",
|
||||
"photo_url": null,
|
||||
|
@ -12621,6 +12701,22 @@
|
|||
"singular": "Drag and drop links to change the order in which they will be displayed on the channel info page."
|
||||
}
|
||||
},
|
||||
"VersionAndUpdates": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/VersionAndUpdates",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Version and Updates"
|
||||
}
|
||||
},
|
||||
"VersionNumber": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/VersionNumber",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Version <mark class=\"token\">{0}</mark>"
|
||||
}
|
||||
},
|
||||
"ViaBot": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/ViaBot",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue