mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
Update content of files
This commit is contained in:
parent
e5529df96d
commit
f72b83b4f3
2 changed files with 19 additions and 9 deletions
|
@ -15130,6 +15130,7 @@
|
|||
"Channel.Appearance.WallpaperFooter",
|
||||
"Channel.BanList.BlockedTitle",
|
||||
"Channel.BanList.RestrictedTitle",
|
||||
"Channel.BanUser.BlockFor",
|
||||
"Channel.BanUser.PermissionAddMembers",
|
||||
"Channel.BanUser.PermissionChangeGroupInfo",
|
||||
"Channel.BanUser.PermissionEmbedLinks",
|
||||
|
@ -17651,8 +17652,8 @@
|
|||
"Gift.Send.ErrorUnknown",
|
||||
"Gift.Send.HideMyName",
|
||||
"Gift.Send.HideMyName.Info",
|
||||
"Gift.Send.Left",
|
||||
"Gift.Send.Limited",
|
||||
"Gift.Send.Remains",
|
||||
"Gift.Send.Send",
|
||||
"Gift.Send.Title",
|
||||
"Gift.View.Availability",
|
||||
|
|
|
@ -1714,6 +1714,14 @@
|
|||
"singular": "Filter"
|
||||
}
|
||||
},
|
||||
"Channel.BanUser.BlockFor": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Channel.BanUser.BlockFor",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Block For"
|
||||
}
|
||||
},
|
||||
"Channel.BanUser.PermissionsHeader": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Channel.BanUser.PermissionsHeader",
|
||||
"photo_url": null,
|
||||
|
@ -6055,14 +6063,6 @@
|
|||
"singular": "An error occurred. Please try again."
|
||||
}
|
||||
},
|
||||
"Gift.Send.Left": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Gift.Send.Left",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "left"
|
||||
}
|
||||
},
|
||||
"Gift.Send.Limited": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Gift.Send.Limited",
|
||||
"photo_url": null,
|
||||
|
@ -6071,6 +6071,15 @@
|
|||
"singular": "Limited"
|
||||
}
|
||||
},
|
||||
"Gift.Send.Remains": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Gift.Send.Remains",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%@</mark> left",
|
||||
"plural": "<mark class=\"token\">%@</mark> left"
|
||||
}
|
||||
},
|
||||
"GiftLink.LinkHidden": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/GiftLink.LinkHidden",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Add table
Reference in a new issue