Update content of files

This commit is contained in:
GitHub Action 2022-11-29 21:48:29 +00:00
parent 4e4fcf9651
commit 03e9fca434
2 changed files with 13 additions and 4 deletions

View file

@ -5508,6 +5508,7 @@
"YouSenderNameHidden", "YouSenderNameHidden",
"YouSendersNameHidden", "YouSendersNameHidden",
"YouTubeVideoErrorHTML", "YouTubeVideoErrorHTML",
"YouTubeVideoErrorInvalid",
"YouTubeVideoErrorNotAvailableInApp", "YouTubeVideoErrorNotAvailableInApp",
"YouTubeVideoErrorNotFound", "YouTubeVideoErrorNotFound",
"YouTubeVideoErrorOpenExternal", "YouTubeVideoErrorOpenExternal",

View file

@ -1776,8 +1776,8 @@
"photo_url": null, "photo_url": null,
"has_binding": true, "has_binding": true,
"values": { "values": {
"singular": "Only groups with more than **<mark class=\"token\">%1$d</mark> member** can have Anti-Spam enabled.", "singular": "Aggressive filtering can be enabled only in groups with more than **<mark class=\"token\">%1$d</mark> member**.",
"plural": "Only groups with more than **<mark class=\"token\">%1$d</mark> members** can have Anti-Spam enabled." "plural": "Aggressive filtering can be enabled only in groups with more than **<mark class=\"token\">%1$d</mark> members**."
} }
}, },
"ChannelAntiSpamInfo": { "ChannelAntiSpamInfo": {
@ -2543,7 +2543,7 @@
"photo_url": null, "photo_url": null,
"has_binding": true, "has_binding": true,
"values": { "values": {
"singular": "Dialogs Activity" "singular": "Chat Activity"
} }
}, },
"DebugDrawSnowInChat": { "DebugDrawSnowInChat": {
@ -5011,7 +5011,7 @@
"photo_url": null, "photo_url": null,
"has_binding": true, "has_binding": true,
"values": { "values": {
"singular": "Older messages from this group have been move to the **<mark class=\"token\">%s</mark>** topic." "singular": "Older messages from this group have been moved to the **<mark class=\"token\">%s</mark>** topic."
} }
}, },
"NoVotesQuiz": { "NoVotesQuiz": {
@ -8920,6 +8920,14 @@
"singular": "An error occurred while trying to play this video." "singular": "An error occurred while trying to play this video."
} }
}, },
"YouTubeVideoErrorInvalid": {
"url": "https://translations.telegram.org/en/android/unsorted/YouTubeVideoErrorInvalid",
"photo_url": null,
"has_binding": true,
"values": {
"singular": "Video URL is invalid."
}
},
"YouTubeVideoErrorNotAvailableInApp": { "YouTubeVideoErrorNotAvailableInApp": {
"url": "https://translations.telegram.org/en/android/unsorted/YouTubeVideoErrorNotAvailableInApp", "url": "https://translations.telegram.org/en/android/unsorted/YouTubeVideoErrorNotAvailableInApp",
"photo_url": null, "photo_url": null,