mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
Update content of files
This commit is contained in:
parent
52770edcc7
commit
70c5c3304d
3 changed files with 67 additions and 2 deletions
|
@ -30808,6 +30808,13 @@
|
|||
"lng_linux_menu_tools",
|
||||
"lng_linux_menu_undo",
|
||||
"lng_linux_no_audio_prefs",
|
||||
"lng_live_location",
|
||||
"lng_live_location_date_time",
|
||||
"lng_live_location_hours",
|
||||
"lng_live_location_minutes",
|
||||
"lng_live_location_now",
|
||||
"lng_live_location_today",
|
||||
"lng_live_location_yesterday",
|
||||
"lng_local_storage_animation",
|
||||
"lng_local_storage_clear",
|
||||
"lng_local_storage_clear_some",
|
||||
|
|
|
@ -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">5022</span>
|
||||
<a href="/en/" class="tr-back"></a>TDesktop<span class="tr-header-counter">5029</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 (874)</div>
|
||||
<div class="tr-section-caption">Unsorted (881)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -3979,6 +3979,64 @@
|
|||
"singular": "You don't have any audio configuration applications installed."
|
||||
}
|
||||
},
|
||||
"lng_live_location": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_live_location",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Live Location"
|
||||
}
|
||||
},
|
||||
"lng_live_location_date_time": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_live_location_date_time",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "updated <mark class=\"token\">{date}</mark> at <mark class=\"token\">{time}</mark>"
|
||||
}
|
||||
},
|
||||
"lng_live_location_hours": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_live_location_hours",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "updated <mark class=\"token\">{count}</mark> hour ago",
|
||||
"plural": "updated <mark class=\"token\">{count}</mark> hours ago"
|
||||
}
|
||||
},
|
||||
"lng_live_location_minutes": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_live_location_minutes",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "updated <mark class=\"token\">{count}</mark> minute ago",
|
||||
"plural": "updated <mark class=\"token\">{count}</mark> minutes ago"
|
||||
}
|
||||
},
|
||||
"lng_live_location_now": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_live_location_now",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "updated just now"
|
||||
}
|
||||
},
|
||||
"lng_live_location_today": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_live_location_today",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "updated today at <mark class=\"token\">{time}</mark>"
|
||||
}
|
||||
},
|
||||
"lng_live_location_yesterday": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_live_location_yesterday",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "updated yesterday at <mark class=\"token\">{time}</mark>"
|
||||
}
|
||||
},
|
||||
"lng_local_storage_limit_weeks": {
|
||||
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_local_storage_limit_weeks",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue