mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-20 16:15:08 +01:00
Update content of files
This commit is contained in:
parent
2493346bdb
commit
580fb3f79a
3 changed files with 30 additions and 2 deletions
|
@ -1389,6 +1389,9 @@
|
|||
"BotStarsAvailableBalance",
|
||||
"BotStarsButtonWithdraw",
|
||||
"BotStarsButtonWithdrawAll",
|
||||
"BotStarsButtonWithdrawShort",
|
||||
"BotStarsButtonWithdrawShortAll",
|
||||
"BotStarsButtonWithdrawShortUntil",
|
||||
"BotStarsButtonWithdrawUntil",
|
||||
"BotStarsChartRevenue",
|
||||
"BotStarsOverview",
|
||||
|
|
|
@ -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>Android<span class="tr-header-counter">7862</span>
|
||||
<a href="/en/" class="tr-back"></a>Android<span class="tr-header-counter">7865</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/android/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/android/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/android/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/android/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1818)</div>
|
||||
<div class="tr-section-caption">Unsorted (1821)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -2938,6 +2938,31 @@
|
|||
"singular": "Withdraw all via Fragment"
|
||||
}
|
||||
},
|
||||
"BotStarsButtonWithdrawShort": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotStarsButtonWithdrawShort",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Withdraw <i class=\"emoji\" style=\"background-image:url('//telegram.org/img/emoji/40/E2AD90.png')\"><b>⭐️</b></i><mark class=\"token\">%d</mark>",
|
||||
"plural": "Withdraw <i class=\"emoji\" style=\"background-image:url('//telegram.org/img/emoji/40/E2AD90.png')\"><b>⭐️</b></i><mark class=\"token\">%d</mark>"
|
||||
}
|
||||
},
|
||||
"BotStarsButtonWithdrawShortAll": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotStarsButtonWithdrawShortAll",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Withdraw all"
|
||||
}
|
||||
},
|
||||
"BotStarsButtonWithdrawShortUntil": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotStarsButtonWithdrawShortUntil",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Withdraw"
|
||||
}
|
||||
},
|
||||
"BotStarsButtonWithdrawUntil": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotStarsButtonWithdrawUntil",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue