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
cc0f50e44f
commit
8828ca83de
4 changed files with 27 additions and 8 deletions
|
@ -17624,6 +17624,7 @@
|
|||
"Gift.Send.Send",
|
||||
"Gift.Send.Title",
|
||||
"Gift.View.Availability",
|
||||
"Gift.View.Availability.Of",
|
||||
"Gift.View.Convert",
|
||||
"Gift.View.Convert.Stars",
|
||||
"Gift.View.ConvertedDescription",
|
||||
|
@ -19196,6 +19197,7 @@
|
|||
"Notification.StarGift.View",
|
||||
"Notification.StarsGift.Sent",
|
||||
"Notification.StarsGift.SentYou",
|
||||
"Notification.StarsGift.Stars",
|
||||
"Notification.StarsGift.Subtitle",
|
||||
"Notification.StarsGift.SubtitleYou",
|
||||
"Notification.StarsGift.Title",
|
||||
|
|
|
@ -6573,7 +6573,7 @@
|
|||
"Gift2ConvertText": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/Gift2ConvertText",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"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."
|
||||
}
|
||||
|
@ -6844,7 +6844,7 @@
|
|||
"Gift2StarsInfo": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/Gift2StarsInfo",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Give **<mark class=\"token\">%s</mark>** gifts that can be kept on the profile or converted to Stars."
|
||||
}
|
||||
|
@ -10654,7 +10654,7 @@
|
|||
"ProfileGiftsInfo": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/ProfileGiftsInfo",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "These gifts were sent to you by other users.<br/>Tap on a gift to convert it to Stars or change its privacy settings."
|
||||
}
|
||||
|
|
|
@ -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">9173</span>
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">9175</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 (1955)</div>
|
||||
<div class="tr-section-caption">Unsorted (1957)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -6068,7 +6068,7 @@
|
|||
"Gift.Convert.Text": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Gift.Convert.Text",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Do you want to convert this gift from **<mark class=\"token\">%1$@</mark>** to **<mark class=\"token\">%2$@</mark>**?<br/><br/>This will permanently destroy the gift."
|
||||
}
|
||||
|
@ -6140,7 +6140,7 @@
|
|||
"Gift.Options.Gift.Text": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Gift.Options.Gift.Text",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Give **<mark class=\"token\">%@</mark>** gifts that can be kept on the profile or converted to Stars. [What are Stars >]()"
|
||||
}
|
||||
|
@ -6259,6 +6259,14 @@
|
|||
"singular": "Availability"
|
||||
}
|
||||
},
|
||||
"Gift.View.Availability.Of": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Gift.View.Availability.Of",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$@</mark> of <mark class=\"token\">%2$@</mark>"
|
||||
}
|
||||
},
|
||||
"Gift.View.Convert": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Gift.View.Convert",
|
||||
"photo_url": null,
|
||||
|
@ -9269,6 +9277,15 @@
|
|||
"singular": "View"
|
||||
}
|
||||
},
|
||||
"Notification.StarsGift.Stars": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Notification.StarsGift.Stars",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> Star",
|
||||
"plural": "<mark class=\"token\">%@</mark> Stars"
|
||||
}
|
||||
},
|
||||
"Notification.StarsGift.UnknownUser": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Notification.StarsGift.UnknownUser",
|
||||
"photo_url": null,
|
||||
|
@ -10594,7 +10611,7 @@
|
|||
"PeerInfo.Gifts.Info": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/PeerInfo.Gifts.Info",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "These gifts were sent to you by other users. Tap on a gift to exchange it for Stars or change its privacy settings."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue