mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-16 14:43:05 +01:00
Update content of files
This commit is contained in:
parent
12034c2a43
commit
a81c2d1ff3
4 changed files with 117 additions and 90 deletions
|
@ -12889,12 +12889,15 @@
|
|||
"GroupPermission.NoPinMessages",
|
||||
"GroupPermission.NoSendFile",
|
||||
"GroupPermission.NoSendGifs",
|
||||
"GroupPermission.NoSendGifs",
|
||||
"GroupPermission.NoSendLinks",
|
||||
"GroupPermission.NoSendLinks",
|
||||
"GroupPermission.NoSendMedia",
|
||||
"GroupPermission.NoSendMessages",
|
||||
"GroupPermission.NoSendMusic",
|
||||
"GroupPermission.NoSendPhoto",
|
||||
"GroupPermission.NoSendPolls",
|
||||
"GroupPermission.NoSendPolls",
|
||||
"GroupPermission.NoSendVideo",
|
||||
"GroupPermission.NoSendVideoMessage",
|
||||
"GroupPermission.NoSendVoiceMessage",
|
||||
|
|
|
@ -223,7 +223,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/settings/" class="tr-section">
|
||||
<div class="tr-section-cover cover7"></div>
|
||||
<div class="tr-section-caption">Settings (1258)</div>
|
||||
<div class="tr-section-caption">Settings (1271)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/camera_and_media/" class="tr-section">
|
||||
|
@ -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 (1258)</div>
|
||||
<div class="tr-section-caption">Unsorted (1247)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -3296,6 +3296,78 @@
|
|||
"singular": "Sound"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendFile": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendFile",
|
||||
"photo_url": "https://telegra.ph/file/p/3aaf4521d6c/4bccce7417b367c41283617.jpg?c=72,936,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no files"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendGifs": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendGifs",
|
||||
"photo_url": "https://telegra.ph/file/p/36f6e9b57ef/576555c52e989bf1e45ac17.jpg?c=212,929,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no GIFs"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendLinks": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendLinks",
|
||||
"photo_url": "https://telegra.ph/file/p/3aaf4521d6c/4bccce7417b367c41283617.jpg?c=255,933,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no links"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendMusic": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendMusic",
|
||||
"photo_url": "https://telegra.ph/file/p/36f6e9b57ef/576555c52e989bf1e45ac17.jpg?c=276,929,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no music"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendPhoto": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendPhoto",
|
||||
"photo_url": "https://telegra.ph/file/p/36f6e9b57ef/576555c52e989bf1e45ac17.jpg?c=76,931,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no photos"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendPolls": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendPolls",
|
||||
"photo_url": "https://telegra.ph/file/p/983c3a08041/6fe780f83645d7633fb7217.jpg?c=203,936,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no polls"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendVideo": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendVideo",
|
||||
"photo_url": "https://telegra.ph/file/p/36f6e9b57ef/576555c52e989bf1e45ac17.jpg?c=149,929,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no videos"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendVideoMessage": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendVideoMessage",
|
||||
"photo_url": "https://telegra.ph/file/p/983c3a08041/6fe780f83645d7633fb7217.jpg?c=94,936,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no video messages"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendVoiceMessage": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendVoiceMessage",
|
||||
"photo_url": "https://telegra.ph/file/p/3aaf4521d6c/4bccce7417b367c41283617.jpg?c=163,936,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no audio messages"
|
||||
}
|
||||
},
|
||||
"ImportStickerPack.ChooseName": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/ImportStickerPack.ChooseName",
|
||||
"photo_url": "https://telegra.ph/file/p/61992380826/c2ca1a42e30613a5c890f17.jpg?c=160,288,280,280,280,280",
|
||||
|
@ -8289,6 +8361,14 @@
|
|||
"singular": "Clear Entire Cache"
|
||||
}
|
||||
},
|
||||
"StorageManagement.ClearCache": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/StorageManagement.ClearCache",
|
||||
"photo_url": "https://telegra.ph/file/p/c92ab894d2c/196a997f653783549c99017.jpg?c=130,951,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Clear Cache"
|
||||
}
|
||||
},
|
||||
"StorageManagement.ClearConfirmationText": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/StorageManagement.ClearConfirmationText",
|
||||
"photo_url": "https://telegra.ph/file/p/291e783ccfc/62a12427d44672d67714517.jpg?c=0,557,600,606,276,280",
|
||||
|
@ -8305,6 +8385,14 @@
|
|||
"singular": "Clear Selected"
|
||||
}
|
||||
},
|
||||
"StorageManagement.ContextDeselect": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/StorageManagement.ContextDeselect",
|
||||
"photo_url": "https://telegra.ph/file/p/57258d38d47/4f04dc1db7691aec4f9a717.jpg?c=174,342,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Deselect"
|
||||
}
|
||||
},
|
||||
"StorageManagement.ContextSelect": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/StorageManagement.ContextSelect",
|
||||
"photo_url": "https://telegra.ph/file/p/fb5ff301554/aafe1bb937fece2b3a81e17.jpg?c=163,872,280,280,280,280",
|
||||
|
@ -8337,6 +8425,30 @@
|
|||
"singular": "All media can be re-downloaded from the Telegram cloud if you need them again."
|
||||
}
|
||||
},
|
||||
"StorageManagement.OpenFile": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/StorageManagement.OpenFile",
|
||||
"photo_url": "https://telegra.ph/file/p/57258d38d47/4f04dc1db7691aec4f9a717.jpg?c=176,237,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Open File"
|
||||
}
|
||||
},
|
||||
"StorageManagement.OpenPhoto": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/StorageManagement.OpenPhoto",
|
||||
"photo_url": "https://telegra.ph/file/p/869c8616ffd/2a5bd49926e43e7a1266f17.jpg?c=24,774,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Open Photo"
|
||||
}
|
||||
},
|
||||
"StorageManagement.OpenVideo": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/StorageManagement.OpenVideo",
|
||||
"photo_url": "https://telegra.ph/file/p/e19afeb8cbe/1473d5c4e5d2a753f1a3717.jpg?c=24,674,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Open Video"
|
||||
}
|
||||
},
|
||||
"StorageManagement.PeerOpenProfile": {
|
||||
"url": "https://translations.telegram.org/en/ios/settings/StorageManagement.PeerOpenProfile",
|
||||
"photo_url": "https://telegra.ph/file/p/fb5ff301554/aafe1bb937fece2b3a81e17.jpg?c=190,822,280,280,280,280",
|
||||
|
|
|
@ -4667,54 +4667,6 @@
|
|||
"singular": "no topics"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendFile": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/GroupPermission.NoSendFile",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no files"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendMusic": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/GroupPermission.NoSendMusic",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no music"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendPhoto": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/GroupPermission.NoSendPhoto",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no photos"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendVideo": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/GroupPermission.NoSendVideo",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no videos"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendVideoMessage": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/GroupPermission.NoSendVideoMessage",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no video messages"
|
||||
}
|
||||
},
|
||||
"GroupPermission.NoSendVoiceMessage": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/GroupPermission.NoSendVoiceMessage",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "no audio messages"
|
||||
}
|
||||
},
|
||||
"GroupPermission.PermissionDisabledByDefault": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/GroupPermission.PermissionDisabledByDefault",
|
||||
"photo_url": null,
|
||||
|
@ -8791,46 +8743,6 @@
|
|||
"singular": "Search Stickers"
|
||||
}
|
||||
},
|
||||
"StorageManagement.ClearCache": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/StorageManagement.ClearCache",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Clear Cache"
|
||||
}
|
||||
},
|
||||
"StorageManagement.ContextDeselect": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/StorageManagement.ContextDeselect",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Deselect"
|
||||
}
|
||||
},
|
||||
"StorageManagement.OpenFile": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/StorageManagement.OpenFile",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Open File"
|
||||
}
|
||||
},
|
||||
"StorageManagement.OpenPhoto": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/StorageManagement.OpenPhoto",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Open Photo"
|
||||
}
|
||||
},
|
||||
"StorageManagement.OpenVideo": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/StorageManagement.OpenVideo",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Open Video"
|
||||
}
|
||||
},
|
||||
"TextFormat.Format": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/TextFormat.Format",
|
||||
"photo_url": "https://telegra.ph/file/p/25abba849a1/c813c0f4026793770451a17.jpg?c=229,586,280,280,280,280",
|
||||
|
|
Loading…
Reference in a new issue