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
1e60b2e546
commit
7eac4fe641
3 changed files with 38 additions and 6 deletions
|
@ -377,6 +377,9 @@
|
|||
"CopiedLinkPrivate": [
|
||||
"Link has been copied to the clipboard. It works only for members of this chat."
|
||||
],
|
||||
"CopyReportDataInfo": [
|
||||
"Use when submitting a bug report"
|
||||
],
|
||||
"CopyTextFailed": [
|
||||
"Failed to copy text. Most likely, the text you tried to copy is too big."
|
||||
],
|
||||
|
@ -603,6 +606,9 @@
|
|||
"InstantViewError": [
|
||||
"Instant View could not be displayed due to an error."
|
||||
],
|
||||
"InstantViewSectionUnsupported": [
|
||||
"Instant View for this section is not yet supported."
|
||||
],
|
||||
"InstantViewUnsupported": [
|
||||
"Instant View for this page is not yet supported."
|
||||
],
|
||||
|
@ -1081,6 +1087,9 @@
|
|||
"OpenStickerSet": [
|
||||
"Show Sticker Set"
|
||||
],
|
||||
"PR": [
|
||||
"PR #<mark class=\"token\">%1$d</mark>"
|
||||
],
|
||||
"ParticipantXLimitReached": [
|
||||
"You can't add more than <mark class=\"token\">%1$s</mark> member to this group",
|
||||
"You can't add more than <mark class=\"token\">%1$s</mark> members to this group"
|
||||
|
@ -1249,6 +1258,13 @@
|
|||
"PublicGroup": [
|
||||
"Public group"
|
||||
],
|
||||
"PullRequestCommit": [
|
||||
"Pull Request #<mark class=\"token\">%1$d</mark>"
|
||||
],
|
||||
"PullRequestsInfo": [
|
||||
"Current build includes <mark class=\"token\">%1$s</mark> pull request that is currently under review",
|
||||
"This build includes <mark class=\"token\">%1$s</mark> pull requests that are currently under review"
|
||||
],
|
||||
"QBlockChat": [
|
||||
"Block <mark class=\"token\">%1$s</mark>? You will no longer receive replies notifications from their anonymous admins."
|
||||
],
|
||||
|
@ -1588,6 +1604,9 @@
|
|||
"Unselect": [
|
||||
"Unselect"
|
||||
],
|
||||
"UpdateSourceChanges": [
|
||||
"View source code changes"
|
||||
],
|
||||
"UpgradeChatPrompt": [
|
||||
"To perform this action, this chat will be converted to supergroup.<br/><br/>**Note**: new members will not see messages sent before the conversion."
|
||||
],
|
||||
|
@ -1621,6 +1640,12 @@
|
|||
"ViewSourceCode": [
|
||||
"View Source Code"
|
||||
],
|
||||
"ViewSourceCodeChanges": [
|
||||
"Changes in Source Code"
|
||||
],
|
||||
"ViewSourceCodeChangesSince": [
|
||||
"Since <mark class=\"token\">%1$s</mark> (commit <mark class=\"token\">%2$s</mark>)"
|
||||
],
|
||||
"ViewStats": [
|
||||
"View Statistics"
|
||||
],
|
||||
|
@ -1856,6 +1881,9 @@
|
|||
"format_chatAndSignature": [
|
||||
"<mark class=\"token\">%1$s</mark> (<mark class=\"token\">%2$s</mark>)"
|
||||
],
|
||||
"format_commit": [
|
||||
"<mark class=\"token\">%1$s</mark> (commit <mark class=\"token\">%2$s</mark>)"
|
||||
],
|
||||
"format_concatSeparatorLastPerson": [
|
||||
" and "
|
||||
],
|
||||
|
@ -2133,6 +2161,10 @@
|
|||
"<mark class=\"token\">%1$s</mark> minute",
|
||||
"<mark class=\"token\">%1$s</mark> minutes"
|
||||
],
|
||||
"xPRs": [
|
||||
"<mark class=\"token\">%1$s</mark> PR",
|
||||
"<mark class=\"token\">%1$s</mark> PRs"
|
||||
],
|
||||
"xPeopleJoinedChannel": [
|
||||
"<mark class=\"token\">%1$s</mark> member joined the channel",
|
||||
"<mark class=\"token\">%1$s</mark> members joined the channel"
|
||||
|
|
|
@ -1593,6 +1593,9 @@
|
|||
"Group.AdminLog.EmptyText": [
|
||||
"No notable actions taken by the members and admins of this group in the last 48 hours."
|
||||
],
|
||||
"Group.ApplyToJoin": [
|
||||
"Apply to Join Group"
|
||||
],
|
||||
"Group.DeleteGroup": [
|
||||
"Delete Group"
|
||||
],
|
||||
|
@ -1638,6 +1641,9 @@
|
|||
"Group.Info.Members": [
|
||||
"Members"
|
||||
],
|
||||
"Group.JoinGroup": [
|
||||
"Join Group"
|
||||
],
|
||||
"Group.LeaveGroup": [
|
||||
"Leave Group"
|
||||
],
|
||||
|
|
|
@ -818,9 +818,6 @@
|
|||
"Conversation.ViewReply": [
|
||||
"View in Chat"
|
||||
],
|
||||
"Conversation.VoiceChatMediaRecordingRestricted": [
|
||||
"You can't record voice and video messages during a video chat."
|
||||
],
|
||||
"CreateExternalStream.StreamKeyTitle": [
|
||||
"Stream Key"
|
||||
],
|
||||
|
@ -936,9 +933,6 @@
|
|||
"Gif.Emotion.Cool": [
|
||||
"Cool"
|
||||
],
|
||||
"Group.ApplyToJoin": [
|
||||
"Apply to Join Group"
|
||||
],
|
||||
"Group.ErrorAccessDenied": [
|
||||
"Sorry, this group is private."
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue