Update localization

This commit is contained in:
Ilya Laktyushin 2024-10-06 13:02:20 +04:00
parent 13824dd159
commit 427f5ac36f
2 changed files with 3 additions and 2 deletions

View File

@ -13041,7 +13041,8 @@ Sorry for the inconvenience.";
"Gift.Send.HideMyName.Info" = "Hide my name and message from visitors to %1$@'s profile. %2$@ will still see your name and message.";
"Gift.Send.Send" = "Send a Gift for";
"Gift.Send.Limited" = "Limited";
"Gift.Send.Left" = "left";
"Gift.Send.Left_1" = "left";
"Gift.Send.Left_any" = "left";
"Gift.Send.ErrorUnknown" = "An error occurred. Please try again.";
"Gift.Send.ErrorOutOfStock" = "Sorry, this gift is sold out. Please choose another gift.";

View File

@ -626,7 +626,7 @@ final class GiftSetupScreenComponent: Component {
badgePosition: position,
badgeGraphPosition: position,
invertProgress: true,
leftString: environment.strings.Gift_Send_Left,
leftString: environment.strings.Gift_Send_Left(remains),
groupingSeparator: environment.dateTimeFormat.groupingSeparator
)),
environment: {},