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
e01a663a89
commit
bbd2ed28f9
3 changed files with 8 additions and 4 deletions
|
@ -236,7 +236,7 @@
|
|||
</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-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (692)</div>
|
||||
<div class="tr-section-caption">Unsorted (693)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -271,9 +271,6 @@
|
|||
"AutoDelete1Day": [
|
||||
"1 day"
|
||||
],
|
||||
"AutoDelete1Hour": [
|
||||
"1 hour"
|
||||
],
|
||||
"AutoDelete1Month": [
|
||||
"1 month"
|
||||
],
|
||||
|
@ -1468,6 +1465,10 @@
|
|||
"HasBeenAddedToGroup": [
|
||||
"<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": [
|
||||
"<mark class=\"token\">%1$d</mark> hour",
|
||||
"<mark class=\"token\">%1$d</mark> hours"
|
||||
|
|
|
@ -266,6 +266,9 @@
|
|||
"AuthAnotherWebClientUrl": [
|
||||
"https://web.telegram.org/"
|
||||
],
|
||||
"AutoDelete1Hour": [
|
||||
"1 hour"
|
||||
],
|
||||
"AutoDeleteAfter": [
|
||||
"Auto-delete after <mark class=\"token\">%s</mark>"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue