mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
Update content of files
This commit is contained in:
parent
1bb7cd4620
commit
10a1dcde5a
4 changed files with 29 additions and 11 deletions
|
@ -153,6 +153,7 @@
|
|||
"AccDescrTopic",
|
||||
"AccDescrUnreadCount",
|
||||
"AccDescrUploadProgress",
|
||||
"AccDescrUserOnline",
|
||||
"AccDescrUserOptions",
|
||||
"AccDescrVerified",
|
||||
"AccDescrVideoCompressHigh",
|
||||
|
@ -3562,6 +3563,7 @@
|
|||
"Gift2Availability3Value",
|
||||
"Gift2ConvertButton",
|
||||
"Gift2ConvertStars",
|
||||
"Gift2ConvertText",
|
||||
"Gift2ConvertTitle",
|
||||
"Gift2Converted",
|
||||
"Gift2ConvertedTitle",
|
||||
|
|
|
@ -216,7 +216,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/private_chats/" class="tr-section">
|
||||
<div class="tr-section-cover cover4"></div>
|
||||
<div class="tr-section-caption">Private chats (515)</div>
|
||||
<div class="tr-section-caption">Private chats (516)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/groups_and_channels/" class="tr-section">
|
||||
|
@ -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 (1933)</div>
|
||||
<div class="tr-section-caption">Unsorted (1932)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1709,6 +1709,23 @@
|
|||
"singular": "Convert"
|
||||
}
|
||||
},
|
||||
"Gift2ConvertStars": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/Gift2ConvertStars",
|
||||
"photo_url": "https://telegra.ph/file/p/d281bbf67b5/740d78f4eb320dc5d325b17.jpg?c=165,460,280,280,280,280",
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%d</mark> Star",
|
||||
"plural": "<mark class=\"token\">%d</mark> Stars"
|
||||
}
|
||||
},
|
||||
"Gift2ConvertText": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/Gift2ConvertText",
|
||||
"photo_url": "https://telegra.ph/file/p/d281bbf67b5/740d78f4eb320dc5d325b17.jpg?c=38,371,519,519,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Do you want to convert this gift from **<mark class=\"token\">%1$s</mark>** to **<mark class=\"token\">%2$s</mark>**?<br/><br/>This action cannot be undone. This will permanently destroy the gift."
|
||||
}
|
||||
},
|
||||
"Gift2ConvertTitle": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/Gift2ConvertTitle",
|
||||
"photo_url": "https://telegra.ph/file/p/d281bbf67b5/740d78f4eb320dc5d325b17.jpg?c=58,353,366,366,280,280",
|
||||
|
|
|
@ -544,6 +544,14 @@
|
|||
"singular": "Uploaded <mark class=\"token\">%1$s</mark> of <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"AccDescrUserOnline": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/AccDescrUserOnline",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Online"
|
||||
}
|
||||
},
|
||||
"AccDescrVerified": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/AccDescrVerified",
|
||||
"photo_url": null,
|
||||
|
@ -6390,15 +6398,6 @@
|
|||
"singular": "<mark class=\"token\">%1$d</mark> of <mark class=\"token\">%2$s</mark> left"
|
||||
}
|
||||
},
|
||||
"Gift2ConvertStars": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/Gift2ConvertStars",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%d</mark> Star",
|
||||
"plural": "<mark class=\"token\">%d</mark> Stars"
|
||||
}
|
||||
},
|
||||
"Gift2InfoConverted": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/Gift2InfoConverted",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue