mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 15:31:11 +01:00
Update content of files
This commit is contained in:
parent
8fea5a059c
commit
0d6e9ab88e
3 changed files with 20 additions and 2 deletions
|
@ -10593,12 +10593,14 @@
|
|||
"Channel.AdminLog.TopicClosed",
|
||||
"Channel.AdminLog.TopicCreated",
|
||||
"Channel.AdminLog.TopicDeleted",
|
||||
"Channel.AdminLog.TopicHidden",
|
||||
"Channel.AdminLog.TopicPinned",
|
||||
"Channel.AdminLog.TopicRemovedIcon",
|
||||
"Channel.AdminLog.TopicRenamed",
|
||||
"Channel.AdminLog.TopicRenamedWithIcon",
|
||||
"Channel.AdminLog.TopicRenamedWithRemovedIcon",
|
||||
"Channel.AdminLog.TopicReopened",
|
||||
"Channel.AdminLog.TopicUnhidden",
|
||||
"Channel.AdminLog.TopicUnpinned",
|
||||
"Channel.AdminLog.TopicsDisabled",
|
||||
"Channel.AdminLog.TopicsEnabled",
|
||||
|
|
|
@ -183,7 +183,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">5911</span>
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">5913</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">
|
||||
|
@ -240,7 +240,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 (1060)</div>
|
||||
<div class="tr-section-caption">Unsorted (1062)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -944,6 +944,14 @@
|
|||
"singular": "<mark class=\"token\">%1$@</mark> deleted topic <mark class=\"token\">%2$@</mark>"
|
||||
}
|
||||
},
|
||||
"Channel.AdminLog.TopicHidden": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Channel.AdminLog.TopicHidden",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$@</mark> hid topic <mark class=\"token\">%2$@</mark>"
|
||||
}
|
||||
},
|
||||
"Channel.AdminLog.TopicPinned": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Channel.AdminLog.TopicPinned",
|
||||
"photo_url": null,
|
||||
|
@ -992,6 +1000,14 @@
|
|||
"singular": "<mark class=\"token\">%1$@</mark> reopened topic <mark class=\"token\">%2$@</mark>"
|
||||
}
|
||||
},
|
||||
"Channel.AdminLog.TopicUnhidden": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Channel.AdminLog.TopicUnhidden",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$@</mark> unhid topic <mark class=\"token\">%2$@</mark>"
|
||||
}
|
||||
},
|
||||
"Channel.AdminLog.TopicUnpinned": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Channel.AdminLog.TopicUnpinned",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue