diff --git a/data/web/translations.telegram.org/en/android_x/unsorted.html b/data/web/translations.telegram.org/en/android_x/unsorted.html
index 7e2daac6c8..739dc41872 100644
--- a/data/web/translations.telegram.org/en/android_x/unsorted.html
+++ b/data/web/translations.telegram.org/en/android_x/unsorted.html
@@ -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 #%1$d"
+ ],
"ParticipantXLimitReached": [
"You can't add more than %1$s member to this group",
"You can't add more than %1$s members to this group"
@@ -1249,6 +1258,13 @@
"PublicGroup": [
"Public group"
],
+ "PullRequestCommit": [
+ "Pull Request #%1$d"
+ ],
+ "PullRequestsInfo": [
+ "Current build includes %1$s pull request that is currently under review",
+ "This build includes %1$s pull requests that are currently under review"
+ ],
"QBlockChat": [
"Block %1$s? 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.
**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 %1$s (commit %2$s)"
+ ],
"ViewStats": [
"View Statistics"
],
@@ -1856,6 +1881,9 @@
"format_chatAndSignature": [
"%1$s (%2$s)"
],
+ "format_commit": [
+ "%1$s (commit %2$s)"
+ ],
"format_concatSeparatorLastPerson": [
" and "
],
@@ -2133,6 +2161,10 @@
"%1$s minute",
"%1$s minutes"
],
+ "xPRs": [
+ "%1$s PR",
+ "%1$s PRs"
+ ],
"xPeopleJoinedChannel": [
"%1$s member joined the channel",
"%1$s members joined the channel"
diff --git a/data/web/translations.telegram.org/en/ios/groups_and_channels.html b/data/web/translations.telegram.org/en/ios/groups_and_channels.html
index 751518f61b..7ade47c4d9 100644
--- a/data/web/translations.telegram.org/en/ios/groups_and_channels.html
+++ b/data/web/translations.telegram.org/en/ios/groups_and_channels.html
@@ -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"
],
diff --git a/data/web/translations.telegram.org/en/ios/unsorted.html b/data/web/translations.telegram.org/en/ios/unsorted.html
index 0e6d6b8cbb..27f67bccbd 100644
--- a/data/web/translations.telegram.org/en/ios/unsorted.html
+++ b/data/web/translations.telegram.org/en/ios/unsorted.html
@@ -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."
],