mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
Update content of files
This commit is contained in:
parent
de333987ef
commit
a8893f4fa9
4 changed files with 62 additions and 34 deletions
|
@ -31635,6 +31635,7 @@
|
|||
"Chat.DropQuickDesc",
|
||||
"Chat.DropTitle",
|
||||
"Chat.Edit.Cancel.Text",
|
||||
"Chat.Header.RequestToJoin",
|
||||
"Chat.Input.Attach.Document",
|
||||
"Chat.Input.Attach.Document",
|
||||
"Chat.Input.Attach.PhotoOrVideo",
|
||||
|
@ -32431,6 +32432,7 @@
|
|||
"Peer.Status.LastSeenAt",
|
||||
"Peer.Status.Member",
|
||||
"Peer.Status.Subscribers",
|
||||
"Peer.Status.Today",
|
||||
"Peer.Status.Yesterday",
|
||||
"Peer.Status.justNow",
|
||||
"Peer.Status.minAgo",
|
||||
|
@ -32641,6 +32643,7 @@
|
|||
"SendAnonymously",
|
||||
"SendAsFile",
|
||||
"SendAsFiles",
|
||||
"SendContactToGroupText",
|
||||
"SendMessage",
|
||||
"SendMessageAsTitle",
|
||||
"SendMessageTitle",
|
||||
|
|
|
@ -236,7 +236,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/webk/stories/" class="tr-section">
|
||||
<div class="tr-section-cover cover11"></div>
|
||||
<div class="tr-section-caption">Stories (26)</div>
|
||||
<div class="tr-section-caption">Stories (31)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/webk/camera_and_media/" 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/webk/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1102)</div>
|
||||
<div class="tr-section-caption">Unsorted (1097)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -128,6 +128,22 @@
|
|||
"singular": "Save to Profile"
|
||||
}
|
||||
},
|
||||
"Story.ExpiredToast": {
|
||||
"url": "https://translations.telegram.org/en/webk/stories/Story.ExpiredToast",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "This story is no longer available"
|
||||
}
|
||||
},
|
||||
"Story.NoSound": {
|
||||
"url": "https://translations.telegram.org/en/webk/stories/Story.NoSound",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "This video has no sound"
|
||||
}
|
||||
},
|
||||
"Story.RemoveFromProfile": {
|
||||
"url": "https://translations.telegram.org/en/webk/stories/Story.RemoveFromProfile",
|
||||
"photo_url": null,
|
||||
|
@ -144,6 +160,14 @@
|
|||
"singular": "Reply Privately..."
|
||||
}
|
||||
},
|
||||
"Story.ReportTitle": {
|
||||
"url": "https://translations.telegram.org/en/webk/stories/Story.ReportTitle",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Report Story"
|
||||
}
|
||||
},
|
||||
"StoryArchived": {
|
||||
"url": "https://translations.telegram.org/en/webk/stories/StoryArchived",
|
||||
"photo_url": null,
|
||||
|
@ -201,6 +225,14 @@
|
|||
"singular": "You mentioned <mark class=\"token\">%s</mark> in a story"
|
||||
}
|
||||
},
|
||||
"StoryViewLocation": {
|
||||
"url": "https://translations.telegram.org/en/webk/stories/StoryViewLocation",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "View Location"
|
||||
}
|
||||
},
|
||||
"UnarchiveStories": {
|
||||
"url": "https://translations.telegram.org/en/webk/stories/UnarchiveStories",
|
||||
"photo_url": null,
|
||||
|
|
|
@ -1544,6 +1544,15 @@
|
|||
"singular": "Are you sure you want to discard all changes?"
|
||||
}
|
||||
},
|
||||
"Chat.Header.RequestToJoin": {
|
||||
"url": "https://translations.telegram.org/en/webk/unsorted/Chat.Header.RequestToJoin",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%d</mark> Join Request",
|
||||
"plural": "<mark class=\"token\">%d</mark> Join Requests"
|
||||
}
|
||||
},
|
||||
"Chat.Input.ReplyToAnswer": {
|
||||
"url": "https://translations.telegram.org/en/webk/unsorted/Chat.Input.ReplyToAnswer",
|
||||
"photo_url": "https://telegra.ph/file/p/2dd00806647/a9b1068566a8f825192dc17.jpg?c=109,671,383,383,280,280",
|
||||
|
@ -6064,6 +6073,14 @@
|
|||
"singular": "last seen <mark class=\"token\">%@</mark> at <mark class=\"token\">%@</mark>"
|
||||
}
|
||||
},
|
||||
"Peer.Status.Today": {
|
||||
"url": "https://translations.telegram.org/en/webk/unsorted/Peer.Status.Today",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "today"
|
||||
}
|
||||
},
|
||||
"Peer.Status.Yesterday": {
|
||||
"url": "https://translations.telegram.org/en/webk/unsorted/Peer.Status.Yesterday",
|
||||
"photo_url": null,
|
||||
|
@ -7113,6 +7130,14 @@
|
|||
"singular": "Send as files"
|
||||
}
|
||||
},
|
||||
"SendContactToGroupText": {
|
||||
"url": "https://translations.telegram.org/en/webk/unsorted/SendContactToGroupText",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Do you want to send this contact to **<mark class=\"token\">%1$s</mark>**?"
|
||||
}
|
||||
},
|
||||
"SendMessage": {
|
||||
"url": "https://translations.telegram.org/en/webk/unsorted/SendMessage",
|
||||
"photo_url": null,
|
||||
|
@ -7611,30 +7636,6 @@
|
|||
"singular": "Story"
|
||||
}
|
||||
},
|
||||
"Story.ExpiredToast": {
|
||||
"url": "https://translations.telegram.org/en/webk/unsorted/Story.ExpiredToast",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "This story is no longer available"
|
||||
}
|
||||
},
|
||||
"Story.NoSound": {
|
||||
"url": "https://translations.telegram.org/en/webk/unsorted/Story.NoSound",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "This video has no sound"
|
||||
}
|
||||
},
|
||||
"Story.ReportTitle": {
|
||||
"url": "https://translations.telegram.org/en/webk/unsorted/Story.ReportTitle",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Report Story"
|
||||
}
|
||||
},
|
||||
"StoryJustNow": {
|
||||
"url": "https://translations.telegram.org/en/webk/unsorted/StoryJustNow",
|
||||
"photo_url": null,
|
||||
|
@ -7676,14 +7677,6 @@
|
|||
"singular": "Only some contacts **<mark class=\"token\">%s</mark>** selected can view this story."
|
||||
}
|
||||
},
|
||||
"StoryViewLocation": {
|
||||
"url": "https://translations.telegram.org/en/webk/unsorted/StoryViewLocation",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "View Location"
|
||||
}
|
||||
},
|
||||
"SubscribeRequests": {
|
||||
"url": "https://translations.telegram.org/en/webk/unsorted/SubscribeRequests",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue