mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-15 22:31:03 +01:00
Update content of files
This commit is contained in:
parent
12f89d6fa8
commit
11e391fe84
4 changed files with 33 additions and 53 deletions
|
@ -16447,7 +16447,6 @@
|
|||
"BlockContact.Options.Action",
|
||||
"BlockContact.Options.DeleteChat",
|
||||
"BlockContact.Options.Report",
|
||||
"BlockContact.Options.Title",
|
||||
"BlockContact.Title",
|
||||
"BlockedPeers.EmptyDescrpition",
|
||||
"Bot.InlineAuth.Header",
|
||||
|
@ -17337,6 +17336,7 @@
|
|||
"Chat.Service.WebData",
|
||||
"Chat.Service.You",
|
||||
"Chat.Service.YouSuggestedPhoto",
|
||||
"Chat.Service.YouSuggestedPhoto",
|
||||
"Chat.ShareInlineResultActionHeader",
|
||||
"Chat.Title.Comments",
|
||||
"Chat.Title.Comments_countable",
|
||||
|
@ -17363,7 +17363,6 @@
|
|||
"Chat.UndoManager.ChannelLeft_countable",
|
||||
"Chat.UndoManager.ChatLeft",
|
||||
"Chat.UndoManager.ChatLeft_countable",
|
||||
"Chat.UndoManager.ChatsArchived",
|
||||
"Chat.UndoManager.ChatsArchived_countable",
|
||||
"Chat.UndoManager.ChatsDeleted",
|
||||
"Chat.UndoManager.ChatsDeleted_countable",
|
||||
|
@ -19877,7 +19876,6 @@
|
|||
"StickerPack.Featured.Title",
|
||||
"StickerPack.Removed.Info",
|
||||
"StickerPack.Removed.Title",
|
||||
"StickerPack.Sets.Add1",
|
||||
"StickerPack.Sets.Add1_countable",
|
||||
"StickerPack.ShowMore",
|
||||
"StickerPack.Stickers",
|
||||
|
@ -19916,6 +19914,7 @@
|
|||
"StorageExceptions.Add.Channel",
|
||||
"StorageExceptions.Add.Group",
|
||||
"StorageExceptions.Add.Private",
|
||||
"StorageExceptions.Add.Private",
|
||||
"StorageExceptions.Header",
|
||||
"StorageExceptions.Header_countable",
|
||||
"StorageExceptions.Remove",
|
||||
|
@ -19924,6 +19923,7 @@
|
|||
"StorageExceptions.Title.Channel",
|
||||
"StorageExceptions.Title.Group",
|
||||
"StorageExceptions.Title.Private",
|
||||
"StorageExceptions.Title.Private",
|
||||
"StorageUsage.Calculating",
|
||||
"StorageUsage.Category.Avatars",
|
||||
"StorageUsage.Category.Files",
|
||||
|
@ -20559,7 +20559,6 @@
|
|||
"VoiceChat.Tooltip.Error.ScreenUnavailable",
|
||||
"VoiceChat.Tooltip.Error.VideoUnavailable",
|
||||
"VoiceChat.Tooltip.IsSpeaking",
|
||||
"VoiceChat.Tooltip.NoCameraFound",
|
||||
"VoiceChat.Tooltip.PinWindow",
|
||||
"VoiceChat.Tooltip.ScreenPinned",
|
||||
"VoiceChat.Tooltip.ScreenUnpinned",
|
||||
|
@ -20574,7 +20573,6 @@
|
|||
"VoiceChat.Tooltip.VideoPinned",
|
||||
"VoiceChat.Tooltip.VideoUnpinned",
|
||||
"VoiceChat.Tooltip.YourScreenPinned",
|
||||
"VoiceChat.Tooltip.YourScreenUnpinned",
|
||||
"VoiceChat.Tooltip.YourVideoPinned",
|
||||
"VoiceChat.Tooltip.YourVideoUnpinned",
|
||||
"VoiceChat.UnmuteForMe",
|
||||
|
|
|
@ -233,6 +233,14 @@
|
|||
"singular": "You"
|
||||
}
|
||||
},
|
||||
"Chat.Service.YouSuggestedPhoto": {
|
||||
"url": "https://translations.telegram.org/en/macos/chat_list/Chat.Service.YouSuggestedPhoto",
|
||||
"photo_url": "https://telegra.ph/file/p/1887ce4fcf4/ec114077879165916d6f217.jpg?c=86,177,349,349,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You suggested a profile photo"
|
||||
}
|
||||
},
|
||||
"Chat.UndoManager.ChannelDeleted": {
|
||||
"url": "https://translations.telegram.org/en/macos/chat_list/Chat.UndoManager.ChannelDeleted",
|
||||
"photo_url": "https://telegra.ph/file/p/dc0ca6e1e92/9195d71292fb15116f12c1d.jpg?c=116,10,280,280,280,280",
|
||||
|
|
|
@ -5290,6 +5290,14 @@
|
|||
"singular": "Add Group"
|
||||
}
|
||||
},
|
||||
"StorageExceptions.Add.Private": {
|
||||
"url": "https://translations.telegram.org/en/macos/settings/StorageExceptions.Add.Private",
|
||||
"photo_url": "https://telegra.ph/file/p/82a54497616/ca51b143da48366662efb17.jpg?c=98,162,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Add Private Chat"
|
||||
}
|
||||
},
|
||||
"StorageExceptions.Remove": {
|
||||
"url": "https://translations.telegram.org/en/macos/settings/StorageExceptions.Remove",
|
||||
"photo_url": "https://telegra.ph/file/p/e684341f11c/3de447584a918eedaa28517.jpg?c=284,384,280,280,280,280",
|
||||
|
@ -5322,6 +5330,14 @@
|
|||
"singular": "Group Chats"
|
||||
}
|
||||
},
|
||||
"StorageExceptions.Title.Private": {
|
||||
"url": "https://translations.telegram.org/en/macos/settings/StorageExceptions.Title.Private",
|
||||
"photo_url": "https://telegra.ph/file/p/82a54497616/ca51b143da48366662efb17.jpg?c=159,37,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Private Chats"
|
||||
}
|
||||
},
|
||||
"StorageUsage.Calculating": {
|
||||
"url": "https://translations.telegram.org/en/macos/settings/StorageUsage.Calculating",
|
||||
"photo_url": "https://telegra.ph/file/p/89e5093bc38/079aa1cda463b8ab8d2641d.jpg?c=558,162,532,532,280,280",
|
||||
|
|
|
@ -263,14 +263,6 @@
|
|||
"singular": "Report Spam"
|
||||
}
|
||||
},
|
||||
"BlockContact.Options.Title": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/BlockContact.Options.Title",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Manage User"
|
||||
}
|
||||
},
|
||||
"BlockContact.Title": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/BlockContact.Title",
|
||||
"photo_url": null,
|
||||
|
@ -1018,7 +1010,7 @@
|
|||
},
|
||||
"ChannelMembers.Group.Contacts": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/ChannelMembers.Group.Contacts",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/e65fff8832e/3082ff528751b6a01aef117.jpg?c=56,326,293,293,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "CONTACTS IN THIS GROUP"
|
||||
|
@ -1026,7 +1018,7 @@
|
|||
},
|
||||
"ChannelMembers.Group.HideMembers": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/ChannelMembers.Group.HideMembers",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/e65fff8832e/3082ff528751b6a01aef117.jpg?c=46,131,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Hide Members"
|
||||
|
@ -1034,7 +1026,7 @@
|
|||
},
|
||||
"ChannelMembers.Group.HideMembers.Info": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/ChannelMembers.Group.HideMembers.Info",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/e65fff8832e/3082ff528751b6a01aef117.jpg?c=19,111,569,569,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Switch this on to hide the list of members in this group. Admins will remain visible."
|
||||
|
@ -1042,7 +1034,7 @@
|
|||
},
|
||||
"ChannelMembers.Group.OtherMembers": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/ChannelMembers.Group.OtherMembers",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/e65fff8832e/3082ff528751b6a01aef117.jpg?c=46,504,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "OTHER MEMBERS"
|
||||
|
@ -2185,15 +2177,6 @@
|
|||
"singular": "Topic started"
|
||||
}
|
||||
},
|
||||
"Chat.UndoManager.ChatsArchived": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.UndoManager.ChatsArchived",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Chat Archived",
|
||||
"plural": "<mark class=\"token\">%d</mark> Chats Archived"
|
||||
}
|
||||
},
|
||||
"Chat.UndoManager.ChatsArchived_countable": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.UndoManager.ChatsArchived_countable",
|
||||
"photo_url": null,
|
||||
|
@ -5343,7 +5326,7 @@
|
|||
},
|
||||
"PreviewSender.SpoilerTooltip.Disable": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/PreviewSender.SpoilerTooltip.Disable",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/449997ce2ba/b35cfa434401bc4508df417.jpg?c=276,226,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Disable Spoiler"
|
||||
|
@ -5351,7 +5334,7 @@
|
|||
},
|
||||
"PreviewSender.SpoilerTooltip.Enable": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/PreviewSender.SpoilerTooltip.Enable",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/31b1b8b567c/1237e9bb255d8b185661917.jpg?c=281,226,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Hide with Spoiler"
|
||||
|
@ -6502,15 +6485,6 @@
|
|||
"singular": "Stickers Removed"
|
||||
}
|
||||
},
|
||||
"StickerPack.Sets.Add1": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/StickerPack.Sets.Add1",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Add <mark class=\"token\">%d</mark> Sticker Pack",
|
||||
"plural": "Add <mark class=\"token\">%d</mark> Stickers Pack"
|
||||
}
|
||||
},
|
||||
"StickerPack.Sets.Add1_countable": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/StickerPack.Sets.Add1_countable",
|
||||
"photo_url": null,
|
||||
|
@ -8724,14 +8698,6 @@
|
|||
"singular": "**<mark class=\"token\">%@</mark>** is speaking"
|
||||
}
|
||||
},
|
||||
"VoiceChat.Tooltip.NoCameraFound": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Tooltip.NoCameraFound",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "No active and connected camera was found."
|
||||
}
|
||||
},
|
||||
"VoiceChat.Tooltip.ScreenPinned": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Tooltip.ScreenPinned",
|
||||
"photo_url": null,
|
||||
|
@ -8788,14 +8754,6 @@
|
|||
"singular": "Your screencast is pinned"
|
||||
}
|
||||
},
|
||||
"VoiceChat.Tooltip.YourScreenUnpinned": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Tooltip.YourScreenUnpinned",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Your screencast is unpinned"
|
||||
}
|
||||
},
|
||||
"VoiceChat.Tooltip.YourVideoPinned": {
|
||||
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Tooltip.YourVideoPinned",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue