From e98141215ff1a9c677a846dcff3b79bc561b8d66 Mon Sep 17 00:00:00 2001 From: zubiden <19638254+zubiden@users.noreply.github.com> Date: Fri, 7 Mar 2025 15:16:38 +0100 Subject: [PATCH] Localization: Sync several strings with the platform (#5694) --- src/assets/localization/fallback.strings | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/assets/localization/fallback.strings b/src/assets/localization/fallback.strings index ea525f05f..f68818f36 100644 --- a/src/assets/localization/fallback.strings +++ b/src/assets/localization/fallback.strings @@ -425,8 +425,8 @@ "SettingsSendEnter" = "Send with Enter"; "SettingsSendCmdenter" = "Send with Cmd+Enter"; "SettingsSendCtrlenter" = "Send with Ctrl+Enter"; -"SettingsSendEnterDescription" = "New line by Shift + Enter"; -"SettingsSendPlusEnterDescription" = "New line by Enter"; +"SettingsSendEnterDescription" = "Press Shift + Enter for new line"; +"SettingsSendPlusEnterDescription" = "Press Enter for new line"; "SettingsTimeFormat" = "Time format"; "SettingsTimeFormat12" = "12-hour"; "SettingsTimeFormat24" = "24-hour"; @@ -1408,7 +1408,7 @@ "GiftInfoConvertDescriptionPeriod_other" = "Conversion is available for the next **{count} days**."; "GiftInfoSaved" = "This gift is visible on your profile. {link}"; "GiftInfoHidden" = "This gift is hidden. Only you can see it. {link}"; -"GiftInfoChannelSaved" = "This gift is visible in your channel's Gifts. {link}"; +"GiftInfoChannelSaved" = "This gift is visible in your channel's profile. {link}"; "GiftInfoChannelHidden" = "This gift is hidden from visitors of your channel. {link}"; "GiftInfoSavedHide" = "Hide >"; "GiftInfoSavedShow" = "Show >"; @@ -1459,7 +1459,7 @@ "GiftPeerUpgradeText" = "Let {peer} turn your gift into a unique collectible."; "GiftUpgradeTextOwn" = "Turn your gift into a unique collectible that you can transfer or auction."; "GiftUpgradeKeepDetails" = "Keep sender's name and comment"; -"GiftUpgradeButton" = "Upgrade {amount}"; +"GiftUpgradeButton" = "Upgrade for {amount}"; "GiftUpgradedTitle" = "This gift is now a collectible"; "GiftUpgradedDescription" = "You have received a unique number, model, backdrop and symbol for your gift."; "GiftMakeUnique" = "Make unique for {stars}"; @@ -1731,7 +1731,7 @@ "ActionStarGiftConvertedText" = "{peer} converted this gift to {amount}."; "ActionStarGiftConvertedTextYou" = "You converted this gift to {amount}."; "ActionStarGiftChannelText" = "Add this gift to your channel's profile or convert it to {amount}."; -"ActionStarGiftDisplaying" = "You kept this gift on your profile."; +"ActionStarGiftDisplaying" = "You added this gift to your profile."; "ActionStarGiftChannelDisplaying" = "This gift is displayed to visitors of your channel."; "ActionStarGiftUpgradeText" = "{peer} can turn this gift to a unique collectible."; "ActionStarGiftUpgradeTextYou" = "Tap “Unpack” to turn this gift to a unique collectible.";