mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-02-18 04:03:28 +01:00
Update content of files
This commit is contained in:
parent
37f5486698
commit
7e0caaeeca
3 changed files with 22 additions and 2 deletions
|
@ -13278,6 +13278,7 @@
|
|||
"Chat.Giveaway.Message.CountriesDelimiter",
|
||||
"Chat.Giveaway.Message.CountriesFrom",
|
||||
"Chat.Giveaway.Message.CountriesLastDelimiter",
|
||||
"Chat.Giveaway.Message.CustomPrizeQuantity",
|
||||
"Chat.Giveaway.Message.DateTitle",
|
||||
"Chat.Giveaway.Message.LearnMore",
|
||||
"Chat.Giveaway.Message.Months",
|
||||
|
@ -13299,6 +13300,7 @@
|
|||
"Chat.Giveaway.Message.WinnersTitle.Many",
|
||||
"Chat.Giveaway.Message.WinnersTitle.One",
|
||||
"Chat.Giveaway.Message.With",
|
||||
"Chat.Giveaway.Message.WithSubscriptions",
|
||||
"Chat.Giveaway.Toast.AlmostOver",
|
||||
"Chat.Giveaway.Toast.Ended",
|
||||
"Chat.Giveaway.Toast.LearnMore",
|
||||
|
|
|
@ -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>iOS<span class="tr-header-counter">7597</span>
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">7599</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/ios/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/ios/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/ios/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/ios/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1584)</div>
|
||||
<div class="tr-section-caption">Unsorted (1586)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1994,6 +1994,15 @@
|
|||
"singular": " and "
|
||||
}
|
||||
},
|
||||
"Chat.Giveaway.Message.CustomPrizeQuantity": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Chat.Giveaway.Message.CustomPrizeQuantity",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark>",
|
||||
"plural": "<mark class=\"token\">%@</mark>"
|
||||
}
|
||||
},
|
||||
"Chat.Giveaway.Message.ParticipantsMany": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Chat.Giveaway.Message.ParticipantsMany",
|
||||
"photo_url": null,
|
||||
|
@ -2043,6 +2052,15 @@
|
|||
"singular": "Winners"
|
||||
}
|
||||
},
|
||||
"Chat.Giveaway.Message.WithSubscriptions": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Chat.Giveaway.Message.WithSubscriptions",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "**<mark class=\"token\">%@</mark>** Telegram Premium Subscription",
|
||||
"plural": "**<mark class=\"token\">%@</mark>** Telegram Premium Subscriptions"
|
||||
}
|
||||
},
|
||||
"Chat.Giveaway.Toast.AlmostOver": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Chat.Giveaway.Toast.AlmostOver",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Add table
Reference in a new issue