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
a660b4b2e7
commit
c592c6f181
4 changed files with 6 additions and 9 deletions
|
@ -201,12 +201,12 @@
|
||||||
</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 (1172)</div>
|
<div class="tr-section-caption">Groups And Channels (1173)</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">
|
||||||
<div class="tr-section-cover cover5"></div>
|
<div class="tr-section-cover cover5"></div>
|
||||||
<div class="tr-section-caption">Profile (59)</div>
|
<div class="tr-section-caption">Profile (58)</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/settings/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/ios/settings/" class="tr-section">
|
||||||
|
@ -236,7 +236,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/unsorted/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/ios/unsorted/" class="tr-section">
|
||||||
<div class="tr-section-cover cover0"></div>
|
<div class="tr-section-cover cover0"></div>
|
||||||
<div class="tr-section-caption">Unsorted (656)</div>
|
<div class="tr-section-caption">Unsorted (655)</div>
|
||||||
</a></div>
|
</a></div>
|
||||||
</div>
|
</div>
|
||||||
</section></section>
|
</section></section>
|
||||||
|
|
|
@ -944,6 +944,9 @@
|
||||||
"ChannelInfo.DeleteGroup": [
|
"ChannelInfo.DeleteGroup": [
|
||||||
"Delete Group"
|
"Delete Group"
|
||||||
],
|
],
|
||||||
|
"ChannelInfo.FakeChannelWarning": [
|
||||||
|
"<i class=\"emoji\" style=\"background-image:url('//telegram.org/img/emoji/40/E29AA0.png')\"><b>⚠️</b></i> Warning: Many users reported that this account impersonates a famous person or organization."
|
||||||
|
],
|
||||||
"ChannelInfo.InviteLink.RevokeAlert.Text": [
|
"ChannelInfo.InviteLink.RevokeAlert.Text": [
|
||||||
"Are you sure you want to revoke this link? Once you do, no one will be able to join the channel using it."
|
"Are you sure you want to revoke this link? Once you do, no one will be able to join the channel using it."
|
||||||
],
|
],
|
||||||
|
|
|
@ -161,9 +161,6 @@
|
||||||
"UserInfo.ScamBotWarning": [
|
"UserInfo.ScamBotWarning": [
|
||||||
"<i class=\"emoji\" style=\"background-image:url('//telegram.org/img/emoji/40/E29AA0.png')\"><b>⚠️</b></i> Warning: Many users reported this account as a scam or a fake account. Please be careful, especially if it asks you for money."
|
"<i class=\"emoji\" style=\"background-image:url('//telegram.org/img/emoji/40/E29AA0.png')\"><b>⚠️</b></i> Warning: Many users reported this account as a scam or a fake account. Please be careful, especially if it asks you for money."
|
||||||
],
|
],
|
||||||
"UserInfo.ScamUserWarning": [
|
|
||||||
"<i class=\"emoji\" style=\"background-image:url('//telegram.org/img/emoji/40/E29AA0.png')\"><b>⚠️</b></i> Warning: Many users reported this account as a scam or a fake account. Please be careful, especially if it asks you for money."
|
|
||||||
],
|
|
||||||
"UserInfo.SendMessage": [
|
"UserInfo.SendMessage": [
|
||||||
"Send Message"
|
"Send Message"
|
||||||
],
|
],
|
||||||
|
|
|
@ -381,9 +381,6 @@
|
||||||
"ChannelInfo.AddParticipantConfirmation": [
|
"ChannelInfo.AddParticipantConfirmation": [
|
||||||
"Add <mark class=\"token\">%@</mark> to the channel?"
|
"Add <mark class=\"token\">%@</mark> to the channel?"
|
||||||
],
|
],
|
||||||
"ChannelInfo.FakeChannelWarning": [
|
|
||||||
"<i class=\"emoji\" style=\"background-image:url('//telegram.org/img/emoji/40/E29AA0.png')\"><b>⚠️</b></i> Warning: Many users reported that this account impersonates a famous person or organization."
|
|
||||||
],
|
|
||||||
"Chat.DeleteMessagesConfirmation": [
|
"Chat.DeleteMessagesConfirmation": [
|
||||||
"Delete message",
|
"Delete message",
|
||||||
"Delete <mark class=\"token\">%@</mark> messages"
|
"Delete <mark class=\"token\">%@</mark> messages"
|
||||||
|
|
Loading…
Reference in a new issue