mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-11 12:41:37 +01:00
Update content of files
This commit is contained in:
parent
5b809a2b46
commit
7058257bcd
3 changed files with 21 additions and 2 deletions
|
@ -3565,6 +3565,8 @@
|
|||
"Gift2Availability",
|
||||
"Gift2Availability2Value",
|
||||
"Gift2Availability2ValueNone",
|
||||
"Gift2Availability3Value",
|
||||
"Gift2Availability4Value",
|
||||
"Gift2AvailabilityLeft",
|
||||
"Gift2AvailabilitySold",
|
||||
"Gift2CaptionMore",
|
||||
|
|
|
@ -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">8330</span>
|
||||
<a href="/en/" class="tr-back"></a>Android<span class="tr-header-counter">8332</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 (1926)</div>
|
||||
<div class="tr-section-caption">Unsorted (1928)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -6423,6 +6423,23 @@
|
|||
"plural": "None of <mark class=\"token\">%1$d</mark> left"
|
||||
}
|
||||
},
|
||||
"Gift2Availability3Value": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/Gift2Availability3Value",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$d</mark> of <mark class=\"token\">%2$s</mark> left"
|
||||
}
|
||||
},
|
||||
"Gift2Availability4Value": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/Gift2Availability4Value",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$d</mark> of <mark class=\"token\">%2$s</mark> left",
|
||||
"plural": "<mark class=\"token\">%1$d</mark> of <mark class=\"token\">%2$s</mark> left"
|
||||
}
|
||||
},
|
||||
"Gift2AvailabilityLeft": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/Gift2AvailabilityLeft",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue