mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-25 08:47:37 +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.LowBattery",
|
||||
"Call.Toast.MicroOff",
|
||||
"Call.Toast.MicroOff.Your",
|
||||
"Call.UndefinedError",
|
||||
"Call.VideoPaused",
|
||||
"CallFeedback.AddComment",
|
||||
|
@ -23760,6 +23761,7 @@
|
|||
"Peer.Status.recently",
|
||||
"Peer.Status.show",
|
||||
"PeerInfo.About.Placeholder",
|
||||
"PeerInfo.Action.AcrhivedStories",
|
||||
"PeerInfo.Action.AddMembers",
|
||||
"PeerInfo.Action.BoostGroup",
|
||||
"PeerInfo.Action.Call",
|
||||
|
|
|
@ -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>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>
|
||||
</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/macos/unsorted/" class="tr-section">
|
||||
<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>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -867,6 +867,14 @@
|
|||
"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": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/Call.VideoPaused",
|
||||
"photo_url": null,
|
||||
|
@ -8407,6 +8415,14 @@
|
|||
"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": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.Action.BoostGroup",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue