mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 07:52:37 +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",
|
"ShowForwardOptions",
|
||||||
"ShowInChat",
|
"ShowInChat",
|
||||||
"ShowInDiscussionGroup",
|
"ShowInDiscussionGroup",
|
||||||
|
"ShowLessStickers",
|
||||||
"ShowOnFoursquare",
|
"ShowOnFoursquare",
|
||||||
"ShowOtherChats",
|
"ShowOtherChats",
|
||||||
"ShowPinnedList",
|
"ShowPinnedList",
|
||||||
|
@ -9121,6 +9122,7 @@
|
||||||
"ShowSecretOff",
|
"ShowSecretOff",
|
||||||
"ShowSecretOn",
|
"ShowSecretOn",
|
||||||
"ShowSourceMessage",
|
"ShowSourceMessage",
|
||||||
|
"ShowXMoreStickers",
|
||||||
"SignOutAlt",
|
"SignOutAlt",
|
||||||
"SignOutAltAddAccount",
|
"SignOutAltAddAccount",
|
||||||
"SignOutAltAddAccountHint",
|
"SignOutAltAddAccountHint",
|
||||||
|
|
|
@ -191,7 +191,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>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>
|
<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>
|
</h3>
|
||||||
<section class="tr-sections clearfix">
|
<section class="tr-sections clearfix">
|
||||||
|
@ -248,7 +248,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/android_x/unsorted/" class="tr-section">
|
<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-cover cover0"></div>
|
||||||
<div class="tr-section-caption">Unsorted (875)</div>
|
<div class="tr-section-caption">Unsorted (877)</div>
|
||||||
</a></div>
|
</a></div>
|
||||||
</div>
|
</div>
|
||||||
</section></section>
|
</section></section>
|
||||||
|
|
|
@ -4865,6 +4865,14 @@
|
||||||
"singular": "Show in discussion group"
|
"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": {
|
"ShowOtherChats": {
|
||||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ShowOtherChats",
|
"url": "https://translations.telegram.org/en/android_x/unsorted/ShowOtherChats",
|
||||||
"photo_url": null,
|
"photo_url": null,
|
||||||
|
@ -4873,6 +4881,15 @@
|
||||||
"singular": "Show Other Chats"
|
"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": {
|
"SignedInOtherDevice": {
|
||||||
"url": "https://translations.telegram.org/en/android_x/unsorted/SignedInOtherDevice",
|
"url": "https://translations.telegram.org/en/android_x/unsorted/SignedInOtherDevice",
|
||||||
"photo_url": null,
|
"photo_url": null,
|
||||||
|
|
Loading…
Reference in a new issue