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 29383d5fe7..b1dd33e664 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 @@ -10203,3 +10203,16 @@ "WebApp.Biometry.Confirm.TouchId" = "Do you want to allow %@ to use Touch ID?"; "WebApp.Biometry.Confirm.FaceId" = "Do you want to allow %@ to use Touch ID?"; + + + + +"CollectibleItemInfo.UsernameTitle" = "[%@]() is a collectible username\nthat belongs to"; +"CollectibleItemInfo.UsernameText" = "The **@%1$@** username was acquired on\nFragment on %2$@ for %3$@** %4$@** (~%5$@).\n\n[Copy Link]()"; +"CollectibleItemInfo.PhoneTitle" = "[%@]() is a collectible phone number\nthat belongs to"; +"CollectibleItemInfo.PhoneText" = "The phone number **@%1$@** was acquired on\nFragment on %2$@ for %3$@** %4$@** (~%5$@).\n\n[Copy Link]()"; +"CollectibleItemInfo.ButtonOpenInfo" = "Learn More"; + + +"Chat.Alert.Unsaved" = "You have unsaved changes.\nReset?"; +"Chat.Alert.Unsaved.Reset" = "Reset";