mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 15:59:13 +01:00
Update content of files
This commit is contained in:
parent
d85e6fe375
commit
a45aaf480c
5 changed files with 32 additions and 4 deletions
|
@ -940,6 +940,7 @@
|
|||
"Bold",
|
||||
"BoostChannel",
|
||||
"BoostExpireOn",
|
||||
"BoostLinkButton",
|
||||
"Boosters",
|
||||
"BoostersInfoDescription",
|
||||
"BoostingEnableStories",
|
||||
|
@ -3319,6 +3320,7 @@
|
|||
"Mono",
|
||||
"Months",
|
||||
"MoreAboutThisBot",
|
||||
"MoreBoosts",
|
||||
"MoreInfo",
|
||||
"MoreInfo",
|
||||
"MoreInfo",
|
||||
|
@ -4924,6 +4926,7 @@
|
|||
"ScheduleMessage",
|
||||
"ScheduleMessage",
|
||||
"ScheduleWhenOnline",
|
||||
"ScheduledHint",
|
||||
"ScheduledMessages",
|
||||
"ScheduledOrNoSoundHint",
|
||||
"ScreenCapture",
|
||||
|
|
|
@ -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">6200</span>
|
||||
<a href="/en/" class="tr-back"></a>Android<span class="tr-header-counter">6203</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 (1537)</div>
|
||||
<div class="tr-section-caption">Unsorted (1540)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1925,6 +1925,14 @@
|
|||
"singular": "boost expires on <mark class=\"token\">%s</mark>"
|
||||
}
|
||||
},
|
||||
"BoostLinkButton": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BoostLinkButton",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "BOOST"
|
||||
}
|
||||
},
|
||||
"Boosters": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/Boosters",
|
||||
"photo_url": null,
|
||||
|
@ -6265,6 +6273,15 @@
|
|||
"singular": "When you tap **DONE**, your phone number will become visible to <mark class=\"token\">%1$s</mark>."
|
||||
}
|
||||
},
|
||||
"MoreBoosts": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/MoreBoosts",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "**<mark class=\"token\">%d</mark>** more boost",
|
||||
"plural": "**<mark class=\"token\">%d</mark>** more boosts"
|
||||
}
|
||||
},
|
||||
"MuteFor1h": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/MuteFor1h",
|
||||
"photo_url": null,
|
||||
|
@ -8914,6 +8931,14 @@
|
|||
"singular": "Save to Posts"
|
||||
}
|
||||
},
|
||||
"ScheduledHint": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/ScheduledHint",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Long tap to send your message later."
|
||||
}
|
||||
},
|
||||
"ScheduledOrNoSoundHint": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/ScheduledOrNoSoundHint",
|
||||
"photo_url": null,
|
||||
|
|
|
@ -346,7 +346,7 @@
|
|||
"ChannelBoost.MoreBoosts": {
|
||||
"url": "https://translations.telegram.org/en/ios/stories/ChannelBoost.MoreBoosts",
|
||||
"photo_url": "https://telegra.ph/file/p/ff86e2e4126/fc12bc4a18da9e8d042dd17.jpg?c=246,871,280,280,280,280",
|
||||
"has_binding": false,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "**<mark class=\"token\">%@</mark>** more boost",
|
||||
"plural": "**<mark class=\"token\">%@</mark>** more boosts"
|
||||
|
|
|
@ -3423,7 +3423,7 @@
|
|||
"Conversation.SendWhenOnlineTooltip": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Conversation.SendWhenOnlineTooltip",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Long tap to send your message later."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue