mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-19 14:58:54 +01:00
Update content of files
This commit is contained in:
parent
0c41c63ea8
commit
32e6704c44
4 changed files with 42 additions and 6 deletions
|
@ -16922,6 +16922,7 @@
|
|||
"Story.Editor.TooltipUnmuted",
|
||||
"Story.Editor.TooltipVideoSavedToPhotos",
|
||||
"Story.Editor.Uploading",
|
||||
"Story.Editor.VideoTooShort",
|
||||
"Story.Footer.NoViews",
|
||||
"Story.Footer.Uploading",
|
||||
"Story.Footer.Views",
|
||||
|
@ -16942,6 +16943,8 @@
|
|||
"Story.Privacy.ExcludePeopleExcept",
|
||||
"Story.Privacy.ExcludePeopleExceptNames",
|
||||
"Story.Privacy.ExcludedPeople",
|
||||
"Story.Privacy.GroupParticipantsLimit",
|
||||
"Story.Privacy.GroupTooLarge",
|
||||
"Story.Privacy.KeepOnMyPage",
|
||||
"Story.Privacy.KeepOnMyPageHours",
|
||||
"Story.Privacy.KeepOnMyPageInfo",
|
||||
|
@ -16966,6 +16969,7 @@
|
|||
"Story.PrivacyTooltipEveryone",
|
||||
"Story.PrivacyTooltipNobody",
|
||||
"Story.PrivacyTooltipSelectedContacts",
|
||||
"Story.PrivacyTooltipSelectedContactsCount",
|
||||
"Story.ScreenshotBlockedText",
|
||||
"Story.ScreenshotBlockedTitle",
|
||||
"Story.ToastLinkCopied",
|
||||
|
|
|
@ -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">6832</span>
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">6836</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 (1532)</div>
|
||||
<div class="tr-section-caption">Unsorted (1536)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -534,7 +534,7 @@
|
|||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "This story is shown to your close friends."
|
||||
"singular": "This story is now shown to your close friends."
|
||||
}
|
||||
},
|
||||
"Story.PrivacyTooltipContacts": {
|
||||
|
@ -542,7 +542,7 @@
|
|||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "This story is shown to all your contacts."
|
||||
"singular": "This story is now shown to all your contacts."
|
||||
}
|
||||
},
|
||||
"Story.PrivacyTooltipEveryone": {
|
||||
|
@ -550,7 +550,7 @@
|
|||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "This story is shown to everyone."
|
||||
"singular": "This story is now shown to everyone."
|
||||
}
|
||||
},
|
||||
"Story.PrivacyTooltipNobody": {
|
||||
|
@ -558,7 +558,7 @@
|
|||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "This story is shown only to you."
|
||||
"singular": "This story is now shown only to you."
|
||||
}
|
||||
},
|
||||
"Story.PrivacyTooltipSelectedContacts": {
|
||||
|
|
|
@ -10261,6 +10261,14 @@
|
|||
"singular": "Uploading..."
|
||||
}
|
||||
},
|
||||
"Story.Editor.VideoTooShort": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Story.Editor.VideoTooShort",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "A video must be at least 1 second long."
|
||||
}
|
||||
},
|
||||
"Story.Footer.NoViews": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Story.Footer.NoViews",
|
||||
"photo_url": null,
|
||||
|
@ -10399,6 +10407,22 @@
|
|||
"singular": "Excluded Contacts"
|
||||
}
|
||||
},
|
||||
"Story.Privacy.GroupParticipantsLimit": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Story.Privacy.GroupParticipantsLimit",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "You can select groups that are up to 200 members."
|
||||
}
|
||||
},
|
||||
"Story.Privacy.GroupTooLarge": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Story.Privacy.GroupTooLarge",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Group Too Large"
|
||||
}
|
||||
},
|
||||
"Story.Privacy.KeepOnMyPage": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Story.Privacy.KeepOnMyPage",
|
||||
"photo_url": null,
|
||||
|
@ -10465,6 +10489,14 @@
|
|||
"singular": "Search Contacts"
|
||||
}
|
||||
},
|
||||
"Story.PrivacyTooltipSelectedContactsCount": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Story.PrivacyTooltipSelectedContactsCount",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "This story is now shown to <mark class=\"token\">%@</mark> contacts."
|
||||
}
|
||||
},
|
||||
"Story.ScreenshotBlockedTitle": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Story.ScreenshotBlockedTitle",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Add table
Reference in a new issue