mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 09:06:24 +01:00
Update content of files
This commit is contained in:
parent
1656edd311
commit
5a9526a8cf
3 changed files with 20 additions and 2 deletions
|
@ -29163,6 +29163,7 @@
|
|||
"AccDescrGoBack",
|
||||
"AccDescrGroup",
|
||||
"AccDescrHideAccounts",
|
||||
"AccDescrLinkPreview",
|
||||
"AccDescrMentionCount",
|
||||
"AccDescrMentionDown",
|
||||
"AccDescrMiniPlayer",
|
||||
|
@ -31593,6 +31594,7 @@
|
|||
"UnsavedChanges",
|
||||
"UnsupportedAttachment",
|
||||
"UnsupportedMedia",
|
||||
"UnsupportedMessage",
|
||||
"Unvote",
|
||||
"Update",
|
||||
"UpdateApp",
|
||||
|
|
|
@ -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">2683</span>
|
||||
<a href="/en/" class="tr-back"></a>Unigram<span class="tr-header-counter">2685</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 (1698)</div>
|
||||
<div class="tr-section-caption">Unsorted (1700)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -223,6 +223,14 @@
|
|||
"singular": "Group"
|
||||
}
|
||||
},
|
||||
"AccDescrLinkPreview": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/AccDescrLinkPreview",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Link Preview"
|
||||
}
|
||||
},
|
||||
"AccDescrMentionCount": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/AccDescrMentionCount",
|
||||
"photo_url": null,
|
||||
|
@ -12268,6 +12276,14 @@
|
|||
"singular": "This message is not supported by your version of Telegram. Update the app to view: https://telegram.org/update"
|
||||
}
|
||||
},
|
||||
"UnsupportedMessage": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/UnsupportedMessage",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "This message is not supported by your version of Telegram. Update the app to view:"
|
||||
}
|
||||
},
|
||||
"Unvote": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/Unvote",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue