mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
Update content of files
This commit is contained in:
parent
e5b69857b8
commit
d132eef986
4 changed files with 89 additions and 26 deletions
|
@ -2027,6 +2027,7 @@
|
|||
"ChooseBackground",
|
||||
"ChooseBackgroundFromGallery",
|
||||
"ChooseBot",
|
||||
"ChooseChannel",
|
||||
"ChooseColorAsBackground",
|
||||
"ChooseCountry",
|
||||
"ChooseCountry",
|
||||
|
@ -2335,6 +2336,7 @@
|
|||
"DebugMenuEnableForceRtmpStreamFlag",
|
||||
"DebugMenuEnableLogs",
|
||||
"DebugMenuEnablePauseMusic",
|
||||
"DebugMenuEnableSmoothKeyboard",
|
||||
"DebugMenuEnableWebViewDebug",
|
||||
"DebugMenuImportContacts",
|
||||
"DebugMenuLongPress",
|
||||
|
@ -2618,9 +2620,11 @@
|
|||
"EditAdminEditMessages",
|
||||
"EditAdminEditStories",
|
||||
"EditAdminGroupDeleteMessages",
|
||||
"EditAdminGroupDeleteMessages",
|
||||
"EditAdminGroupTransfer",
|
||||
"EditAdminPinMessages",
|
||||
"EditAdminPostMessages",
|
||||
"EditAdminPostMessages",
|
||||
"EditAdminPostStories",
|
||||
"EditAdminPromotedBy",
|
||||
"EditAdminRank",
|
||||
|
@ -5166,6 +5170,7 @@
|
|||
"PeerRequirementGroupPublicTrue",
|
||||
"PeerRequirementPremiumFalse",
|
||||
"PeerRequirementPremiumTrue",
|
||||
"PeerRequirementUserRight",
|
||||
"PeerRequirementUserRights",
|
||||
"PeerRequirements",
|
||||
"PendingEmailText",
|
||||
|
@ -5935,6 +5940,7 @@
|
|||
"ReportUnrelatedGroup",
|
||||
"ReportUnrelatedGroupText",
|
||||
"ReportUnrelatedGroupTextNoAddress",
|
||||
"ReportUserLocation",
|
||||
"RepostToStory",
|
||||
"RepostedToChannelProfile",
|
||||
"RepostedToProfile",
|
||||
|
@ -6334,6 +6340,7 @@
|
|||
"SendMessage",
|
||||
"SendMessage",
|
||||
"SendMessageAsTitle",
|
||||
"SendMessageLocation",
|
||||
"SendMessageRestricted",
|
||||
"SendMessageRestrictedForever",
|
||||
"SendMessageTitle",
|
||||
|
|
|
@ -246,7 +246,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/bots_and_payments/" class="tr-section">
|
||||
<div class="tr-section-cover cover9"></div>
|
||||
<div class="tr-section-caption">Bots And Payments (175)</div>
|
||||
<div class="tr-section-caption">Bots And Payments (182)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/passport/" class="tr-section">
|
||||
|
@ -261,7 +261,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1776)</div>
|
||||
<div class="tr-section-caption">Unsorted (1771)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -583,6 +583,14 @@
|
|||
"singular": "Cancel"
|
||||
}
|
||||
},
|
||||
"ChooseChannel": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/ChooseChannel",
|
||||
"photo_url": "https://telegra.ph/file/p/3a189ff2264/0322a7b87b705bea70b2f19.jpg?c=180,30,560,560,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Choose a Channel"
|
||||
}
|
||||
},
|
||||
"ChooseGroup": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/ChooseGroup",
|
||||
"photo_url": "https://telegra.ph/file/p/fce73367842/8ca44995ef7d46f04bb5317.jpg?c=100,14,289,289,280,280",
|
||||
|
@ -599,6 +607,14 @@
|
|||
"singular": "Choose a User"
|
||||
}
|
||||
},
|
||||
"CreateChannelForThis": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/CreateChannelForThis",
|
||||
"photo_url": "https://telegra.ph/file/p/3a189ff2264/0322a7b87b705bea70b2f19.jpg?c=172,343,743,743,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Create a New Channel for This"
|
||||
}
|
||||
},
|
||||
"CreateGroupForThis": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/CreateGroupForThis",
|
||||
"photo_url": "https://telegra.ph/file/p/3dd685b33b7/c090535bbb5995074e15a17.jpg?c=80,191,380,380,280,280",
|
||||
|
@ -615,6 +631,22 @@
|
|||
"singular": "Delete and Block"
|
||||
}
|
||||
},
|
||||
"EditAdminGroupDeleteMessages": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/EditAdminGroupDeleteMessages",
|
||||
"photo_url": "https://telegra.ph/file/p/fd98c9239fb/5d0ba23d36c6cbecac40c19.jpg?c=646,264,375,375,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Delete Messages"
|
||||
}
|
||||
},
|
||||
"EditAdminPostMessages": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/EditAdminPostMessages",
|
||||
"photo_url": "https://telegra.ph/file/p/3a189ff2264/0322a7b87b705bea70b2f19.jpg?c=650,270,338,338,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Post Messages"
|
||||
}
|
||||
},
|
||||
"InvoiceCantForwardSecretChat": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/InvoiceCantForwardSecretChat",
|
||||
"photo_url": "https://telegra.ph/file/p/cccd44f95be/8e24bcd5b2ad634c1808617.jpg?c=46,372,452,452,280,280",
|
||||
|
@ -647,6 +679,22 @@
|
|||
"singular": "My Groups"
|
||||
}
|
||||
},
|
||||
"NoSuchGroups": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/NoSuchGroups",
|
||||
"photo_url": "https://telegra.ph/file/p/fd98c9239fb/5d0ba23d36c6cbecac40c19.jpg?c=380,758,442,442,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "No such groups"
|
||||
}
|
||||
},
|
||||
"NoSuchGroupsInfo": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/NoSuchGroupsInfo",
|
||||
"photo_url": "https://telegra.ph/file/p/fd98c9239fb/5d0ba23d36c6cbecac40c19.jpg?c=30,537,1140,1140,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You don't have groups that meet the requirements for this bot"
|
||||
}
|
||||
},
|
||||
"OK": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/OK",
|
||||
"photo_url": "https://telegra.ph/file/p/1adb87dbead/8a78664e35492fbee626c1d.jpg?c=976,1431,280,280,280,280",
|
||||
|
@ -1191,6 +1239,14 @@
|
|||
"singular": "The group must be public."
|
||||
}
|
||||
},
|
||||
"PeerRequirementUserRight": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/PeerRequirementUserRight",
|
||||
"photo_url": "https://telegra.ph/file/p/3a189ff2264/0322a7b87b705bea70b2f19.jpg?c=66,174,996,996,280,280",
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "You must have admin rights to"
|
||||
}
|
||||
},
|
||||
"PeerRequirements": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/PeerRequirements",
|
||||
"photo_url": "https://telegra.ph/file/p/3dd685b33b7/c090535bbb5995074e15a17.jpg?c=11,66,280,280,280,280",
|
||||
|
|
|
@ -4177,14 +4177,6 @@
|
|||
"plural": "<mark class=\"token\">%1$d</mark> of <mark class=\"token\">%2$d</mark> results"
|
||||
}
|
||||
},
|
||||
"CreateChannelForThis": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/CreateChannelForThis",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Create a New Channel for This"
|
||||
}
|
||||
},
|
||||
"CreateContact": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/CreateContact",
|
||||
"photo_url": "https://telegra.ph/file/p/a4c07c7db8e/2cab4c5494e663ec85f2517.jpg?c=161,853,280,280,280,280",
|
||||
|
@ -4377,6 +4369,14 @@
|
|||
"singular": "Enable forced RTMP Stream Flag"
|
||||
}
|
||||
},
|
||||
"DebugMenuEnableSmoothKeyboard": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/DebugMenuEnableSmoothKeyboard",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Enable smooth keyboard"
|
||||
}
|
||||
},
|
||||
"DebugMessageSkeletons": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/DebugMessageSkeletons",
|
||||
"photo_url": null,
|
||||
|
@ -7916,22 +7916,6 @@
|
|||
"singular": "You don't have channels that meet the requirements for this bot"
|
||||
}
|
||||
},
|
||||
"NoSuchGroups": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/NoSuchGroups",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "No such groups"
|
||||
}
|
||||
},
|
||||
"NoSuchGroupsInfo": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/NoSuchGroupsInfo",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You don't have groups that meet the requirements for this bot"
|
||||
}
|
||||
},
|
||||
"NoSuchUsers": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/NoSuchUsers",
|
||||
"photo_url": null,
|
||||
|
@ -10148,6 +10132,14 @@
|
|||
"singular": "Please let us know if this group is not related to this location."
|
||||
}
|
||||
},
|
||||
"ReportUserLocation": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/ReportUserLocation",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Report"
|
||||
}
|
||||
},
|
||||
"Reposts": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/Reposts",
|
||||
"photo_url": null,
|
||||
|
@ -10737,6 +10729,14 @@
|
|||
"singular": "Do you want to share this game to **<mark class=\"token\">%1$s</mark>**?"
|
||||
}
|
||||
},
|
||||
"SendMessageLocation": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/SendMessageLocation",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Send Message"
|
||||
}
|
||||
},
|
||||
"SendMessageRestricted": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/SendMessageRestricted",
|
||||
"photo_url": "https://telegra.ph/file/p/44abb0613ea/c7966078e5dfbe284ffd617.jpg?c=13,739,574,574,280,280",
|
||||
|
|
Loading…
Reference in a new issue