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
61bb69e19f
commit
9cfa607928
3 changed files with 17 additions and 8 deletions
|
@ -216,7 +216,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/camera_and_media/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/android/camera_and_media/" class="tr-section">
|
||||||
<div class="tr-section-cover cover6"></div>
|
<div class="tr-section-cover cover6"></div>
|
||||||
<div class="tr-section-caption">Camera And Media (219)</div>
|
<div class="tr-section-caption">Camera And Media (220)</div>
|
||||||
</a></div>
|
</a></div>
|
||||||
</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/bots_and_payments/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/android/bots_and_payments/" class="tr-section">
|
||||||
|
@ -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 (698)</div>
|
<div class="tr-section-caption">Unsorted (700)</div>
|
||||||
</a></div>
|
</a></div>
|
||||||
</div>
|
</div>
|
||||||
</section></section>
|
</section></section>
|
||||||
|
|
|
@ -409,10 +409,6 @@
|
||||||
"<mark class=\"token\">%1$d</mark> photo",
|
"<mark class=\"token\">%1$d</mark> photo",
|
||||||
"<mark class=\"token\">%1$d</mark> photos"
|
"<mark class=\"token\">%1$d</mark> photos"
|
||||||
],
|
],
|
||||||
"PhotosSavedHint": [
|
|
||||||
"Photo saved to gallery.",
|
|
||||||
"<mark class=\"token\">%1$d</mark> photos saved to gallery."
|
|
||||||
],
|
|
||||||
"PhotosSelected": [
|
"PhotosSelected": [
|
||||||
"<mark class=\"token\">%1$d</mark> photo selected",
|
"<mark class=\"token\">%1$d</mark> photo selected",
|
||||||
"<mark class=\"token\">%1$d</mark> photos selected"
|
"<mark class=\"token\">%1$d</mark> photos selected"
|
||||||
|
@ -579,12 +575,18 @@
|
||||||
"ShowAllMedia": [
|
"ShowAllMedia": [
|
||||||
"Show All Media"
|
"Show All Media"
|
||||||
],
|
],
|
||||||
"Shuffle": [
|
"ShowInChat": [
|
||||||
"Shuffle"
|
"Show in chat"
|
||||||
],
|
],
|
||||||
"ShuffleList": [
|
"ShuffleList": [
|
||||||
"Shuffle List"
|
"Shuffle List"
|
||||||
],
|
],
|
||||||
|
"Speed": [
|
||||||
|
"Speed"
|
||||||
|
],
|
||||||
|
"SpeedNormal": [
|
||||||
|
"Normal"
|
||||||
|
],
|
||||||
"Stickers": [
|
"Stickers": [
|
||||||
"<mark class=\"token\">%1$d</mark> sticker",
|
"<mark class=\"token\">%1$d</mark> sticker",
|
||||||
"<mark class=\"token\">%1$d</mark> stickers"
|
"<mark class=\"token\">%1$d</mark> stickers"
|
||||||
|
|
|
@ -1312,6 +1312,10 @@
|
||||||
"PhotoSavedToDownloadsHint": [
|
"PhotoSavedToDownloadsHint": [
|
||||||
"Photo saved to Downloads."
|
"Photo saved to Downloads."
|
||||||
],
|
],
|
||||||
|
"PhotosSavedHint": [
|
||||||
|
"Photo saved to gallery.",
|
||||||
|
"<mark class=\"token\">%1$d</mark> photos saved to gallery."
|
||||||
|
],
|
||||||
"PinFolderLimitReached": [
|
"PinFolderLimitReached": [
|
||||||
"Sorry, you can't pin any more chats to the top."
|
"Sorry, you can't pin any more chats to the top."
|
||||||
],
|
],
|
||||||
|
@ -1690,6 +1694,9 @@
|
||||||
"Show More (<mark class=\"token\">%1$d</mark>)",
|
"Show More (<mark class=\"token\">%1$d</mark>)",
|
||||||
"Show More (<mark class=\"token\">%1$d</mark>)"
|
"Show More (<mark class=\"token\">%1$d</mark>)"
|
||||||
],
|
],
|
||||||
|
"Shuffle": [
|
||||||
|
"Shuffle"
|
||||||
|
],
|
||||||
"SlideUpToLock": [
|
"SlideUpToLock": [
|
||||||
"Slide up to lock recording"
|
"Slide up to lock recording"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue