mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-16 14:43:05 +01:00
Update content of files
This commit is contained in:
parent
c6ef8d1d16
commit
9fe3f5ecb7
3 changed files with 17 additions and 5 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 (1169)</div>
|
<div class="tr-section-caption">Groups And Channels (1174)</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">
|
||||||
|
@ -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 (652)</div>
|
<div class="tr-section-caption">Unsorted (651)</div>
|
||||||
</a></div>
|
</a></div>
|
||||||
</div>
|
</div>
|
||||||
</section></section>
|
</section></section>
|
||||||
|
|
|
@ -2263,6 +2263,12 @@
|
||||||
"Join.ChannelsTooMuch": [
|
"Join.ChannelsTooMuch": [
|
||||||
"Sorry, you are a member of too many groups and channels. Please leave one before joining another."
|
"Sorry, you are a member of too many groups and channels. Please leave one before joining another."
|
||||||
],
|
],
|
||||||
|
"LastSeen.JustNow": [
|
||||||
|
"last seen just now"
|
||||||
|
],
|
||||||
|
"LastSeen.Lately": [
|
||||||
|
"last seen recently"
|
||||||
|
],
|
||||||
"LiveStream.CancelConfirmationText": [
|
"LiveStream.CancelConfirmationText": [
|
||||||
"Do you want to abort the scheduled live stream?"
|
"Do you want to abort the scheduled live stream?"
|
||||||
],
|
],
|
||||||
|
@ -2715,6 +2721,12 @@
|
||||||
"PeerInfo.ButtonMore": [
|
"PeerInfo.ButtonMore": [
|
||||||
"More"
|
"More"
|
||||||
],
|
],
|
||||||
|
"PeerInfo.ButtonSearch": [
|
||||||
|
"Search"
|
||||||
|
],
|
||||||
|
"PeerInfo.ButtonUnmute": [
|
||||||
|
"Unmute"
|
||||||
|
],
|
||||||
"PeerInfo.ButtonVoiceChat": [
|
"PeerInfo.ButtonVoiceChat": [
|
||||||
"Video Chat"
|
"Video Chat"
|
||||||
],
|
],
|
||||||
|
@ -2826,6 +2838,9 @@
|
||||||
"PeopleNearby.UsersEmpty": [
|
"PeopleNearby.UsersEmpty": [
|
||||||
"Looking for users around you..."
|
"Looking for users around you..."
|
||||||
],
|
],
|
||||||
|
"Presence.online": [
|
||||||
|
"online"
|
||||||
|
],
|
||||||
"Privacy.GroupsAndChannels.InviteToChannelError": [
|
"Privacy.GroupsAndChannels.InviteToChannelError": [
|
||||||
"Sorry, you cannot add <mark class=\"token\">%@</mark> to channels because of <mark class=\"token\">%@</mark>'s privacy settings."
|
"Sorry, you cannot add <mark class=\"token\">%@</mark> to channels because of <mark class=\"token\">%@</mark>'s privacy settings."
|
||||||
],
|
],
|
||||||
|
|
|
@ -1497,9 +1497,6 @@
|
||||||
"PeerInfo.ButtonLeave": [
|
"PeerInfo.ButtonLeave": [
|
||||||
"Leave"
|
"Leave"
|
||||||
],
|
],
|
||||||
"PeerInfo.ButtonSearch": [
|
|
||||||
"Search"
|
|
||||||
],
|
|
||||||
"PeerInfo.ButtonVideoCall": [
|
"PeerInfo.ButtonVideoCall": [
|
||||||
"Video"
|
"Video"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue