mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
Update content of files
This commit is contained in:
parent
6d772c8738
commit
7c9a60a426
3 changed files with 50 additions and 2 deletions
|
@ -17784,6 +17784,11 @@
|
|||
"Gif.Search",
|
||||
"GifSearch.SearchGifPlaceholder",
|
||||
"Gift.Convert.Convert",
|
||||
"Gift.Convert.Period.Days",
|
||||
"Gift.Convert.Period.Stars",
|
||||
"Gift.Convert.Period.Text",
|
||||
"Gift.Convert.Period.Unavailable.Days",
|
||||
"Gift.Convert.Period.Unavailable.Text",
|
||||
"Gift.Convert.Stars",
|
||||
"Gift.Convert.Success.Text",
|
||||
"Gift.Convert.Success.Text.Stars",
|
||||
|
|
|
@ -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>iOS<span class="tr-header-counter">9277</span>
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">9282</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/ios/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/ios/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/ios/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/ios/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1898)</div>
|
||||
<div class="tr-section-caption">Unsorted (1903)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -6144,6 +6144,49 @@
|
|||
"singular": "Search GIFs"
|
||||
}
|
||||
},
|
||||
"Gift.Convert.Period.Days": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Gift.Convert.Period.Days",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> day",
|
||||
"plural": "<mark class=\"token\">%@</mark> days"
|
||||
}
|
||||
},
|
||||
"Gift.Convert.Period.Stars": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Gift.Convert.Period.Stars",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> Star",
|
||||
"plural": "<mark class=\"token\">%@</mark> Stars"
|
||||
}
|
||||
},
|
||||
"Gift.Convert.Period.Text": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Gift.Convert.Period.Text",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Do you want to convert this gift from **<mark class=\"token\">%1$@</mark>** to **<mark class=\"token\">%2$@</mark>**?<br/><br/>Conversion is available for the next <mark class=\"token\">%3$@</mark>.<br/><br/>This will permanently destroy the gift."
|
||||
}
|
||||
},
|
||||
"Gift.Convert.Period.Unavailable.Days": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Gift.Convert.Period.Unavailable.Days",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> day",
|
||||
"plural": "<mark class=\"token\">%@</mark> days"
|
||||
}
|
||||
},
|
||||
"Gift.Convert.Period.Unavailable.Text": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Gift.Convert.Period.Unavailable.Text",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Sorry, you can't convert this gift.<br/><br/>Stars can only be claimed within <mark class=\"token\">%@</mark> after receiving a gift."
|
||||
}
|
||||
},
|
||||
"Gift.Send.ErrorOutOfStock": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Gift.Send.ErrorOutOfStock",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Add table
Reference in a new issue