mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 23:38:26 +01:00
Update content of files
This commit is contained in:
parent
d169e2afac
commit
c2d5c9ac3e
5 changed files with 33 additions and 6 deletions
|
@ -15011,6 +15011,9 @@
|
|||
"PowerSaving.AlertEnabledAction",
|
||||
"PowerSaving.AlertEnabledText",
|
||||
"PowerSaving.AlertEnabledTitle",
|
||||
"PowerSaving.AllDescriptionAlways",
|
||||
"PowerSaving.AllDescriptionLimit",
|
||||
"PowerSaving.AllDescriptionNever",
|
||||
"PowerSaving.BatteryLevelLimit.AlwaysOff",
|
||||
"PowerSaving.BatteryLevelLimit.AlwaysOn",
|
||||
"PowerSaving.BatteryLevelLimit.Off",
|
||||
|
|
|
@ -4103,7 +4103,7 @@
|
|||
"photo_url": "https://telegra.ph/file/p/aaadf328ef2/5cee7631686f476fa005e17.jpg?c=0,137,600,634,266,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Notifications from Telegram are blocked in your system settings.<br/><br/>To enable notifications:<br/>• Go to system settings > Applications > Telegram X.<br/>• Tap Notifications > Allow notifications."
|
||||
"singular": "Notifications from Telegram are blocked in your system settings.<br/><br/>To enable notifications:<br/>• Go to system settings – Applications – Telegram X.<br/>• Tap Notifications – Allow notifications."
|
||||
}
|
||||
},
|
||||
"NotificationsGuideSyncGlobalOff": {
|
||||
|
|
|
@ -953,7 +953,7 @@
|
|||
"photo_url": "https://telegra.ph/file/p/80e41afa035/98efd495bb1fb46f9797e17.jpg?c=88,681,457,457,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Admins have restricted you from sending audio in this group until <mark class=\"token\">%1$s</mark>"
|
||||
"singular": "Admins have restricted you from sending music in this group until <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"ChatRestrictedBots": {
|
||||
|
@ -969,7 +969,7 @@
|
|||
"photo_url": "https://telegra.ph/file/p/1b4067dc7eb/10a234ab9457055183f5f17.jpg?c=71,508,488,488,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "The admins of this group have restricted your ability to send documents."
|
||||
"singular": "The admins of this group have restricted your ability to send files."
|
||||
}
|
||||
},
|
||||
"ChatRestrictedDocsUntil": {
|
||||
|
@ -977,7 +977,7 @@
|
|||
"photo_url": "https://telegra.ph/file/p/e9a16d1d2a2/50b725e30852ecdfdf24817.jpg?c=70,497,491,491,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Admins have restricted you from sending documents in this group until <mark class=\"token\">%1$s</mark>"
|
||||
"singular": "Admins have restricted you from sending files in this group until <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"ChatRestrictedGames": {
|
||||
|
|
|
@ -191,7 +191,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">6361</span>
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">6364</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">
|
||||
|
@ -248,7 +248,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 (1326)</div>
|
||||
<div class="tr-section-caption">Unsorted (1329)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -7535,6 +7535,30 @@
|
|||
"singular": "Power Saving Mode Enabled"
|
||||
}
|
||||
},
|
||||
"PowerSaving.AllDescriptionAlways": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/PowerSaving.AllDescriptionAlways",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Always disable all resource-intensive processes, regardless of the battery charge level."
|
||||
}
|
||||
},
|
||||
"PowerSaving.AllDescriptionLimit": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/PowerSaving.AllDescriptionLimit",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Automatically disable all resource-intensive processes when your battery is below <mark class=\"token\">%@</mark>%."
|
||||
}
|
||||
},
|
||||
"PowerSaving.AllDescriptionNever": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/PowerSaving.AllDescriptionNever",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Don’t disable all resource-intensive processes even when the battery is low."
|
||||
}
|
||||
},
|
||||
"Premium.Annual": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Premium.Annual",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue