mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
Update content of files
This commit is contained in:
parent
ad52505138
commit
48b2878db0
3 changed files with 21 additions and 2 deletions
|
@ -21232,6 +21232,8 @@
|
|||
"Business.QuickReply.EditName",
|
||||
"Business.QuickReply.Header",
|
||||
"Business.QuickReply.More",
|
||||
"Business.QuickReply.More1",
|
||||
"Business.QuickReply.More1_countable",
|
||||
"Business.QuickReply.Title",
|
||||
"Business.ScheduleEnd",
|
||||
"Business.ScheduleStart",
|
||||
|
|
|
@ -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">5696</span>
|
||||
<a href="/en/" class="tr-back"></a>macOS<span class="tr-header-counter">5698</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 (1928)</div>
|
||||
<div class="tr-section-caption">Unsorted (1930)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1315,6 +1315,23 @@
|
|||
"singular": "+<mark class=\"token\">%d</mark> MORE"
|
||||
}
|
||||
},
|
||||
"Business.QuickReply.More1": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/Business.QuickReply.More1",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "+<mark class=\"token\">%d</mark> MORE",
|
||||
"plural": "+<mark class=\"token\">%d</mark> MORE"
|
||||
}
|
||||
},
|
||||
"Business.QuickReply.More1_countable": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/Business.QuickReply.More1_countable",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%d</mark>"
|
||||
}
|
||||
},
|
||||
"Business.QuickReply.Title": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/Business.QuickReply.Title",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue