mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 01:00:50 +01:00
Update content of files
This commit is contained in:
parent
1c5b52a454
commit
b5d6de6814
3 changed files with 21 additions and 2 deletions
|
@ -20461,6 +20461,8 @@
|
|||
"lng_context_animated_emoji",
|
||||
"lng_context_animated_emoji_many",
|
||||
"lng_context_animated_reaction",
|
||||
"lng_context_animated_reactions",
|
||||
"lng_context_animated_reactions_many",
|
||||
"lng_context_archive_collapse",
|
||||
"lng_context_archive_expand",
|
||||
"lng_context_archive_to_list",
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
</div></nav>
|
||||
<section class="content clearfix">
|
||||
<section class="tr-content"><h3 class="tr-header">
|
||||
<a href="/en/" class="tr-back"></a>TDesktop<span class="tr-header-counter">3313</span>
|
||||
<a href="/en/" class="tr-back"></a>TDesktop<span class="tr-header-counter">3315</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/tdesktop/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/tdesktop/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/tdesktop/recent/comments">Comments</a></span></div>
|
||||
</h3>
|
||||
<section class="tr-sections clearfix">
|
||||
|
@ -240,7 +240,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/tdesktop/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (311)</div>
|
||||
<div class="tr-section-caption">Unsorted (313)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -598,6 +598,23 @@
|
|||
"singular": "This reaction is from **<mark class=\"token\">{name}</mark> pack**."
|
||||
}
|
||||
},
|
||||
"lng_context_animated_reactions": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_context_animated_reactions",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Reactions contain emoji from **<mark class=\"token\">{name}</mark> pack**."
|
||||
}
|
||||
},
|
||||
"lng_context_animated_reactions_many": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_context_animated_reactions_many",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Reactions contain emoji from **<mark class=\"token\">{count}</mark> pack**.",
|
||||
"plural": "Reactions contain emoji from **<mark class=\"token\">{count}</mark> packs**."
|
||||
}
|
||||
},
|
||||
"lng_context_attached_stickers": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_context_attached_stickers",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue