Update content of files

This commit is contained in:
GitHub Action 2022-10-25 10:58:03 +00:00
parent e5916d84ec
commit 8c03b110fc

View file

@ -6897,6 +6897,16 @@
"PeerInfo.Forum" = "Topics";
"PeerInfo.Forum.Info" = "The group chat will be devided into topics created by admins or users.";
"PeerInfo.TopicsLimitedParticipantCountText_countable" = "%d";
"PeerInfo.TopicsLimitedParticipantCountText_zero" = "Only groups with more than %d members can have topics enabled.";
"PeerInfo.TopicsLimitedParticipantCountText_one" = "Only groups with more than %d member can have topics enabled.";
"PeerInfo.TopicsLimitedParticipantCountText_two" = "Only groups with more than %d members can have topics enabled.";
"PeerInfo.TopicsLimitedParticipantCountText_few" = "Only groups with more than %d members can have topics enabled.";
"PeerInfo.TopicsLimitedParticipantCountText_many" = "Only groups with more than %d members can have topics enabled.";
"PeerInfo.TopicsLimitedParticipantCountText_other" = "Only groups with more than %d members can have topics enabled.";
"PeerInfo.TopicsLimitedDiscussionGroups" = "Topics are currently unavailable in groups connected to channels.";
"Chat.Context.EditTopic" = "Edit Topic";