mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
Update content of files
This commit is contained in:
parent
f929082657
commit
db04468db5
3 changed files with 29 additions and 2 deletions
|
@ -18047,6 +18047,7 @@
|
|||
"PUSH_REACT_GEO",
|
||||
"PUSH_REACT_GEOLIVE",
|
||||
"PUSH_REACT_GIF",
|
||||
"PUSH_REACT_HIDDEN",
|
||||
"PUSH_REACT_INVOICE",
|
||||
"PUSH_REACT_NOTEXT",
|
||||
"PUSH_REACT_PHOTO",
|
||||
|
@ -18054,6 +18055,8 @@
|
|||
"PUSH_REACT_QUIZ",
|
||||
"PUSH_REACT_ROUND",
|
||||
"PUSH_REACT_STICKER",
|
||||
"PUSH_REACT_STORY",
|
||||
"PUSH_REACT_STORY_HIDDEN",
|
||||
"PUSH_REACT_TEXT",
|
||||
"PUSH_REACT_VIDEO",
|
||||
"PUSH_REMINDER_TITLE",
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
</div></nav>
|
||||
<section class="content clearfix">
|
||||
<section class="tr-content"><h3 class="tr-header">
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">8329</span>
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">8332</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/ios/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/ios/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/ios/recent/comments">Comments</a></span></div>
|
||||
</h3>
|
||||
<section class="tr-sections clearfix">
|
||||
|
@ -261,7 +261,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1703)</div>
|
||||
<div class="tr-section-caption">Unsorted (1706)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -9172,6 +9172,14 @@
|
|||
"singular": "<mark class=\"token\">%1$@</mark>|<mark class=\"token\">%2$@</mark> to your GIF"
|
||||
}
|
||||
},
|
||||
"PUSH_REACT_HIDDEN": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/PUSH_REACT_HIDDEN",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "New reaction to your message"
|
||||
}
|
||||
},
|
||||
"PUSH_REACT_INVOICE": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/PUSH_REACT_INVOICE",
|
||||
"photo_url": null,
|
||||
|
@ -9228,6 +9236,22 @@
|
|||
"singular": "<mark class=\"token\">%1$@</mark>|<mark class=\"token\">%2$@</mark> to your <mark class=\"token\">%3$@</mark>sticker"
|
||||
}
|
||||
},
|
||||
"PUSH_REACT_STORY": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/PUSH_REACT_STORY",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$@</mark>|<mark class=\"token\">%2$@</mark> to your story"
|
||||
}
|
||||
},
|
||||
"PUSH_REACT_STORY_HIDDEN": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/PUSH_REACT_STORY_HIDDEN",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "New reaction to your story"
|
||||
}
|
||||
},
|
||||
"PUSH_REACT_TEXT": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/PUSH_REACT_TEXT",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue