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
427f5ac36f
commit
36b23e65c5
@ -13041,8 +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.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.Send" = "Send a Gift for";
|
||||||
"Gift.Send.Limited" = "Limited";
|
"Gift.Send.Limited" = "Limited";
|
||||||
"Gift.Send.Left_1" = "left";
|
"Gift.Send.Remains_1" = "%@ left";
|
||||||
"Gift.Send.Left_any" = "left";
|
"Gift.Send.Remains_any" = "%@ left";
|
||||||
|
|
||||||
"Gift.Send.ErrorUnknown" = "An error occurred. Please try again.";
|
"Gift.Send.ErrorUnknown" = "An error occurred. Please try again.";
|
||||||
"Gift.Send.ErrorOutOfStock" = "Sorry, this gift is sold out. Please choose another gift.";
|
"Gift.Send.ErrorOutOfStock" = "Sorry, this gift is sold out. Please choose another gift.";
|
||||||
|
@ -626,7 +626,7 @@ final class GiftSetupScreenComponent: Component {
|
|||||||
badgePosition: position,
|
badgePosition: position,
|
||||||
badgeGraphPosition: position,
|
badgeGraphPosition: position,
|
||||||
invertProgress: true,
|
invertProgress: true,
|
||||||
leftString: environment.strings.Gift_Send_Left(remains),
|
leftString: environment.strings.Gift_Send_Remains(remains).replacingOccurrences(of: remainsString, with: "").trimmingCharacters(in: .whitespacesAndNewlines),
|
||||||
groupingSeparator: environment.dateTimeFormat.groupingSeparator
|
groupingSeparator: environment.dateTimeFormat.groupingSeparator
|
||||||
)),
|
)),
|
||||||
environment: {},
|
environment: {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user