mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-19 14:58:54 +01:00
Update content of files
This commit is contained in:
parent
1f5592d405
commit
b7bd876b42
3 changed files with 30 additions and 2 deletions
|
@ -19012,6 +19012,9 @@
|
|||
"Notification.StarsGift.SubtitleYou",
|
||||
"Notification.StarsGift.Title",
|
||||
"Notification.StarsGift.UnknownUser",
|
||||
"Notification.StarsGiveaway.Subtitle",
|
||||
"Notification.StarsGiveaway.Subtitle.Stars",
|
||||
"Notification.StarsGiveaway.Title",
|
||||
"Notification.StarsGiveawayResultsNoWinners",
|
||||
"Notification.StarsGiveawayResultsNoWinners.Group",
|
||||
"Notification.StarsGiveawayStarted",
|
||||
|
|
|
@ -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">9083</span>
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">9086</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 (1889)</div>
|
||||
<div class="tr-section-caption">Unsorted (1892)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -8916,6 +8916,31 @@
|
|||
"singular": "Unknown user"
|
||||
}
|
||||
},
|
||||
"Notification.StarsGiveaway.Subtitle": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Notification.StarsGiveaway.Subtitle",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "You won a prize in a giveaway organized by **<mark class=\"token\">%1$@</mark>**.<br/><br/>Your prize is **<mark class=\"token\">%2$@</mark>**."
|
||||
}
|
||||
},
|
||||
"Notification.StarsGiveaway.Subtitle.Stars": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Notification.StarsGiveaway.Subtitle.Stars",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> Star",
|
||||
"plural": "<mark class=\"token\">%@</mark> Stars"
|
||||
}
|
||||
},
|
||||
"Notification.StarsGiveaway.Title": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Notification.StarsGiveaway.Title",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Congratulations!"
|
||||
}
|
||||
},
|
||||
"Notification.StarsGiveawayResultsNoWinners": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Notification.StarsGiveawayResultsNoWinners",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Add table
Reference in a new issue