mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-06 10:54:32 +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",
|
"AccDescrGoBack",
|
||||||
"AccDescrGroup",
|
"AccDescrGroup",
|
||||||
"AccDescrHideAccounts",
|
"AccDescrHideAccounts",
|
||||||
|
"AccDescrLinkPreview",
|
||||||
"AccDescrMentionCount",
|
"AccDescrMentionCount",
|
||||||
"AccDescrMentionDown",
|
"AccDescrMentionDown",
|
||||||
"AccDescrMiniPlayer",
|
"AccDescrMiniPlayer",
|
||||||
|
@ -31593,6 +31594,7 @@
|
||||||
"UnsavedChanges",
|
"UnsavedChanges",
|
||||||
"UnsupportedAttachment",
|
"UnsupportedAttachment",
|
||||||
"UnsupportedMedia",
|
"UnsupportedMedia",
|
||||||
|
"UnsupportedMessage",
|
||||||
"Unvote",
|
"Unvote",
|
||||||
"Update",
|
"Update",
|
||||||
"UpdateApp",
|
"UpdateApp",
|
||||||
|
|
|
@ -199,7 +199,7 @@
|
||||||
</div></nav>
|
</div></nav>
|
||||||
<section class="content clearfix">
|
<section class="content clearfix">
|
||||||
<section class="tr-content"><h3 class="tr-header">
|
<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>
|
<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>
|
</h3>
|
||||||
<section class="tr-sections clearfix">
|
<section class="tr-sections clearfix">
|
||||||
|
@ -261,7 +261,7 @@
|
||||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
</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-wrap"><a href="/en/unigram/unsorted/" class="tr-section">
|
||||||
<div class="tr-section-cover cover0"></div>
|
<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>
|
</a></div>
|
||||||
</div>
|
</div>
|
||||||
</section></section>
|
</section></section>
|
||||||
|
|
|
@ -223,6 +223,14 @@
|
||||||
"singular": "Group"
|
"singular": "Group"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"AccDescrLinkPreview": {
|
||||||
|
"url": "https://translations.telegram.org/en/unigram/unsorted/AccDescrLinkPreview",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": false,
|
||||||
|
"values": {
|
||||||
|
"singular": "Link Preview"
|
||||||
|
}
|
||||||
|
},
|
||||||
"AccDescrMentionCount": {
|
"AccDescrMentionCount": {
|
||||||
"url": "https://translations.telegram.org/en/unigram/unsorted/AccDescrMentionCount",
|
"url": "https://translations.telegram.org/en/unigram/unsorted/AccDescrMentionCount",
|
||||||
"photo_url": null,
|
"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"
|
"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": {
|
"Unvote": {
|
||||||
"url": "https://translations.telegram.org/en/unigram/unsorted/Unvote",
|
"url": "https://translations.telegram.org/en/unigram/unsorted/Unvote",
|
||||||
"photo_url": null,
|
"photo_url": null,
|
||||||
|
|
Loading…
Reference in a new issue