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
beeebbc806
commit
9a25e063b6
2 changed files with 13 additions and 1 deletions
|
@ -201,7 +201,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/groups_and_channels/" class="tr-section">
|
||||
<div class="tr-section-cover cover8"></div>
|
||||
<div class="tr-section-caption">Groups And Channels (1168)</div>
|
||||
<div class="tr-section-caption">Groups And Channels (1171)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/profile/" class="tr-section">
|
||||
|
|
|
@ -2458,9 +2458,17 @@
|
|||
"MessageTimer.Custom": [
|
||||
"Custom"
|
||||
],
|
||||
"MessageTimer.Days": [
|
||||
"<mark class=\"token\">%@</mark> day",
|
||||
"<mark class=\"token\">%@</mark> days"
|
||||
],
|
||||
"MessageTimer.Forever": [
|
||||
"Forever"
|
||||
],
|
||||
"MessageTimer.Hours": [
|
||||
"<mark class=\"token\">%@</mark> hour",
|
||||
"<mark class=\"token\">%@</mark> hours"
|
||||
],
|
||||
"MessageTimer.Months": [
|
||||
"<mark class=\"token\">%@</mark> month",
|
||||
"<mark class=\"token\">%@</mark> months"
|
||||
|
@ -2469,6 +2477,10 @@
|
|||
"<mark class=\"token\">%@</mark>y",
|
||||
"<mark class=\"token\">%@</mark>y"
|
||||
],
|
||||
"MessageTimer.Weeks": [
|
||||
"<mark class=\"token\">%@</mark> week",
|
||||
"<mark class=\"token\">%@</mark> weeks"
|
||||
],
|
||||
"MessageTimer.Years": [
|
||||
"<mark class=\"token\">%@</mark> year",
|
||||
"<mark class=\"token\">%@</mark> years"
|
||||
|
|
Loading…
Reference in a new issue