mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-21 00:17:06 +01:00
Update content of files
This commit is contained in:
parent
05feed1b43
commit
c62fc35eaa
3 changed files with 41 additions and 4 deletions
|
@ -25075,6 +25075,8 @@
|
|||
"InactiveChannels.Title",
|
||||
"InlineModalAction.Desc",
|
||||
"InlineModalAction.Title",
|
||||
"Input.Quote.Collapsed",
|
||||
"Input.Quote.Expanded",
|
||||
"InputAttach.Popover.File",
|
||||
"InputAttach.Popover.File",
|
||||
"InputAttach.Popover.Gift",
|
||||
|
@ -27217,6 +27219,8 @@
|
|||
"Star.Purchase.Pay",
|
||||
"Star.Purchase.Success",
|
||||
"Star.Purchase.Text",
|
||||
"Star.Purchase.Text.In",
|
||||
"Star.Purchase.Text.In_countable",
|
||||
"Star.Transaction.Copied",
|
||||
"Star.Transaction.Date",
|
||||
"Star.Transaction.Id",
|
||||
|
|
|
@ -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">6084</span>
|
||||
<a href="/en/" class="tr-back"></a>macOS<span class="tr-header-counter">6088</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 (2272)</div>
|
||||
<div class="tr-section-caption">Unsorted (2276)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -9404,6 +9404,22 @@
|
|||
"singular": "Leave"
|
||||
}
|
||||
},
|
||||
"Input.Quote.Collapsed": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/Input.Quote.Collapsed",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Quote text will be collapsed"
|
||||
}
|
||||
},
|
||||
"Input.Quote.Expanded": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/Input.Quote.Expanded",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Quote text will be fully visible"
|
||||
}
|
||||
},
|
||||
"InputAttach.Popover.Music": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/InputAttach.Popover.Music",
|
||||
"photo_url": null,
|
||||
|
@ -14714,7 +14730,7 @@
|
|||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You acquired \"<mark class=\"token\">%1$@</mark>\" in <mark class=\"token\">%2$@</mark> for <mark class=\"token\">%3$@</mark> Stars."
|
||||
"singular": "You acquired \"<mark class=\"token\">%1$@</mark>\" in <mark class=\"token\">%2$@</mark> <mark class=\"token\">%3$@</mark>."
|
||||
}
|
||||
},
|
||||
"Star.Purchase.Text": {
|
||||
|
@ -14722,7 +14738,24 @@
|
|||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Do you want to buy **\"<mark class=\"token\">%1$@</mark>\"** in **<mark class=\"token\">%2$@</mark>** for **<mark class=\"token\">%3$@</mark> Stars**?"
|
||||
"singular": "Do you want to buy **\"<mark class=\"token\">%1$@</mark>\"** in **<mark class=\"token\">%2$@</mark>** **<mark class=\"token\">%3$@</mark>**?"
|
||||
}
|
||||
},
|
||||
"Star.Purchase.Text.In": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/Star.Purchase.Text.In",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "for <mark class=\"token\">%d</mark> Star",
|
||||
"plural": "for <mark class=\"token\">%d</mark> Stars"
|
||||
}
|
||||
},
|
||||
"Star.Purchase.Text.In_countable": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/Star.Purchase.Text.In_countable",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%d</mark>"
|
||||
}
|
||||
},
|
||||
"Star.Transaction.Copied": {
|
||||
|
|
Loading…
Reference in a new issue