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
9272e6378f
commit
b26a60cf76
3 changed files with 8 additions and 8 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/android/groups_and_channels/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/android/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 (1038)</div>
|
<div class="tr-section-caption">Groups And Channels (1040)</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/android/profile/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/android/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/android/unsorted/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/android/unsorted/" class="tr-section">
|
||||||
<div class="tr-section-cover cover0"></div>
|
<div class="tr-section-cover cover0"></div>
|
||||||
<div class="tr-section-caption">Unsorted (771)</div>
|
<div class="tr-section-caption">Unsorted (769)</div>
|
||||||
</a></div>
|
</a></div>
|
||||||
</div>
|
</div>
|
||||||
</section></section>
|
</section></section>
|
||||||
|
|
|
@ -422,6 +422,9 @@
|
||||||
"ChannelCantOpenPrivate": [
|
"ChannelCantOpenPrivate": [
|
||||||
"Sorry, this chat is no longer accessible."
|
"Sorry, this chat is no longer accessible."
|
||||||
],
|
],
|
||||||
|
"ChannelCantOpenPrivate2": [
|
||||||
|
"Sorry, this channel is private."
|
||||||
|
],
|
||||||
"ChannelContacts": [
|
"ChannelContacts": [
|
||||||
"Contacts in this channel"
|
"Contacts in this channel"
|
||||||
],
|
],
|
||||||
|
@ -458,6 +461,9 @@
|
||||||
"ChannelJoin": [
|
"ChannelJoin": [
|
||||||
"JOIN"
|
"JOIN"
|
||||||
],
|
],
|
||||||
|
"ChannelJoinRequest": [
|
||||||
|
"APPLY TO JOIN GROUP"
|
||||||
|
],
|
||||||
"ChannelJoinTo": [
|
"ChannelJoinTo": [
|
||||||
"Do you want to join the channel '<mark class=\"token\">%1$s</mark>'?"
|
"Do you want to join the channel '<mark class=\"token\">%1$s</mark>'?"
|
||||||
],
|
],
|
||||||
|
|
|
@ -440,18 +440,12 @@
|
||||||
"ChannelBlockedUsers": [
|
"ChannelBlockedUsers": [
|
||||||
"Removed users"
|
"Removed users"
|
||||||
],
|
],
|
||||||
"ChannelCantOpenPrivate2": [
|
|
||||||
"Sorry, this channel is private."
|
|
||||||
],
|
|
||||||
"ChannelDeleteAlert": [
|
"ChannelDeleteAlert": [
|
||||||
"Deleting this channel will remove all subscribers and all posts will be lost. Delete the channel anyway?"
|
"Deleting this channel will remove all subscribers and all posts will be lost. Delete the channel anyway?"
|
||||||
],
|
],
|
||||||
"ChannelDeleteInfo": [
|
"ChannelDeleteInfo": [
|
||||||
"This will delete all messages in the channel for all subscribers."
|
"This will delete all messages in the channel for all subscribers."
|
||||||
],
|
],
|
||||||
"ChannelJoinRequest": [
|
|
||||||
"APPLY TO JOIN GROUP"
|
|
||||||
],
|
|
||||||
"ChannelMessageAlbum": [
|
"ChannelMessageAlbum": [
|
||||||
"<mark class=\"token\">%1$s</mark> posted an album"
|
"<mark class=\"token\">%1$s</mark> posted an album"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue