mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-02-18 04:03:28 +01:00
Update content of files
This commit is contained in:
parent
999264448f
commit
a168787ba5
3 changed files with 20 additions and 2 deletions
|
@ -20782,6 +20782,7 @@
|
||||||
"Call.Toast.CameraOff",
|
"Call.Toast.CameraOff",
|
||||||
"Call.Toast.LowBattery",
|
"Call.Toast.LowBattery",
|
||||||
"Call.Toast.MicroOff",
|
"Call.Toast.MicroOff",
|
||||||
|
"Call.Toast.MicroOff.Your",
|
||||||
"Call.UndefinedError",
|
"Call.UndefinedError",
|
||||||
"Call.VideoPaused",
|
"Call.VideoPaused",
|
||||||
"CallFeedback.AddComment",
|
"CallFeedback.AddComment",
|
||||||
|
@ -23760,6 +23761,7 @@
|
||||||
"Peer.Status.recently",
|
"Peer.Status.recently",
|
||||||
"Peer.Status.show",
|
"Peer.Status.show",
|
||||||
"PeerInfo.About.Placeholder",
|
"PeerInfo.About.Placeholder",
|
||||||
|
"PeerInfo.Action.AcrhivedStories",
|
||||||
"PeerInfo.Action.AddMembers",
|
"PeerInfo.Action.AddMembers",
|
||||||
"PeerInfo.Action.BoostGroup",
|
"PeerInfo.Action.BoostGroup",
|
||||||
"PeerInfo.Action.Call",
|
"PeerInfo.Action.Call",
|
||||||
|
|
|
@ -199,7 +199,7 @@
|
||||||
</div></nav>
|
</div></nav>
|
||||||
<section class="content clearfix">
|
<section class="content clearfix">
|
||||||
<section class="tr-content"><h3 class="tr-header">
|
<section class="tr-content"><h3 class="tr-header">
|
||||||
<a href="/en/" class="tr-back"></a>macOS<span class="tr-header-counter">5563</span>
|
<a href="/en/" class="tr-back"></a>macOS<span class="tr-header-counter">5565</span>
|
||||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/macos/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/macos/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/macos/recent/comments">Comments</a></span></div>
|
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/macos/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/macos/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/macos/recent/comments">Comments</a></span></div>
|
||||||
</h3>
|
</h3>
|
||||||
<section class="tr-sections clearfix">
|
<section class="tr-sections clearfix">
|
||||||
|
@ -261,7 +261,7 @@
|
||||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||||
<div class="tr-section-wrap"><a href="/en/macos/unsorted/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/macos/unsorted/" class="tr-section">
|
||||||
<div class="tr-section-cover cover0"></div>
|
<div class="tr-section-cover cover0"></div>
|
||||||
<div class="tr-section-caption">Unsorted (1795)</div>
|
<div class="tr-section-caption">Unsorted (1797)</div>
|
||||||
</a></div>
|
</a></div>
|
||||||
</div>
|
</div>
|
||||||
</section></section>
|
</section></section>
|
||||||
|
|
|
@ -867,6 +867,14 @@
|
||||||
"singular": "<mark class=\"token\">%@</mark>'s battery is low"
|
"singular": "<mark class=\"token\">%@</mark>'s battery is low"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Call.Toast.MicroOff.Your": {
|
||||||
|
"url": "https://translations.telegram.org/en/macos/unsorted/Call.Toast.MicroOff.Your",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": false,
|
||||||
|
"values": {
|
||||||
|
"singular": "Your microphone is off"
|
||||||
|
}
|
||||||
|
},
|
||||||
"Call.VideoPaused": {
|
"Call.VideoPaused": {
|
||||||
"url": "https://translations.telegram.org/en/macos/unsorted/Call.VideoPaused",
|
"url": "https://translations.telegram.org/en/macos/unsorted/Call.VideoPaused",
|
||||||
"photo_url": null,
|
"photo_url": null,
|
||||||
|
@ -8407,6 +8415,14 @@
|
||||||
"singular": "when?"
|
"singular": "when?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"PeerInfo.Action.AcrhivedStories": {
|
||||||
|
"url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.Action.AcrhivedStories",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": false,
|
||||||
|
"values": {
|
||||||
|
"singular": "Acrhived Stories"
|
||||||
|
}
|
||||||
|
},
|
||||||
"PeerInfo.Action.BoostGroup": {
|
"PeerInfo.Action.BoostGroup": {
|
||||||
"url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.Action.BoostGroup",
|
"url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.Action.BoostGroup",
|
||||||
"photo_url": null,
|
"photo_url": null,
|
||||||
|
|
Loading…
Add table
Reference in a new issue