mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-30 12:29:26 +02: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",
|
"PleaseStreamDownload",
|
||||||
"PmRead",
|
"PmRead",
|
||||||
"PmReadAt",
|
"PmReadAt",
|
||||||
|
"PmReadDateTimeAt",
|
||||||
"PmReadShowWhen",
|
"PmReadShowWhen",
|
||||||
|
"PmReadTodayAt",
|
||||||
"PmReadUnknown",
|
"PmReadUnknown",
|
||||||
|
"PmReadYesterdayAt",
|
||||||
"Points",
|
"Points",
|
||||||
"Poll",
|
"Poll",
|
||||||
"PollAnonymous",
|
"PollAnonymous",
|
||||||
|
|
|
@ -199,7 +199,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<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>
|
<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>
|
</h3>
|
||||||
<section class="tr-sections clearfix">
|
<section class="tr-sections clearfix">
|
||||||
|
@ -261,7 +261,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/unsorted/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/android/unsorted/" class="tr-section">
|
||||||
<div class="tr-section-cover cover0"></div>
|
<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>
|
</a></div>
|
||||||
</div>
|
</div>
|
||||||
</section></section>
|
</section></section>
|
||||||
|
|
|
@ -8486,6 +8486,14 @@
|
||||||
"singular": "read <mark class=\"token\">%s</mark>"
|
"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": {
|
"PmReadShowWhen": {
|
||||||
"url": "https://translations.telegram.org/en/android/unsorted/PmReadShowWhen",
|
"url": "https://translations.telegram.org/en/android/unsorted/PmReadShowWhen",
|
||||||
"photo_url": null,
|
"photo_url": null,
|
||||||
|
@ -8494,6 +8502,14 @@
|
||||||
"singular": "show when"
|
"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": {
|
"PmReadUnknown": {
|
||||||
"url": "https://translations.telegram.org/en/android/unsorted/PmReadUnknown",
|
"url": "https://translations.telegram.org/en/android/unsorted/PmReadUnknown",
|
||||||
"photo_url": null,
|
"photo_url": null,
|
||||||
|
@ -8502,6 +8518,14 @@
|
||||||
"singular": "read time unknown"
|
"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": {
|
"PollCollapse": {
|
||||||
"url": "https://translations.telegram.org/en/android/unsorted/PollCollapse",
|
"url": "https://translations.telegram.org/en/android/unsorted/PollCollapse",
|
||||||
"photo_url": null,
|
"photo_url": null,
|
||||||
|
|
Loading…
Add table
Reference in a new issue