mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-20 16:15:08 +01:00
Update content of files
This commit is contained in:
parent
65cb773864
commit
5ac347d1bf
3 changed files with 48 additions and 2 deletions
|
@ -13015,6 +13015,8 @@
|
|||
"BusinessHoursSetup.TimeZone",
|
||||
"BusinessHoursSetup.Title",
|
||||
"BusinessLocationSetup.AddressPlaceholder",
|
||||
"BusinessLocationSetup.AlertUnsavedChanges.ResetAction",
|
||||
"BusinessLocationSetup.AlertUnsavedChanges.Text",
|
||||
"BusinessLocationSetup.DeleteLocation",
|
||||
"BusinessLocationSetup.ErrorAddressEmpty.ResetAction",
|
||||
"BusinessLocationSetup.ErrorAddressEmpty.Text",
|
||||
|
@ -14112,6 +14114,7 @@
|
|||
"Chat.PsaTooltip.psa",
|
||||
"Chat.QuickReply.ServiceHeader1",
|
||||
"Chat.QuickReply.ServiceHeader2",
|
||||
"Chat.QuickReplyMediaMessageLimitReachedText",
|
||||
"Chat.QuickReplyMessageLimitReachedText",
|
||||
"Chat.ReactionContextMenu.EditTagLabel",
|
||||
"Chat.ReactionContextMenu.FilterByTag",
|
||||
|
@ -18026,6 +18029,8 @@
|
|||
"PeerInfo.BusinessHours.StatusOpensInHours",
|
||||
"PeerInfo.BusinessHours.StatusOpensInMinutes",
|
||||
"PeerInfo.BusinessHours.StatusOpensOnDate",
|
||||
"PeerInfo.BusinessHours.StatusOpensTodayAt",
|
||||
"PeerInfo.BusinessHours.StatusOpensTomorrowAt",
|
||||
"PeerInfo.BusinessHours.TimezoneSwitchBusiness",
|
||||
"PeerInfo.BusinessHours.TimezoneSwitchMy",
|
||||
"PeerInfo.ButtonAddMember",
|
||||
|
|
|
@ -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>iOS<span class="tr-header-counter">8112</span>
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">8117</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/ios/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/ios/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/ios/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/ios/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1664)</div>
|
||||
<div class="tr-section-caption">Unsorted (1669)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -680,6 +680,22 @@
|
|||
"singular": "Your business hours overlap. Do you want to reset them?"
|
||||
}
|
||||
},
|
||||
"BusinessLocationSetup.AlertUnsavedChanges.ResetAction": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/BusinessLocationSetup.AlertUnsavedChanges.ResetAction",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Revert"
|
||||
}
|
||||
},
|
||||
"BusinessLocationSetup.AlertUnsavedChanges.Text": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/BusinessLocationSetup.AlertUnsavedChanges.Text",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "You have unsaved changes."
|
||||
}
|
||||
},
|
||||
"BusinessLocationSetup.ErrorAddressEmpty.ResetAction": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/BusinessLocationSetup.ErrorAddressEmpty.ResetAction",
|
||||
"photo_url": null,
|
||||
|
@ -2554,6 +2570,15 @@
|
|||
"singular": "This is an official message from the CEO of Telegram regarding the ongoing conflict."
|
||||
}
|
||||
},
|
||||
"Chat.QuickReplyMediaMessageLimitReachedText": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Chat.QuickReplyMediaMessageLimitReachedText",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "There can be at most <mark class=\"token\">%d</mark> message in this chat.",
|
||||
"plural": "There can be at most <mark class=\"token\">%d</mark> messages in this chat."
|
||||
}
|
||||
},
|
||||
"Chat.ReactionSection.Recent": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Chat.ReactionSection.Recent",
|
||||
"photo_url": "https://telegra.ph/file/p/a30dce0fe1c/14c74f9f88788f14f9b8e17.jpg?c=160,395,280,280,280,280",
|
||||
|
@ -9219,6 +9244,22 @@
|
|||
"singular": "Never"
|
||||
}
|
||||
},
|
||||
"PeerInfo.BusinessHours.StatusOpensTodayAt": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/PeerInfo.BusinessHours.StatusOpensTodayAt",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Opens today at <mark class=\"token\">%@</mark>"
|
||||
}
|
||||
},
|
||||
"PeerInfo.BusinessHours.StatusOpensTomorrowAt": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/PeerInfo.BusinessHours.StatusOpensTomorrowAt",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Opens tomorrow at <mark class=\"token\">%@</mark>"
|
||||
}
|
||||
},
|
||||
"PeerInfo.ButtonDiscuss": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/PeerInfo.ButtonDiscuss",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue