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
dd96436c97
commit
8951f2c003
3 changed files with 87 additions and 6 deletions
|
@ -34121,6 +34121,7 @@
|
|||
"AddToEmoji",
|
||||
"AddToFavorites",
|
||||
"AddToGroup",
|
||||
"AddToGroupOrChannel",
|
||||
"AddToStickers",
|
||||
"AddToTheGroup",
|
||||
"Added",
|
||||
|
@ -34689,6 +34690,8 @@
|
|||
"CantBoostWithGiftedPremium",
|
||||
"CantBoostWithGiftedPremiumDescription",
|
||||
"Caption",
|
||||
"CaptionAbove",
|
||||
"CaptionBelow",
|
||||
"CaptionsLimitSubtitle",
|
||||
"CaptionsLimitTitle",
|
||||
"Change",
|
||||
|
@ -36593,6 +36596,11 @@
|
|||
"SendAnonymously",
|
||||
"SendAsFile",
|
||||
"SendAsFiles",
|
||||
"SendAsMedia",
|
||||
"SendAsPhoto",
|
||||
"SendAsPhotos",
|
||||
"SendAsVideo",
|
||||
"SendAsVideos",
|
||||
"SendByEnter",
|
||||
"SendByEnter2",
|
||||
"SendByEnterCtrl",
|
||||
|
@ -36679,6 +36687,7 @@
|
|||
"SharesPerPost",
|
||||
"ShortMessageLifetimeForever",
|
||||
"ShortMessageLifetimeForever",
|
||||
"ShortTimeNow",
|
||||
"Show",
|
||||
"ShowAds",
|
||||
"ShowAdsInfo",
|
||||
|
|
|
@ -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>Unigram<span class="tr-header-counter">3397</span>
|
||||
<a href="/en/" class="tr-back"></a>Unigram<span class="tr-header-counter">3406</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/unigram/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/unigram/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/unigram/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/unigram/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (2410)</div>
|
||||
<div class="tr-section-caption">Unsorted (2419)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1684,6 +1684,14 @@
|
|||
"singular": "Add to Group"
|
||||
}
|
||||
},
|
||||
"AddToGroupOrChannel": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/AddToGroupOrChannel",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Add to Group or Channel"
|
||||
}
|
||||
},
|
||||
"AddToStickers": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/AddToStickers",
|
||||
"photo_url": null,
|
||||
|
@ -5393,6 +5401,22 @@
|
|||
"singular": "Caption"
|
||||
}
|
||||
},
|
||||
"CaptionAbove": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/CaptionAbove",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Move Caption Up"
|
||||
}
|
||||
},
|
||||
"CaptionBelow": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/CaptionBelow",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Move Caption Down"
|
||||
}
|
||||
},
|
||||
"ChangeChannelNameColor2": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/ChangeChannelNameColor2",
|
||||
"photo_url": null,
|
||||
|
@ -7376,7 +7400,7 @@
|
|||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Remove spoiler"
|
||||
"singular": "Remove Spoiler"
|
||||
}
|
||||
},
|
||||
"DisableProxy": {
|
||||
|
@ -8016,7 +8040,7 @@
|
|||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Hide with spoiler"
|
||||
"singular": "Hide with Spoiler"
|
||||
}
|
||||
},
|
||||
"EnableProxyAlert": {
|
||||
|
@ -15690,7 +15714,7 @@
|
|||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Send as file"
|
||||
"singular": "Send as File"
|
||||
}
|
||||
},
|
||||
"SendAsFiles": {
|
||||
|
@ -15698,7 +15722,47 @@
|
|||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Send as files"
|
||||
"singular": "Send as Files"
|
||||
}
|
||||
},
|
||||
"SendAsMedia": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/SendAsMedia",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Send as Media"
|
||||
}
|
||||
},
|
||||
"SendAsPhoto": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/SendAsPhoto",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Send as Photo"
|
||||
}
|
||||
},
|
||||
"SendAsPhotos": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/SendAsPhotos",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Send as Photos"
|
||||
}
|
||||
},
|
||||
"SendAsVideo": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/SendAsVideo",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Send as Video"
|
||||
}
|
||||
},
|
||||
"SendAsVideos": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/SendAsVideos",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Send as Videos"
|
||||
}
|
||||
},
|
||||
"SendByEnter2": {
|
||||
|
@ -16063,6 +16127,14 @@
|
|||
"singular": "Shares Per Post"
|
||||
}
|
||||
},
|
||||
"ShortTimeNow": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/ShortTimeNow",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "now"
|
||||
}
|
||||
},
|
||||
"Show": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/Show",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue