mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 07:20:31 +01:00
Update content of files
This commit is contained in:
parent
25e48c060a
commit
3e9ffeca72
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 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-caption">Groups And Channels (1168)</div>
|
||||
<div class="tr-section-caption">Groups And Channels (1166)</div>
|
||||
</a></div>
|
||||
</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">
|
||||
|
@ -236,7 +236,7 @@
|
|||
</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-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (661)</div>
|
||||
<div class="tr-section-caption">Unsorted (663)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1380,9 +1380,6 @@
|
|||
"Conversation.RestrictedInlineTimed": [
|
||||
"The admins of this group have restricted your ability to send inline content until <mark class=\"token\">%@</mark>."
|
||||
],
|
||||
"Conversation.RestrictedMedia": [
|
||||
"The admins of this group have restricted your ability to send media."
|
||||
],
|
||||
"Conversation.RestrictedMediaTimed": [
|
||||
"The admins of this group have restricted your ability to send media until <mark class=\"token\">%@</mark>."
|
||||
],
|
||||
|
@ -1626,9 +1623,6 @@
|
|||
"Group.ErrorNotMutualContact": [
|
||||
"Sorry, you can only add mutual contacts to groups at the moment."
|
||||
],
|
||||
"Group.ErrorSendRestrictedMedia": [
|
||||
"The admins of this group have restricted your ability to send media."
|
||||
],
|
||||
"Group.ErrorSendRestrictedStickers": [
|
||||
"The admins of this group have restricted your ability to send stickers."
|
||||
],
|
||||
|
|
|
@ -713,6 +713,9 @@
|
|||
"Conversation.RequestToJoinGroup": [
|
||||
"REQUEST TO JOIN"
|
||||
],
|
||||
"Conversation.RestrictedMedia": [
|
||||
"The admins of this group have restricted your ability to send media."
|
||||
],
|
||||
"Conversation.ScheduledLiveStreamStartsOn": [
|
||||
"Live stream starts on <mark class=\"token\">%@</mark>"
|
||||
],
|
||||
|
@ -903,6 +906,9 @@
|
|||
"Group.ErrorAdminsTooMuch": [
|
||||
"Sorry, too many administrators in this group."
|
||||
],
|
||||
"Group.ErrorSendRestrictedMedia": [
|
||||
"The admins of this group have restricted your ability to send media."
|
||||
],
|
||||
"Group.ErrorSupergroupConversionNotPossible": [
|
||||
"Sorry, you are a member of too many groups and channels. Please leave some before creating a new one."
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue