mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
Update content of files
This commit is contained in:
parent
2fdd567a83
commit
18db6e02f4
3 changed files with 40 additions and 2 deletions
|
@ -26771,6 +26771,7 @@
|
|||
"lng_boost_error_premium_text_group",
|
||||
"lng_boost_error_premium_title",
|
||||
"lng_boost_error_premium_yes",
|
||||
"lng_boost_group_about",
|
||||
"lng_boost_group_button",
|
||||
"lng_boost_group_lift_restrictions",
|
||||
"lng_boost_group_lift_restrictions_many",
|
||||
|
@ -26789,6 +26790,8 @@
|
|||
"lng_boost_reassign_channels",
|
||||
"lng_boost_reassign_done",
|
||||
"lng_boost_reassign_gift",
|
||||
"lng_boost_reassign_groups",
|
||||
"lng_boost_reassign_mixed",
|
||||
"lng_boost_reassign_text",
|
||||
"lng_boost_reassign_title",
|
||||
"lng_boost_remove_title",
|
||||
|
@ -27256,6 +27259,7 @@
|
|||
"lng_context_new_window",
|
||||
"lng_context_open_channel",
|
||||
"lng_context_open_gif",
|
||||
"lng_context_open_group",
|
||||
"lng_context_pack_add",
|
||||
"lng_context_pack_add",
|
||||
"lng_context_pack_info",
|
||||
|
|
|
@ -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>TDesktop<span class="tr-header-counter">4636</span>
|
||||
<a href="/en/" class="tr-back"></a>TDesktop<span class="tr-header-counter">4640</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/tdesktop/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/tdesktop/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/tdesktop/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/tdesktop/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (822)</div>
|
||||
<div class="tr-section-caption">Unsorted (826)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1655,6 +1655,14 @@
|
|||
"singular": "Only **Telegram Premium** subscribers can boost groups. Do you want to subscribe to **Telegram Premium**?"
|
||||
}
|
||||
},
|
||||
"lng_boost_group_about": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_group_about",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Boost your group to unlock additional<br/>appearance settings."
|
||||
}
|
||||
},
|
||||
"lng_boost_group_button": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_group_button",
|
||||
"photo_url": null,
|
||||
|
@ -1689,6 +1697,24 @@
|
|||
"plural": "To boost <mark class=\"token\">{channel}</mark>, gift **Telegram Premium** to a friend and get **<mark class=\"token\">{count}</mark>** boosts."
|
||||
}
|
||||
},
|
||||
"lng_boost_reassign_groups": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_reassign_groups",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{count}</mark> group",
|
||||
"plural": "<mark class=\"token\">{count}</mark> groups"
|
||||
}
|
||||
},
|
||||
"lng_boost_reassign_mixed": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_reassign_mixed",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{count}</mark> group or channel",
|
||||
"plural": "<mark class=\"token\">{count}</mark> groups and channels"
|
||||
}
|
||||
},
|
||||
"lng_boost_remove_title": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_remove_title",
|
||||
"photo_url": null,
|
||||
|
@ -2230,6 +2256,14 @@
|
|||
"singular": "Open in new window"
|
||||
}
|
||||
},
|
||||
"lng_context_open_group": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_context_open_group",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Open Group"
|
||||
}
|
||||
},
|
||||
"lng_context_read_hidden": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_context_read_hidden",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Add table
Reference in a new issue