mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
Update content of files
This commit is contained in:
parent
d6b1d01714
commit
f96b473011
3 changed files with 20 additions and 22 deletions
|
@ -14174,8 +14174,6 @@
|
|||
"BoostGift.PremiumGifted.Title",
|
||||
"BoostGift.PremiumInfo",
|
||||
"BoostGift.PrepaidGiveaway.StarsCount",
|
||||
"BoostGift.PrepaidGiveaway.StarsCount",
|
||||
"BoostGift.PrepaidGiveaway.StarsWinners",
|
||||
"BoostGift.PrepaidGiveaway.StarsWinners",
|
||||
"BoostGift.PrepaidGiveawayCount",
|
||||
"BoostGift.PrepaidGiveawayMonths",
|
||||
|
@ -15647,6 +15645,7 @@
|
|||
"Chat.SendNotAllowedText",
|
||||
"Chat.SendNotAllowedVideo",
|
||||
"Chat.SendNotAllowedVideoMessage",
|
||||
"Chat.SensitiveContent",
|
||||
"Chat.SimilarChannels",
|
||||
"Chat.SimilarChannels.Join",
|
||||
"Chat.SimilarChannels.JoinedChannel",
|
||||
|
@ -20806,6 +20805,7 @@
|
|||
"SensitiveContent.SettingsInfo",
|
||||
"SensitiveContent.ShowAlways",
|
||||
"SensitiveContent.Text",
|
||||
"SensitiveContent.Title",
|
||||
"SensitiveContent.ViewAnyway",
|
||||
"ServiceMessage.GameScoreExtended",
|
||||
"ServiceMessage.GameScoreSelfExtended",
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/groups_and_channels/" class="tr-section">
|
||||
<div class="tr-section-cover cover8"></div>
|
||||
<div class="tr-section-caption">Groups And Channels (1774)</div>
|
||||
<div class="tr-section-caption">Groups And Channels (1776)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/profile/" class="tr-section">
|
||||
|
@ -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 (1879)</div>
|
||||
<div class="tr-section-caption">Unsorted (1877)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -519,24 +519,6 @@
|
|||
"singular": "Premium Subscriptions Gifted"
|
||||
}
|
||||
},
|
||||
"BoostGift.PrepaidGiveaway.StarsCount": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/BoostGift.PrepaidGiveaway.StarsCount",
|
||||
"photo_url": "https://telegra.ph/file/p/ed9ec23a3d8/dfd763de23bbf424ad3cd17.jpg?c=76,445,280,280,280,280",
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> Star",
|
||||
"plural": "<mark class=\"token\">%@</mark> Stars"
|
||||
}
|
||||
},
|
||||
"BoostGift.PrepaidGiveaway.StarsWinners": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/BoostGift.PrepaidGiveaway.StarsWinners",
|
||||
"photo_url": "https://telegra.ph/file/p/ed9ec23a3d8/dfd763de23bbf424ad3cd17.jpg?c=88,472,280,280,280,280",
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "for <mark class=\"token\">%@</mark> winner",
|
||||
"plural": "among <mark class=\"token\">%@</mark> winners"
|
||||
}
|
||||
},
|
||||
"BoostGift.PrepaidGiveawayStarsCount": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/BoostGift.PrepaidGiveawayStarsCount",
|
||||
"photo_url": null,
|
||||
|
@ -3039,6 +3021,14 @@
|
|||
"singular": "Sending video messages is not allowed in this group"
|
||||
}
|
||||
},
|
||||
"Chat.SensitiveContent": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Chat.SensitiveContent",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "18+ Content"
|
||||
}
|
||||
},
|
||||
"Chat.SimilarChannels.JoinedChannel": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Chat.SimilarChannels.JoinedChannel",
|
||||
"photo_url": null,
|
||||
|
@ -11904,6 +11894,14 @@
|
|||
"singular": "This media may contain sensitive content suitable only for adults.<br/>Do you still want to view it?"
|
||||
}
|
||||
},
|
||||
"SensitiveContent.Title": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/SensitiveContent.Title",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "18+ Content"
|
||||
}
|
||||
},
|
||||
"SensitiveContent.ViewAnyway": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/SensitiveContent.ViewAnyway",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue