mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
Update content of files
This commit is contained in:
parent
c02ce04b09
commit
eb3f5f5407
3 changed files with 95 additions and 2 deletions
|
@ -36612,8 +36612,14 @@
|
|||
"Boosters",
|
||||
"BoostersInfoDescription",
|
||||
"BoostingAvailableIn",
|
||||
"BoostingBoostsChannelByUserServiceMsg",
|
||||
"BoostingBoostsChannelByUserServiceMsgCount",
|
||||
"BoostingBoostsChannelByYouServiceMsg",
|
||||
"BoostingBoostsChannelByYouServiceMsgCount",
|
||||
"BoostingBoostsGroupByUserServiceMsg",
|
||||
"BoostingBoostsGroupByUserServiceMsgCount",
|
||||
"BoostingBoostsGroupByYouServiceMsg",
|
||||
"BoostingBoostsGroupByYouServiceMsgCount",
|
||||
"BoostingCongratulations",
|
||||
"BoostingDate",
|
||||
"BoostingEnableColor",
|
||||
|
@ -36775,11 +36781,15 @@
|
|||
"BotWebAppDisclaimerCheck",
|
||||
"BotWebAppDisclaimerSubtitle",
|
||||
"BotWebAppInstantViewOpen",
|
||||
"BotWebViewAddToStart",
|
||||
"BotWebViewChangesMayNotBeSaved",
|
||||
"BotWebViewCloseAnyway",
|
||||
"BotWebViewDeleteBot",
|
||||
"BotWebViewEnterFullScreen",
|
||||
"BotWebViewExitFullScreen",
|
||||
"BotWebViewOpenBot",
|
||||
"BotWebViewReloadPage",
|
||||
"BotWebViewRemoveFromStart",
|
||||
"BotWebViewRequestAllow",
|
||||
"BotWebViewRequestDontAllow",
|
||||
"BotWebViewRequestWriteMessage",
|
||||
|
|
|
@ -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">3892</span>
|
||||
<a href="/en/" class="tr-back"></a>Unigram<span class="tr-header-counter">3902</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 (2905)</div>
|
||||
<div class="tr-section-caption">Unsorted (2915)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -3321,6 +3321,40 @@
|
|||
"singular": "available in <mark class=\"token\">{0}</mark>"
|
||||
}
|
||||
},
|
||||
"BoostingBoostsChannelByUserServiceMsg": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingBoostsChannelByUserServiceMsg",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{0}</mark> boosted the channel"
|
||||
}
|
||||
},
|
||||
"BoostingBoostsChannelByUserServiceMsgCount": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingBoostsChannelByUserServiceMsgCount",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "",
|
||||
"plural": ""
|
||||
}
|
||||
},
|
||||
"BoostingBoostsChannelByYouServiceMsg": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingBoostsChannelByYouServiceMsg",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "You boosted the channel"
|
||||
}
|
||||
},
|
||||
"BoostingBoostsChannelByYouServiceMsgCount": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingBoostsChannelByYouServiceMsgCount",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "",
|
||||
"plural": ""
|
||||
}
|
||||
},
|
||||
"BoostingBoostsGroupByUserServiceMsg": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingBoostsGroupByUserServiceMsg",
|
||||
"photo_url": null,
|
||||
|
@ -3338,6 +3372,23 @@
|
|||
"plural": "<mark class=\"token\">{1}</mark> boosted the group <mark class=\"token\">{0}</mark> times"
|
||||
}
|
||||
},
|
||||
"BoostingBoostsGroupByYouServiceMsg": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingBoostsGroupByYouServiceMsg",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "You boosted the group"
|
||||
}
|
||||
},
|
||||
"BoostingBoostsGroupByYouServiceMsgCount": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingBoostsGroupByYouServiceMsgCount",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "",
|
||||
"plural": "You boosted the group <mark class=\"token\">{0}</mark> times"
|
||||
}
|
||||
},
|
||||
"BoostingCongratulations": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BoostingCongratulations",
|
||||
"photo_url": null,
|
||||
|
@ -4642,6 +4693,14 @@
|
|||
"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 for mini apps to continue."
|
||||
}
|
||||
},
|
||||
"BotWebViewAddToStart": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BotWebViewAddToStart",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Add to Start"
|
||||
}
|
||||
},
|
||||
"BotWebViewDeleteBot": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BotWebViewDeleteBot",
|
||||
"photo_url": null,
|
||||
|
@ -4650,6 +4709,22 @@
|
|||
"singular": "Remove from Menu"
|
||||
}
|
||||
},
|
||||
"BotWebViewEnterFullScreen": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BotWebViewEnterFullScreen",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Enter Full Screen"
|
||||
}
|
||||
},
|
||||
"BotWebViewExitFullScreen": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BotWebViewExitFullScreen",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Exit Full Screen"
|
||||
}
|
||||
},
|
||||
"BotWebViewOpenBot": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BotWebViewOpenBot",
|
||||
"photo_url": null,
|
||||
|
@ -4666,6 +4741,14 @@
|
|||
"singular": "Reload Page"
|
||||
}
|
||||
},
|
||||
"BotWebViewRemoveFromStart": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BotWebViewRemoveFromStart",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Remove from Start"
|
||||
}
|
||||
},
|
||||
"BotWebViewRequestAllow": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BotWebViewRequestAllow",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Add table
Reference in a new issue