Update content of files

This commit is contained in:
GitHub Action 2022-06-16 17:08:51 +00:00
parent 94df9d5b8f
commit 659acdb89c
5 changed files with 13 additions and 10 deletions

View file

@ -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">

View file

@ -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"
], ],

View file

@ -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."

View file

@ -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"

View file

@ -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 &amp; Email" "Password &amp; 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 &gt; Telegram &gt; Notifications, and set \"Show Previews\" to \"When Unlocked\" or \"Never\"." "Display names in notifications when the device is locked. To disable, open iOS Settings &gt; Telegram &gt; Notifications, and set \"Show Previews\" to \"When Unlocked\" or \"Never\"."
], ],