mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
8605711839
Update after PR Feedback
32 lines
1.1 KiB
Swift
32 lines
1.1 KiB
Swift
// swiftlint:disable all
|
|
// Generated using SwiftGen, by O.Halligon — https://github.com/SwiftGen/SwiftGen
|
|
|
|
import Foundation
|
|
|
|
// swiftlint:disable superfluous_disable_command
|
|
// swiftlint:disable file_length
|
|
|
|
// MARK: - Strings
|
|
|
|
// swiftlint:disable function_parameter_count identifier_name line_length type_body_length
|
|
public extension VectorL10n {
|
|
/// Take me home
|
|
static var onboardingCongratulationsHomeButton: String {
|
|
return VectorL10n.tr("Untranslated", "onboarding_congratulations_home_button")
|
|
}
|
|
/// Your account\n%@\nhas been created.
|
|
public static func onboardingCongratulationsMessage(_ p1: String) -> String {
|
|
return VectorL10n.tr("Untranslated", "onboarding_congratulations_message", p1)
|
|
}
|
|
/// Personalise profile
|
|
static var onboardingCongratulationsPersonaliseButton: String {
|
|
return VectorL10n.tr("Untranslated", "onboarding_congratulations_personalise_button")
|
|
}
|
|
/// Congratulations!
|
|
static var onboardingCongratulationsTitle: String {
|
|
return VectorL10n.tr("Untranslated", "onboarding_congratulations_title")
|
|
}
|
|
}
|
|
// swiftlint:enable function_parameter_count identifier_name line_length type_body_length
|
|
|