mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 23:38:26 +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><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>
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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>"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue