Skip to content

Commit 08ed9e9

Browse files
committed
IOS-5068 Merge remote-tracking branch 'origin/main' into ios-5068-release-to-main
# Conflicts: # Anytype.xcodeproj/project.pbxproj # Anytype/Sources/PresentationLayer/Modules/HomeWidgets/Widgets/SpaceChat/SpaceChatWidgetView.swift # Libraryfile # Modules/Loc/Sources/Loc/Resources/Auth.xcstrings # Modules/ProtobufMessages/Sources/Protocol/Commands/Anytype_Rpc.File.SetAutoDownload.swift # Modules/ProtobufMessages/Sources/Protocol/Commands/Anytype_Rpc.PushNotification.Mode.swift # Modules/ProtobufMessages/Sources/Protocol/Commands/Anytype_Rpc.PushNotification.ResetIds.swift # Modules/ProtobufMessages/Sources/Protocol/Commands/Anytype_Rpc.PushNotification.SetForceModeIds.swift # Modules/ProtobufMessages/Sources/Protocol/Commands/Anytype_Rpc.Space.InviteView.swift # Modules/ProtobufMessages/Sources/Protocol/Events/Anytype_Event.Membership.TiersUpdate.swift # Modules/ProtobufMessages/Sources/Protocol/Events/Anytype_Event.Space.SyncStatus.swift # Modules/ProtobufMessages/Sources/Protocol/Models/Anytype_Model_InvitePayload.swift
2 parents b92997a + 96dd049 commit 08ed9e9

File tree

2 files changed

+1071
-8
lines changed

2 files changed

+1071
-8
lines changed

Modules/Loc/Sources/Loc/Generated/Strings.swift

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ public enum Loc {
1414
return Loc.tr("Auth", "Agreement Disclamer", String(describing: p1), String(describing: p2), fallback: "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)")
1515
}
1616
public static let loginKey = Loc.tr("Auth", "Login key", fallback: "Login Key")
17+
public enum AnyApp {
18+
public enum BetaAlert {
19+
public static let description = Loc.tr("Auth", "AnyApp.BetaAlert.Description", fallback: "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates.")
20+
public static let title = Loc.tr("Auth", "AnyApp.BetaAlert.Title", fallback: "Welcome to the Alpha version")
21+
}
22+
}
1723
public enum Auth {
1824
public static let cameraPermissionTitle = Loc.tr("Auth", "Auth.CameraPermissionTitle", fallback: "Please allow access")
1925
public static let logIn = Loc.tr("Auth", "Auth.LogIn", fallback: "I already have a key")
@@ -91,6 +97,11 @@ public enum Loc {
9197
public static let teamWork = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.UseCase.teamWork", fallback: "Team work & shared docs")
9298
}
9399
}
100+
public enum Soul {
101+
public static let button = Loc.tr("Auth", "Auth.JoinFlow.Soul.Button", fallback: "Done")
102+
public static let description = Loc.tr("Auth", "Auth.JoinFlow.Soul.Description", fallback: "Only seen by people you share something with. There is no central registry of these names.")
103+
public static let title = Loc.tr("Auth", "Auth.JoinFlow.Soul.Title", fallback: "Add Your Name")
104+
}
94105
public enum UseCaseInfo {
95106
public static let description = Loc.tr("Auth", "Auth.JoinFlow.UseCaseInfo.description", fallback: "Pick one use case that fits you best")
96107
public static let title = Loc.tr("Auth", "Auth.JoinFlow.UseCaseInfo.title", fallback: "What do you want to use Anytype for?")
@@ -103,6 +114,14 @@ public enum Loc {
103114
}
104115
public enum LoginFlow {
105116
public static let or = Loc.tr("Auth", "Auth.LoginFlow.Or", fallback: "OR")
117+
public enum Enter {
118+
public static let title = Loc.tr("Auth", "Auth.LoginFlow.Enter.Title", fallback: "Enter my Vault")
119+
}
120+
public enum Entering {
121+
public enum Void {
122+
public static let title = Loc.tr("Auth", "Auth.LoginFlow.Entering.Void.Title", fallback: "Entering the Void")
123+
}
124+
}
106125
public enum Textfield {
107126
public static let placeholder = Loc.tr("Auth", "Auth.LoginFlow.Textfield.Placeholder", fallback: "Enter your key")
108127
}

0 commit comments

Comments
 (0)