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 56fd1d4adc..d546dd32cf 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 @@ -9723,7 +9723,13 @@ "Business.GreetingMessage.NoActivity.Title" = "PERIOD OF NO ACTIVITY"; -"Business.GreetingMessage.NoActivity.Days" = "%d Days"; +"Business.GreetingMessage.NoActivity.Days_countable" = "%d"; +"Business.GreetingMessage.NoActivity.Days_zero" = "%d Days"; +"Business.GreetingMessage.NoActivity.Days_one" = "%d Day"; +"Business.GreetingMessage.NoActivity.Days_two" = "%d Days"; +"Business.GreetingMessage.NoActivity.Days_few" = "%d Days"; +"Business.GreetingMessage.NoActivity.Days_many" = "%d Days"; +"Business.GreetingMessage.NoActivity.Days_other" = "%d Days"; "Business.Message.Contact" = "contact"; "Business.Message.NonContact" = "non contact"; @@ -9786,7 +9792,7 @@ "Business.QuickReply.Add.Error" = "Shortcut with that name already exists."; - +"Business.QuickReply.ConfirmDelete" = "Are you sure you want to delete quick reply?"; "Business.Location.Title" = "Location";