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
761da47855
commit
94df9d5b8f
3 changed files with 5 additions and 8 deletions
|
@ -221,7 +221,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/bots_and_payments/" class="tr-section">
|
||||
<div class="tr-section-cover cover9"></div>
|
||||
<div class="tr-section-caption">Bots And Payments (145)</div>
|
||||
<div class="tr-section-caption">Bots And Payments (144)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/passport/" class="tr-section">
|
||||
|
@ -236,7 +236,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 (730)</div>
|
||||
<div class="tr-section-caption">Unsorted (731)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -345,9 +345,6 @@
|
|||
"Notification.PaymentSent": [
|
||||
"You successfully transferred <mark class=\"token\">{amount}</mark> to <mark class=\"token\">{name}</mark> for <mark class=\"token\">{title}</mark>"
|
||||
],
|
||||
"Notification.WebAppSentData": [
|
||||
"Data from the \"<mark class=\"token\">%@</mark>\" button was transferred to the bot."
|
||||
],
|
||||
"PeerInfo.ButtonStop": [
|
||||
"Stop"
|
||||
],
|
||||
|
|
|
@ -893,9 +893,6 @@
|
|||
"FastTwoStepSetup.Title": [
|
||||
"Password & Email"
|
||||
],
|
||||
"ForcedPasswordSetup.Intro.Action": [
|
||||
"Set a Password"
|
||||
],
|
||||
"ForcedPasswordSetup.Intro.DismissActionCancel": [
|
||||
"No, let me set a password"
|
||||
],
|
||||
|
@ -1270,6 +1267,9 @@
|
|||
"Notification.VoiceChatScheduledTomorrow": [
|
||||
"<mark class=\"token\">%1$@</mark> scheduled a video chat for tomorrow at <mark class=\"token\">%2$@</mark>"
|
||||
],
|
||||
"Notification.WebAppSentData": [
|
||||
"Data from the \"<mark class=\"token\">%@</mark>\" button was transferred to the bot."
|
||||
],
|
||||
"Notifications.DisplayNamesOnLockScreenInfo": [
|
||||
"Display names in notifications when the device is locked. To disable, open iOS Settings > Telegram > Notifications, and set \"Show Previews\" to \"When Unlocked\" or \"Never\"."
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue