mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 17:11:52 +01:00
Update content of files
This commit is contained in:
parent
fa69ce6dbb
commit
7aae57beb2
4 changed files with 20 additions and 10 deletions
|
@ -1706,6 +1706,7 @@
|
|||
"ClearRecentStickersAlertTitle",
|
||||
"ClearSearch",
|
||||
"ClearSearchAlert",
|
||||
"ClearSearchAlertPartial",
|
||||
"ClearSearchAlertPartialTitle",
|
||||
"ClearSearchAlertTitle",
|
||||
"ClearSearchRemove",
|
||||
|
|
|
@ -256,12 +256,12 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/general/" class="tr-section">
|
||||
<div class="tr-section-cover cover1"></div>
|
||||
<div class="tr-section-caption">General (1025)</div>
|
||||
<div class="tr-section-caption">General (1026)</div>
|
||||
</a></div>
|
||||
</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-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1676)</div>
|
||||
<div class="tr-section-caption">Unsorted (1675)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1453,6 +1453,14 @@
|
|||
"singular": "**Giveaway Prizes**"
|
||||
}
|
||||
},
|
||||
"BoostingGiveawayShortStatusEnded": {
|
||||
"url": "https://translations.telegram.org/en/android/general/BoostingGiveawayShortStatusEnded",
|
||||
"photo_url": "https://telegra.ph/file/p/aa1899ab37a/e3277ac8f6fc0103f666e17.jpg?c=85,835,313,313,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "The giveaway is ended."
|
||||
}
|
||||
},
|
||||
"BoostingGiveawayShortStatusNotParticipating": {
|
||||
"url": "https://translations.telegram.org/en/android/general/BoostingGiveawayShortStatusNotParticipating",
|
||||
"photo_url": "https://telegra.ph/file/p/e416b8ef038/d00858630815b07c44adb17.jpg?c=81,796,363,363,280,280",
|
||||
|
|
|
@ -2526,14 +2526,6 @@
|
|||
"singular": "Are you sure you want to add a private channel? Users won't be able to join it without an invite link."
|
||||
}
|
||||
},
|
||||
"BoostingGiveawayShortStatusEnded": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BoostingGiveawayShortStatusEnded",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "The giveaway is ended."
|
||||
}
|
||||
},
|
||||
"BoostingGiveawayShortStatusParticipating": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BoostingGiveawayShortStatusParticipating",
|
||||
"photo_url": null,
|
||||
|
@ -4348,6 +4340,15 @@
|
|||
"singular": "Clear search history?"
|
||||
}
|
||||
},
|
||||
"ClearSearchAlertPartial": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/ClearSearchAlertPartial",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Do you want to remove this chat from your search history?",
|
||||
"plural": "Do you want to remove these <mark class=\"token\">%1$d</mark> chats from your search history?"
|
||||
}
|
||||
},
|
||||
"ClearSearchAlertPartialTitle": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/ClearSearchAlertPartialTitle",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue