Update content of files

This commit is contained in:
GitHub Action 2022-06-15 21:59:23 +00:00
parent 94f7f2b6e9
commit c06826c807
3 changed files with 8 additions and 5 deletions

View file

@ -191,7 +191,7 @@
</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-cover cover3"></div>
<div class="tr-section-caption">Chat List (253)</div>
<div class="tr-section-caption">Chat List (255)</div>
</a></div>
</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">
@ -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 (805)</div>
<div class="tr-section-caption">Unsorted (804)</div>
</a></div>
</div>
</section></section>

View file

@ -707,6 +707,12 @@
"Notifications.AddExceptionTitle": [
"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": [
"Connecting..."
],

View file

@ -1832,9 +1832,6 @@
"Premium.MaxPinsFinalText": [
"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": [
"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."
],