mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-19 14:58:54 +01:00
Update content of files
This commit is contained in:
parent
478edd0cf1
commit
f378897613
3 changed files with 29 additions and 2 deletions
|
@ -35355,6 +35355,7 @@
|
|||
"AccDescrMsgNotPlayed",
|
||||
"AccDescrMsgRead",
|
||||
"AccDescrMsgUnread",
|
||||
"AccDescrNotificationsMuted",
|
||||
"AccDescrNumberOfPeopleReactions",
|
||||
"AccDescrNumberOfViews",
|
||||
"AccDescrOpenChat",
|
||||
|
@ -37447,6 +37448,8 @@
|
|||
"NoMessagesGreetingsDescription",
|
||||
"NoPublicStoriesTitle",
|
||||
"NoReactions",
|
||||
"NoRecentCalls",
|
||||
"NoRecentCallsInfo",
|
||||
"NoResult",
|
||||
"NoRtmpStreamFromAppOwner",
|
||||
"NoRtmpStreamFromAppViewer",
|
||||
|
|
|
@ -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">3557</span>
|
||||
<a href="/en/" class="tr-back"></a>Unigram<span class="tr-header-counter">3560</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 (2570)</div>
|
||||
<div class="tr-section-caption">Unsorted (2573)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -344,6 +344,14 @@
|
|||
"singular": "Not seen"
|
||||
}
|
||||
},
|
||||
"AccDescrNotificationsMuted": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/AccDescrNotificationsMuted",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Muted"
|
||||
}
|
||||
},
|
||||
"AccDescrNumberOfPeopleReactions": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/AccDescrNumberOfPeopleReactions",
|
||||
"photo_url": null,
|
||||
|
@ -12924,6 +12932,22 @@
|
|||
"singular": "Send a message or tap the greeting below."
|
||||
}
|
||||
},
|
||||
"NoRecentCalls": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/NoRecentCalls",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "No recent calls"
|
||||
}
|
||||
},
|
||||
"NoRecentCallsInfo": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/NoRecentCallsInfo",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Your recent voice and video calls<br/>will appear here."
|
||||
}
|
||||
},
|
||||
"NoResult": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/NoResult",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Add table
Reference in a new issue