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
94df9d5b8f
commit
659acdb89c
5 changed files with 13 additions and 10 deletions
|
@ -201,7 +201,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/groups_and_channels/" class="tr-section">
|
||||
<div class="tr-section-cover cover8"></div>
|
||||
<div class="tr-section-caption">Groups And Channels (1192)</div>
|
||||
<div class="tr-section-caption">Groups And Channels (1191)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/profile/" class="tr-section">
|
||||
|
@ -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 (144)</div>
|
||||
<div class="tr-section-caption">Bots And Payments (145)</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">
|
||||
|
|
|
@ -345,6 +345,9 @@
|
|||
"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"
|
||||
],
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
"Attachment.Contact": [
|
||||
"Contact"
|
||||
],
|
||||
"Attachment.DeselectedPhotos": [
|
||||
"<mark class=\"token\">%@</mark> photo unselected.",
|
||||
"<mark class=\"token\">%@</mark> photos unselected."
|
||||
],
|
||||
"Attachment.DeselectedVideos": [
|
||||
"<mark class=\"token\">%@</mark> video unselected.",
|
||||
"<mark class=\"token\">%@</mark> videos unselected."
|
||||
|
|
|
@ -1763,7 +1763,7 @@
|
|||
"Connected Accounts"
|
||||
],
|
||||
"Premium.Limits.AccountsInfo": [
|
||||
"Connect 4 accounts with different phone numbers"
|
||||
"Connect up to 4 different phone numbers at once"
|
||||
],
|
||||
"Premium.Limits.Bio": [
|
||||
"Bio"
|
||||
|
|
|
@ -62,6 +62,10 @@
|
|||
"Attachment.Camera": [
|
||||
"Camera"
|
||||
],
|
||||
"Attachment.DeselectedPhotos": [
|
||||
"<mark class=\"token\">%@</mark> photo unselected.",
|
||||
"<mark class=\"token\">%@</mark> photos unselected."
|
||||
],
|
||||
"AuthCode.Alert": [
|
||||
"Your login code is <mark class=\"token\">%@</mark>. Enter it in the Telegram app where you are trying to log in.<br/><br/>Do not give this code to anyone."
|
||||
],
|
||||
|
@ -893,6 +897,9 @@
|
|||
"FastTwoStepSetup.Title": [
|
||||
"Password & Email"
|
||||
],
|
||||
"ForcedPasswordSetup.Intro.Action": [
|
||||
"Set a Password"
|
||||
],
|
||||
"ForcedPasswordSetup.Intro.DismissActionCancel": [
|
||||
"No, let me set a password"
|
||||
],
|
||||
|
@ -1267,9 +1274,6 @@
|
|||
"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