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
f64e0edc4e
commit
d60e78c2ac
4 changed files with 22 additions and 3 deletions
|
@ -29579,6 +29579,8 @@
|
|||
"BoostingGiveawayParticipant",
|
||||
"BoostingGiveawayParticipantMultiPlural",
|
||||
"BoostingGiveawayPrizes",
|
||||
"BoostingGiveawayTakePart",
|
||||
"BoostingGiveawayTakePartMultiPlural",
|
||||
"BoostingGiveawayUsedLinksPlural",
|
||||
"BoostingGiveawayViewPrize",
|
||||
"BoostingGiveawayYouNotWon",
|
||||
|
|
|
@ -2227,7 +2227,7 @@
|
|||
"BoostingGiveawayTakePartMultiPlural": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BoostingGiveawayTakePartMultiPlural",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "To take part in this giveaway please join channel **<mark class=\"token\">%2$s</mark>** (and **<mark class=\"token\">%1$d</mark>** other listed channel) before **<mark class=\"token\">%3$s</mark>**.",
|
||||
"plural": "To take part in this giveaway please join channel **<mark class=\"token\">%2$s</mark>** (and **<mark class=\"token\">%1$d</mark>** other listed channels) before **<mark class=\"token\">%3$s</mark>**."
|
||||
|
|
|
@ -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">2681</span>
|
||||
<a href="/en/" class="tr-back"></a>Unigram<span class="tr-header-counter">2683</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 (1696)</div>
|
||||
<div class="tr-section-caption">Unsorted (1698)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -2777,6 +2777,23 @@
|
|||
"singular": "**Giveaway Prizes**"
|
||||
}
|
||||
},
|
||||
"BoostingGiveawayTakePart": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingGiveawayTakePart",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "To take part in this giveaway please join channel **<mark class=\"token\">{0}</mark>** before **<mark class=\"token\">{1}</mark>**."
|
||||
}
|
||||
},
|
||||
"BoostingGiveawayTakePartMultiPlural": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingGiveawayTakePartMultiPlural",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "To take part in this giveaway please join channel **<mark class=\"token\">{1}</mark>** (and **<mark class=\"token\">{0}</mark>** other listed channel) before **<mark class=\"token\">{2}</mark>**.",
|
||||
"plural": "To take part in this giveaway please join channel **<mark class=\"token\">{1}</mark>** (and **<mark class=\"token\">{0}</mark>** other listed channels) before **<mark class=\"token\">{2}</mark>**."
|
||||
}
|
||||
},
|
||||
"BoostingGiveawayUsedLinksPlural": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingGiveawayUsedLinksPlural",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue