mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-16 22:53:12 +01:00
Update content of files
This commit is contained in:
parent
47c23972ab
commit
b5198f5665
3 changed files with 169 additions and 2 deletions
|
@ -11970,6 +11970,9 @@
|
|||
"BoostGift.ReduceQuantity.Text",
|
||||
"BoostGift.ReduceQuantity.Title",
|
||||
"BoostGift.SelectRecipients",
|
||||
"BoostGift.StartConfirmation.Start",
|
||||
"BoostGift.StartConfirmation.Text",
|
||||
"BoostGift.StartConfirmation.Title",
|
||||
"BoostGift.StartGiveaway",
|
||||
"BoostGift.Subscribers.Joined",
|
||||
"BoostGift.Subscribers.MaximumReached",
|
||||
|
@ -12592,6 +12595,7 @@
|
|||
"Channel.Info.Description",
|
||||
"Channel.Info.Management",
|
||||
"Channel.Info.Members",
|
||||
"Channel.Info.Stats",
|
||||
"Channel.Info.Stickers",
|
||||
"Channel.Info.Subscribers",
|
||||
"Channel.JoinChannel",
|
||||
|
@ -13857,6 +13861,11 @@
|
|||
"Conversation.PinMessagesForMe",
|
||||
"Conversation.PinOlderMessageAlertText",
|
||||
"Conversation.PinOlderMessageAlertTitle",
|
||||
"Conversation.PinnedGiveaway",
|
||||
"Conversation.PinnedGiveaway.Finished",
|
||||
"Conversation.PinnedGiveaway.Finished.Winners",
|
||||
"Conversation.PinnedGiveaway.Ongoing",
|
||||
"Conversation.PinnedGiveaway.Ongoing.Winners",
|
||||
"Conversation.PinnedMessage",
|
||||
"Conversation.PinnedPoll",
|
||||
"Conversation.PinnedPreviousMessage",
|
||||
|
@ -14086,7 +14095,10 @@
|
|||
"ConvertToSupergroup.Title",
|
||||
"Core.ServiceUserStatus",
|
||||
"Coub.TapForSound",
|
||||
"CountriesList.MaximumReached",
|
||||
"CountriesList.MaximumReached.Countries",
|
||||
"CountriesList.SaveCountries",
|
||||
"CountriesList.Search",
|
||||
"CountriesList.SelectCountries",
|
||||
"CountriesList.SelectUpTo",
|
||||
"CreateExternalStream.ServerUrl",
|
||||
|
@ -15464,6 +15476,12 @@
|
|||
"Message.Game",
|
||||
"Message.GenericForwardedPsa",
|
||||
"Message.Giveaway",
|
||||
"Message.GiveawayFinished",
|
||||
"Message.GiveawayFinished.Winners",
|
||||
"Message.GiveawayOngoing",
|
||||
"Message.GiveawayOngoing.Winners",
|
||||
"Message.GiveawayStarted",
|
||||
"Message.GiveawayStartedOther",
|
||||
"Message.ImageExpired",
|
||||
"Message.ImportedDateFormat",
|
||||
"Message.InvoiceLabel",
|
||||
|
|
|
@ -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">7339</span>
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">7357</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 (1526)</div>
|
||||
<div class="tr-section-caption">Unsorted (1544)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -440,6 +440,30 @@
|
|||
"singular": "Reduce Quantity"
|
||||
}
|
||||
},
|
||||
"BoostGift.StartConfirmation.Start": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/BoostGift.StartConfirmation.Start",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Start"
|
||||
}
|
||||
},
|
||||
"BoostGift.StartConfirmation.Text": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/BoostGift.StartConfirmation.Text",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Are you sure you want to start giveaway now?"
|
||||
}
|
||||
},
|
||||
"BoostGift.StartConfirmation.Title": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/BoostGift.StartConfirmation.Title",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Start Giveaway"
|
||||
}
|
||||
},
|
||||
"BoostGift.Subscribers.MaximumReached": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/BoostGift.Subscribers.MaximumReached",
|
||||
"photo_url": null,
|
||||
|
@ -1473,6 +1497,14 @@
|
|||
"singular": "description"
|
||||
}
|
||||
},
|
||||
"Channel.Info.Stats": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Channel.Info.Stats",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Statistics and Boosts"
|
||||
}
|
||||
},
|
||||
"Channel.Management.LabelEditor": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Channel.Management.LabelEditor",
|
||||
"photo_url": null,
|
||||
|
@ -3672,6 +3704,48 @@
|
|||
"singular": "<mark class=\"token\">%1$@</mark> is <mark class=\"token\">%2$@</mark> away"
|
||||
}
|
||||
},
|
||||
"Conversation.PinnedGiveaway": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Conversation.PinnedGiveaway",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Giveaway"
|
||||
}
|
||||
},
|
||||
"Conversation.PinnedGiveaway.Finished": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Conversation.PinnedGiveaway.Finished",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$@</mark> on <mark class=\"token\">%2$@</mark>"
|
||||
}
|
||||
},
|
||||
"Conversation.PinnedGiveaway.Finished.Winners": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Conversation.PinnedGiveaway.Finished.Winners",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> winner was selected",
|
||||
"plural": "<mark class=\"token\">%@</mark> winners were selected"
|
||||
}
|
||||
},
|
||||
"Conversation.PinnedGiveaway.Ongoing": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Conversation.PinnedGiveaway.Ongoing",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$@</mark> on <mark class=\"token\">%2$@</mark>"
|
||||
}
|
||||
},
|
||||
"Conversation.PinnedGiveaway.Ongoing.Winners": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Conversation.PinnedGiveaway.Ongoing.Winners",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> winner to be selected",
|
||||
"plural": "<mark class=\"token\">%@</mark> winners to be selected"
|
||||
}
|
||||
},
|
||||
"Conversation.PinnedQuiz": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Conversation.PinnedQuiz",
|
||||
"photo_url": null,
|
||||
|
@ -4192,6 +4266,31 @@
|
|||
"singular": "<mark class=\"token\">%@</mark> doesn't accept voice or video messages"
|
||||
}
|
||||
},
|
||||
"CountriesList.MaximumReached": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/CountriesList.MaximumReached",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "You can select up to <mark class=\"token\">%@</mark>."
|
||||
}
|
||||
},
|
||||
"CountriesList.MaximumReached.Countries": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/CountriesList.MaximumReached.Countries",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> country",
|
||||
"plural": "<mark class=\"token\">%@</mark> countries"
|
||||
}
|
||||
},
|
||||
"CountriesList.Search": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/CountriesList.Search",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Search"
|
||||
}
|
||||
},
|
||||
"CreateExternalStream.StreamKeyTitle": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/CreateExternalStream.StreamKeyTitle",
|
||||
"photo_url": null,
|
||||
|
@ -6764,6 +6863,56 @@
|
|||
"singular": "Public Service Announcement<br/>From: <mark class=\"token\">%@</mark>"
|
||||
}
|
||||
},
|
||||
"Message.GiveawayFinished": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Message.GiveawayFinished",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Giveaway: <mark class=\"token\">%1$@</mark> on <mark class=\"token\">%2$@</mark>"
|
||||
}
|
||||
},
|
||||
"Message.GiveawayFinished.Winners": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Message.GiveawayFinished.Winners",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> winner was selected",
|
||||
"plural": "<mark class=\"token\">%@</mark> winners were selected"
|
||||
}
|
||||
},
|
||||
"Message.GiveawayOngoing": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Message.GiveawayOngoing",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Giveaway: <mark class=\"token\">%1$@</mark> on <mark class=\"token\">%2$@</mark>"
|
||||
}
|
||||
},
|
||||
"Message.GiveawayOngoing.Winners": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Message.GiveawayOngoing.Winners",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> winner to be selected",
|
||||
"plural": "<mark class=\"token\">%@</mark> winners to be selected"
|
||||
}
|
||||
},
|
||||
"Message.GiveawayStarted": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Message.GiveawayStarted",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Channel started a giveaway"
|
||||
}
|
||||
},
|
||||
"Message.GiveawayStartedOther": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Message.GiveawayStartedOther",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> started a giveaway"
|
||||
}
|
||||
},
|
||||
"Message.PinnedPollMessage": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Message.PinnedPollMessage",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue