Update content of files

This commit is contained in:
GitHub Action 2022-05-27 20:32:09 +00:00
parent e01a663a89
commit bbd2ed28f9
3 changed files with 8 additions and 4 deletions

View file

@ -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 (692)</div> <div class="tr-section-caption">Unsorted (693)</div>
</a></div> </a></div>
</div> </div>
</section></section> </section></section>

View file

@ -271,9 +271,6 @@
"AutoDelete1Day": [ "AutoDelete1Day": [
"1 day" "1 day"
], ],
"AutoDelete1Hour": [
"1 hour"
],
"AutoDelete1Month": [ "AutoDelete1Month": [
"1 month" "1 month"
], ],
@ -1468,6 +1465,10 @@
"HasBeenAddedToGroup": [ "HasBeenAddedToGroup": [
"<mark class=\"token\">%1$s</mark> has been added to the group" "<mark class=\"token\">%1$s</mark> has been added to the group"
], ],
"Hours": [
"<mark class=\"token\">%1$d</mark> hour",
"<mark class=\"token\">%1$d</mark> hours"
],
"HoursSchedule": [ "HoursSchedule": [
"<mark class=\"token\">%1$d</mark> hour", "<mark class=\"token\">%1$d</mark> hour",
"<mark class=\"token\">%1$d</mark> hours" "<mark class=\"token\">%1$d</mark> hours"

View file

@ -266,6 +266,9 @@
"AuthAnotherWebClientUrl": [ "AuthAnotherWebClientUrl": [
"https://web.telegram.org/" "https://web.telegram.org/"
], ],
"AutoDelete1Hour": [
"1 hour"
],
"AutoDeleteAfter": [ "AutoDeleteAfter": [
"Auto-delete after <mark class=\"token\">%s</mark>" "Auto-delete after <mark class=\"token\">%s</mark>"
], ],