mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 15:31:11 +01:00
Update content of files
This commit is contained in:
parent
18f9858303
commit
76aaa2acd9
7 changed files with 71 additions and 80 deletions
|
@ -25742,6 +25742,7 @@
|
|||
"ArchiveAndMute",
|
||||
"ArchiveAndMuteInfo",
|
||||
"ArchivedChats",
|
||||
"ArchivedChats",
|
||||
"AreYouSureDeleteAndExit",
|
||||
"AreYouSureDeleteContact",
|
||||
"AreYouSureDeleteFewMessages",
|
||||
|
@ -26019,6 +26020,7 @@
|
|||
"ContextForwardMsg",
|
||||
"ContextRemoveFromGroup",
|
||||
"ContextReportMsg",
|
||||
"ContextReportMsg",
|
||||
"ContextSaveGif",
|
||||
"Continue",
|
||||
"ConversationCloudStorageInfoTitle",
|
||||
|
@ -26176,7 +26178,6 @@
|
|||
"ExpiredLink",
|
||||
"FakeMessage",
|
||||
"FavoriteStickers",
|
||||
"FavoriteStickers",
|
||||
"FavoriteStickersLimitSubtitle",
|
||||
"FavoriteStickersLimitTitle",
|
||||
"FileDropZoneNoCompression",
|
||||
|
@ -26209,7 +26210,6 @@
|
|||
"FilterNameHint",
|
||||
"FilterNew",
|
||||
"FilterNoChatsToDisplay",
|
||||
"FilterNoChatsToDisplay",
|
||||
"FilterNonContacts",
|
||||
"FilterNonContacts",
|
||||
"FilterRead",
|
||||
|
@ -26466,7 +26466,6 @@
|
|||
"NoOneJoined",
|
||||
"NoOneJoinedYet",
|
||||
"NoStickers",
|
||||
"NoStickers",
|
||||
"NoSubscribeRequestsDescription",
|
||||
"NoSubscribersFound",
|
||||
"NoUsernameFound",
|
||||
|
@ -26647,7 +26646,6 @@
|
|||
"Recent",
|
||||
"RecentChatsClear",
|
||||
"RecentStickers",
|
||||
"RecentStickers",
|
||||
"RecoveryEmailCode",
|
||||
"RecoveryEmailTitle",
|
||||
"Reminders",
|
||||
|
@ -26683,6 +26681,7 @@
|
|||
"SavedGifsLimitSubtitle",
|
||||
"SavedGifsLimitTitle",
|
||||
"SavedMessages",
|
||||
"SavedMessages",
|
||||
"SavedMessagesInfo",
|
||||
"SavedMessagesInfo",
|
||||
"ScamMessage",
|
||||
|
|
|
@ -203,17 +203,17 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/webz/chat_list/" class="tr-section">
|
||||
<div class="tr-section-cover cover3"></div>
|
||||
<div class="tr-section-caption">Chat List (31)</div>
|
||||
<div class="tr-section-caption">Chat List (34)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/webz/private_chats/" class="tr-section">
|
||||
<div class="tr-section-cover cover4"></div>
|
||||
<div class="tr-section-caption">Private chats (77)</div>
|
||||
<div class="tr-section-caption">Private chats (79)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/webz/groups_and_channels/" class="tr-section">
|
||||
<div class="tr-section-cover cover8"></div>
|
||||
<div class="tr-section-caption">Groups And Channels (380)</div>
|
||||
<div class="tr-section-caption">Groups And Channels (376)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/webz/profile/" class="tr-section">
|
||||
|
@ -223,7 +223,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/webz/settings/" class="tr-section">
|
||||
<div class="tr-section-cover cover7"></div>
|
||||
<div class="tr-section-caption">Settings (298)</div>
|
||||
<div class="tr-section-caption">Settings (297)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/webz/camera_and_media/" class="tr-section">
|
||||
|
@ -243,7 +243,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/webz/general/" class="tr-section">
|
||||
<div class="tr-section-cover cover1"></div>
|
||||
<div class="tr-section-caption">General (373)</div>
|
||||
<div class="tr-section-caption">General (372)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -7,6 +7,14 @@
|
|||
"singular": "Archive"
|
||||
}
|
||||
},
|
||||
"ArchivedChats": {
|
||||
"url": "https://translations.telegram.org/en/webz/chat_list/ArchivedChats",
|
||||
"photo_url": "https://telegra.ph/file/p/1f6118c4f54/e826ef535e8ad97757f7a17.jpg?c=96,14,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Archived Chats"
|
||||
}
|
||||
},
|
||||
"AriaBackToChatList": {
|
||||
"url": "https://translations.telegram.org/en/webz/chat_list/AriaBackToChatList",
|
||||
"photo_url": "https://telegra.ph/file/p/ce75d6f1f85/6710626731806a5bf5aa117.jpg?c=32,52,280,280,280,280",
|
||||
|
@ -15,6 +23,14 @@
|
|||
"singular": "Return to chat list"
|
||||
}
|
||||
},
|
||||
"ChatEmptyChat": {
|
||||
"url": "https://translations.telegram.org/en/webz/chat_list/ChatEmptyChat",
|
||||
"photo_url": "https://telegra.ph/file/p/1f6118c4f54/e826ef535e8ad97757f7a17.jpg?c=160,448,282,282,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "No messages here yet"
|
||||
}
|
||||
},
|
||||
"ChatListEmptyChatListFilterText": {
|
||||
"url": "https://translations.telegram.org/en/webz/chat_list/ChatListEmptyChatListFilterText",
|
||||
"photo_url": null,
|
||||
|
@ -81,7 +97,7 @@
|
|||
},
|
||||
"ChatsMute": {
|
||||
"url": "https://translations.telegram.org/en/webz/chat_list/ChatsMute",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/8c2d8765e2b/389f3410461c609ebd6db17.jpg?c=162,265,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Mute"
|
||||
|
@ -95,6 +111,14 @@
|
|||
"singular": "Unmute"
|
||||
}
|
||||
},
|
||||
"ContextReportMsg": {
|
||||
"url": "https://translations.telegram.org/en/webz/chat_list/ContextReportMsg",
|
||||
"photo_url": "https://telegra.ph/file/p/8c2d8765e2b/389f3410461c609ebd6db17.jpg?c=168,329,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Report"
|
||||
}
|
||||
},
|
||||
"FilterAddTo": {
|
||||
"url": "https://translations.telegram.org/en/webz/chat_list/FilterAddTo",
|
||||
"photo_url": null,
|
||||
|
@ -161,7 +185,7 @@
|
|||
},
|
||||
"FilterNoChatsToDisplay": {
|
||||
"url": "https://translations.telegram.org/en/webz/chat_list/FilterNoChatsToDisplay",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/1f6118c4f54/e826ef535e8ad97757f7a17.jpg?c=161,415,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Folder is empty"
|
||||
|
@ -201,7 +225,7 @@
|
|||
},
|
||||
"MarkAsRead": {
|
||||
"url": "https://translations.telegram.org/en/webz/chat_list/MarkAsRead",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/3adb0935c4d/cd5ff4845d8b2c88b5e2d17.jpg?c=193,142,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Mark as read"
|
||||
|
@ -209,7 +233,7 @@
|
|||
},
|
||||
"MarkAsUnread": {
|
||||
"url": "https://translations.telegram.org/en/webz/chat_list/MarkAsUnread",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/8c2d8765e2b/389f3410461c609ebd6db17.jpg?c=211,141,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Mark as unread"
|
||||
|
@ -217,7 +241,7 @@
|
|||
},
|
||||
"PinToTop": {
|
||||
"url": "https://translations.telegram.org/en/webz/chat_list/PinToTop",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/8c2d8765e2b/389f3410461c609ebd6db17.jpg?c=180,204,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Pin to top"
|
||||
|
@ -233,7 +257,7 @@
|
|||
},
|
||||
"UnpinFromTop": {
|
||||
"url": "https://translations.telegram.org/en/webz/chat_list/UnpinFromTop",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/3adb0935c4d/cd5ff4845d8b2c88b5e2d17.jpg?c=204,205,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Unpin from top"
|
||||
|
|
|
@ -928,17 +928,9 @@
|
|||
"singular": "Save edited message"
|
||||
}
|
||||
},
|
||||
"Emoji1": {
|
||||
"url": "https://translations.telegram.org/en/webz/general/Emoji1",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Emoji & People"
|
||||
}
|
||||
},
|
||||
"Emoji2": {
|
||||
"url": "https://translations.telegram.org/en/webz/general/Emoji2",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/b4ac0e28962/5aac49ad1c7881c9e0f4217.jpg?c=8,520,285,285,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Animals and nature"
|
||||
|
@ -946,7 +938,7 @@
|
|||
},
|
||||
"Emoji3": {
|
||||
"url": "https://translations.telegram.org/en/webz/general/Emoji3",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/a6658639dc5/3cd9f5b5bd729d011bdf617.jpg?c=8,522,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Food and drink"
|
||||
|
@ -954,7 +946,7 @@
|
|||
},
|
||||
"Emoji4": {
|
||||
"url": "https://translations.telegram.org/en/webz/general/Emoji4",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/8cb48d90fa5/ea032e2f9acc010e63c7917.jpg?c=5,526,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Activity"
|
||||
|
@ -962,7 +954,7 @@
|
|||
},
|
||||
"Emoji5": {
|
||||
"url": "https://translations.telegram.org/en/webz/general/Emoji5",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/40022fda86f/b061fec1dc4a16dfcd50917.jpg?c=8,525,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Travel and places"
|
||||
|
@ -970,7 +962,7 @@
|
|||
},
|
||||
"Emoji6": {
|
||||
"url": "https://translations.telegram.org/en/webz/general/Emoji6",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/680eef72715/fb01fbe56ce43e024710317.jpg?c=6,525,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Objects"
|
||||
|
@ -978,7 +970,7 @@
|
|||
},
|
||||
"Emoji7": {
|
||||
"url": "https://translations.telegram.org/en/webz/general/Emoji7",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/a8b7645c715/0e7463df2e610cfaf2a1a17.jpg?c=6,525,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Symbols"
|
||||
|
@ -986,7 +978,7 @@
|
|||
},
|
||||
"Emoji8": {
|
||||
"url": "https://translations.telegram.org/en/webz/general/Emoji8",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/4b302a23ca7/5ebaef964dd8fa24fded017.jpg?c=5,525,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Flags"
|
||||
|
@ -1170,7 +1162,7 @@
|
|||
},
|
||||
"GeneralConfirm": {
|
||||
"url": "https://translations.telegram.org/en/webz/general/GeneralConfirm",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/e5ace0bf3de/d91d7f995db25afdbcdb517.jpg?c=270,439,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Confirm"
|
||||
|
@ -1194,7 +1186,7 @@
|
|||
},
|
||||
"GifPickerEmpty": {
|
||||
"url": "https://translations.telegram.org/en/webz/general/GifPickerEmpty",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/207b7b49cf2/778152128079decb3d04117.jpg?c=160,598,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "No saved GIFs"
|
||||
|
|
|
@ -700,14 +700,6 @@
|
|||
"plural": "<mark class=\"token\">{count}</mark> reactions"
|
||||
}
|
||||
},
|
||||
"ChatEmptyChat": {
|
||||
"url": "https://translations.telegram.org/en/webz/groups_and_channels/ChatEmptyChat",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "No messages here yet"
|
||||
}
|
||||
},
|
||||
"ChatForwardActionHeader": {
|
||||
"url": "https://translations.telegram.org/en/webz/groups_and_channels/ChatForwardActionHeader",
|
||||
"photo_url": null,
|
||||
|
@ -1507,14 +1499,6 @@
|
|||
"singular": "Expired Link"
|
||||
}
|
||||
},
|
||||
"FavoriteStickers": {
|
||||
"url": "https://translations.telegram.org/en/webz/groups_and_channels/FavoriteStickers",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Favorites"
|
||||
}
|
||||
},
|
||||
"FinalResults": {
|
||||
"url": "https://translations.telegram.org/en/webz/groups_and_channels/FinalResults",
|
||||
"photo_url": null,
|
||||
|
@ -2101,14 +2085,6 @@
|
|||
"singular": "No one joined yet"
|
||||
}
|
||||
},
|
||||
"NoStickers": {
|
||||
"url": "https://translations.telegram.org/en/webz/groups_and_channels/NoStickers",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "No stickers yet"
|
||||
}
|
||||
},
|
||||
"NoSubscribeRequestsDescription": {
|
||||
"url": "https://translations.telegram.org/en/webz/groups_and_channels/NoSubscribeRequestsDescription",
|
||||
"photo_url": null,
|
||||
|
@ -2409,14 +2385,6 @@
|
|||
"singular": "Quiz"
|
||||
}
|
||||
},
|
||||
"RecentStickers": {
|
||||
"url": "https://translations.telegram.org/en/webz/groups_and_channels/RecentStickers",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Recently Used"
|
||||
}
|
||||
},
|
||||
"ReportChat": {
|
||||
"url": "https://translations.telegram.org/en/webz/groups_and_channels/ReportChat",
|
||||
"photo_url": null,
|
||||
|
|
|
@ -219,7 +219,7 @@
|
|||
},
|
||||
"ConversationCloudStorageInfoTitle": {
|
||||
"url": "https://translations.telegram.org/en/webz/private_chats/ConversationCloudStorageInfoTitle",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/a84e79d6686/ba88d8a067c52d59d331b17.jpg?c=158,390,285,285,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Your Cloud Storage"
|
||||
|
@ -227,7 +227,7 @@
|
|||
},
|
||||
"ConversationClousStorageInfoDescription1": {
|
||||
"url": "https://translations.telegram.org/en/webz/private_chats/ConversationClousStorageInfoDescription1",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/a84e79d6686/ba88d8a067c52d59d331b17.jpg?c=42,300,516,516,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "• Forward messages here to save them"
|
||||
|
@ -235,7 +235,7 @@
|
|||
},
|
||||
"ConversationClousStorageInfoDescription2": {
|
||||
"url": "https://translations.telegram.org/en/webz/private_chats/ConversationClousStorageInfoDescription2",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/a84e79d6686/ba88d8a067c52d59d331b17.jpg?c=49,340,480,480,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "• Send media and files to store them"
|
||||
|
@ -243,7 +243,7 @@
|
|||
},
|
||||
"ConversationClousStorageInfoDescription3": {
|
||||
"url": "https://translations.telegram.org/en/webz/private_chats/ConversationClousStorageInfoDescription3",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/a84e79d6686/ba88d8a067c52d59d331b17.jpg?c=52,375,459,459,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "• Access this chat from any device"
|
||||
|
@ -251,7 +251,7 @@
|
|||
},
|
||||
"ConversationClousStorageInfoDescription4": {
|
||||
"url": "https://translations.telegram.org/en/webz/private_chats/ConversationClousStorageInfoDescription4",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/a84e79d6686/ba88d8a067c52d59d331b17.jpg?c=54,405,449,449,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "• Use search to quickly find things"
|
||||
|
@ -346,6 +346,14 @@
|
|||
"singular": "edited"
|
||||
}
|
||||
},
|
||||
"Emoji1": {
|
||||
"url": "https://translations.telegram.org/en/webz/private_chats/Emoji1",
|
||||
"photo_url": "https://telegra.ph/file/p/02866296eb4/9a42efaf2c472226fb06617.jpg?c=8,645,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Emoji & People"
|
||||
}
|
||||
},
|
||||
"EventLogFilterPinnedMessages": {
|
||||
"url": "https://translations.telegram.org/en/webz/private_chats/EventLogFilterPinnedMessages",
|
||||
"photo_url": null,
|
||||
|
@ -356,7 +364,7 @@
|
|||
},
|
||||
"FavoriteStickers": {
|
||||
"url": "https://translations.telegram.org/en/webz/private_chats/FavoriteStickers",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/7103b762ece/828550215d0e0884f01cc17.jpg?c=6,530,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Favorites"
|
||||
|
@ -437,7 +445,7 @@
|
|||
},
|
||||
"NoStickers": {
|
||||
"url": "https://translations.telegram.org/en/webz/private_chats/NoStickers",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/06db75f4fc2/768234db9f8990c65f4a517.jpg?c=160,595,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "No stickers yet"
|
||||
|
@ -494,7 +502,7 @@
|
|||
},
|
||||
"RecentStickers": {
|
||||
"url": "https://translations.telegram.org/en/webz/private_chats/RecentStickers",
|
||||
"photo_url": null,
|
||||
"photo_url": "https://telegra.ph/file/p/02866296eb4/9a42efaf2c472226fb06617.jpg?c=8,526,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Recently Used"
|
||||
|
@ -524,6 +532,14 @@
|
|||
"singular": "Select messages"
|
||||
}
|
||||
},
|
||||
"SavedMessages": {
|
||||
"url": "https://translations.telegram.org/en/webz/private_chats/SavedMessages",
|
||||
"photo_url": "https://telegra.ph/file/p/a84e79d6686/ba88d8a067c52d59d331b17.jpg?c=152,14,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Saved Messages"
|
||||
}
|
||||
},
|
||||
"SavedMessagesInfo": {
|
||||
"url": "https://translations.telegram.org/en/webz/private_chats/SavedMessagesInfo",
|
||||
"photo_url": null,
|
||||
|
|
|
@ -663,14 +663,6 @@
|
|||
"singular": "New Folder"
|
||||
}
|
||||
},
|
||||
"FilterNoChatsToDisplay": {
|
||||
"url": "https://translations.telegram.org/en/webz/settings/FilterNoChatsToDisplay",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Folder is empty"
|
||||
}
|
||||
},
|
||||
"FilterNonContacts": {
|
||||
"url": "https://translations.telegram.org/en/webz/settings/FilterNonContacts",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue