mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-03 05:27:08 +01:00
Update content of files
This commit is contained in:
parent
94f7f2b6e9
commit
c06826c807
3 changed files with 8 additions and 5 deletions
|
@ -191,7 +191,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/chat_list/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/ios/chat_list/" class="tr-section">
|
||||||
<div class="tr-section-cover cover3"></div>
|
<div class="tr-section-cover cover3"></div>
|
||||||
<div class="tr-section-caption">Chat List (253)</div>
|
<div class="tr-section-caption">Chat List (255)</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/private_chats/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/ios/private_chats/" 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 (805)</div>
|
<div class="tr-section-caption">Unsorted (804)</div>
|
||||||
</a></div>
|
</a></div>
|
||||||
</div>
|
</div>
|
||||||
</section></section>
|
</section></section>
|
||||||
|
|
|
@ -707,6 +707,12 @@
|
||||||
"Notifications.AddExceptionTitle": [
|
"Notifications.AddExceptionTitle": [
|
||||||
"Add Exception"
|
"Add Exception"
|
||||||
],
|
],
|
||||||
|
"Premium.LimitReached": [
|
||||||
|
"Limit Reached"
|
||||||
|
],
|
||||||
|
"Premium.MaxPinsNoPremiumText": [
|
||||||
|
"Sorry, you can't pin more than **<mark class=\"token\">%@</mark>** chats to the top. Unpin some that are currently pinned."
|
||||||
|
],
|
||||||
"State.Connecting": [
|
"State.Connecting": [
|
||||||
"Connecting..."
|
"Connecting..."
|
||||||
],
|
],
|
||||||
|
|
|
@ -1832,9 +1832,6 @@
|
||||||
"Premium.MaxPinsFinalText": [
|
"Premium.MaxPinsFinalText": [
|
||||||
"Sorry, you can't pin more than **<mark class=\"token\">%@</mark>** chats to the top. Unpin some that are currently pinned."
|
"Sorry, you can't pin more than **<mark class=\"token\">%@</mark>** chats to the top. Unpin some that are currently pinned."
|
||||||
],
|
],
|
||||||
"Premium.MaxPinsNoPremiumText": [
|
|
||||||
"Sorry, you can't pin more than **<mark class=\"token\">%@</mark>** chats to the top. Unpin some that are currently pinned."
|
|
||||||
],
|
|
||||||
"Premium.MaxPinsText": [
|
"Premium.MaxPinsText": [
|
||||||
"Sorry, you can't pin more than **<mark class=\"token\">%1$@</mark>** chats to the top. Unpin some that are currently pinned or subscribe to **Telegram Premium** to double the limit to **<mark class=\"token\">%2$@</mark>** chats."
|
"Sorry, you can't pin more than **<mark class=\"token\">%1$@</mark>** chats to the top. Unpin some that are currently pinned or subscribe to **Telegram Premium** to double the limit to **<mark class=\"token\">%2$@</mark>** chats."
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue