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
d20cf2a97d
commit
dfc70c2efc
5 changed files with 31 additions and 4 deletions
|
@ -28629,6 +28629,7 @@
|
|||
"Copy",
|
||||
"CopyImage",
|
||||
"CopyLink",
|
||||
"CopySelectedMessages",
|
||||
"CopySelectedText",
|
||||
"Country",
|
||||
"Create",
|
||||
|
@ -29474,6 +29475,7 @@
|
|||
"Open",
|
||||
"OpenBackground",
|
||||
"OpenChannel",
|
||||
"OpenChannel2",
|
||||
"OpenFile",
|
||||
"OpenFragment",
|
||||
"OpenGroup",
|
||||
|
@ -29795,6 +29797,7 @@
|
|||
"ReportChatSpam",
|
||||
"ReportChatViolence",
|
||||
"ReportFalsePositive",
|
||||
"ReportSelectedMessages",
|
||||
"ReportSpam",
|
||||
"ReportSpamAlert",
|
||||
"ReportSpamAlertChannel",
|
||||
|
|
|
@ -1212,7 +1212,7 @@
|
|||
"lng_context_copy_selected_items": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/general/lng_context_copy_selected_items",
|
||||
"photo_url": "https://telegra.ph/file/p/7c32011c786/f0c8ce9829dfc8afb731519.jpg?c=588,995,309,309,280,280",
|
||||
"has_binding": false,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Copy Selected as Text"
|
||||
}
|
||||
|
|
|
@ -1336,7 +1336,7 @@
|
|||
"lng_context_copy_selected_items": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_copy_selected_items",
|
||||
"photo_url": "https://telegra.ph/file/p/f9b30e96797/bf0de2b740e33aa3467761d.jpg?c=1070,319,322,322,280,280",
|
||||
"has_binding": false,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Copy Selected as Text"
|
||||
}
|
||||
|
|
|
@ -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">2549</span>
|
||||
<a href="/en/" class="tr-back"></a>Unigram<span class="tr-header-counter">2552</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 (1564)</div>
|
||||
<div class="tr-section-caption">Unsorted (1567)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -3974,6 +3974,14 @@
|
|||
"singular": "**Note:** this action can't be undone."
|
||||
}
|
||||
},
|
||||
"CopySelectedMessages": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/CopySelectedMessages",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Copy Selected as Text"
|
||||
}
|
||||
},
|
||||
"CopySelectedText": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/CopySelectedText",
|
||||
"photo_url": null,
|
||||
|
@ -8186,6 +8194,14 @@
|
|||
"singular": "VIEW CHANNEL"
|
||||
}
|
||||
},
|
||||
"OpenChannel2": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/OpenChannel2",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Open Channel"
|
||||
}
|
||||
},
|
||||
"OpenFile": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/OpenFile",
|
||||
"photo_url": null,
|
||||
|
@ -9432,6 +9448,14 @@
|
|||
"singular": "Report False Positive"
|
||||
}
|
||||
},
|
||||
"ReportSelectedMessages": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/ReportSelectedMessages",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Report Selected"
|
||||
}
|
||||
},
|
||||
"ReportSpam": {
|
||||
"url": "https://translations.telegram.org/en/unigram/unsorted/ReportSpam",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue