mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-07 03:09:48 +01:00
Update content of files
This commit is contained in:
parent
2ad4c5368a
commit
d6e810b925
2 changed files with 18 additions and 0 deletions
|
@ -2875,6 +2875,7 @@
|
||||||
"FilterShareFolder",
|
"FilterShareFolder",
|
||||||
"FilterShareFolderButton",
|
"FilterShareFolderButton",
|
||||||
"FilterShowMoreChats",
|
"FilterShowMoreChats",
|
||||||
|
"FilterStories",
|
||||||
"FilterUnmuteAll",
|
"FilterUnmuteAll",
|
||||||
"FilterUnread",
|
"FilterUnread",
|
||||||
"FilterUserAddedToExisting",
|
"FilterUserAddedToExisting",
|
||||||
|
@ -4236,6 +4237,7 @@
|
||||||
"NotificationPinnedGiveaway",
|
"NotificationPinnedGiveaway",
|
||||||
"NotificationReactGiveaway",
|
"NotificationReactGiveaway",
|
||||||
"NotificationShowSenderNames",
|
"NotificationShowSenderNames",
|
||||||
|
"NotificationStories",
|
||||||
"NotificationStory",
|
"NotificationStory",
|
||||||
"NotificationTopicExceptionsDesctription",
|
"NotificationTopicExceptionsDesctription",
|
||||||
"NotificationUnrecognizedDevice",
|
"NotificationUnrecognizedDevice",
|
||||||
|
|
|
@ -523,6 +523,14 @@
|
||||||
"singular": "failed to upload"
|
"singular": "failed to upload"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"FilterStories": {
|
||||||
|
"url": "https://translations.telegram.org/en/android/stories/FilterStories",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": false,
|
||||||
|
"values": {
|
||||||
|
"singular": "Stories"
|
||||||
|
}
|
||||||
|
},
|
||||||
"FlashIntensity": {
|
"FlashIntensity": {
|
||||||
"url": "https://translations.telegram.org/en/android/stories/FlashIntensity",
|
"url": "https://translations.telegram.org/en/android/stories/FlashIntensity",
|
||||||
"photo_url": "https://telegra.ph/file/p/91c9b7fc0c8/8af8ff757109916120f0a17.jpg?c=184,161,280,280,280,280",
|
"photo_url": "https://telegra.ph/file/p/91c9b7fc0c8/8af8ff757109916120f0a17.jpg?c=184,161,280,280,280,280",
|
||||||
|
@ -869,6 +877,14 @@
|
||||||
"singular": "<mark class=\"token\">%s</mark> shared a story to the group"
|
"singular": "<mark class=\"token\">%s</mark> shared a story to the group"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"NotificationStories": {
|
||||||
|
"url": "https://translations.telegram.org/en/android/stories/NotificationStories",
|
||||||
|
"photo_url": null,
|
||||||
|
"has_binding": false,
|
||||||
|
"values": {
|
||||||
|
"singular": "Stories"
|
||||||
|
}
|
||||||
|
},
|
||||||
"NotificationStory": {
|
"NotificationStory": {
|
||||||
"url": "https://translations.telegram.org/en/android/stories/NotificationStory",
|
"url": "https://translations.telegram.org/en/android/stories/NotificationStory",
|
||||||
"photo_url": null,
|
"photo_url": null,
|
||||||
|
|
Loading…
Reference in a new issue