mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Update localization
This commit is contained in:
parent
13824dd159
commit
427f5ac36f
@ -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.";
|
||||
|
@ -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: {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user