diff --git a/RadixWallet/Core/Resources/Generated/L10n.generated.swift b/RadixWallet/Core/Resources/Generated/L10n.generated.swift index 6c769381b6..e49b6d7ae7 100644 --- a/RadixWallet/Core/Resources/Generated/L10n.generated.swift +++ b/RadixWallet/Core/Resources/Generated/L10n.generated.swift @@ -1795,6 +1795,38 @@ public enum L10n { public static let title = L10n.tr("Localizable", "homePage_visitDashboard_title", fallback: "Visit the Radix Dashboard") } } + public enum HomePageCarousel { + public enum ContinueOnDapp { + /// You can now connect with your Radix Wallet. Tap to dismiss. + public static let text = L10n.tr("Localizable", "homePageCarousel_continueOnDapp_text", fallback: "You can now connect with your Radix Wallet. Tap to dismiss.") + /// Continue on dApp in browser + public static let title = L10n.tr("Localizable", "homePageCarousel_continueOnDapp_title", fallback: "Continue on dApp in browser") + } + public enum DiscoverRadix { + /// Start RadQuest, learn about Radix, earn XRD and collectibles. + public static let text = L10n.tr("Localizable", "homePageCarousel_discoverRadix_text", fallback: "Start RadQuest, learn about Radix, earn XRD and collectibles.") + /// Discover Radix. Get XRD + public static let title = L10n.tr("Localizable", "homePageCarousel_discoverRadix_title", fallback: "Discover Radix. Get XRD") + } + public enum RejoinRadquest { + /// Continue your Radix journey in your browser. Tap to dismiss. + public static let text = L10n.tr("Localizable", "homePageCarousel_rejoinRadquest_text", fallback: "Continue your Radix journey in your browser. Tap to dismiss.") + /// Rejoin Radquest + public static let title = L10n.tr("Localizable", "homePageCarousel_rejoinRadquest_title", fallback: "Rejoin Radquest") + } + public enum ThreesixtyDegrees { + /// Secure your Accounts and Personas with Security shields + public static let text = L10n.tr("Localizable", "homePageCarousel_threesixtyDegrees_text", fallback: "Secure your Accounts and Personas with Security shields") + /// 360 Degrees of Security + public static let title = L10n.tr("Localizable", "homePageCarousel_threesixtyDegrees_title", fallback: "360 Degrees of Security") + } + public enum UseDappsOnDesktop { + /// Connect to dApps on the big screen with Radix Connector. + public static let text = L10n.tr("Localizable", "homePageCarousel_useDappsOnDesktop_text", fallback: "Connect to dApps on the big screen with Radix Connector.") + /// Use dApps on Desktop + public static let title = L10n.tr("Localizable", "homePageCarousel_useDappsOnDesktop_title", fallback: "Use dApps on Desktop") + } + } public enum IOSProfileBackup { /// Available backups: public static let cloudBackupWallet = L10n.tr("Localizable", "iOSProfileBackup_cloudBackupWallet", fallback: "Available backups:") diff --git a/RadixWallet/Core/Resources/Resources/en.lproj/Localizable.strings b/RadixWallet/Core/Resources/Resources/en.lproj/Localizable.strings index a9c2ff2a58..1398f26d66 100644 --- a/RadixWallet/Core/Resources/Resources/en.lproj/Localizable.strings +++ b/RadixWallet/Core/Resources/Resources/en.lproj/Localizable.strings @@ -1213,4 +1213,14 @@ Code: %@"; "mobileConnect_linkSubtitle" = "Before you connect to **%@**, you might want to check:"; "mobileConnect_linkBody1" = "Does the website address match what you’re expecting?"; "mobileConnect_linkBody2" = "If you came from a social media ad, is the website legitimate?"; -"mobileConnect_interactionSuccess" = "Switch back to your browser to continue"; \ No newline at end of file +"mobileConnect_interactionSuccess" = "Switch back to your browser to continue"; +"homePageCarousel_rejoinRadquest_title" = "Rejoin Radquest"; +"homePageCarousel_rejoinRadquest_text" = "Continue your Radix journey in your browser. Tap to dismiss."; +"homePageCarousel_discoverRadix_title" = "Discover Radix. Get XRD"; +"homePageCarousel_discoverRadix_text" = "Start RadQuest, learn about Radix, earn XRD and collectibles."; +"homePageCarousel_continueOnDapp_title" = "Continue on dApp in browser"; +"homePageCarousel_continueOnDapp_text" = "You can now connect with your Radix Wallet. Tap to dismiss."; +"homePageCarousel_useDappsOnDesktop_title" = "Use dApps on Desktop"; +"homePageCarousel_useDappsOnDesktop_text" = "Connect to dApps on the big screen with Radix Connector."; +"homePageCarousel_threesixtyDegrees_title" = "360 Degrees of Security"; +"homePageCarousel_threesixtyDegrees_text" = "Secure your Accounts and Personas with Security shields"; \ No newline at end of file