Skip to content

Commit

Permalink
IOS-2456 Update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatovv committed Apr 2, 2024
1 parent 952f595 commit baf4fe8
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 50 deletions.
64 changes: 33 additions & 31 deletions Anytype/Generated/Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1440,34 +1440,34 @@ internal enum Loc {
internal static let title = Loc.tr("Localizable", "Membership.Ad.Title", fallback: "Membership")
}
internal enum Banner {
/// Stay closely connected with our team and community. Join calls with the team, influence Anytype's evolution, and have your say on features.
internal static let subtitle1 = Loc.tr("Localizable", "Membership.Banner.Subtitle1", fallback: "Stay closely connected with our team and community. Join calls with the team, influence Anytype's evolution, and have your say on features.")
/// Our members have unique identity on Anytype Network, more storage, shared spaces and members per space for extensive collaboration.
internal static let subtitle2 = Loc.tr("Localizable", "Membership.Banner.Subtitle2", fallback: "Our members have unique identity on Anytype Network, more storage, shared spaces and members per space for extensive collaboration.")
/// Your contribution supports our independent team and endorses our vision︎ of a user-driven, secure, and collaborative digital environment.
internal static let subtitle3 = Loc.tr("Localizable", "Membership.Banner.Subtitle3", fallback: "Your contribution supports our independent team and endorses our vision︎ of a user-driven, secure, and collaborative digital environment.")
/// Our software is free by design, but we thrive on the network that connects us all. Support us, and you're investing in the very infrastructure that keeps us united.
internal static let subtitle4 = Loc.tr("Localizable", "Membership.Banner.Subtitle4", fallback: "Our software is free by design, but we thrive on the network that connects us all. Support us, and you're investing in the very infrastructure that keeps us united.")
/// Co-create with us
internal static let title1 = Loc.tr("Localizable", "Membership.Banner.Title1", fallback: "Co-create with us")
/// Gain Benefits
internal static let title2 = Loc.tr("Localizable", "Membership.Banner.Title2", fallback: "Gain Benefits")
/// Support the Vision
internal static let title3 = Loc.tr("Localizable", "Membership.Banner.Title3", fallback: "Support the Vision")
/// As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap.
internal static let subtitle1 = Loc.tr("Localizable", "Membership.Banner.Subtitle1", fallback: "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap.")
/// Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network.
internal static let subtitle2 = Loc.tr("Localizable", "Membership.Banner.Subtitle2", fallback: "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network.")
/// Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network.
internal static let subtitle3 = Loc.tr("Localizable", "Membership.Banner.Subtitle3", fallback: "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network.")
/// Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network.
internal static let subtitle4 = Loc.tr("Localizable", "Membership.Banner.Subtitle4", fallback: "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network.")
/// Build the Vision Together
internal static let title1 = Loc.tr("Localizable", "Membership.Banner.Title1", fallback: "Build the Vision Together")
/// Unlock Member Benefits
internal static let title2 = Loc.tr("Localizable", "Membership.Banner.Title2", fallback: "Unlock Member Benefits")
/// Support Digital Independence
internal static let title3 = Loc.tr("Localizable", "Membership.Banner.Title3", fallback: "Support Digital Independence")
/// Invest in Connectivity
internal static let title4 = Loc.tr("Localizable", "Membership.Banner.Title4", fallback: "Invest in Connectivity")
}
internal enum Builder {
/// Unlock the magic of multi-party collaboration and enjoy top-notch support
internal static let subtitle = Loc.tr("Localizable", "Membership.Builder.Subtitle", fallback: "Unlock the magic of multi-party collaboration and enjoy top-notch support")
/// Unlock multiparty collaboration and extend your network storage.
internal static let subtitle = Loc.tr("Localizable", "Membership.Builder.Subtitle", fallback: "Unlock multiparty collaboration and extend your network storage.")
}
internal enum CoCreator {
/// Support our adventure and unlock exclusive access and perks
internal static let subtitle = Loc.tr("Localizable", "Membership.CoCreator.Subtitle", fallback: "Support our adventure and unlock exclusive access and perks")
/// Support our adventure and unlock exclusive access and perks.
internal static let subtitle = Loc.tr("Localizable", "Membership.CoCreator.Subtitle", fallback: "Support our adventure and unlock exclusive access and perks.")
}
internal enum Custom {
/// Membership tailored to your specific needs and preferences
internal static let subtitle = Loc.tr("Localizable", "Membership.Custom.Subtitle", fallback: "Membership tailored to your specific needs and preferences")
/// Custom conditions of Membership. If you have any questions, please contact support.
internal static let subtitle = Loc.tr("Localizable", "Membership.Custom.Subtitle", fallback: "Custom conditions of Membership. If you have any questions, please contact support.")
}
internal enum CustomTierEmail {
/// Custom membership tier request, Account id: %@
Expand All @@ -1493,8 +1493,8 @@ internal enum Loc {
internal static let title = Loc.tr("Localizable", "Membership.EmailForm.Title", fallback: "Get your free membership")
}
internal enum Explorer {
/// Dive into the network and enjoy the thrill of one-on-one collaboration
internal static let subtitle = Loc.tr("Localizable", "Membership.Explorer.Subtitle", fallback: "Dive into the network and enjoy the thrill of one-on-one collaboration")
/// Sync your devices, get backup storage, and engage in collaboration.
internal static let subtitle = Loc.tr("Localizable", "Membership.Explorer.Subtitle", fallback: "Sync your devices, get backup storage, and engage in collaboration.")
}
internal enum Feature {
/// %@ Invitations
Expand All @@ -1503,17 +1503,17 @@ internal enum Loc {
}
/// Local, non-unique name
internal static let localName = Loc.tr("Localizable", "Membership.Feature.LocalName", fallback: "Local, non-unique name")
/// %@ Shared spaces
/// Up to %@ Shared spaces
internal static func sharedSpaces(_ p1: Any) -> String {
return Loc.tr("Localizable", "Membership.Feature.SharedSpaces", String(describing: p1), fallback: "%@ Shared spaces")
return Loc.tr("Localizable", "Membership.Feature.SharedSpaces", String(describing: p1), fallback: "Up to %@ Shared spaces")
}
/// %@ Editors per space
/// %@ Editors per shared space
internal static func spaceWriters(_ p1: Any) -> String {
return Loc.tr("Localizable", "Membership.Feature.SpaceWriters", String(describing: p1), fallback: "%@ Editors per space")
return Loc.tr("Localizable", "Membership.Feature.SpaceWriters", String(describing: p1), fallback: "%@ Editors per shared space")
}
/// %@ GB of backup & sync space
/// %@ GB of backup & sync space on the Anytype network
internal static func storageGB(_ p1: Any) -> String {
return Loc.tr("Localizable", "Membership.Feature.StorageGB", String(describing: p1), fallback: "%@ GB of backup & sync space")
return Loc.tr("Localizable", "Membership.Feature.StorageGB", String(describing: p1), fallback: "%@ GB of backup & sync space on the Anytype network")
}
/// Unique Network name (%@+ characters)
internal static func uniqueName(_ p1: Any) -> String {
Expand All @@ -1539,8 +1539,8 @@ internal enum Loc {
internal static let wouldYouLike = Loc.tr("Localizable", "Membership.Legal.WouldYouLike", fallback: "Would you like to use Anytype for business, education, etc.?")
}
internal enum NameForm {
/// This name acts like a personal domain, making it easier for others to find you
internal static let subtitle = Loc.tr("Localizable", "Membership.NameForm.Subtitle", fallback: "This name acts like a personal domain, making it easier for others to find you")
/// This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed.
internal static let subtitle = Loc.tr("Localizable", "Membership.NameForm.Subtitle", fallback: "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed.")
/// Pick your unique name
internal static let title = Loc.tr("Localizable", "Membership.NameForm.Title", fallback: "Pick your unique name")
/// This name is up for grabs
Expand Down Expand Up @@ -1572,7 +1572,9 @@ internal enum Loc {
}
internal enum Success {
/// Big cheers for your curiosity!
internal static let subitle = Loc.tr("Localizable", "Membership.Success.Subitle", fallback: "Big cheers for your curiosity!")
internal static let curiosity = Loc.tr("Localizable", "Membership.Success.Curiosity", fallback: "Big cheers for your curiosity!")
/// Big cheers for your support!
internal static let support = Loc.tr("Localizable", "Membership.Success.Support", fallback: "Big cheers for your support!")
/// Welcome to the network, %@
internal static func title(_ p1: Any) -> String {
return Loc.tr("Localizable", "Membership.Success.Title", String(describing: p1), fallback: "Welcome to the network, %@")
Expand Down
33 changes: 17 additions & 16 deletions Anytype/Resources/Strings/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -1071,22 +1071,22 @@
"Membership.CustomTierEmail.Subject" = "Custom membership tier request, Account id: %@";


"Membership.Banner.Title1" = "Co-create with us";
"Membership.Banner.Subtitle1" = "Stay closely connected with our team and community. Join calls with the team, influence Anytype's evolution, and have your say on features.";
"Membership.Banner.Title2" = "Gain Benefits";
"Membership.Banner.Subtitle2" = "Our members have unique identity on Anytype Network, more storage, shared spaces and members per space for extensive collaboration.";
"Membership.Banner.Title3" = "Support the Vision";
"Membership.Banner.Subtitle3" = "Your contribution supports our independent team and endorses our vision︎ of a user-driven, secure, and collaborative digital environment.";
"Membership.Banner.Title1" = "Build the Vision Together";
"Membership.Banner.Subtitle1" = "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap.";
"Membership.Banner.Title2" = "Unlock Member Benefits";
"Membership.Banner.Subtitle2" = "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network.";
"Membership.Banner.Title3" = "Support Digital Independence";
"Membership.Banner.Subtitle3" = "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network.";
"Membership.Banner.Title4" = "Invest in Connectivity";
"Membership.Banner.Subtitle4" = "Our software is free by design, but we thrive on the network that connects us all. Support us, and you're investing in the very infrastructure that keeps us united.";
"Membership.Banner.Subtitle4" = "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network.";

"Membership.EmailForm.Title" = "Get your free membership";
"Membership.EmailForm.Subtitle" = "We need your email to keep spam at bay and the fun in play!";
"Membership.EmailForm.Newsletter" ="I'd like to get updates on products and enjoy free perks!";
"Membership.EmailValidation" = "Enter the code sent to your email";

"Membership.NameForm.Title" = "Pick your unique name";
"Membership.NameForm.Subtitle" = "This name acts like a personal domain, making it easier for others to find you";
"Membership.NameForm.Subtitle" = "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed.";
"Membership.NameForm.Validating" = "Wait a second...";
"Membership.NameForm.Validated" = "This name is up for grabs";

Expand All @@ -1096,7 +1096,8 @@


"Membership.Success.Title" = "Welcome to the network, %@";
"Membership.Success.Subitle" = "Big cheers for your curiosity!";
"Membership.Success.Curiosity" = "Big cheers for your curiosity!";
"Membership.Success.Support" = "Big cheers for your support!";

"Membership.Payment.Card" = "Card";
"Membership.Payment.Crypto" = "Crypto";
Expand All @@ -1106,19 +1107,19 @@
"Membership.Payment.Google subscription" = "Google subscription";


"Membership.Explorer.Subtitle" = "Dive into the network and enjoy the thrill of one-on-one collaboration";
"Membership.Builder.Subtitle" = "Unlock the magic of multi-party collaboration and enjoy top-notch support";
"Membership.CoCreator.Subtitle" = "Support our adventure and unlock exclusive access and perks";
"Membership.Custom.Subtitle" = "Membership tailored to your specific needs and preferences";
"Membership.Explorer.Subtitle" = "Sync your devices, get backup storage, and engage in collaboration.";
"Membership.Builder.Subtitle" = "Unlock multiparty collaboration and extend your network storage.";
"Membership.CoCreator.Subtitle" = "Support our adventure and unlock exclusive access and perks.";
"Membership.Custom.Subtitle" = "Custom conditions of Membership. If you have any questions, please contact support.";

"Membership.Feature.LocalName" = "Local, non-unique name";
"Membership.Feature.UniqueName" = "Unique Network name (%@+ characters)";
"Membership.Feature.StorageGB" = "%@ GB of backup & sync space";
"Membership.Feature.StorageGB" = "%@ GB of backup & sync space on the Anytype network";
"Membership.Feature.Invites" = "%@ Invitations";
"Membership.Feature.SpaceWriters" = "%@ Editors per space";
"Membership.Feature.SpaceWriters" = "%@ Editors per shared space";
"Membership.Feature.UnlimitedViewers" = "Unlimited Viewers for shared spaces";
"Membership.Feature.Viewers" = "%@ Viewers for shared spaces";
"Membership.Feature.SharedSpaces" = "%@ Shared spaces";
"Membership.Feature.SharedSpaces" = "Up to %@ Shared spaces";

// MARK: - Debug
"Debug.MimeTypes" = "Mime Types - %@";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ extension MembershipTier {
featureDescriptions.append(contentsOf: features.map(\.description))
return featureDescriptions
}

var successMessage: String {
switch self.type {
case .explorer:
Loc.Membership.Success.curiosity
case .builder, .coCreator, .custom:
Loc.Membership.Success.support
}
}
}

extension MembershipAnyName {
Expand All @@ -87,7 +96,7 @@ extension MembershipFeature {
case .spaceReaders(let value):
switch value {
case .int(let intValue):
if intValue == 1024 { // Middleware understanding of Unlimited
if intValue >= 1024 { // Middleware understanding of Unlimited
Loc.Membership.Feature.unlimitedViewers
} else {
Loc.Membership.Feature.viewers(intValue)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ struct MembershipTierSuccessView: View {
var body: some View {
BottomAlertView(
title: Loc.Membership.Success.title(tier.name),
message: Loc.Membership.Success.subitle,
icon: .Membership.tierExplorerMedium,
message: tier.successMessage,
icon: tier.mediumIcon,
style: .plain
) {
BottomAlertButton(text: Loc.done, style: .secondary) {
Expand Down

0 comments on commit baf4fe8

Please sign in to comment.