mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-25 00:38:33 +01:00
Update content of files
This commit is contained in:
parent
49d727495c
commit
af227de4d3
3 changed files with 29 additions and 2 deletions
|
@ -28361,6 +28361,8 @@
|
|||
"BotWebAppDisclaimerCheck",
|
||||
"BotWebAppDisclaimerSubtitle",
|
||||
"BotWebAppInstantViewOpen",
|
||||
"BotWebViewChangesMayNotBeSaved",
|
||||
"BotWebViewCloseAnyway",
|
||||
"BotWebViewDeleteBot",
|
||||
"BotWebViewOpenBot",
|
||||
"BotWebViewReloadPage",
|
||||
|
@ -29389,6 +29391,7 @@
|
|||
"NoArchivedStoriesTitle",
|
||||
"NoBlockedChannel",
|
||||
"NoBlockedGroup",
|
||||
"NoBoostersHint",
|
||||
"NoComments",
|
||||
"NoMessages",
|
||||
"NoPublicStoriesTitle",
|
||||
|
|
|
@ -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>Unigram<span class="tr-header-counter">2546</span>
|
||||
<a href="/en/" class="tr-back"></a>Unigram<span class="tr-header-counter">2549</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/unigram/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/unigram/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/unigram/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/unigram/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1566)</div>
|
||||
<div class="tr-section-caption">Unsorted (1569)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -2752,6 +2752,22 @@
|
|||
"singular": "You are about to use a mini app operated by an independent party **not affiliated with Telegram**. You must agree to the Terms of Use of mini apps to continue."
|
||||
}
|
||||
},
|
||||
"BotWebViewChangesMayNotBeSaved": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BotWebViewChangesMayNotBeSaved",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Changes that you made may not be saved."
|
||||
}
|
||||
},
|
||||
"BotWebViewCloseAnyway": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BotWebViewCloseAnyway",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Close anyway"
|
||||
}
|
||||
},
|
||||
"BotWebViewDeleteBot": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BotWebViewDeleteBot",
|
||||
"photo_url": null,
|
||||
|
@ -7777,6 +7793,14 @@
|
|||
"singular": "Next"
|
||||
}
|
||||
},
|
||||
"NoBoostersHint": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/NoBoostersHint",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "No users currently boost your channel"
|
||||
}
|
||||
},
|
||||
"NoComments": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/NoComments",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue