mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-16 14:43:05 +01:00
Update content of files
This commit is contained in:
parent
ef48fad9e1
commit
3ed7f12d3e
4 changed files with 30 additions and 3 deletions
|
@ -12257,6 +12257,7 @@
|
|||
"Channel.BanUser.Unban",
|
||||
"Channel.BlackList.Title",
|
||||
"Channel.BotDoesntSupportGroups",
|
||||
"Channel.ChannelColor",
|
||||
"Channel.ChannelSubscribersHeader",
|
||||
"Channel.CommentsGroup.Header",
|
||||
"Channel.CommentsGroup.HeaderGroupSet",
|
||||
|
@ -12448,6 +12449,7 @@
|
|||
"ChannelBoost.MaxLevelReachedText",
|
||||
"ChannelBoost.MaxLevelReachedTextAuthor",
|
||||
"ChannelBoost.MoreBoosts",
|
||||
"ChannelBoost.Or",
|
||||
"ChannelBoost.Replace",
|
||||
"ChannelBoost.ReplaceBoost",
|
||||
"ChannelBoost.StoriesPerDay",
|
||||
|
@ -17021,6 +17023,7 @@
|
|||
"Settings.LogoutConfirmationText",
|
||||
"Settings.LogoutConfirmationTitle",
|
||||
"Settings.MyStories",
|
||||
"Settings.New",
|
||||
"Settings.NotificationsAndSounds",
|
||||
"Settings.Passport",
|
||||
"Settings.PauseMusicOnRecording",
|
||||
|
|
|
@ -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">7157</span>
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">7160</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 (1472)</div>
|
||||
<div class="tr-section-caption">Unsorted (1475)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1272,6 +1272,14 @@
|
|||
"singular": "Sorry, this bot is telling us it doesn't want to be added to groups. You can't add this bot unless its developers change their mind."
|
||||
}
|
||||
},
|
||||
"Channel.ChannelColor": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Channel.ChannelColor",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Channel Color"
|
||||
}
|
||||
},
|
||||
"Channel.ChannelSubscribersHeader": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Channel.ChannelSubscribersHeader",
|
||||
"photo_url": null,
|
||||
|
@ -1544,6 +1552,14 @@
|
|||
"singular": "This channel reached **Level <mark class=\"token\">%1$@</mark>** and can now post <mark class=\"token\">%2$@</mark>."
|
||||
}
|
||||
},
|
||||
"ChannelBoost.Or": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/ChannelBoost.Or",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "or"
|
||||
}
|
||||
},
|
||||
"ChannelBoost.YouBoostedChannelText": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/ChannelBoost.YouBoostedChannelText",
|
||||
"photo_url": null,
|
||||
|
@ -9553,6 +9569,14 @@
|
|||
"singular": "Edit Account"
|
||||
}
|
||||
},
|
||||
"Settings.New": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Settings.New",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "NEW"
|
||||
}
|
||||
},
|
||||
"Settings.PrivacyPolicy_URL": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Settings.PrivacyPolicy_URL",
|
||||
"photo_url": null,
|
||||
|
|
|
@ -1494,7 +1494,7 @@
|
|||
"lng_boost_channel_or": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_channel_or",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "or"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue