mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
Update content of files
This commit is contained in:
parent
f8bf820f87
commit
bfabae9c61
3 changed files with 30 additions and 2 deletions
|
@ -19014,6 +19014,9 @@
|
|||
"Notification.StarsGift.UnknownUser",
|
||||
"Notification.StarsGiveawayResultsNoWinners",
|
||||
"Notification.StarsGiveawayResultsNoWinners.Group",
|
||||
"Notification.StarsGiveawayStarted",
|
||||
"Notification.StarsGiveawayStarted.Stars",
|
||||
"Notification.StarsGiveawayStartedGroup",
|
||||
"Notification.StarsPrize",
|
||||
"Notification.Story",
|
||||
"Notification.SuggestedProfilePhoto",
|
||||
|
|
|
@ -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">9080</span>
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">9083</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 (1921)</div>
|
||||
<div class="tr-section-caption">Unsorted (1924)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -9122,6 +9122,31 @@
|
|||
"singular": "Due to the giveaway terms, no winners could be selected by Telegram, all stars were credited to group administrators."
|
||||
}
|
||||
},
|
||||
"Notification.StarsGiveawayStarted": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Notification.StarsGiveawayStarted",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$@</mark> just started a giveaway of <mark class=\"token\">%2$@</mark> for its followers."
|
||||
}
|
||||
},
|
||||
"Notification.StarsGiveawayStarted.Stars": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Notification.StarsGiveawayStarted.Stars",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> Telegram Star",
|
||||
"plural": "<mark class=\"token\">%@</mark> Telegram Stars"
|
||||
}
|
||||
},
|
||||
"Notification.StarsGiveawayStartedGroup": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Notification.StarsGiveawayStartedGroup",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$@</mark> just started a giveaway of <mark class=\"token\">%2$@</mark> for its members."
|
||||
}
|
||||
},
|
||||
"Notification.StarsPrize": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Notification.StarsPrize",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue