mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-29 19:53:17 +01:00
Update content of files
This commit is contained in:
parent
05ab82e3ad
commit
1bea8a7860
4 changed files with 40 additions and 3 deletions
|
@ -31491,6 +31491,7 @@
|
|||
"lng_credits_small_balance_about",
|
||||
"lng_credits_small_balance_fallback",
|
||||
"lng_credits_small_balance_reaction",
|
||||
"lng_credits_small_balance_star_gift",
|
||||
"lng_credits_small_balance_subscribe",
|
||||
"lng_credits_small_balance_title",
|
||||
"lng_credits_small_balance_title",
|
||||
|
@ -32258,11 +32259,14 @@
|
|||
"lng_gift_send_title",
|
||||
"lng_gift_sent_about",
|
||||
"lng_gift_sent_title",
|
||||
"lng_gift_sold_out_text",
|
||||
"lng_gift_sold_out_title",
|
||||
"lng_gift_stars_about",
|
||||
"lng_gift_stars_incoming",
|
||||
"lng_gift_stars_limited",
|
||||
"lng_gift_stars_link",
|
||||
"lng_gift_stars_outgoing",
|
||||
"lng_gift_stars_sold_out",
|
||||
"lng_gift_stars_subtitle",
|
||||
"lng_gift_stars_tabs_all",
|
||||
"lng_gift_stars_tabs_limited",
|
||||
|
|
|
@ -11471,7 +11471,7 @@
|
|||
"StarsNeededTextGift": {
|
||||
"url": "https://translations.telegram.org/en/android/general/StarsNeededTextGift",
|
||||
"photo_url": "https://telegra.ph/file/p/768cd414342/4a0eab218e01e9004c80417.jpg?c=65,377,469,469,280,280",
|
||||
"has_binding": false,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Buy **Stars** to send gifts to **<mark class=\"token\">%s</mark>** and other contacts."
|
||||
}
|
||||
|
|
|
@ -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">5429</span>
|
||||
<a href="/en/" class="tr-back"></a>TDesktop<span class="tr-header-counter">5433</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 (949)</div>
|
||||
<div class="tr-section-caption">Unsorted (953)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -2927,6 +2927,14 @@
|
|||
"singular": "Buy **Stars** to unlock content and services on Telegram."
|
||||
}
|
||||
},
|
||||
"lng_credits_small_balance_star_gift": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_credits_small_balance_star_gift",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Buy **Stars** to send gifts to <mark class=\"token\">{user}</mark> and other contacts."
|
||||
}
|
||||
},
|
||||
"lng_credits_subscription_row_from": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_credits_subscription_row_from",
|
||||
"photo_url": null,
|
||||
|
@ -3737,6 +3745,31 @@
|
|||
"singular": "Gift Sent!"
|
||||
}
|
||||
},
|
||||
"lng_gift_sold_out_text": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gift_sold_out_text",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "All <mark class=\"token\">{count}</mark> gift was already sold.",
|
||||
"plural": "All <mark class=\"token\">{count}</mark> gifts were already sold."
|
||||
}
|
||||
},
|
||||
"lng_gift_sold_out_title": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gift_sold_out_title",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Sold Out!"
|
||||
}
|
||||
},
|
||||
"lng_gift_stars_sold_out": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gift_stars_sold_out",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "sold out"
|
||||
}
|
||||
},
|
||||
"lng_gift_until": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gift_until",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue