From 87a17407784e0c94cd5d06a70d7d0a5cac4ce397 Mon Sep 17 00:00:00 2001 From: ismailgulek Date: Mon, 4 Apr 2022 16:52:40 +0300 Subject: [PATCH] Add strings --- Riot/Assets/en.lproj/Vector.strings | 5 +++++ Riot/Generated/Strings.swift | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index ab8dfe66c..cfff2829a 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -479,6 +479,11 @@ Tap the + to start adding people."; "threads_notice_title" = "Threads no longer experimental 🎉"; "threads_notice_information" = "All threads created during the experimental period will now be rendered as regular replies.

This will be a one-off transition, as threads are now part of the Matrix specification."; "threads_notice_done" = "Got it"; +"threads_beta_title" = "Threads"; +"threads_beta_information" = "Keep discussions organised with threads.\n\nThreads help keep your conversations on-topic and easy to track. "; +"threads_beta_information_link" = "Learn more"; +"threads_beta_enable" = "Try it out"; +"threads_beta_cancel" = "Not now"; "media_type_accessibility_image" = "Image"; "media_type_accessibility_audio" = "Audio"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index d599c8296..a09e12287 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -7591,6 +7591,26 @@ public class VectorL10n: NSObject { public static var threadsActionMyThreads: String { return VectorL10n.tr("Vector", "threads_action_my_threads") } + /// Not now + public static var threadsBetaCancel: String { + return VectorL10n.tr("Vector", "threads_beta_cancel") + } + /// Try it out + public static var threadsBetaEnable: String { + return VectorL10n.tr("Vector", "threads_beta_enable") + } + /// Keep discussions organised with threads.\n\nThreads help keep your conversations on-topic and easy to track. + public static var threadsBetaInformation: String { + return VectorL10n.tr("Vector", "threads_beta_information") + } + /// Learn more + public static var threadsBetaInformationLink: String { + return VectorL10n.tr("Vector", "threads_beta_information_link") + } + /// Threads + public static var threadsBetaTitle: String { + return VectorL10n.tr("Vector", "threads_beta_title") + } /// Threads help keep your conversations on-topic and easy to track. public static var threadsEmptyInfoAll: String { return VectorL10n.tr("Vector", "threads_empty_info_all")