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
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 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-caption">Camera And Media (219)</div>
|
||||
<div class="tr-section-caption">Camera And Media (220)</div>
|
||||
</a></div>
|
||||
</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">
|
||||
|
@ -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 (698)</div>
|
||||
<div class="tr-section-caption">Unsorted (700)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -409,10 +409,6 @@
|
|||
"<mark class=\"token\">%1$d</mark> photo",
|
||||
"<mark class=\"token\">%1$d</mark> photos"
|
||||
],
|
||||
"PhotosSavedHint": [
|
||||
"Photo saved to gallery.",
|
||||
"<mark class=\"token\">%1$d</mark> photos saved to gallery."
|
||||
],
|
||||
"PhotosSelected": [
|
||||
"<mark class=\"token\">%1$d</mark> photo selected",
|
||||
"<mark class=\"token\">%1$d</mark> photos selected"
|
||||
|
@ -579,12 +575,18 @@
|
|||
"ShowAllMedia": [
|
||||
"Show All Media"
|
||||
],
|
||||
"Shuffle": [
|
||||
"Shuffle"
|
||||
"ShowInChat": [
|
||||
"Show in chat"
|
||||
],
|
||||
"ShuffleList": [
|
||||
"Shuffle List"
|
||||
],
|
||||
"Speed": [
|
||||
"Speed"
|
||||
],
|
||||
"SpeedNormal": [
|
||||
"Normal"
|
||||
],
|
||||
"Stickers": [
|
||||
"<mark class=\"token\">%1$d</mark> sticker",
|
||||
"<mark class=\"token\">%1$d</mark> stickers"
|
||||
|
|
|
@ -1312,6 +1312,10 @@
|
|||
"PhotoSavedToDownloadsHint": [
|
||||
"Photo saved to Downloads."
|
||||
],
|
||||
"PhotosSavedHint": [
|
||||
"Photo saved to gallery.",
|
||||
"<mark class=\"token\">%1$d</mark> photos saved to gallery."
|
||||
],
|
||||
"PinFolderLimitReached": [
|
||||
"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>)"
|
||||
],
|
||||
"Shuffle": [
|
||||
"Shuffle"
|
||||
],
|
||||
"SlideUpToLock": [
|
||||
"Slide up to lock recording"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue