mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 09:06:24 +01:00
Update content of files
This commit is contained in:
parent
b5bf17b943
commit
f69c912138
3 changed files with 209 additions and 2 deletions
|
@ -25069,6 +25069,9 @@
|
|||
"lng_blocked_list_title",
|
||||
"lng_blocked_list_unblock",
|
||||
"lng_blocked_list_unknown_phone",
|
||||
"lng_boost_again_button",
|
||||
"lng_boost_available_in",
|
||||
"lng_boost_available_in_toast",
|
||||
"lng_boost_channel_ask",
|
||||
"lng_boost_channel_ask_button",
|
||||
"lng_boost_channel_button",
|
||||
|
@ -25098,8 +25101,18 @@
|
|||
"lng_boost_error_premium_title",
|
||||
"lng_boost_error_premium_yes",
|
||||
"lng_boost_level",
|
||||
"lng_boost_need_more",
|
||||
"lng_boost_need_more_again",
|
||||
"lng_boost_need_more_text",
|
||||
"lng_boost_now_instead",
|
||||
"lng_boost_now_replace",
|
||||
"lng_boost_reassign_button",
|
||||
"lng_boost_reassign_channels",
|
||||
"lng_boost_reassign_done",
|
||||
"lng_boost_reassign_gift",
|
||||
"lng_boost_reassign_text",
|
||||
"lng_boost_reassign_title",
|
||||
"lng_boost_remove_title",
|
||||
"lng_boosts_existing",
|
||||
"lng_boosts_get_boosts",
|
||||
"lng_boosts_get_boosts_subtext",
|
||||
|
@ -25117,6 +25130,11 @@
|
|||
"lng_boosts_list_unclaimed",
|
||||
"lng_boosts_next_level",
|
||||
"lng_boosts_premium_audience",
|
||||
"lng_boosts_prepaid_giveaway_moths",
|
||||
"lng_boosts_prepaid_giveaway_quantity",
|
||||
"lng_boosts_prepaid_giveaway_single",
|
||||
"lng_boosts_prepaid_giveaway_status",
|
||||
"lng_boosts_prepaid_giveaway_title",
|
||||
"lng_boosts_show_more",
|
||||
"lng_boosts_show_more_boosts",
|
||||
"lng_boosts_show_more_gifts",
|
||||
|
@ -26263,6 +26281,9 @@
|
|||
"lng_gift_link_label_reason",
|
||||
"lng_gift_link_label_to",
|
||||
"lng_gift_link_label_to_unclaimed",
|
||||
"lng_gift_link_pending_about",
|
||||
"lng_gift_link_pending_footer",
|
||||
"lng_gift_link_pending_toast",
|
||||
"lng_gift_link_reason_chosen",
|
||||
"lng_gift_link_reason_giveaway",
|
||||
"lng_gift_link_reason_unclaimed",
|
||||
|
@ -26320,6 +26341,7 @@
|
|||
"lng_giveaway_recipients_deselect",
|
||||
"lng_giveaway_recipients_save",
|
||||
"lng_giveaway_start",
|
||||
"lng_giveaway_start_sure",
|
||||
"lng_giveaway_users_about",
|
||||
"lng_giveaway_users_all",
|
||||
"lng_giveaway_users_from_all_countries",
|
||||
|
|
|
@ -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">4331</span>
|
||||
<a href="/en/" class="tr-back"></a>TDesktop<span class="tr-header-counter">4353</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 (737)</div>
|
||||
<div class="tr-section-caption">Unsorted (759)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1467,6 +1467,31 @@
|
|||
"singular": "PSA"
|
||||
}
|
||||
},
|
||||
"lng_boost_again_button": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_again_button",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Boost Again"
|
||||
}
|
||||
},
|
||||
"lng_boost_available_in": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_available_in",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "available in <mark class=\"token\">{duration}</mark>"
|
||||
}
|
||||
},
|
||||
"lng_boost_available_in_toast": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_available_in_toast",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Wait until the boost is available or get **<mark class=\"token\">{count}</mark>** more boost by gifting a **Telegram Premium** subscription.",
|
||||
"plural": "Wait until the boost is available or get **<mark class=\"token\">{count}</mark>** more boosts by gifting a **Telegram Premium** subscription."
|
||||
}
|
||||
},
|
||||
"lng_boost_channel_gifting": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_channel_gifting",
|
||||
"photo_url": null,
|
||||
|
@ -1525,6 +1550,91 @@
|
|||
"singular": "Can't boost with gifted Premium!"
|
||||
}
|
||||
},
|
||||
"lng_boost_need_more": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_need_more",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "More boosts needed"
|
||||
}
|
||||
},
|
||||
"lng_boost_need_more_again": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_need_more_again",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "To boost <mark class=\"token\">{channel}</mark> again, gift **Telegram Premium** to a friend and get **<mark class=\"token\">{count}</mark>** additional boost.",
|
||||
"plural": "To boost <mark class=\"token\">{channel}</mark> again, gift **Telegram Premium** to a friend and get **<mark class=\"token\">{count}</mark>** additional boosts."
|
||||
}
|
||||
},
|
||||
"lng_boost_need_more_text": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_need_more_text",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "To boost <mark class=\"token\">{channel}</mark>, gift **Telegram Premium** to a friend and get **<mark class=\"token\">{count}</mark>** boosts.",
|
||||
"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_button": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_reassign_button",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Reassign"
|
||||
}
|
||||
},
|
||||
"lng_boost_reassign_channels": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_reassign_channels",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{count}</mark> channel",
|
||||
"plural": "<mark class=\"token\">{count}</mark> channels"
|
||||
}
|
||||
},
|
||||
"lng_boost_reassign_done": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_reassign_done",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{count}</mark> boost is reassigned from <mark class=\"token\">{channels}</mark>.",
|
||||
"plural": "<mark class=\"token\">{count}</mark> boosts are reassigned from <mark class=\"token\">{channels}</mark>."
|
||||
}
|
||||
},
|
||||
"lng_boost_reassign_gift": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_reassign_gift",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "gift **Telegram Premium** to a friend to get **<mark class=\"token\">{count}</mark>** additional boost",
|
||||
"plural": "gift **Telegram Premium** to a friend to get **<mark class=\"token\">{count}</mark>** additional boosts"
|
||||
}
|
||||
},
|
||||
"lng_boost_reassign_text": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_reassign_text",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "To boost <mark class=\"token\">{channel}</mark>, reassign a previous boost or <mark class=\"token\">{gift}</mark>."
|
||||
}
|
||||
},
|
||||
"lng_boost_reassign_title": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_reassign_title",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Reassign boost"
|
||||
}
|
||||
},
|
||||
"lng_boost_remove_title": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_remove_title",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Remove your boost from"
|
||||
}
|
||||
},
|
||||
"lng_boosts_list_tab_gifts": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boosts_list_tab_gifts",
|
||||
"photo_url": null,
|
||||
|
@ -1534,6 +1644,49 @@
|
|||
"plural": "<mark class=\"token\">{count}</mark> Gifts"
|
||||
}
|
||||
},
|
||||
"lng_boosts_prepaid_giveaway_moths": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boosts_prepaid_giveaway_moths",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{count}</mark>-month subscriptions",
|
||||
"plural": "<mark class=\"token\">{count}</mark>-month subscriptions"
|
||||
}
|
||||
},
|
||||
"lng_boosts_prepaid_giveaway_quantity": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boosts_prepaid_giveaway_quantity",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{count}</mark> Telegram Premium",
|
||||
"plural": "<mark class=\"token\">{count}</mark> Telegram Premium"
|
||||
}
|
||||
},
|
||||
"lng_boosts_prepaid_giveaway_single": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boosts_prepaid_giveaway_single",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Prepaid giveaway"
|
||||
}
|
||||
},
|
||||
"lng_boosts_prepaid_giveaway_status": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boosts_prepaid_giveaway_status",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">{count}</mark> subscription <mark class=\"token\">{duration}</mark>",
|
||||
"plural": "<mark class=\"token\">{count}</mark> subscriptions <mark class=\"token\">{duration}</mark>"
|
||||
}
|
||||
},
|
||||
"lng_boosts_prepaid_giveaway_title": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boosts_prepaid_giveaway_title",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Prepaid giveaways"
|
||||
}
|
||||
},
|
||||
"lng_boosts_show_more_gifts": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boosts_show_more_gifts",
|
||||
"photo_url": null,
|
||||
|
@ -2724,6 +2877,30 @@
|
|||
"singular": "Gift code link expired"
|
||||
}
|
||||
},
|
||||
"lng_gift_link_pending_about": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gift_link_pending_about",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "This link allows <mark class=\"token\">{user}</mark> to activate<br/>a **Telegram Premium** subscription."
|
||||
}
|
||||
},
|
||||
"lng_gift_link_pending_footer": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gift_link_pending_footer",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "This link hasn't been activated yet."
|
||||
}
|
||||
},
|
||||
"lng_gift_link_pending_toast": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gift_link_pending_toast",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Only the recipient can see the link."
|
||||
}
|
||||
},
|
||||
"lng_gigagroup_convert_feature1": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gigagroup_convert_feature1",
|
||||
"photo_url": null,
|
||||
|
@ -2903,6 +3080,14 @@
|
|||
"singular": "Save Recipients"
|
||||
}
|
||||
},
|
||||
"lng_giveaway_start_sure": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_giveaway_start_sure",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Are you sure you want to start this prepaid giveaway now? This action cannot be undone."
|
||||
}
|
||||
},
|
||||
"lng_group_call_chat_no_camera": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_group_call_chat_no_camera",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue