diff --git a/data/client/macos-beta/Telegram.app/Contents/Resources/en.lproj/Localizable.strings b/data/client/macos-beta/Telegram.app/Contents/Resources/en.lproj/Localizable.strings index 6761699933..eb3a18057c 100644 --- a/data/client/macos-beta/Telegram.app/Contents/Resources/en.lproj/Localizable.strings +++ b/data/client/macos-beta/Telegram.app/Contents/Resources/en.lproj/Localizable.strings @@ -8503,7 +8503,14 @@ custom icons to them."; "Giveaway.Date.SelectDate" = "Giveaway"; "Giveaway.Date.SelectDate.OK" = "OK"; -"Giveaway.Date.Info" = "Choose when 3 subscribers of your channel will be randomly selected to receive Telegram Premium."; +"Giveaway.Date.Info_Countable" = "%d"; +"Giveaway.Date.Info_zero" = "Choose when %d subscribers of your channel will be randomly selected to receive Telegram Premium."; +"Giveaway.Date.Info_one" = "Choose when %d subscribers of your channel will be randomly selected to receive Telegram Premium."; +"Giveaway.Date.Info_two" = "Choose when %d subscribers of your channel will be randomly selected to receive Telegram Premium."; +"Giveaway.Date.Info_few" = "Choose when %d subscribers of your channel will be randomly selected to receive Telegram Premium."; +"Giveaway.Date.Info_many" = "Choose when %d subscribers of your channel will be randomly selected to receive Telegram Premium."; +"Giveaway.Date.Info_other" = "Choose when %d subscribers of your channel will be randomly selected to receive Telegram Premium."; + "Giveaway.PaymentOptions.Title" = "DURATION OF PREMIUM SUBSCRIPTIONS"; "Giveaway.PaymentOptions.Info" = "You can review the list of features and terms of use for Telegram Premium [here](premium)."; @@ -8710,3 +8717,10 @@ custom icons to them."; "Chat.Giveaway.Info.ActivatedLinks_few" = "%d winners already used their gift link."; "Chat.Giveaway.Info.ActivatedLinks_many" = "%d winners already used their gift link."; "Chat.Giveaway.Info.ActivatedLinks_other" = "%d winners already used their gift link."; + + +"ChannelReactions.Placeholder" = "Add Reactions..."; + + +"ChatMessage.Sponsored.Title" = "Sponsored"; +"ChatMessage.Recommended.Title" = "Recommended";