mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
Update content of files
This commit is contained in:
parent
940baadf0f
commit
a02c6a0cf6
4 changed files with 39 additions and 3 deletions
|
@ -35478,6 +35478,7 @@
|
|||
"ActionPinnedVideo",
|
||||
"ActionPinnedVoice",
|
||||
"ActionReactionsChanged",
|
||||
"ActionReactionsChangedList",
|
||||
"ActionRefunded",
|
||||
"ActionRemovedPhoto",
|
||||
"ActionRequestedPeer",
|
||||
|
@ -36449,6 +36450,7 @@
|
|||
"ContactsPermissionAlertContinue",
|
||||
"ContactsPermissionAlertNotNow",
|
||||
"Continue",
|
||||
"ContinueOnThisLanguage",
|
||||
"ConvertGroup",
|
||||
"ConvertGroupAlert",
|
||||
"ConvertGroupAlertWarning",
|
||||
|
@ -37738,6 +37740,8 @@
|
|||
"PremiumPreviewBusinessStoriesDescription",
|
||||
"PremiumPreviewDownloadSpeed",
|
||||
"PremiumPreviewDownloadSpeedDescription",
|
||||
"PremiumPreviewEffects",
|
||||
"PremiumPreviewEffectsDescription",
|
||||
"PremiumPreviewEmoji",
|
||||
"PremiumPreviewEmojiDescription",
|
||||
"PremiumPreviewEmojiStatus",
|
||||
|
|
|
@ -803,7 +803,7 @@
|
|||
"ActionReactionsChangedList": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/ActionReactionsChangedList",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">un1</mark> changed chat reactions:<br/> <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
|
|
|
@ -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">3553</span>
|
||||
<a href="/en/" class="tr-back"></a>Unigram<span class="tr-header-counter">3557</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 (2566)</div>
|
||||
<div class="tr-section-caption">Unsorted (2570)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1251,6 +1251,14 @@
|
|||
"singular": "<mark class=\"token\">un1</mark> changed chat reactions<br/>from: <mark class=\"token\">{0}</mark> <br/>to: <mark class=\"token\">{1}</mark>"
|
||||
}
|
||||
},
|
||||
"ActionReactionsChangedList": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/ActionReactionsChangedList",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">un1</mark> changed chat reactions:<br/><mark class=\"token\">{0}</mark>"
|
||||
}
|
||||
},
|
||||
"ActionRefunded": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/ActionRefunded",
|
||||
"photo_url": null,
|
||||
|
@ -7373,6 +7381,14 @@
|
|||
"singular": "Continue"
|
||||
}
|
||||
},
|
||||
"ContinueOnThisLanguage": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/ContinueOnThisLanguage",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Continue in English"
|
||||
}
|
||||
},
|
||||
"ConvertGroup": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/ConvertGroup",
|
||||
"photo_url": null,
|
||||
|
@ -14664,6 +14680,22 @@
|
|||
"singular": "Publish photos and videos of your goods or services on your page."
|
||||
}
|
||||
},
|
||||
"PremiumPreviewEffects": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/PremiumPreviewEffects",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Message Effects"
|
||||
}
|
||||
},
|
||||
"PremiumPreviewEffectsDescription": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/PremiumPreviewEffectsDescription",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Add over 500 animated effects to private messages."
|
||||
}
|
||||
},
|
||||
"PremiumPreviewFolderTags": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/PremiumPreviewFolderTags",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue