mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-29 11:25:38 +00:00
Update localization
This commit is contained in:
parent
26e15ebe40
commit
e81e745c93
@ -11311,3 +11311,7 @@ Sorry for the inconvenience.";
|
|||||||
"GroupBoost.Table.Group.VoiceToText" = "Voice-to-Text Conversion";
|
"GroupBoost.Table.Group.VoiceToText" = "Voice-to-Text Conversion";
|
||||||
"GroupBoost.Table.Group.EmojiPack" = "Custom Emojipack";
|
"GroupBoost.Table.Group.EmojiPack" = "Custom Emojipack";
|
||||||
|
|
||||||
|
"ChannelBoost.Header.Boost" = "boost";
|
||||||
|
"ChannelBoost.Header.Giveaway" = "giveaway";
|
||||||
|
"ChannelBoost.Header.Features" = "features";
|
||||||
|
|
||||||
|
|||||||
@ -399,7 +399,7 @@ private final class BoostHeaderComponent: CombinedComponent {
|
|||||||
content: AnyComponent(
|
content: AnyComponent(
|
||||||
BoostButtonComponent(
|
BoostButtonComponent(
|
||||||
iconName: "Premium/Boosts/Boost",
|
iconName: "Premium/Boosts/Boost",
|
||||||
title: "boost"
|
title: component.strings.ChannelBoost_Header_Boost
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
effectAlignment: .center,
|
effectAlignment: .center,
|
||||||
@ -419,7 +419,7 @@ private final class BoostHeaderComponent: CombinedComponent {
|
|||||||
content: AnyComponent(
|
content: AnyComponent(
|
||||||
BoostButtonComponent(
|
BoostButtonComponent(
|
||||||
iconName: "Premium/Boosts/Giveaway",
|
iconName: "Premium/Boosts/Giveaway",
|
||||||
title: "giveaway"
|
title: component.strings.ChannelBoost_Header_Giveaway
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
effectAlignment: .center,
|
effectAlignment: .center,
|
||||||
@ -439,7 +439,7 @@ private final class BoostHeaderComponent: CombinedComponent {
|
|||||||
content: AnyComponent(
|
content: AnyComponent(
|
||||||
BoostButtonComponent(
|
BoostButtonComponent(
|
||||||
iconName: "Premium/Boosts/Features",
|
iconName: "Premium/Boosts/Features",
|
||||||
title: "features"
|
title: component.strings.ChannelBoost_Header_Features
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
effectAlignment: .center,
|
effectAlignment: .center,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user