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
b4503bae58
commit
a880ddbda8
3 changed files with 38 additions and 2 deletions
|
@ -1007,6 +1007,8 @@
|
|||
"BoostingGiveawayChannelStarted",
|
||||
"BoostingGiveawayChannelStarted",
|
||||
"BoostingGiveawayCreated",
|
||||
"BoostingGiveawayDeleteMsgText",
|
||||
"BoostingGiveawayDeleteMsgTitle",
|
||||
"BoostingGiveawayEnd",
|
||||
"BoostingGiveawayHowItWorksSubText",
|
||||
"BoostingGiveawayHowItWorksSubTextDate",
|
||||
|
@ -1112,6 +1114,8 @@
|
|||
"BoostingShowMoreBoosts",
|
||||
"BoostingShowMoreGifts",
|
||||
"BoostingStartGiveaway",
|
||||
"BoostingStartGiveawayConfirmText",
|
||||
"BoostingStartGiveawayConfirmTitle",
|
||||
"BoostingStoriesByGifting",
|
||||
"BoostingStoriesByGiftingLink",
|
||||
"BoostingStoriesFeaturesAndTerms",
|
||||
|
|
|
@ -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>Android<span class="tr-header-counter">6512</span>
|
||||
<a href="/en/" class="tr-back"></a>Android<span class="tr-header-counter">6516</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>
|
||||
</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/android/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1569)</div>
|
||||
<div class="tr-section-caption">Unsorted (1573)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1992,6 +1992,22 @@
|
|||
"singular": "Giveaway created"
|
||||
}
|
||||
},
|
||||
"BoostingGiveawayDeleteMsgText": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BoostingGiveawayDeleteMsgText",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Deleting this message won't cancel the giveaway - the winners will still be selected on **<mark class=\"token\">%s</mark>**.<br/><br/>Once deleted, the Giveaway Announcement cannot be restored."
|
||||
}
|
||||
},
|
||||
"BoostingGiveawayDeleteMsgTitle": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BoostingGiveawayDeleteMsgTitle",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Delete announcement"
|
||||
}
|
||||
},
|
||||
"BoostingGiveawayHowItWorksSubTextDateEnd": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BoostingGiveawayHowItWorksSubTextDateEnd",
|
||||
"photo_url": null,
|
||||
|
@ -2387,6 +2403,22 @@
|
|||
"plural": "Show <mark class=\"token\">%1$d</mark> More Gifted Boosts"
|
||||
}
|
||||
},
|
||||
"BoostingStartGiveawayConfirmText": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BoostingStartGiveawayConfirmText",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Are you sure you want to start the giveaway now?"
|
||||
}
|
||||
},
|
||||
"BoostingStartGiveawayConfirmTitle": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BoostingStartGiveawayConfirmTitle",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Start Giveaway"
|
||||
}
|
||||
},
|
||||
"BoostingSubscriptionsCount": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BoostingSubscriptionsCount",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue