mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-01 12:42:07 +01:00
Update content of files
This commit is contained in:
parent
26a875135f
commit
2f80239307
3 changed files with 29 additions and 2 deletions
|
@ -4757,8 +4757,11 @@
|
|||
"PleaseStreamDownload",
|
||||
"PmRead",
|
||||
"PmReadAt",
|
||||
"PmReadDateTimeAt",
|
||||
"PmReadShowWhen",
|
||||
"PmReadTodayAt",
|
||||
"PmReadUnknown",
|
||||
"PmReadYesterdayAt",
|
||||
"Points",
|
||||
"Poll",
|
||||
"PollAnonymous",
|
||||
|
|
|
@ -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>Android<span class="tr-header-counter">6839</span>
|
||||
<a href="/en/" class="tr-back"></a>Android<span class="tr-header-counter">6842</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/android/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/android/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/android/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/android/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1675)</div>
|
||||
<div class="tr-section-caption">Unsorted (1678)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -8486,6 +8486,14 @@
|
|||
"singular": "read <mark class=\"token\">%s</mark>"
|
||||
}
|
||||
},
|
||||
"PmReadDateTimeAt": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/PmReadDateTimeAt",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "read <mark class=\"token\">%1$s</mark> at <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"PmReadShowWhen": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/PmReadShowWhen",
|
||||
"photo_url": null,
|
||||
|
@ -8494,6 +8502,14 @@
|
|||
"singular": "show when"
|
||||
}
|
||||
},
|
||||
"PmReadTodayAt": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/PmReadTodayAt",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "read today at <mark class=\"token\">%s</mark>"
|
||||
}
|
||||
},
|
||||
"PmReadUnknown": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/PmReadUnknown",
|
||||
"photo_url": null,
|
||||
|
@ -8502,6 +8518,14 @@
|
|||
"singular": "read time unknown"
|
||||
}
|
||||
},
|
||||
"PmReadYesterdayAt": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/PmReadYesterdayAt",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "read yesterday at <mark class=\"token\">%s</mark>"
|
||||
}
|
||||
},
|
||||
"PollCollapse": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/PollCollapse",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue