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
6406fb84ae
commit
f38369ef15
4 changed files with 39 additions and 3 deletions
|
@ -28382,6 +28382,7 @@
|
|||
"BotWebViewRequestWriteMessage",
|
||||
"BotWebViewRequestWriteTitle",
|
||||
"BotWebViewSettings",
|
||||
"BotWebViewStartPermission",
|
||||
"BubbleRadius",
|
||||
"BuiltInThemes",
|
||||
"BytesReceived",
|
||||
|
@ -28469,6 +28470,7 @@
|
|||
"ChannelInviteViaLinkRestricted",
|
||||
"ChannelJoin",
|
||||
"ChannelJoin2",
|
||||
"ChannelJoinRequest",
|
||||
"ChannelJoined",
|
||||
"ChannelLeaveAlert",
|
||||
"ChannelLeaveAlertWithName",
|
||||
|
@ -29365,6 +29367,7 @@
|
|||
"Mono",
|
||||
"Months",
|
||||
"Months",
|
||||
"MoreAboutThisBot",
|
||||
"MoreBoosts",
|
||||
"MoreInfo",
|
||||
"Music",
|
||||
|
@ -29812,6 +29815,7 @@
|
|||
"RequestToJoin2",
|
||||
"RequestToJoinChannelDescription",
|
||||
"RequestToJoinChannelSentDescription",
|
||||
"RequestToJoinGroupSentDescription",
|
||||
"RequestToJoinSent",
|
||||
"Reset",
|
||||
"ResetAccountCancelledAlert",
|
||||
|
|
|
@ -7231,7 +7231,7 @@
|
|||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "**Telegram** needs access to music files to upload with your story. Tap Settings -> Permissions, and turn **Music and Audio** on."
|
||||
"singular": "**Telegram** needs access to music files to add them to your story. Tap Settings > Permissions, and turn **Music and Audio** on."
|
||||
}
|
||||
},
|
||||
"PermissionNoAudioVideoWithHint": {
|
||||
|
|
|
@ -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>Unigram<span class="tr-header-counter">2552</span>
|
||||
<a href="/en/" class="tr-back"></a>Unigram<span class="tr-header-counter">2556</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/unigram/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/unigram/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/unigram/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/unigram/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1567)</div>
|
||||
<div class="tr-section-caption">Unsorted (1571)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -2808,6 +2808,14 @@
|
|||
"singular": "Settings"
|
||||
}
|
||||
},
|
||||
"BotWebViewStartPermission": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/BotWebViewStartPermission",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "To launch this web app, you will connect to its website."
|
||||
}
|
||||
},
|
||||
"Calendar": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/Calendar",
|
||||
"photo_url": null,
|
||||
|
@ -3201,6 +3209,14 @@
|
|||
"singular": "Join"
|
||||
}
|
||||
},
|
||||
"ChannelJoinRequest": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/ChannelJoinRequest",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "APPLY TO JOIN GROUP"
|
||||
}
|
||||
},
|
||||
"ChannelJoined": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/ChannelJoined",
|
||||
"photo_url": null,
|
||||
|
@ -7630,6 +7646,14 @@
|
|||
"plural": "<mark class=\"token\">{0}</mark> minutes"
|
||||
}
|
||||
},
|
||||
"MoreAboutThisBot": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/MoreAboutThisBot",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "More about this bot"
|
||||
}
|
||||
},
|
||||
"MoreBoosts": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/MoreBoosts",
|
||||
"photo_url": null,
|
||||
|
@ -9568,6 +9592,14 @@
|
|||
"singular": "You will be added to the channel once its admins approve your request."
|
||||
}
|
||||
},
|
||||
"RequestToJoinGroupSentDescription": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/RequestToJoinGroupSentDescription",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "You will be added to the group once an admin approves your request."
|
||||
}
|
||||
},
|
||||
"RequestToJoinSent": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/RequestToJoinSent",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue