mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 15:31:11 +01:00
Update content of files
This commit is contained in:
parent
8b866da58a
commit
c4384076bc
3 changed files with 21 additions and 2 deletions
|
@ -9114,6 +9114,7 @@
|
|||
"ShowForwardOptions",
|
||||
"ShowInChat",
|
||||
"ShowInDiscussionGroup",
|
||||
"ShowLessStickers",
|
||||
"ShowOnFoursquare",
|
||||
"ShowOtherChats",
|
||||
"ShowPinnedList",
|
||||
|
@ -9121,6 +9122,7 @@
|
|||
"ShowSecretOff",
|
||||
"ShowSecretOn",
|
||||
"ShowSourceMessage",
|
||||
"ShowXMoreStickers",
|
||||
"SignOutAlt",
|
||||
"SignOutAltAddAccount",
|
||||
"SignOutAltAddAccountHint",
|
||||
|
|
|
@ -191,7 +191,7 @@
|
|||
</div></nav>
|
||||
<section class="content clearfix">
|
||||
<section class="tr-content"><h3 class="tr-header">
|
||||
<a href="/en/" class="tr-back"></a>Android X<span class="tr-header-counter">3957</span>
|
||||
<a href="/en/" class="tr-back"></a>Android X<span class="tr-header-counter">3959</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/android_x/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/android_x/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/android_x/recent/comments">Comments</a></span></div>
|
||||
</h3>
|
||||
<section class="tr-sections clearfix">
|
||||
|
@ -248,7 +248,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android_x/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (875)</div>
|
||||
<div class="tr-section-caption">Unsorted (877)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -4865,6 +4865,14 @@
|
|||
"singular": "Show in discussion group"
|
||||
}
|
||||
},
|
||||
"ShowLessStickers": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ShowLessStickers",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "show less"
|
||||
}
|
||||
},
|
||||
"ShowOtherChats": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ShowOtherChats",
|
||||
"photo_url": null,
|
||||
|
@ -4873,6 +4881,15 @@
|
|||
"singular": "Show Other Chats"
|
||||
}
|
||||
},
|
||||
"ShowXMoreStickers": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ShowXMoreStickers",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "show <mark class=\"token\">%1$s</mark> more",
|
||||
"plural": "show <mark class=\"token\">%1$s</mark> more"
|
||||
}
|
||||
},
|
||||
"SignedInOtherDevice": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/SignedInOtherDevice",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue