mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
07f8d4d52e
* Bring leaving space experience in line with Web #4850 - Done
48 lines
1.7 KiB
Swift
48 lines
1.7 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 {
|
|
/// Choose from files
|
|
static var imagePickerActionFiles: String {
|
|
return VectorL10n.tr("Untranslated", "image_picker_action_files")
|
|
}
|
|
/// Leave space
|
|
static var leaveSpaceAction: String {
|
|
return VectorL10n.tr("Untranslated", "leave_space_action")
|
|
}
|
|
/// Leave space and %@ rooms
|
|
static func leaveSpaceAndMoreRooms(_ p1: String) -> String {
|
|
return VectorL10n.tr("Untranslated", "leave_space_and_more_rooms", p1)
|
|
}
|
|
/// Leave space and 1 room
|
|
static var leaveSpaceAndOneRoom: String {
|
|
return VectorL10n.tr("Untranslated", "leave_space_and_one_room")
|
|
}
|
|
/// Select all rooms
|
|
static var leaveSpaceSelectionAllRooms: String {
|
|
return VectorL10n.tr("Untranslated", "leave_space_selection_all_rooms")
|
|
}
|
|
/// Select no rooms
|
|
static var leaveSpaceSelectionNoRooms: String {
|
|
return VectorL10n.tr("Untranslated", "leave_space_selection_no_rooms")
|
|
}
|
|
/// SELECT ROOMS
|
|
static var leaveSpaceSelectionTitle: String {
|
|
return VectorL10n.tr("Untranslated", "leave_space_selection_title")
|
|
}
|
|
/// This feature isn't available here. For now, you can do this with %@ on your computer.
|
|
static func spacesFeatureNotAvailable(_ p1: String) -> String {
|
|
return VectorL10n.tr("Untranslated", "spaces_feature_not_available", p1)
|
|
}
|
|
}
|
|
// swiftlint:enable function_parameter_count identifier_name line_length type_body_length
|
|
|