mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-31 13:00:00 +02: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><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-wrap"><a href="/en/ios/groups_and_channels/" class="tr-section">
|
||||||
<div class="tr-section-cover cover8"></div>
|
<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>
|
</a></div>
|
||||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
</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">
|
<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><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-wrap"><a href="/en/ios/bots_and_payments/" class="tr-section">
|
||||||
<div class="tr-section-cover cover9"></div>
|
<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>
|
</a></div>
|
||||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
</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">
|
<div class="tr-section-wrap"><a href="/en/ios/passport/" class="tr-section">
|
||||||
|
|
|
@ -345,6 +345,9 @@
|
||||||
"Notification.PaymentSent": [
|
"Notification.PaymentSent": [
|
||||||
"You successfully transferred <mark class=\"token\">{amount}</mark> to <mark class=\"token\">{name}</mark> for <mark class=\"token\">{title}</mark>"
|
"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": [
|
"PeerInfo.ButtonStop": [
|
||||||
"Stop"
|
"Stop"
|
||||||
],
|
],
|
||||||
|
|
|
@ -23,10 +23,6 @@
|
||||||
"Attachment.Contact": [
|
"Attachment.Contact": [
|
||||||
"Contact"
|
"Contact"
|
||||||
],
|
],
|
||||||
"Attachment.DeselectedPhotos": [
|
|
||||||
"<mark class=\"token\">%@</mark> photo unselected.",
|
|
||||||
"<mark class=\"token\">%@</mark> photos unselected."
|
|
||||||
],
|
|
||||||
"Attachment.DeselectedVideos": [
|
"Attachment.DeselectedVideos": [
|
||||||
"<mark class=\"token\">%@</mark> video unselected.",
|
"<mark class=\"token\">%@</mark> video unselected.",
|
||||||
"<mark class=\"token\">%@</mark> videos unselected."
|
"<mark class=\"token\">%@</mark> videos unselected."
|
||||||
|
|
|
@ -1763,7 +1763,7 @@
|
||||||
"Connected Accounts"
|
"Connected Accounts"
|
||||||
],
|
],
|
||||||
"Premium.Limits.AccountsInfo": [
|
"Premium.Limits.AccountsInfo": [
|
||||||
"Connect 4 accounts with different phone numbers"
|
"Connect up to 4 different phone numbers at once"
|
||||||
],
|
],
|
||||||
"Premium.Limits.Bio": [
|
"Premium.Limits.Bio": [
|
||||||
"Bio"
|
"Bio"
|
||||||
|
|
|
@ -62,6 +62,10 @@
|
||||||
"Attachment.Camera": [
|
"Attachment.Camera": [
|
||||||
"Camera"
|
"Camera"
|
||||||
],
|
],
|
||||||
|
"Attachment.DeselectedPhotos": [
|
||||||
|
"<mark class=\"token\">%@</mark> photo unselected.",
|
||||||
|
"<mark class=\"token\">%@</mark> photos unselected."
|
||||||
|
],
|
||||||
"AuthCode.Alert": [
|
"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."
|
"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": [
|
"FastTwoStepSetup.Title": [
|
||||||
"Password & Email"
|
"Password & Email"
|
||||||
],
|
],
|
||||||
|
"ForcedPasswordSetup.Intro.Action": [
|
||||||
|
"Set a Password"
|
||||||
|
],
|
||||||
"ForcedPasswordSetup.Intro.DismissActionCancel": [
|
"ForcedPasswordSetup.Intro.DismissActionCancel": [
|
||||||
"No, let me set a password"
|
"No, let me set a password"
|
||||||
],
|
],
|
||||||
|
@ -1267,9 +1274,6 @@
|
||||||
"Notification.VoiceChatScheduledTomorrow": [
|
"Notification.VoiceChatScheduledTomorrow": [
|
||||||
"<mark class=\"token\">%1$@</mark> scheduled a video chat for tomorrow at <mark class=\"token\">%2$@</mark>"
|
"<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": [
|
"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\"."
|
"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…
Add table
Reference in a new issue