Update content of files

This commit is contained in:
GitHub Action 2022-06-15 22:44:01 +00:00
parent 1e60b2e546
commit 7eac4fe641
3 changed files with 38 additions and 6 deletions

View file

@ -377,6 +377,9 @@
"CopiedLinkPrivate": [ "CopiedLinkPrivate": [
"Link has been copied to the clipboard. It works only for members of this chat." "Link has been copied to the clipboard. It works only for members of this chat."
], ],
"CopyReportDataInfo": [
"Use when submitting a bug report"
],
"CopyTextFailed": [ "CopyTextFailed": [
"Failed to copy text. Most likely, the text you tried to copy is too big." "Failed to copy text. Most likely, the text you tried to copy is too big."
], ],
@ -603,6 +606,9 @@
"InstantViewError": [ "InstantViewError": [
"Instant View could not be displayed due to an error." "Instant View could not be displayed due to an error."
], ],
"InstantViewSectionUnsupported": [
"Instant View for this section is not yet supported."
],
"InstantViewUnsupported": [ "InstantViewUnsupported": [
"Instant View for this page is not yet supported." "Instant View for this page is not yet supported."
], ],
@ -1081,6 +1087,9 @@
"OpenStickerSet": [ "OpenStickerSet": [
"Show Sticker Set" "Show Sticker Set"
], ],
"PR": [
"PR #<mark class=\"token\">%1$d</mark>"
],
"ParticipantXLimitReached": [ "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> member to this group",
"You can't add more than <mark class=\"token\">%1$s</mark> members to this group" "You can't add more than <mark class=\"token\">%1$s</mark> members to this group"
@ -1249,6 +1258,13 @@
"PublicGroup": [ "PublicGroup": [
"Public group" "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": [ "QBlockChat": [
"Block <mark class=\"token\">%1$s</mark>? You will no longer receive replies notifications from their anonymous admins." "Block <mark class=\"token\">%1$s</mark>? You will no longer receive replies notifications from their anonymous admins."
], ],
@ -1588,6 +1604,9 @@
"Unselect": [ "Unselect": [
"Unselect" "Unselect"
], ],
"UpdateSourceChanges": [
"View source code changes"
],
"UpgradeChatPrompt": [ "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." "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": [ "ViewSourceCode": [
"View Source Code" "View Source Code"
], ],
"ViewSourceCodeChanges": [
"Changes in Source Code"
],
"ViewSourceCodeChangesSince": [
"Since <mark class=\"token\">%1$s</mark> (commit <mark class=\"token\">%2$s</mark>)"
],
"ViewStats": [ "ViewStats": [
"View Statistics" "View Statistics"
], ],
@ -1856,6 +1881,9 @@
"format_chatAndSignature": [ "format_chatAndSignature": [
"<mark class=\"token\">%1$s</mark> (<mark class=\"token\">%2$s</mark>)" "<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": [ "format_concatSeparatorLastPerson": [
" and " " and "
], ],
@ -2133,6 +2161,10 @@
"<mark class=\"token\">%1$s</mark> minute", "<mark class=\"token\">%1$s</mark> minute",
"<mark class=\"token\">%1$s</mark> minutes" "<mark class=\"token\">%1$s</mark> minutes"
], ],
"xPRs": [
"<mark class=\"token\">%1$s</mark> PR",
"<mark class=\"token\">%1$s</mark> PRs"
],
"xPeopleJoinedChannel": [ "xPeopleJoinedChannel": [
"<mark class=\"token\">%1$s</mark> member joined the channel", "<mark class=\"token\">%1$s</mark> member joined the channel",
"<mark class=\"token\">%1$s</mark> members joined the channel" "<mark class=\"token\">%1$s</mark> members joined the channel"

View file

@ -1593,6 +1593,9 @@
"Group.AdminLog.EmptyText": [ "Group.AdminLog.EmptyText": [
"No notable actions taken by the members and admins of this group in the last 48 hours." "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": [ "Group.DeleteGroup": [
"Delete Group" "Delete Group"
], ],
@ -1638,6 +1641,9 @@
"Group.Info.Members": [ "Group.Info.Members": [
"Members" "Members"
], ],
"Group.JoinGroup": [
"Join Group"
],
"Group.LeaveGroup": [ "Group.LeaveGroup": [
"Leave Group" "Leave Group"
], ],

View file

@ -818,9 +818,6 @@
"Conversation.ViewReply": [ "Conversation.ViewReply": [
"View in Chat" "View in Chat"
], ],
"Conversation.VoiceChatMediaRecordingRestricted": [
"You can't record voice and video messages during a video chat."
],
"CreateExternalStream.StreamKeyTitle": [ "CreateExternalStream.StreamKeyTitle": [
"Stream Key" "Stream Key"
], ],
@ -936,9 +933,6 @@
"Gif.Emotion.Cool": [ "Gif.Emotion.Cool": [
"Cool" "Cool"
], ],
"Group.ApplyToJoin": [
"Apply to Join Group"
],
"Group.ErrorAccessDenied": [ "Group.ErrorAccessDenied": [
"Sorry, this group is private." "Sorry, this group is private."
], ],