mastodon-ios/MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift

1886 lines
119 KiB
Swift
Raw Normal View History

// swiftlint:disable all
// Generated using SwiftGen https://github.com/SwiftGen/SwiftGen
import Foundation
2022-11-14 18:44:28 +01:00
// swiftlint:disable superfluous_disable_command file_length implicit_return prefer_self_in_static_references
// MARK: - Strings
// swiftlint:disable explicit_type_interface function_parameter_count identifier_name line_length
// swiftlint:disable nesting type_body_length type_name vertical_whitespace_opening_braces
public enum L10n {
public enum Common {
public enum Alerts {
public enum BlockDomain {
/// Block Domain
2022-11-14 18:44:28 +01:00
public static let blockEntireDomain = L10n.tr("Localizable", "Common.Alerts.BlockDomain.BlockEntireDomain", fallback: "Block Domain")
/// Are you really, really sure you want to block the entire %@? In most cases a few targeted blocks or mutes are sufficient and preferable. You will not see content from that domain and any of your followers from that domain will be removed.
public static func title(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Alerts.BlockDomain.Title", String(describing: p1), fallback: "Are you really, really sure you want to block the entire %@? In most cases a few targeted blocks or mutes are sufficient and preferable. You will not see content from that domain and any of your followers from that domain will be removed.")
}
}
public enum BoostAPost {
/// Boost
public static let boost = L10n.tr("Localizable", "Common.Alerts.BoostAPost.Boost", fallback: "Boost")
/// Cancel
public static let cancel = L10n.tr("Localizable", "Common.Alerts.BoostAPost.Cancel", fallback: "Cancel")
/// Boost Post?
public static let titleBoost = L10n.tr("Localizable", "Common.Alerts.BoostAPost.TitleBoost", fallback: "Boost Post?")
/// Unboost Post?
public static let titleUnboost = L10n.tr("Localizable", "Common.Alerts.BoostAPost.TitleUnboost", fallback: "Unboost Post?")
/// Unboost
public static let unboost = L10n.tr("Localizable", "Common.Alerts.BoostAPost.Unboost", fallback: "Unboost")
}
public enum CleanCache {
/// Successfully cleaned %@ cache.
public static func message(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Alerts.CleanCache.Message", String(describing: p1), fallback: "Successfully cleaned %@ cache.")
}
/// Clean Cache
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Common.Alerts.CleanCache.Title", fallback: "Clean Cache")
}
public enum Common {
/// Please try again.
2022-11-14 18:44:28 +01:00
public static let pleaseTryAgain = L10n.tr("Localizable", "Common.Alerts.Common.PleaseTryAgain", fallback: "Please try again.")
/// Please try again later.
2022-11-14 18:44:28 +01:00
public static let pleaseTryAgainLater = L10n.tr("Localizable", "Common.Alerts.Common.PleaseTryAgainLater", fallback: "Please try again later.")
}
public enum DeletePost {
/// Are you sure you want to delete this post?
2022-11-14 18:44:28 +01:00
public static let message = L10n.tr("Localizable", "Common.Alerts.DeletePost.Message", fallback: "Are you sure you want to delete this post?")
2022-02-15 07:45:34 +01:00
/// Delete Post
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Common.Alerts.DeletePost.Title", fallback: "Delete Post")
}
public enum EditProfileFailure {
/// Cannot edit profile. Please try again.
2022-11-14 18:44:28 +01:00
public static let message = L10n.tr("Localizable", "Common.Alerts.EditProfileFailure.Message", fallback: "Cannot edit profile. Please try again.")
/// Edit Profile Error
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Common.Alerts.EditProfileFailure.Title", fallback: "Edit Profile Error")
}
public enum MediaMissingAltText {
/// Cancel
public static let cancel = L10n.tr("Localizable", "Common.Alerts.MediaMissingAltText.Cancel", fallback: "Cancel")
/// %d of your images are missing alt text.
/// Post Anyway?
public static func message(_ p1: Int) -> String {
return L10n.tr("Localizable", "Common.Alerts.MediaMissingAltText.Message", p1, fallback: "%d of your images are missing alt text.\nPost Anyway?")
}
/// Post
public static let post = L10n.tr("Localizable", "Common.Alerts.MediaMissingAltText.Post", fallback: "Post")
/// Media Missing Alt Text
public static let title = L10n.tr("Localizable", "Common.Alerts.MediaMissingAltText.Title", fallback: "Media Missing Alt Text")
}
public enum PublishPostFailure {
2022-11-14 18:44:28 +01:00
/// Failed to publish the post.
/// Please check your internet connection.
public static let message = L10n.tr("Localizable", "Common.Alerts.PublishPostFailure.Message", fallback: "Failed to publish the post.\nPlease check your internet connection.")
/// Publish Failure
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Common.Alerts.PublishPostFailure.Title", fallback: "Publish Failure")
public enum AttachmentsMessage {
/// Cannot attach more than one video.
2022-11-14 18:44:28 +01:00
public static let moreThanOneVideo = L10n.tr("Localizable", "Common.Alerts.PublishPostFailure.AttachmentsMessage.MoreThanOneVideo", fallback: "Cannot attach more than one video.")
/// Cannot attach a video to a post that already contains images.
2022-11-14 18:44:28 +01:00
public static let videoAttachWithPhoto = L10n.tr("Localizable", "Common.Alerts.PublishPostFailure.AttachmentsMessage.VideoAttachWithPhoto", fallback: "Cannot attach a video to a post that already contains images.")
}
}
public enum SavePhotoFailure {
/// Please enable the photo library access permission to save the photo.
2022-11-14 18:44:28 +01:00
public static let message = L10n.tr("Localizable", "Common.Alerts.SavePhotoFailure.Message", fallback: "Please enable the photo library access permission to save the photo.")
/// Save Photo Failure
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Common.Alerts.SavePhotoFailure.Title", fallback: "Save Photo Failure")
}
public enum ServerError {
/// Server Error
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Common.Alerts.ServerError.Title", fallback: "Server Error")
}
public enum SignOut {
/// Sign Out
2022-11-14 18:44:28 +01:00
public static let confirm = L10n.tr("Localizable", "Common.Alerts.SignOut.Confirm", fallback: "Sign Out")
/// Are you sure you want to sign out?
2022-11-14 18:44:28 +01:00
public static let message = L10n.tr("Localizable", "Common.Alerts.SignOut.Message", fallback: "Are you sure you want to sign out?")
/// Sign Out
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Common.Alerts.SignOut.Title", fallback: "Sign Out")
}
public enum SignUpFailure {
/// Sign Up Failure
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Common.Alerts.SignUpFailure.Title", fallback: "Sign Up Failure")
}
public enum TranslationFailed {
/// OK
public static let button = L10n.tr("Localizable", "Common.Alerts.TranslationFailed.Button", fallback: "OK")
/// Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported.
public static let message = L10n.tr("Localizable", "Common.Alerts.TranslationFailed.Message", fallback: "Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported.")
/// Note
public static let title = L10n.tr("Localizable", "Common.Alerts.TranslationFailed.Title", fallback: "Note")
}
public enum UnfollowUser {
/// Cancel
public static let cancel = L10n.tr("Localizable", "Common.Alerts.UnfollowUser.Cancel", fallback: "Cancel")
/// Unfollow %@
public static func title(_ p1: Any) -> String {
return L10n.tr("Localizable", "Common.Alerts.UnfollowUser.Title", String(describing: p1), fallback: "Unfollow %@")
}
/// Unfollow
public static let unfollow = L10n.tr("Localizable", "Common.Alerts.UnfollowUser.Unfollow", fallback: "Unfollow")
}
public enum VoteFailure {
/// The poll has ended
2022-11-14 18:44:28 +01:00
public static let pollEnded = L10n.tr("Localizable", "Common.Alerts.VoteFailure.PollEnded", fallback: "The poll has ended")
/// Vote Failure
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Common.Alerts.VoteFailure.Title", fallback: "Vote Failure")
}
}
public enum Controls {
public enum Actions {
/// Add
2022-11-14 18:44:28 +01:00
public static let add = L10n.tr("Localizable", "Common.Controls.Actions.Add", fallback: "Add")
/// Back
2022-11-14 18:44:28 +01:00
public static let back = L10n.tr("Localizable", "Common.Controls.Actions.Back", fallback: "Back")
/// Block %@
public static func blockDomain(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Actions.BlockDomain", String(describing: p1), fallback: "Block %@")
}
/// Bookmark
public static let bookmark = L10n.tr("Localizable", "Common.Controls.Actions.Bookmark", fallback: "Bookmark")
/// Cancel
2022-11-14 18:44:28 +01:00
public static let cancel = L10n.tr("Localizable", "Common.Controls.Actions.Cancel", fallback: "Cancel")
/// Compose
2022-11-14 18:44:28 +01:00
public static let compose = L10n.tr("Localizable", "Common.Controls.Actions.Compose", fallback: "Compose")
/// Confirm
2022-11-14 18:44:28 +01:00
public static let confirm = L10n.tr("Localizable", "Common.Controls.Actions.Confirm", fallback: "Confirm")
/// Continue
2022-11-14 18:44:28 +01:00
public static let `continue` = L10n.tr("Localizable", "Common.Controls.Actions.Continue", fallback: "Continue")
/// Copy
public static let copy = L10n.tr("Localizable", "Common.Controls.Actions.Copy", fallback: "Copy")
/// Copy Photo
2022-11-14 18:44:28 +01:00
public static let copyPhoto = L10n.tr("Localizable", "Common.Controls.Actions.CopyPhoto", fallback: "Copy Photo")
/// Delete
2022-11-14 18:44:28 +01:00
public static let delete = L10n.tr("Localizable", "Common.Controls.Actions.Delete", fallback: "Delete")
/// Discard
2022-11-14 18:44:28 +01:00
public static let discard = L10n.tr("Localizable", "Common.Controls.Actions.Discard", fallback: "Discard")
/// Done
2022-11-14 18:44:28 +01:00
public static let done = L10n.tr("Localizable", "Common.Controls.Actions.Done", fallback: "Done")
/// Edit
2022-11-14 18:44:28 +01:00
public static let edit = L10n.tr("Localizable", "Common.Controls.Actions.Edit", fallback: "Edit")
/// Edit
public static let editPost = L10n.tr("Localizable", "Common.Controls.Actions.EditPost", fallback: "Edit")
/// Find people to follow
2022-11-14 18:44:28 +01:00
public static let findPeople = L10n.tr("Localizable", "Common.Controls.Actions.FindPeople", fallback: "Find people to follow")
/// Follow %@
public static func follow(_ p1: Any) -> String {
return L10n.tr("Localizable", "Common.Controls.Actions.Follow", String(describing: p1), fallback: "Follow %@")
}
/// Manually search instead
2022-11-14 18:44:28 +01:00
public static let manuallySearch = L10n.tr("Localizable", "Common.Controls.Actions.ManuallySearch", fallback: "Manually search instead")
/// Next
2022-11-14 18:44:28 +01:00
public static let next = L10n.tr("Localizable", "Common.Controls.Actions.Next", fallback: "Next")
/// OK
2022-11-14 18:44:28 +01:00
public static let ok = L10n.tr("Localizable", "Common.Controls.Actions.Ok", fallback: "OK")
/// Open
2022-11-14 18:44:28 +01:00
public static let `open` = L10n.tr("Localizable", "Common.Controls.Actions.Open", fallback: "Open")
2022-02-15 07:45:34 +01:00
/// Open in Browser
2022-11-14 18:44:28 +01:00
public static let openInBrowser = L10n.tr("Localizable", "Common.Controls.Actions.OpenInBrowser", fallback: "Open in Browser")
/// Open in Safari
2022-11-14 18:44:28 +01:00
public static let openInSafari = L10n.tr("Localizable", "Common.Controls.Actions.OpenInSafari", fallback: "Open in Safari")
/// Preview
2022-11-14 18:44:28 +01:00
public static let preview = L10n.tr("Localizable", "Common.Controls.Actions.Preview", fallback: "Preview")
/// Previous
2022-11-14 18:44:28 +01:00
public static let previous = L10n.tr("Localizable", "Common.Controls.Actions.Previous", fallback: "Previous")
/// Remove
2022-11-14 18:44:28 +01:00
public static let remove = L10n.tr("Localizable", "Common.Controls.Actions.Remove", fallback: "Remove")
/// Remove Bookmark
public static let removeBookmark = L10n.tr("Localizable", "Common.Controls.Actions.RemoveBookmark", fallback: "Remove Bookmark")
/// Reply
2022-11-14 18:44:28 +01:00
public static let reply = L10n.tr("Localizable", "Common.Controls.Actions.Reply", fallback: "Reply")
/// Report %@
public static func reportUser(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Actions.ReportUser", String(describing: p1), fallback: "Report %@")
}
/// Save
2022-11-14 18:44:28 +01:00
public static let save = L10n.tr("Localizable", "Common.Controls.Actions.Save", fallback: "Save")
/// Save Photo
2022-11-14 18:44:28 +01:00
public static let savePhoto = L10n.tr("Localizable", "Common.Controls.Actions.SavePhoto", fallback: "Save Photo")
/// See More
2022-11-14 18:44:28 +01:00
public static let seeMore = L10n.tr("Localizable", "Common.Controls.Actions.SeeMore", fallback: "See More")
/// Settings
2022-11-14 18:44:28 +01:00
public static let settings = L10n.tr("Localizable", "Common.Controls.Actions.Settings", fallback: "Settings")
/// Share
2022-11-14 18:44:28 +01:00
public static let share = L10n.tr("Localizable", "Common.Controls.Actions.Share", fallback: "Share")
/// Share Post
2022-11-14 18:44:28 +01:00
public static let sharePost = L10n.tr("Localizable", "Common.Controls.Actions.SharePost", fallback: "Share Post")
/// Share %@
public static func shareUser(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Actions.ShareUser", String(describing: p1), fallback: "Share %@")
}
2022-11-16 11:21:15 +01:00
/// Log in
public static let signIn = L10n.tr("Localizable", "Common.Controls.Actions.SignIn", fallback: "Log in")
/// Skip
2022-11-14 18:44:28 +01:00
public static let skip = L10n.tr("Localizable", "Common.Controls.Actions.Skip", fallback: "Skip")
/// Take Photo
2022-11-14 18:44:28 +01:00
public static let takePhoto = L10n.tr("Localizable", "Common.Controls.Actions.TakePhoto", fallback: "Take Photo")
/// Try Again
2022-11-14 18:44:28 +01:00
public static let tryAgain = L10n.tr("Localizable", "Common.Controls.Actions.TryAgain", fallback: "Try Again")
/// Unblock %@
public static func unblockDomain(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Actions.UnblockDomain", String(describing: p1), fallback: "Unblock %@")
}
/// Unfollow %@
public static func unfollow(_ p1: Any) -> String {
return L10n.tr("Localizable", "Common.Controls.Actions.Unfollow", String(describing: p1), fallback: "Unfollow %@")
}
2022-12-07 16:32:51 +01:00
public enum TranslatePost {
/// Translate from %@
public static func title(_ p1: Any) -> String {
return L10n.tr("Localizable", "Common.Controls.Actions.TranslatePost.Title", String(describing: p1), fallback: "Translate from %@")
}
/// Unknown
public static let unknownLanguage = L10n.tr("Localizable", "Common.Controls.Actions.TranslatePost.UnknownLanguage", fallback: "Unknown")
}
}
public enum Friendship {
/// Block
2022-11-14 18:44:28 +01:00
public static let block = L10n.tr("Localizable", "Common.Controls.Friendship.Block", fallback: "Block")
2024-01-31 10:04:22 +01:00
/// Block domain %@
public static func blockDomain(_ p1: Any) -> String {
2024-01-31 10:04:22 +01:00
return L10n.tr("Localizable", "Common.Controls.Friendship.BlockDomain", String(describing: p1), fallback: "Block domain %@")
}
/// Blocked
2022-11-14 18:44:28 +01:00
public static let blocked = L10n.tr("Localizable", "Common.Controls.Friendship.Blocked", fallback: "Blocked")
/// Block %@
public static func blockUser(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Friendship.BlockUser", String(describing: p1), fallback: "Block %@")
}
2023-12-19 13:12:32 +01:00
/// Domain Blocked
public static let domainBlocked = L10n.tr("Localizable", "Common.Controls.Friendship.DomainBlocked", fallback: "Domain Blocked")
/// Edit Info
2022-11-14 18:44:28 +01:00
public static let editInfo = L10n.tr("Localizable", "Common.Controls.Friendship.EditInfo", fallback: "Edit Info")
/// Follow
2022-11-14 18:44:28 +01:00
public static let follow = L10n.tr("Localizable", "Common.Controls.Friendship.Follow", fallback: "Follow")
/// Following
2022-11-14 18:44:28 +01:00
public static let following = L10n.tr("Localizable", "Common.Controls.Friendship.Following", fallback: "Following")
/// Hide Reblogs
2022-11-14 18:44:28 +01:00
public static let hideReblogs = L10n.tr("Localizable", "Common.Controls.Friendship.HideReblogs", fallback: "Hide Reblogs")
/// Mute
2022-11-14 18:44:28 +01:00
public static let mute = L10n.tr("Localizable", "Common.Controls.Friendship.Mute", fallback: "Mute")
/// Muted
2022-11-14 18:44:28 +01:00
public static let muted = L10n.tr("Localizable", "Common.Controls.Friendship.Muted", fallback: "Muted")
/// Mute %@
public static func muteUser(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Friendship.MuteUser", String(describing: p1), fallback: "Mute %@")
}
/// Pending
2022-11-14 18:44:28 +01:00
public static let pending = L10n.tr("Localizable", "Common.Controls.Friendship.Pending", fallback: "Pending")
/// Request
2022-11-14 18:44:28 +01:00
public static let request = L10n.tr("Localizable", "Common.Controls.Friendship.Request", fallback: "Request")
/// Show Reblogs
2022-11-14 18:44:28 +01:00
public static let showReblogs = L10n.tr("Localizable", "Common.Controls.Friendship.ShowReblogs", fallback: "Show Reblogs")
/// Unblock
2022-11-14 18:44:28 +01:00
public static let unblock = L10n.tr("Localizable", "Common.Controls.Friendship.Unblock", fallback: "Unblock")
/// Unblock %@
public static func unblockUser(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Friendship.UnblockUser", String(describing: p1), fallback: "Unblock %@")
}
/// Unmute
2022-11-14 18:44:28 +01:00
public static let unmute = L10n.tr("Localizable", "Common.Controls.Friendship.Unmute", fallback: "Unmute")
/// Unmute %@
public static func unmuteUser(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Friendship.UnmuteUser", String(describing: p1), fallback: "Unmute %@")
}
}
public enum Keyboard {
public enum Common {
/// Compose New Post
2022-11-14 18:44:28 +01:00
public static let composeNewPost = L10n.tr("Localizable", "Common.Controls.Keyboard.Common.ComposeNewPost", fallback: "Compose New Post")
/// Open Settings
2022-11-14 18:44:28 +01:00
public static let openSettings = L10n.tr("Localizable", "Common.Controls.Keyboard.Common.OpenSettings", fallback: "Open Settings")
/// Show Favorites
2022-11-14 18:44:28 +01:00
public static let showFavorites = L10n.tr("Localizable", "Common.Controls.Keyboard.Common.ShowFavorites", fallback: "Show Favorites")
/// Switch to %@
public static func switchToTab(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Keyboard.Common.SwitchToTab", String(describing: p1), fallback: "Switch to %@")
}
}
public enum SegmentedControl {
/// Next Section
2022-11-14 18:44:28 +01:00
public static let nextSection = L10n.tr("Localizable", "Common.Controls.Keyboard.SegmentedControl.NextSection", fallback: "Next Section")
/// Previous Section
2022-11-14 18:44:28 +01:00
public static let previousSection = L10n.tr("Localizable", "Common.Controls.Keyboard.SegmentedControl.PreviousSection", fallback: "Previous Section")
}
public enum Timeline {
/// Next Post
2022-11-14 18:44:28 +01:00
public static let nextStatus = L10n.tr("Localizable", "Common.Controls.Keyboard.Timeline.NextStatus", fallback: "Next Post")
/// Open Author's Profile
2022-11-14 18:44:28 +01:00
public static let openAuthorProfile = L10n.tr("Localizable", "Common.Controls.Keyboard.Timeline.OpenAuthorProfile", fallback: "Open Author's Profile")
/// Open Reblogger's Profile
2022-11-14 18:44:28 +01:00
public static let openRebloggerProfile = L10n.tr("Localizable", "Common.Controls.Keyboard.Timeline.OpenRebloggerProfile", fallback: "Open Reblogger's Profile")
/// Open Post
2022-11-14 18:44:28 +01:00
public static let openStatus = L10n.tr("Localizable", "Common.Controls.Keyboard.Timeline.OpenStatus", fallback: "Open Post")
/// Preview Image
2022-11-14 18:44:28 +01:00
public static let previewImage = L10n.tr("Localizable", "Common.Controls.Keyboard.Timeline.PreviewImage", fallback: "Preview Image")
/// Previous Post
2022-11-14 18:44:28 +01:00
public static let previousStatus = L10n.tr("Localizable", "Common.Controls.Keyboard.Timeline.PreviousStatus", fallback: "Previous Post")
/// Reply to Post
2022-11-14 18:44:28 +01:00
public static let replyStatus = L10n.tr("Localizable", "Common.Controls.Keyboard.Timeline.ReplyStatus", fallback: "Reply to Post")
/// Toggle Content Warning
2022-11-14 18:44:28 +01:00
public static let toggleContentWarning = L10n.tr("Localizable", "Common.Controls.Keyboard.Timeline.ToggleContentWarning", fallback: "Toggle Content Warning")
/// Toggle Favorite on Post
2022-11-14 18:44:28 +01:00
public static let toggleFavorite = L10n.tr("Localizable", "Common.Controls.Keyboard.Timeline.ToggleFavorite", fallback: "Toggle Favorite on Post")
/// Toggle Reblog on Post
2022-11-14 18:44:28 +01:00
public static let toggleReblog = L10n.tr("Localizable", "Common.Controls.Keyboard.Timeline.ToggleReblog", fallback: "Toggle Reblog on Post")
}
}
public enum Status {
/// Content Warning
2022-11-14 18:44:28 +01:00
public static let contentWarning = L10n.tr("Localizable", "Common.Controls.Status.ContentWarning", fallback: "Content Warning")
/// Edited %@
public static func editedAtTimestampPrefix(_ p1: Any) -> String {
return L10n.tr("Localizable", "Common.Controls.Status.EditedAtTimestampPrefix", String(describing: p1), fallback: "Edited %@")
}
/// %@ via %@
public static func linkViaUser(_ p1: Any, _ p2: Any) -> String {
return L10n.tr("Localizable", "Common.Controls.Status.LinkViaUser", String(describing: p1), String(describing: p2), fallback: "%@ via %@")
}
/// Load Embed
public static let loadEmbed = L10n.tr("Localizable", "Common.Controls.Status.LoadEmbed", fallback: "Load Embed")
/// Tap anywhere to reveal
2022-11-14 18:44:28 +01:00
public static let mediaContentWarning = L10n.tr("Localizable", "Common.Controls.Status.MediaContentWarning", fallback: "Tap anywhere to reveal")
/// %@ via %@
public static func postedViaApplication(_ p1: Any, _ p2: Any) -> String {
return L10n.tr("Localizable", "Common.Controls.Status.PostedViaApplication", String(describing: p1), String(describing: p2), fallback: "%@ via %@")
}
2022-04-27 14:37:04 +02:00
/// Sensitive Content
2022-11-14 18:44:28 +01:00
public static let sensitiveContent = L10n.tr("Localizable", "Common.Controls.Status.SensitiveContent", fallback: "Sensitive Content")
/// Show Post
2022-11-14 18:44:28 +01:00
public static let showPost = L10n.tr("Localizable", "Common.Controls.Status.ShowPost", fallback: "Show Post")
/// Show user profile
2022-11-14 18:44:28 +01:00
public static let showUserProfile = L10n.tr("Localizable", "Common.Controls.Status.ShowUserProfile", fallback: "Show user profile")
2022-04-01 04:04:38 +02:00
/// Tap to reveal
2022-11-14 18:44:28 +01:00
public static let tapToReveal = L10n.tr("Localizable", "Common.Controls.Status.TapToReveal", fallback: "Tap to reveal")
/// %@ reblogged
public static func userReblogged(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Status.UserReblogged", String(describing: p1), fallback: "%@ reblogged")
}
/// Replied to %@
public static func userRepliedTo(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Status.UserRepliedTo", String(describing: p1), fallback: "Replied to %@")
}
public enum Actions {
/// Favorite
2022-11-14 18:44:28 +01:00
public static let favorite = L10n.tr("Localizable", "Common.Controls.Status.Actions.Favorite", fallback: "Favorite")
2022-02-15 07:45:34 +01:00
/// Hide
2022-11-14 18:44:28 +01:00
public static let hide = L10n.tr("Localizable", "Common.Controls.Status.Actions.Hide", fallback: "Hide")
/// Menu
2022-11-14 18:44:28 +01:00
public static let menu = L10n.tr("Localizable", "Common.Controls.Status.Actions.Menu", fallback: "Menu")
/// Reblog
2022-11-14 18:44:28 +01:00
public static let reblog = L10n.tr("Localizable", "Common.Controls.Status.Actions.Reblog", fallback: "Reblog")
/// Reply
2022-11-14 18:44:28 +01:00
public static let reply = L10n.tr("Localizable", "Common.Controls.Status.Actions.Reply", fallback: "Reply")
/// Share Link in Post
public static let shareLinkInPost = L10n.tr("Localizable", "Common.Controls.Status.Actions.ShareLinkInPost", fallback: "Share Link in Post")
2022-04-01 04:04:38 +02:00
/// Show GIF
2022-11-14 18:44:28 +01:00
public static let showGif = L10n.tr("Localizable", "Common.Controls.Status.Actions.ShowGif", fallback: "Show GIF")
2022-04-01 04:04:38 +02:00
/// Show image
2022-11-14 18:44:28 +01:00
public static let showImage = L10n.tr("Localizable", "Common.Controls.Status.Actions.ShowImage", fallback: "Show image")
2022-04-01 04:04:38 +02:00
/// Show video player
2022-11-14 18:44:28 +01:00
public static let showVideoPlayer = L10n.tr("Localizable", "Common.Controls.Status.Actions.ShowVideoPlayer", fallback: "Show video player")
2022-04-01 04:04:38 +02:00
/// Tap then hold to show menu
2022-11-14 18:44:28 +01:00
public static let tapThenHoldToShowMenu = L10n.tr("Localizable", "Common.Controls.Status.Actions.TapThenHoldToShowMenu", fallback: "Tap then hold to show menu")
/// Unfavorite
2022-11-14 18:44:28 +01:00
public static let unfavorite = L10n.tr("Localizable", "Common.Controls.Status.Actions.Unfavorite", fallback: "Unfavorite")
/// Undo reblog
2022-11-14 18:44:28 +01:00
public static let unreblog = L10n.tr("Localizable", "Common.Controls.Status.Actions.Unreblog", fallback: "Undo reblog")
2023-03-23 08:51:04 +01:00
public enum A11YLabels {
/// Re-blog
2023-03-23 08:51:04 +01:00
public static let reblog = L10n.tr("Localizable", "Common.Controls.Status.Actions.A11YLabels.Reblog", fallback: "Re-blog")
/// Undo re-blog
2023-03-23 08:51:04 +01:00
public static let unreblog = L10n.tr("Localizable", "Common.Controls.Status.Actions.A11YLabels.Unreblog", fallback: "Undo re-blog")
}
}
public enum Buttons {
/// Last edit %@
public static func editHistoryDetail(_ p1: Any) -> String {
return L10n.tr("Localizable", "Common.Controls.Status.Buttons.EditHistoryDetail", String(describing: p1), fallback: "Last edit %@")
}
/// Edit History
public static let editHistoryTitle = L10n.tr("Localizable", "Common.Controls.Status.Buttons.EditHistoryTitle", fallback: "Edit History")
/// Favorites
public static let favoritesTitle = L10n.tr("Localizable", "Common.Controls.Status.Buttons.FavoritesTitle", fallback: "Favorites")
/// Reblogs
public static let reblogsTitle = L10n.tr("Localizable", "Common.Controls.Status.Buttons.ReblogsTitle", fallback: "Reblogs")
}
public enum EditHistory {
/// Original Post · %@
public static func originalPost(_ p1: Any) -> String {
return L10n.tr("Localizable", "Common.Controls.Status.EditHistory.OriginalPost", String(describing: p1), fallback: "Original Post · %@")
}
/// Edit History
public static let title = L10n.tr("Localizable", "Common.Controls.Status.EditHistory.Title", fallback: "Edit History")
}
2022-12-22 01:38:05 +01:00
public enum Media {
/// %@, attachment %d of %d
public static func accessibilityLabel(_ p1: Any, _ p2: Int, _ p3: Int) -> String {
return L10n.tr("Localizable", "Common.Controls.Status.Media.AccessibilityLabel", String(describing: p1), p2, p3, fallback: "%@, attachment %d of %d")
}
/// Expands the GIF. Double-tap and hold to show actions
public static let expandGifHint = L10n.tr("Localizable", "Common.Controls.Status.Media.ExpandGifHint", fallback: "Expands the GIF. Double-tap and hold to show actions")
/// Expands the image. Double-tap and hold to show actions
public static let expandImageHint = L10n.tr("Localizable", "Common.Controls.Status.Media.ExpandImageHint", fallback: "Expands the image. Double-tap and hold to show actions")
/// Shows the video player. Double-tap and hold to show actions
public static let expandVideoHint = L10n.tr("Localizable", "Common.Controls.Status.Media.ExpandVideoHint", fallback: "Shows the video player. Double-tap and hold to show actions")
}
2022-11-08 19:30:17 +01:00
public enum MetaEntity {
/// Email address: %@
public static func email(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Status.MetaEntity.Email", String(describing: p1), fallback: "Email address: %@")
2022-11-08 19:30:17 +01:00
}
2022-11-14 12:20:14 +01:00
/// Hashtag: %@
2022-11-08 19:30:17 +01:00
public static func hashtag(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Status.MetaEntity.Hashtag", String(describing: p1), fallback: "Hashtag: %@")
2022-11-08 19:30:17 +01:00
}
/// Show Profile: %@
public static func mention(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Status.MetaEntity.Mention", String(describing: p1), fallback: "Show Profile: %@")
2022-11-08 19:30:17 +01:00
}
/// Link: %@
public static func url(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Status.MetaEntity.Url", String(describing: p1), fallback: "Link: %@")
2022-11-08 19:30:17 +01:00
}
}
public enum Poll {
/// Closed
2022-11-14 18:44:28 +01:00
public static let closed = L10n.tr("Localizable", "Common.Controls.Status.Poll.Closed", fallback: "Closed")
/// Vote
2022-11-14 18:44:28 +01:00
public static let vote = L10n.tr("Localizable", "Common.Controls.Status.Poll.Vote", fallback: "Vote")
}
public enum Tag {
/// Email
2022-11-14 18:44:28 +01:00
public static let email = L10n.tr("Localizable", "Common.Controls.Status.Tag.Email", fallback: "Email")
/// Emoji
2022-11-14 18:44:28 +01:00
public static let emoji = L10n.tr("Localizable", "Common.Controls.Status.Tag.Emoji", fallback: "Emoji")
/// Hashtag
2022-11-14 18:44:28 +01:00
public static let hashtag = L10n.tr("Localizable", "Common.Controls.Status.Tag.Hashtag", fallback: "Hashtag")
/// Link
2022-11-14 18:44:28 +01:00
public static let link = L10n.tr("Localizable", "Common.Controls.Status.Tag.Link", fallback: "Link")
/// Mention
2022-11-14 18:44:28 +01:00
public static let mention = L10n.tr("Localizable", "Common.Controls.Status.Tag.Mention", fallback: "Mention")
/// URL
2022-11-14 18:44:28 +01:00
public static let url = L10n.tr("Localizable", "Common.Controls.Status.Tag.Url", fallback: "URL")
}
2022-12-07 16:32:51 +01:00
public enum Translation {
2023-02-07 03:32:50 +01:00
/// Show Original
public static let showOriginal = L10n.tr("Localizable", "Common.Controls.Status.Translation.ShowOriginal", fallback: "Show Original")
2022-12-19 07:32:48 +01:00
/// Translated from %@ using %@
public static func translatedFrom(_ p1: Any, _ p2: Any) -> String {
return L10n.tr("Localizable", "Common.Controls.Status.Translation.TranslatedFrom", String(describing: p1), String(describing: p2), fallback: "Translated from %@ using %@")
2022-12-07 16:32:51 +01:00
}
/// Unknown
public static let unknownLanguage = L10n.tr("Localizable", "Common.Controls.Status.Translation.UnknownLanguage", fallback: "Unknown")
2022-12-19 07:32:48 +01:00
/// Unknown
public static let unknownProvider = L10n.tr("Localizable", "Common.Controls.Status.Translation.UnknownProvider", fallback: "Unknown")
2022-12-07 16:32:51 +01:00
}
2022-02-15 07:45:34 +01:00
public enum Visibility {
/// Only mentioned user can see this post.
2022-11-14 18:44:28 +01:00
public static let direct = L10n.tr("Localizable", "Common.Controls.Status.Visibility.Direct", fallback: "Only mentioned user can see this post.")
2022-02-15 07:45:34 +01:00
/// Only their followers can see this post.
2022-11-14 18:44:28 +01:00
public static let `private` = L10n.tr("Localizable", "Common.Controls.Status.Visibility.Private", fallback: "Only their followers can see this post.")
2022-02-15 07:45:34 +01:00
/// Only my followers can see this post.
2022-11-14 18:44:28 +01:00
public static let privateFromMe = L10n.tr("Localizable", "Common.Controls.Status.Visibility.PrivateFromMe", fallback: "Only my followers can see this post.")
2022-02-15 07:45:34 +01:00
/// Everyone can see this post but not display in the public timeline.
2022-11-14 18:44:28 +01:00
public static let unlisted = L10n.tr("Localizable", "Common.Controls.Status.Visibility.Unlisted", fallback: "Everyone can see this post but not display in the public timeline.")
2022-02-15 07:45:34 +01:00
}
}
public enum Tabs {
/// Home
2022-11-14 18:44:28 +01:00
public static let home = L10n.tr("Localizable", "Common.Controls.Tabs.Home", fallback: "Home")
2022-11-09 23:30:57 +01:00
/// Notifications
public static let notifications = L10n.tr("Localizable", "Common.Controls.Tabs.Notifications", fallback: "Notifications")
/// Profile
2022-11-14 18:44:28 +01:00
public static let profile = L10n.tr("Localizable", "Common.Controls.Tabs.Profile", fallback: "Profile")
/// Search and Explore
public static let searchAndExplore = L10n.tr("Localizable", "Common.Controls.Tabs.SearchAndExplore", fallback: "Search and Explore")
public enum A11Y {
/// Explore
public static let explore = L10n.tr("Localizable", "Common.Controls.Tabs.A11Y.Explore", fallback: "Explore")
/// Search
public static let search = L10n.tr("Localizable", "Common.Controls.Tabs.A11Y.Search", fallback: "Search")
}
}
public enum Timeline {
/// Filtered
2022-11-14 18:44:28 +01:00
public static let filtered = L10n.tr("Localizable", "Common.Controls.Timeline.Filtered", fallback: "Filtered")
public enum Header {
2022-11-14 18:44:28 +01:00
/// You cant view this users profile
/// until they unblock you.
public static let blockedWarning = L10n.tr("Localizable", "Common.Controls.Timeline.Header.BlockedWarning", fallback: "You cant view this users profile\nuntil they unblock you.")
/// You cant view this user's profile
/// until you unblock them.
/// Your profile looks like this to them.
public static let blockingWarning = L10n.tr("Localizable", "Common.Controls.Timeline.Header.BlockingWarning", fallback: "You cant view this user's profile\nuntil you unblock them.\nYour profile looks like this to them.")
/// No Post Found
2022-11-14 18:44:28 +01:00
public static let noStatusFound = L10n.tr("Localizable", "Common.Controls.Timeline.Header.NoStatusFound", fallback: "No Post Found")
/// This user has been suspended.
2022-11-14 18:44:28 +01:00
public static let suspendedWarning = L10n.tr("Localizable", "Common.Controls.Timeline.Header.SuspendedWarning", fallback: "This user has been suspended.")
/// You cant view %@s profile
/// until they unblock you.
public static func userBlockedWarning(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Timeline.Header.UserBlockedWarning", String(describing: p1), fallback: "You cant view %@s profile\nuntil they unblock you.")
}
2022-11-14 18:44:28 +01:00
/// You cant view %@s profile
/// until you unblock them.
/// Your profile looks like this to them.
public static func userBlockingWarning(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Timeline.Header.UserBlockingWarning", String(describing: p1), fallback: "You cant view %@s profile\nuntil you unblock them.\nYour profile looks like this to them.")
}
/// %@s account has been suspended.
public static func userSuspendedWarning(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Timeline.Header.UserSuspendedWarning", String(describing: p1), fallback: "%@s account has been suspended.")
}
}
public enum Loader {
/// Loading missing posts...
2022-11-14 18:44:28 +01:00
public static let loadingMissingPosts = L10n.tr("Localizable", "Common.Controls.Timeline.Loader.LoadingMissingPosts", fallback: "Loading missing posts...")
/// Load missing posts
2022-11-14 18:44:28 +01:00
public static let loadMissingPosts = L10n.tr("Localizable", "Common.Controls.Timeline.Loader.LoadMissingPosts", fallback: "Load missing posts")
/// Show more replies
2022-11-14 18:44:28 +01:00
public static let showMoreReplies = L10n.tr("Localizable", "Common.Controls.Timeline.Loader.ShowMoreReplies", fallback: "Show more replies")
}
public enum Timestamp {
/// Now
2022-11-14 18:44:28 +01:00
public static let now = L10n.tr("Localizable", "Common.Controls.Timeline.Timestamp.Now", fallback: "Now")
}
}
}
2023-05-04 11:39:57 +02:00
public enum UserList {
2023-05-05 10:07:47 +02:00
/// %@ followers
public static func followersCount(_ p1: Any) -> String {
return L10n.tr("Localizable", "Common.UserList.FollowersCount", String(describing: p1), fallback: "%@ followers")
}
2023-05-04 11:39:57 +02:00
/// No verified link
public static let noVerifiedLink = L10n.tr("Localizable", "Common.UserList.NoVerifiedLink", fallback: "No verified link")
}
}
public enum Extension {
public enum OpenIn {
/// This doesn't seem to be a valid Mastodon link.
public static let invalidLinkError = L10n.tr("Localizable", "Extension.OpenIn.InvalidLinkError", fallback: "This doesn't seem to be a valid Mastodon link.")
}
}
public enum Scene {
public enum AccountList {
/// Add Account
2022-11-14 18:44:28 +01:00
public static let addAccount = L10n.tr("Localizable", "Scene.AccountList.AddAccount", fallback: "Add Account")
/// Dismiss Account Switcher
2022-11-14 18:44:28 +01:00
public static let dismissAccountSwitcher = L10n.tr("Localizable", "Scene.AccountList.DismissAccountSwitcher", fallback: "Dismiss Account Switcher")
/// Current selected profile: %@. Double tap then hold to show account switcher
public static func tabBarHint(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.AccountList.TabBarHint", String(describing: p1), fallback: "Current selected profile: %@. Double tap then hold to show account switcher")
}
}
public enum Bookmark {
2022-11-09 07:37:37 +01:00
/// Bookmarks
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Bookmark.Title", fallback: "Bookmarks")
}
public enum Compose {
/// Publish
2022-11-14 18:44:28 +01:00
public static let composeAction = L10n.tr("Localizable", "Scene.Compose.ComposeAction", fallback: "Publish")
/// Type or paste whats on your mind
2022-11-14 18:44:28 +01:00
public static let contentInputPlaceholder = L10n.tr("Localizable", "Scene.Compose.ContentInputPlaceholder", fallback: "Type or paste whats on your mind")
/// replying to %@
public static func replyingToUser(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Compose.ReplyingToUser", String(describing: p1), fallback: "replying to %@")
}
public enum Accessibility {
/// Add Attachment
2022-11-14 18:44:28 +01:00
public static let appendAttachment = L10n.tr("Localizable", "Scene.Compose.Accessibility.AppendAttachment", fallback: "Add Attachment")
/// Add Poll
2022-11-14 18:44:28 +01:00
public static let appendPoll = L10n.tr("Localizable", "Scene.Compose.Accessibility.AppendPoll", fallback: "Add Poll")
/// Custom Emoji Picker
2022-11-14 18:44:28 +01:00
public static let customEmojiPicker = L10n.tr("Localizable", "Scene.Compose.Accessibility.CustomEmojiPicker", fallback: "Custom Emoji Picker")
/// Disable Content Warning
2022-11-14 18:44:28 +01:00
public static let disableContentWarning = L10n.tr("Localizable", "Scene.Compose.Accessibility.DisableContentWarning", fallback: "Disable Content Warning")
/// Enable Content Warning
2022-11-14 18:44:28 +01:00
public static let enableContentWarning = L10n.tr("Localizable", "Scene.Compose.Accessibility.EnableContentWarning", fallback: "Enable Content Warning")
2022-11-08 19:50:23 +01:00
/// Posting as %@
public static func postingAs(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Compose.Accessibility.PostingAs", String(describing: p1), fallback: "Posting as %@")
2022-11-08 19:50:23 +01:00
}
/// Post Options
2022-11-14 18:44:28 +01:00
public static let postOptions = L10n.tr("Localizable", "Scene.Compose.Accessibility.PostOptions", fallback: "Post Options")
/// Post Visibility Menu
2022-11-14 18:44:28 +01:00
public static let postVisibilityMenu = L10n.tr("Localizable", "Scene.Compose.Accessibility.PostVisibilityMenu", fallback: "Post Visibility Menu")
/// Remove Poll
2022-11-14 18:44:28 +01:00
public static let removePoll = L10n.tr("Localizable", "Scene.Compose.Accessibility.RemovePoll", fallback: "Remove Poll")
}
public enum Attachment {
2022-11-14 18:44:28 +01:00
/// This %@ is broken and cant be
/// uploaded to Mastodon.
public static func attachmentBroken(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Compose.Attachment.AttachmentBroken", String(describing: p1), fallback: "This %@ is broken and cant be\nuploaded to Mastodon.")
}
2022-11-14 12:20:14 +01:00
/// Attachment too large
2022-11-14 18:44:28 +01:00
public static let attachmentTooLarge = L10n.tr("Localizable", "Scene.Compose.Attachment.AttachmentTooLarge", fallback: "Attachment too large")
/// Can not recognize this media attachment
public static let canNotRecognizeThisMediaAttachment = L10n.tr("Localizable", "Scene.Compose.Attachment.CanNotRecognizeThisMediaAttachment", fallback: "Can not recognize this media attachment")
/// Compressing...
public static let compressingState = L10n.tr("Localizable", "Scene.Compose.Attachment.CompressingState", fallback: "Compressing...")
/// Describe the photo for the visually-impaired...
2022-11-14 18:44:28 +01:00
public static let descriptionPhoto = L10n.tr("Localizable", "Scene.Compose.Attachment.DescriptionPhoto", fallback: "Describe the photo for the visually-impaired...")
/// Describe the video for the visually-impaired...
2022-11-14 18:44:28 +01:00
public static let descriptionVideo = L10n.tr("Localizable", "Scene.Compose.Attachment.DescriptionVideo", fallback: "Describe the video for the visually-impaired...")
2022-11-14 12:20:14 +01:00
/// Load Failed
2022-11-14 18:44:28 +01:00
public static let loadFailed = L10n.tr("Localizable", "Scene.Compose.Attachment.LoadFailed", fallback: "Load Failed")
/// photo
2022-11-14 18:44:28 +01:00
public static let photo = L10n.tr("Localizable", "Scene.Compose.Attachment.Photo", fallback: "photo")
/// Server Processing...
public static let serverProcessingState = L10n.tr("Localizable", "Scene.Compose.Attachment.ServerProcessingState", fallback: "Server Processing...")
2022-11-14 12:20:14 +01:00
/// Upload Failed
2022-11-14 18:44:28 +01:00
public static let uploadFailed = L10n.tr("Localizable", "Scene.Compose.Attachment.UploadFailed", fallback: "Upload Failed")
/// video
2022-11-14 18:44:28 +01:00
public static let video = L10n.tr("Localizable", "Scene.Compose.Attachment.Video", fallback: "video")
}
public enum AutoComplete {
/// Space to add
2022-11-14 18:44:28 +01:00
public static let spaceToAdd = L10n.tr("Localizable", "Scene.Compose.AutoComplete.SpaceToAdd", fallback: "Space to add")
}
public enum ContentWarning {
/// Write an accurate warning here...
2022-11-14 18:44:28 +01:00
public static let placeholder = L10n.tr("Localizable", "Scene.Compose.ContentWarning.Placeholder", fallback: "Write an accurate warning here...")
}
public enum Keyboard {
/// Add Attachment - %@
public static func appendAttachmentEntry(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Compose.Keyboard.AppendAttachmentEntry", String(describing: p1), fallback: "Add Attachment - %@")
}
/// Discard Post
2022-11-14 18:44:28 +01:00
public static let discardPost = L10n.tr("Localizable", "Scene.Compose.Keyboard.DiscardPost", fallback: "Discard Post")
/// Publish Post
2022-11-14 18:44:28 +01:00
public static let publishPost = L10n.tr("Localizable", "Scene.Compose.Keyboard.PublishPost", fallback: "Publish Post")
/// Select Visibility - %@
public static func selectVisibilityEntry(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Compose.Keyboard.SelectVisibilityEntry", String(describing: p1), fallback: "Select Visibility - %@")
}
/// Toggle Content Warning
2022-11-14 18:44:28 +01:00
public static let toggleContentWarning = L10n.tr("Localizable", "Scene.Compose.Keyboard.ToggleContentWarning", fallback: "Toggle Content Warning")
/// Toggle Poll
2022-11-14 18:44:28 +01:00
public static let togglePoll = L10n.tr("Localizable", "Scene.Compose.Keyboard.TogglePoll", fallback: "Toggle Poll")
}
public enum Language {
/// Other Language
public static let other = L10n.tr("Localizable", "Scene.Compose.Language.Other", fallback: "Other Language…")
/// Recent
public static let recent = L10n.tr("Localizable", "Scene.Compose.Language.Recent", fallback: "Recent")
/// Suggested
public static let suggested = L10n.tr("Localizable", "Scene.Compose.Language.Suggested", fallback: "Suggested")
/// Post Language
public static let title = L10n.tr("Localizable", "Scene.Compose.Language.Title", fallback: "Post Language")
}
public enum MediaSelection {
/// Browse
2022-11-14 18:44:28 +01:00
public static let browse = L10n.tr("Localizable", "Scene.Compose.MediaSelection.Browse", fallback: "Browse")
/// Take Photo
2022-11-14 18:44:28 +01:00
public static let camera = L10n.tr("Localizable", "Scene.Compose.MediaSelection.Camera", fallback: "Take Photo")
/// Photo Library
2022-11-14 18:44:28 +01:00
public static let photoLibrary = L10n.tr("Localizable", "Scene.Compose.MediaSelection.PhotoLibrary", fallback: "Photo Library")
}
public enum Poll {
2023-02-07 22:56:49 +01:00
/// Add Option
public static let addOption = L10n.tr("Localizable", "Scene.Compose.Poll.AddOption", fallback: "Add Option")
/// Duration: %@
public static func durationTime(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Compose.Poll.DurationTime", String(describing: p1), fallback: "Duration: %@")
}
/// Move Down
public static let moveDown = L10n.tr("Localizable", "Scene.Compose.Poll.MoveDown", fallback: "Move Down")
/// Move Up
public static let moveUp = L10n.tr("Localizable", "Scene.Compose.Poll.MoveUp", fallback: "Move Up")
/// 1 Day
2022-11-14 18:44:28 +01:00
public static let oneDay = L10n.tr("Localizable", "Scene.Compose.Poll.OneDay", fallback: "1 Day")
/// 1 Hour
2022-11-14 18:44:28 +01:00
public static let oneHour = L10n.tr("Localizable", "Scene.Compose.Poll.OneHour", fallback: "1 Hour")
/// Option %ld
public static func optionNumber(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Compose.Poll.OptionNumber", p1, fallback: "Option %ld")
}
/// Remove Option
public static let removeOption = L10n.tr("Localizable", "Scene.Compose.Poll.RemoveOption", fallback: "Remove Option")
/// 7 Days
2022-11-14 18:44:28 +01:00
public static let sevenDays = L10n.tr("Localizable", "Scene.Compose.Poll.SevenDays", fallback: "7 Days")
/// 6 Hours
2022-11-14 18:44:28 +01:00
public static let sixHours = L10n.tr("Localizable", "Scene.Compose.Poll.SixHours", fallback: "6 Hours")
/// The poll has empty option
public static let thePollHasEmptyOption = L10n.tr("Localizable", "Scene.Compose.Poll.ThePollHasEmptyOption", fallback: "The poll has empty option")
/// The poll is invalid
public static let thePollIsInvalid = L10n.tr("Localizable", "Scene.Compose.Poll.ThePollIsInvalid", fallback: "The poll is invalid")
/// 30 minutes
2022-11-14 18:44:28 +01:00
public static let thirtyMinutes = L10n.tr("Localizable", "Scene.Compose.Poll.ThirtyMinutes", fallback: "30 minutes")
/// 3 Days
2022-11-14 18:44:28 +01:00
public static let threeDays = L10n.tr("Localizable", "Scene.Compose.Poll.ThreeDays", fallback: "3 Days")
2023-02-07 23:00:22 +01:00
/// Poll
public static let title = L10n.tr("Localizable", "Scene.Compose.Poll.Title", fallback: "Poll")
}
public enum Title {
/// Edit Post
public static let editPost = L10n.tr("Localizable", "Scene.Compose.Title.EditPost", fallback: "Edit Post")
/// New Post
2022-11-14 18:44:28 +01:00
public static let newPost = L10n.tr("Localizable", "Scene.Compose.Title.NewPost", fallback: "New Post")
/// New Reply
2022-11-14 18:44:28 +01:00
public static let newReply = L10n.tr("Localizable", "Scene.Compose.Title.NewReply", fallback: "New Reply")
}
public enum Visibility {
/// Only people I mention
2022-11-14 18:44:28 +01:00
public static let direct = L10n.tr("Localizable", "Scene.Compose.Visibility.Direct", fallback: "Only people I mention")
/// Followers only
2022-11-14 18:44:28 +01:00
public static let `private` = L10n.tr("Localizable", "Scene.Compose.Visibility.Private", fallback: "Followers only")
/// Public
2022-11-14 18:44:28 +01:00
public static let `public` = L10n.tr("Localizable", "Scene.Compose.Visibility.Public", fallback: "Public")
/// Unlisted
2022-11-14 18:44:28 +01:00
public static let unlisted = L10n.tr("Localizable", "Scene.Compose.Visibility.Unlisted", fallback: "Unlisted")
}
}
public enum ConfirmEmail {
2023-03-23 08:51:04 +01:00
/// Tap the link we sent you to verify %@. Well wait right here.
public static func tapTheLinkWeEmailedToYouToVerifyYourAccount(_ p1: Any) -> String {
2023-03-23 08:51:04 +01:00
return L10n.tr("Localizable", "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount", String(describing: p1), fallback: "Tap the link we sent you to verify %@. Well wait right here.")
}
/// Check Your Inbox
public static let title = L10n.tr("Localizable", "Scene.ConfirmEmail.Title", fallback: "Check Your Inbox")
public enum Button {
2022-02-15 07:45:34 +01:00
/// Resend
2022-11-14 18:44:28 +01:00
public static let resend = L10n.tr("Localizable", "Scene.ConfirmEmail.Button.Resend", fallback: "Resend")
}
public enum DidntGetLink {
/// Didnt get a link?
public static let `prefix` = L10n.tr("Localizable", "Scene.ConfirmEmail.DidntGetLink.Prefix", fallback: "Didnt get a link?")
/// Resend (%@)
public static func resendIn(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.ConfirmEmail.DidntGetLink.ResendIn", String(describing: p1), fallback: "Resend (%@)")
}
/// Resend now.
public static let resendNow = L10n.tr("Localizable", "Scene.ConfirmEmail.DidntGetLink.ResendNow", fallback: "Resend now.")
}
public enum DontReceiveEmail {
/// Check if your email address is correct as well as your junk folder if you havent.
2022-11-14 18:44:28 +01:00
public static let description = L10n.tr("Localizable", "Scene.ConfirmEmail.DontReceiveEmail.Description", fallback: "Check if your email address is correct as well as your junk folder if you havent.")
/// Resend Email
2022-11-14 18:44:28 +01:00
public static let resendEmail = L10n.tr("Localizable", "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail", fallback: "Resend Email")
/// Check your Email
public static let title = L10n.tr("Localizable", "Scene.ConfirmEmail.DontReceiveEmail.Title", fallback: "Check your Email")
}
public enum OpenEmailApp {
/// We just sent you an email. Check your junk folder if you havent.
2022-11-14 18:44:28 +01:00
public static let description = L10n.tr("Localizable", "Scene.ConfirmEmail.OpenEmailApp.Description", fallback: "We just sent you an email. Check your junk folder if you havent.")
/// Mail
2022-11-14 18:44:28 +01:00
public static let mail = L10n.tr("Localizable", "Scene.ConfirmEmail.OpenEmailApp.Mail", fallback: "Mail")
/// Open Email Client
2022-11-14 18:44:28 +01:00
public static let openEmailClient = L10n.tr("Localizable", "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient", fallback: "Open Email Client")
/// Check your Inbox.
public static let title = L10n.tr("Localizable", "Scene.ConfirmEmail.OpenEmailApp.Title", fallback: "Check your Inbox.")
}
}
2022-04-18 11:53:52 +02:00
public enum Discovery {
2022-04-27 14:37:04 +02:00
/// These are the posts gaining traction in your corner of Mastodon.
2022-11-14 18:44:28 +01:00
public static let intro = L10n.tr("Localizable", "Scene.Discovery.Intro", fallback: "These are the posts gaining traction in your corner of Mastodon.")
2022-04-18 11:53:52 +02:00
public enum Tabs {
2022-04-29 09:05:22 +02:00
/// Community
2022-11-14 18:44:28 +01:00
public static let community = L10n.tr("Localizable", "Scene.Discovery.Tabs.Community", fallback: "Community")
2022-04-18 11:53:52 +02:00
/// For You
2022-11-14 18:44:28 +01:00
public static let forYou = L10n.tr("Localizable", "Scene.Discovery.Tabs.ForYou", fallback: "For You")
2022-04-18 11:53:52 +02:00
/// Hashtags
2022-11-14 18:44:28 +01:00
public static let hashtags = L10n.tr("Localizable", "Scene.Discovery.Tabs.Hashtags", fallback: "Hashtags")
2022-04-18 11:53:52 +02:00
/// News
2022-11-14 18:44:28 +01:00
public static let news = L10n.tr("Localizable", "Scene.Discovery.Tabs.News", fallback: "News")
2022-04-18 11:53:52 +02:00
/// Posts
2022-11-14 18:44:28 +01:00
public static let posts = L10n.tr("Localizable", "Scene.Discovery.Tabs.Posts", fallback: "Posts")
2022-04-18 11:53:52 +02:00
}
}
2022-05-17 16:36:58 +02:00
public enum Familiarfollowers {
/// Followed by %@
public static func followedByNames(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Familiarfollowers.FollowedByNames", String(describing: p1), fallback: "Followed by %@")
2022-05-17 16:36:58 +02:00
}
/// Followers you familiar
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Familiarfollowers.Title", fallback: "Followers you familiar")
2022-05-17 16:36:58 +02:00
}
public enum Favorite {
/// Favorites
public static let title = L10n.tr("Localizable", "Scene.Favorite.Title", fallback: "Favorites")
}
2022-05-17 16:36:58 +02:00
public enum FavoritedBy {
/// Favorited By
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.FavoritedBy.Title", fallback: "Favorited By")
2022-05-17 16:36:58 +02:00
}
2022-11-25 14:16:58 +01:00
public enum FollowedTags {
/// Followed Tags
public static let title = L10n.tr("Localizable", "Scene.FollowedTags.Title", fallback: "Followed Tags")
2022-11-25 15:43:02 +01:00
public enum Actions {
/// Follow
public static let follow = L10n.tr("Localizable", "Scene.FollowedTags.Actions.Follow", fallback: "Follow")
/// Unfollow
public static let unfollow = L10n.tr("Localizable", "Scene.FollowedTags.Actions.Unfollow", fallback: "Unfollow")
2022-11-25 15:43:02 +01:00
}
public enum Header {
/// participants
public static let participants = L10n.tr("Localizable", "Scene.FollowedTags.Header.Participants", fallback: "participants")
/// posts
public static let posts = L10n.tr("Localizable", "Scene.FollowedTags.Header.Posts", fallback: "posts")
/// posts today
public static let postsToday = L10n.tr("Localizable", "Scene.FollowedTags.Header.PostsToday", fallback: "posts today")
}
2022-11-25 14:16:58 +01:00
}
public enum Follower {
/// Followers from other servers are not displayed.
2022-11-14 18:44:28 +01:00
public static let footer = L10n.tr("Localizable", "Scene.Follower.Footer", fallback: "Followers from other servers are not displayed.")
2022-05-17 16:36:58 +02:00
/// follower
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Follower.Title", fallback: "follower")
}
public enum Following {
/// Follows from other servers are not displayed.
2022-11-14 18:44:28 +01:00
public static let footer = L10n.tr("Localizable", "Scene.Following.Footer", fallback: "Follows from other servers are not displayed.")
2022-05-17 16:36:58 +02:00
/// following
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Following.Title", fallback: "following")
}
public enum HomeTimeline {
/// Home
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.HomeTimeline.Title", fallback: "Home")
public enum NavigationBarState {
/// See new posts
2022-11-14 18:44:28 +01:00
public static let newPosts = L10n.tr("Localizable", "Scene.HomeTimeline.NavigationBarState.NewPosts", fallback: "See new posts")
/// Offline
2022-11-14 18:44:28 +01:00
public static let offline = L10n.tr("Localizable", "Scene.HomeTimeline.NavigationBarState.Offline", fallback: "Offline")
/// Published!
2022-11-14 18:44:28 +01:00
public static let published = L10n.tr("Localizable", "Scene.HomeTimeline.NavigationBarState.Published", fallback: "Published!")
/// Publishing post...
2022-11-14 18:44:28 +01:00
public static let publishing = L10n.tr("Localizable", "Scene.HomeTimeline.NavigationBarState.Publishing", fallback: "Publishing post...")
2022-05-11 14:55:37 +02:00
public enum Accessibility {
/// Tap to scroll to top and tap again to previous location
2022-11-14 18:44:28 +01:00
public static let logoHint = L10n.tr("Localizable", "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint", fallback: "Tap to scroll to top and tap again to previous location")
2022-12-26 20:08:08 +01:00
/// Mastodon
public static let logoLabel = L10n.tr("Localizable", "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel", fallback: "Mastodon")
2022-05-11 14:55:37 +02:00
}
}
}
2022-11-13 15:04:42 +01:00
public enum Login {
2022-11-16 11:21:15 +01:00
/// Log you in on the server you created your account on.
public static let subtitle = L10n.tr("Localizable", "Scene.Login.Subtitle", fallback: "Log you in on the server you created your account on.")
/// Welcome back
public static let title = L10n.tr("Localizable", "Scene.Login.Title", fallback: "Welcome back")
2022-11-13 15:04:42 +01:00
public enum ServerSearchField {
2022-11-16 11:21:15 +01:00
/// Enter URL or search for your server
public static let placeholder = L10n.tr("Localizable", "Scene.Login.ServerSearchField.Placeholder", fallback: "Enter URL or search for your server")
2022-11-13 15:04:42 +01:00
}
}
public enum Notification {
2022-06-30 09:53:05 +02:00
public enum FollowRequest {
/// Accept
2022-11-14 18:44:28 +01:00
public static let accept = L10n.tr("Localizable", "Scene.Notification.FollowRequest.Accept", fallback: "Accept")
2022-06-30 09:53:05 +02:00
/// Accepted
2022-11-14 18:44:28 +01:00
public static let accepted = L10n.tr("Localizable", "Scene.Notification.FollowRequest.Accepted", fallback: "Accepted")
2022-06-30 09:53:05 +02:00
/// reject
2022-11-14 18:44:28 +01:00
public static let reject = L10n.tr("Localizable", "Scene.Notification.FollowRequest.Reject", fallback: "reject")
2022-06-30 09:53:05 +02:00
/// Rejected
2022-11-14 18:44:28 +01:00
public static let rejected = L10n.tr("Localizable", "Scene.Notification.FollowRequest.Rejected", fallback: "Rejected")
2022-06-30 09:53:05 +02:00
}
public enum Keyobard {
/// Show Everything
2022-11-14 18:44:28 +01:00
public static let showEverything = L10n.tr("Localizable", "Scene.Notification.Keyobard.ShowEverything", fallback: "Show Everything")
/// Show Mentions
2022-11-14 18:44:28 +01:00
public static let showMentions = L10n.tr("Localizable", "Scene.Notification.Keyobard.ShowMentions", fallback: "Show Mentions")
}
2022-02-15 07:45:34 +01:00
public enum NotificationDescription {
/// favorited your post
2022-11-14 18:44:28 +01:00
public static let favoritedYourPost = L10n.tr("Localizable", "Scene.Notification.NotificationDescription.FavoritedYourPost", fallback: "favorited your post")
2022-02-15 07:45:34 +01:00
/// followed you
2022-11-14 18:44:28 +01:00
public static let followedYou = L10n.tr("Localizable", "Scene.Notification.NotificationDescription.FollowedYou", fallback: "followed you")
2022-02-15 07:45:34 +01:00
/// mentioned you
2022-11-14 18:44:28 +01:00
public static let mentionedYou = L10n.tr("Localizable", "Scene.Notification.NotificationDescription.MentionedYou", fallback: "mentioned you")
2022-02-15 07:45:34 +01:00
/// poll has ended
2022-11-14 18:44:28 +01:00
public static let pollHasEnded = L10n.tr("Localizable", "Scene.Notification.NotificationDescription.PollHasEnded", fallback: "poll has ended")
2022-02-15 07:45:34 +01:00
/// reblogged your post
2022-11-14 18:44:28 +01:00
public static let rebloggedYourPost = L10n.tr("Localizable", "Scene.Notification.NotificationDescription.RebloggedYourPost", fallback: "reblogged your post")
2022-02-15 07:45:34 +01:00
/// request to follow you
2022-11-14 18:44:28 +01:00
public static let requestToFollowYou = L10n.tr("Localizable", "Scene.Notification.NotificationDescription.RequestToFollowYou", fallback: "request to follow you")
2022-02-15 07:45:34 +01:00
}
public enum Title {
/// Everything
2022-11-14 18:44:28 +01:00
public static let everything = L10n.tr("Localizable", "Scene.Notification.Title.Everything", fallback: "Everything")
/// Mentions
2022-11-14 18:44:28 +01:00
public static let mentions = L10n.tr("Localizable", "Scene.Notification.Title.Mentions", fallback: "Mentions")
}
}
public enum Preview {
public enum Keyboard {
/// Close Preview
2022-11-14 18:44:28 +01:00
public static let closePreview = L10n.tr("Localizable", "Scene.Preview.Keyboard.ClosePreview", fallback: "Close Preview")
/// Show Next
2022-11-14 18:44:28 +01:00
public static let showNext = L10n.tr("Localizable", "Scene.Preview.Keyboard.ShowNext", fallback: "Show Next")
/// Show Previous
2022-11-14 18:44:28 +01:00
public static let showPrevious = L10n.tr("Localizable", "Scene.Preview.Keyboard.ShowPrevious", fallback: "Show Previous")
}
}
public enum Privacy {
/// Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your servers privacy policy.
public static let description = L10n.tr("Localizable", "Scene.Privacy.Description", fallback: "Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your servers privacy policy.")
/// Privacy
public static let title = L10n.tr("Localizable", "Scene.Privacy.Title", fallback: "Privacy")
public enum Button {
2023-04-08 23:29:30 +02:00
/// I Agree
public static let confirm = L10n.tr("Localizable", "Scene.Privacy.Button.Confirm", fallback: "I Agree")
}
public enum Policy {
/// Privacy Policy - Mastodon for iOS
public static let ios = L10n.tr("Localizable", "Scene.Privacy.Policy.Ios", fallback: "Privacy Policy - Mastodon for iOS")
/// Privacy Policy - %@
public static func server(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Privacy.Policy.Server", String(describing: p1), fallback: "Privacy Policy - %@")
}
}
}
public enum Profile {
2022-04-01 04:04:38 +02:00
public enum Accessibility {
/// Double tap to open the list
2022-11-14 18:44:28 +01:00
public static let doubleTapToOpenTheList = L10n.tr("Localizable", "Scene.Profile.Accessibility.DoubleTapToOpenTheList", fallback: "Double tap to open the list")
2022-04-01 04:04:38 +02:00
/// Edit avatar image
2022-11-14 18:44:28 +01:00
public static let editAvatarImage = L10n.tr("Localizable", "Scene.Profile.Accessibility.EditAvatarImage", fallback: "Edit avatar image")
2022-04-01 04:04:38 +02:00
/// Show avatar image
2022-11-14 18:44:28 +01:00
public static let showAvatarImage = L10n.tr("Localizable", "Scene.Profile.Accessibility.ShowAvatarImage", fallback: "Show avatar image")
2022-04-01 04:04:38 +02:00
/// Show banner image
2022-11-14 18:44:28 +01:00
public static let showBannerImage = L10n.tr("Localizable", "Scene.Profile.Accessibility.ShowBannerImage", fallback: "Show banner image")
2022-04-01 04:04:38 +02:00
}
public enum Dashboard {
/// mutuals
public static let familiarFollowers = L10n.tr("Localizable", "Scene.Profile.Dashboard.FamiliarFollowers", fallback: "mutuals")
/// followers
public static let myFollowers = L10n.tr("Localizable", "Scene.Profile.Dashboard.MyFollowers", fallback: "followers")
/// following
public static let myFollowing = L10n.tr("Localizable", "Scene.Profile.Dashboard.MyFollowing", fallback: "following")
/// posts
public static let myPosts = L10n.tr("Localizable", "Scene.Profile.Dashboard.MyPosts", fallback: "posts")
/// followers
public static let otherFollowers = L10n.tr("Localizable", "Scene.Profile.Dashboard.OtherFollowers", fallback: "followers")
/// following
public static let otherFollowing = L10n.tr("Localizable", "Scene.Profile.Dashboard.OtherFollowing", fallback: "following")
/// posts
public static let otherPosts = L10n.tr("Localizable", "Scene.Profile.Dashboard.OtherPosts", fallback: "posts")
}
public enum Fields {
/// Add Row
2022-11-14 18:44:28 +01:00
public static let addRow = L10n.tr("Localizable", "Scene.Profile.Fields.AddRow", fallback: "Add Row")
/// Joined
public static let joined = L10n.tr("Localizable", "Scene.Profile.Fields.Joined", fallback: "Joined")
public enum Placeholder {
/// Content
2022-11-14 18:44:28 +01:00
public static let content = L10n.tr("Localizable", "Scene.Profile.Fields.Placeholder.Content", fallback: "Content")
/// Label
2022-11-14 18:44:28 +01:00
public static let label = L10n.tr("Localizable", "Scene.Profile.Fields.Placeholder.Label", fallback: "Label")
}
public enum Verified {
/// Ownership of this link was checked on %@
public static func long(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Profile.Fields.Verified.Long", String(describing: p1), fallback: "Ownership of this link was checked on %@")
}
/// Verified on %@
public static func short(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Profile.Fields.Verified.Short", String(describing: p1), fallback: "Verified on %@")
}
}
}
2022-06-14 08:12:43 +02:00
public enum Header {
/// Follows You
2022-11-14 18:44:28 +01:00
public static let followsYou = L10n.tr("Localizable", "Scene.Profile.Header.FollowsYou", fallback: "Follows You")
2022-06-14 08:12:43 +02:00
}
public enum RelationshipActionAlert {
2023-12-19 13:12:32 +01:00
public enum ConfirmBlockDomain {
2024-01-31 10:04:22 +01:00
/// Confirm to block domain %@
public static func message(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmBlockDomain.Message", String(describing: p1), fallback: "Confirm to block domain %@")
}
/// Block domain
public static let title = L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmBlockDomain.Title", fallback: "Block domain")
2023-12-19 13:12:32 +01:00
}
2022-02-15 07:45:34 +01:00
public enum ConfirmBlockUser {
/// Confirm to block %@
public static func message(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message", String(describing: p1), fallback: "Confirm to block %@")
2022-02-15 07:45:34 +01:00
}
/// Block Account
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title", fallback: "Block Account")
2022-02-15 07:45:34 +01:00
}
2022-11-06 09:22:26 +01:00
public enum ConfirmHideReblogs {
/// Confirm to hide reblogs
2022-11-14 18:44:28 +01:00
public static let message = L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message", fallback: "Confirm to hide reblogs")
2022-11-09 07:37:37 +01:00
/// Hide Reblogs
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title", fallback: "Hide Reblogs")
2022-11-06 09:22:26 +01:00
}
2022-02-15 07:45:34 +01:00
public enum ConfirmMuteUser {
/// Confirm to mute %@
public static func message(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message", String(describing: p1), fallback: "Confirm to mute %@")
2022-02-15 07:45:34 +01:00
}
/// Mute Account
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title", fallback: "Mute Account")
2022-02-15 07:45:34 +01:00
}
2022-11-06 09:22:26 +01:00
public enum ConfirmShowReblogs {
/// Confirm to show reblogs
2022-11-14 18:44:28 +01:00
public static let message = L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message", fallback: "Confirm to show reblogs")
2022-11-06 09:22:26 +01:00
/// Show Reblogs
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title", fallback: "Show Reblogs")
2022-11-06 09:22:26 +01:00
}
2023-12-19 13:12:32 +01:00
public enum ConfirmUnblockDomain {
/// Confirm to unblock domain %@
public static func message(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmUnblockDomain.Message", String(describing: p1), fallback: "Confirm to unblock domain %@")
}
2024-01-31 10:04:22 +01:00
/// Unblock domain
public static let title = L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmUnblockDomain.Title", fallback: "Unblock domain")
2023-12-19 13:12:32 +01:00
}
2022-02-15 07:45:34 +01:00
public enum ConfirmUnblockUser {
/// Confirm to unblock %@
public static func message(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message", String(describing: p1), fallback: "Confirm to unblock %@")
}
/// Unblock Account
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title", fallback: "Unblock Account")
}
public enum ConfirmUnmuteUser {
/// Confirm to unmute %@
public static func message(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message", String(describing: p1), fallback: "Confirm to unmute %@")
}
/// Unmute Account
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Title", fallback: "Unmute Account")
}
}
public enum SegmentedControl {
2022-02-15 07:45:34 +01:00
/// About
2022-11-14 18:44:28 +01:00
public static let about = L10n.tr("Localizable", "Scene.Profile.SegmentedControl.About", fallback: "About")
/// Media
2022-11-14 18:44:28 +01:00
public static let media = L10n.tr("Localizable", "Scene.Profile.SegmentedControl.Media", fallback: "Media")
/// Posts
2022-11-14 18:44:28 +01:00
public static let posts = L10n.tr("Localizable", "Scene.Profile.SegmentedControl.Posts", fallback: "Posts")
2022-02-15 07:45:34 +01:00
/// Posts and Replies
2022-11-14 18:44:28 +01:00
public static let postsAndReplies = L10n.tr("Localizable", "Scene.Profile.SegmentedControl.PostsAndReplies", fallback: "Posts and Replies")
/// Replies
2022-11-14 18:44:28 +01:00
public static let replies = L10n.tr("Localizable", "Scene.Profile.SegmentedControl.Replies", fallback: "Replies")
}
}
2022-05-17 16:36:58 +02:00
public enum RebloggedBy {
/// Reblogged By
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.RebloggedBy.Title", fallback: "Reblogged By")
2022-05-17 16:36:58 +02:00
}
public enum Register {
/// Create Account
public static let title = L10n.tr("Localizable", "Scene.Register.Title", fallback: "Create Account")
public enum Error {
public enum Item {
/// Agreement
2022-11-14 18:44:28 +01:00
public static let agreement = L10n.tr("Localizable", "Scene.Register.Error.Item.Agreement", fallback: "Agreement")
/// Email
2022-11-14 18:44:28 +01:00
public static let email = L10n.tr("Localizable", "Scene.Register.Error.Item.Email", fallback: "Email")
/// Locale
2022-11-14 18:44:28 +01:00
public static let locale = L10n.tr("Localizable", "Scene.Register.Error.Item.Locale", fallback: "Locale")
/// Password
2022-11-14 18:44:28 +01:00
public static let password = L10n.tr("Localizable", "Scene.Register.Error.Item.Password", fallback: "Password")
/// Reason
2022-11-14 18:44:28 +01:00
public static let reason = L10n.tr("Localizable", "Scene.Register.Error.Item.Reason", fallback: "Reason")
/// Username
2022-11-14 18:44:28 +01:00
public static let username = L10n.tr("Localizable", "Scene.Register.Error.Item.Username", fallback: "Username")
}
public enum Reason {
/// %@ must be accepted
public static func accepted(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Register.Error.Reason.Accepted", String(describing: p1), fallback: "%@ must be accepted")
}
/// %@ is required
public static func blank(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Register.Error.Reason.Blank", String(describing: p1), fallback: "%@ is required")
}
/// %@ contains a disallowed email provider
public static func blocked(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Register.Error.Reason.Blocked", String(describing: p1), fallback: "%@ contains a disallowed email provider")
}
/// %@ is not a supported value
public static func inclusion(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Register.Error.Reason.Inclusion", String(describing: p1), fallback: "%@ is not a supported value")
}
/// %@ is invalid
public static func invalid(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Register.Error.Reason.Invalid", String(describing: p1), fallback: "%@ is invalid")
}
/// %@ is a reserved keyword
public static func reserved(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Register.Error.Reason.Reserved", String(describing: p1), fallback: "%@ is a reserved keyword")
}
/// %@ is already taken. How about:
public static func taken(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Register.Error.Reason.Taken", String(describing: p1), fallback: "%@ is already taken. How about:")
}
/// %@ is too long
public static func tooLong(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Register.Error.Reason.TooLong", String(describing: p1), fallback: "%@ is too long")
}
/// %@ is too short
public static func tooShort(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Register.Error.Reason.TooShort", String(describing: p1), fallback: "%@ is too short")
}
/// %@ does not seem to exist
public static func unreachable(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Register.Error.Reason.Unreachable", String(describing: p1), fallback: "%@ does not seem to exist")
}
}
public enum Special {
/// This is not a valid email address
2022-11-14 18:44:28 +01:00
public static let emailInvalid = L10n.tr("Localizable", "Scene.Register.Error.Special.EmailInvalid", fallback: "This is not a valid email address")
/// Password is too short (must be at least 8 characters)
2022-11-14 18:44:28 +01:00
public static let passwordTooShort = L10n.tr("Localizable", "Scene.Register.Error.Special.PasswordTooShort", fallback: "Password is too short (must be at least 8 characters)")
/// Username must only contain alphanumeric characters and underscores
2022-11-14 18:44:28 +01:00
public static let usernameInvalid = L10n.tr("Localizable", "Scene.Register.Error.Special.UsernameInvalid", fallback: "Username must only contain alphanumeric characters and underscores")
/// Username is too long (cant be longer than 30 characters)
2022-11-14 18:44:28 +01:00
public static let usernameTooLong = L10n.tr("Localizable", "Scene.Register.Error.Special.UsernameTooLong", fallback: "Username is too long (cant be longer than 30 characters)")
}
}
public enum Input {
public enum Avatar {
/// Delete
2022-11-14 18:44:28 +01:00
public static let delete = L10n.tr("Localizable", "Scene.Register.Input.Avatar.Delete", fallback: "Delete")
}
public enum DisplayName {
/// display name
2022-11-14 18:44:28 +01:00
public static let placeholder = L10n.tr("Localizable", "Scene.Register.Input.DisplayName.Placeholder", fallback: "display name")
}
public enum Email {
/// email
2022-11-14 18:44:28 +01:00
public static let placeholder = L10n.tr("Localizable", "Scene.Register.Input.Email.Placeholder", fallback: "email")
}
public enum Invite {
/// Why do you want to join?
2022-11-14 18:44:28 +01:00
public static let registrationUserInviteRequest = L10n.tr("Localizable", "Scene.Register.Input.Invite.RegistrationUserInviteRequest", fallback: "Why do you want to join?")
}
public enum Password {
2022-02-15 07:45:34 +01:00
/// 8 characters
2022-11-14 18:44:28 +01:00
public static let characterLimit = L10n.tr("Localizable", "Scene.Register.Input.Password.CharacterLimit", fallback: "8 characters")
2023-03-23 08:51:04 +01:00
/// Confirm Password
public static let confirmationPlaceholder = L10n.tr("Localizable", "Scene.Register.Input.Password.ConfirmationPlaceholder", fallback: "Confirm Password")
/// Your password needs at least eight characters
2022-11-14 18:44:28 +01:00
public static let hint = L10n.tr("Localizable", "Scene.Register.Input.Password.Hint", fallback: "Your password needs at least eight characters")
2023-03-23 08:51:04 +01:00
/// password
public static let placeholder = L10n.tr("Localizable", "Scene.Register.Input.Password.Placeholder", fallback: "password")
2022-02-15 07:45:34 +01:00
/// Your password needs at least:
2022-11-14 18:44:28 +01:00
public static let require = L10n.tr("Localizable", "Scene.Register.Input.Password.Require", fallback: "Your password needs at least:")
2022-02-15 07:45:34 +01:00
public enum Accessibility {
/// checked
2022-11-14 18:44:28 +01:00
public static let checked = L10n.tr("Localizable", "Scene.Register.Input.Password.Accessibility.Checked", fallback: "checked")
2022-02-15 07:45:34 +01:00
/// unchecked
2022-11-14 18:44:28 +01:00
public static let unchecked = L10n.tr("Localizable", "Scene.Register.Input.Password.Accessibility.Unchecked", fallback: "unchecked")
2022-02-15 07:45:34 +01:00
}
}
public enum Username {
/// This username is taken.
2022-11-14 18:44:28 +01:00
public static let duplicatePrompt = L10n.tr("Localizable", "Scene.Register.Input.Username.DuplicatePrompt", fallback: "This username is taken.")
/// username
2022-11-14 18:44:28 +01:00
public static let placeholder = L10n.tr("Localizable", "Scene.Register.Input.Username.Placeholder", fallback: "username")
/// amazing_%@
public static func suggestion(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Register.Input.Username.Suggestion", String(describing: p1), fallback: "amazing_%@")
}
}
}
}
public enum Report {
/// Are there any other posts youd like to add to the report?
2022-11-14 18:44:28 +01:00
public static let content1 = L10n.tr("Localizable", "Scene.Report.Content1", fallback: "Are there any other posts youd like to add to the report?")
/// Is there anything the moderators should know about this report?
2022-11-14 18:44:28 +01:00
public static let content2 = L10n.tr("Localizable", "Scene.Report.Content2", fallback: "Is there anything the moderators should know about this report?")
2022-02-15 07:45:34 +01:00
/// REPORTED
2022-11-14 18:44:28 +01:00
public static let reported = L10n.tr("Localizable", "Scene.Report.Reported", fallback: "REPORTED")
2022-02-15 07:45:34 +01:00
/// Thanks for reporting, well look into this.
2022-11-14 18:44:28 +01:00
public static let reportSentTitle = L10n.tr("Localizable", "Scene.Report.ReportSentTitle", fallback: "Thanks for reporting, well look into this.")
/// Send Report
2022-11-14 18:44:28 +01:00
public static let send = L10n.tr("Localizable", "Scene.Report.Send", fallback: "Send Report")
/// Send without comment
2022-11-14 18:44:28 +01:00
public static let skipToSend = L10n.tr("Localizable", "Scene.Report.SkipToSend", fallback: "Send without comment")
/// Step 1 of 2
2022-11-14 18:44:28 +01:00
public static let step1 = L10n.tr("Localizable", "Scene.Report.Step1", fallback: "Step 1 of 2")
/// Step 2 of 2
2022-11-14 18:44:28 +01:00
public static let step2 = L10n.tr("Localizable", "Scene.Report.Step2", fallback: "Step 2 of 2")
/// Type or paste additional comments
2022-11-14 18:44:28 +01:00
public static let textPlaceholder = L10n.tr("Localizable", "Scene.Report.TextPlaceholder", fallback: "Type or paste additional comments")
/// Report %@
public static func title(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Report.Title", String(describing: p1), fallback: "Report %@")
}
2022-02-15 07:45:34 +01:00
/// Report
2022-11-14 18:44:28 +01:00
public static let titleReport = L10n.tr("Localizable", "Scene.Report.TitleReport", fallback: "Report")
2022-05-11 14:55:37 +02:00
public enum StepFinal {
/// Block %@
public static func blockUser(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Report.StepFinal.BlockUser", String(describing: p1), fallback: "Block %@")
2022-05-11 14:55:37 +02:00
}
/// Dont want to see this?
2022-11-14 18:44:28 +01:00
public static let dontWantToSeeThis = L10n.tr("Localizable", "Scene.Report.StepFinal.DontWantToSeeThis", fallback: "Dont want to see this?")
2022-05-11 14:55:37 +02:00
/// Mute %@
public static func muteUser(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Report.StepFinal.MuteUser", String(describing: p1), fallback: "Mute %@")
2022-05-11 14:55:37 +02:00
}
/// They will no longer be able to follow or see your posts, but they can see if theyve been blocked.
2022-11-14 18:44:28 +01:00
public static let theyWillNoLongerBeAbleToFollowOrSeeYourPostsButTheyCanSeeIfTheyveBeenBlocked = L10n.tr("Localizable", "Scene.Report.StepFinal.TheyWillNoLongerBeAbleToFollowOrSeeYourPostsButTheyCanSeeIfTheyveBeenBlocked", fallback: "They will no longer be able to follow or see your posts, but they can see if theyve been blocked.")
2022-05-11 14:55:37 +02:00
/// Unfollow
2022-11-14 18:44:28 +01:00
public static let unfollow = L10n.tr("Localizable", "Scene.Report.StepFinal.Unfollow", fallback: "Unfollow")
2022-05-11 14:55:37 +02:00
/// Unfollowed
2022-11-14 18:44:28 +01:00
public static let unfollowed = L10n.tr("Localizable", "Scene.Report.StepFinal.Unfollowed", fallback: "Unfollowed")
2022-05-11 14:55:37 +02:00
/// Unfollow %@
public static func unfollowUser(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Report.StepFinal.UnfollowUser", String(describing: p1), fallback: "Unfollow %@")
2022-05-11 14:55:37 +02:00
}
/// When you see something you dont like on Mastodon, you can remove the person from your experience.
2022-11-14 18:44:28 +01:00
public static let whenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience = L10n.tr("Localizable", "Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience.", fallback: "When you see something you dont like on Mastodon, you can remove the person from your experience.")
/// While we review this, you can take action against %@
public static func whileWeReviewThisYouCanTakeActionAgainstUser(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Report.StepFinal.WhileWeReviewThisYouCanTakeActionAgainstUser", String(describing: p1), fallback: "While we review this, you can take action against %@")
}
2022-05-11 14:55:37 +02:00
/// You wont see their posts or reblogs in your home feed. They wont know theyve been muted.
2022-11-14 18:44:28 +01:00
public static let youWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted = L10n.tr("Localizable", "Scene.Report.StepFinal.YouWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted", fallback: "You wont see their posts or reblogs in your home feed. They wont know theyve been muted.")
2022-05-11 14:55:37 +02:00
}
public enum StepFour {
/// Is there anything else we should know?
2022-11-14 18:44:28 +01:00
public static let isThereAnythingElseWeShouldKnow = L10n.tr("Localizable", "Scene.Report.StepFour.IsThereAnythingElseWeShouldKnow", fallback: "Is there anything else we should know?")
2022-05-11 14:55:37 +02:00
/// Step 4 of 4
2022-11-14 18:44:28 +01:00
public static let step4Of4 = L10n.tr("Localizable", "Scene.Report.StepFour.Step4Of4", fallback: "Step 4 of 4")
2022-05-11 14:55:37 +02:00
}
public enum StepOne {
/// I dont like it
2022-11-14 18:44:28 +01:00
public static let iDontLikeIt = L10n.tr("Localizable", "Scene.Report.StepOne.IDontLikeIt", fallback: "I dont like it")
2022-05-11 14:55:37 +02:00
/// It is not something you want to see
2022-11-14 18:44:28 +01:00
public static let itIsNotSomethingYouWantToSee = L10n.tr("Localizable", "Scene.Report.StepOne.ItIsNotSomethingYouWantToSee", fallback: "It is not something you want to see")
2022-05-11 14:55:37 +02:00
/// Its something else
2022-11-14 18:44:28 +01:00
public static let itsSomethingElse = L10n.tr("Localizable", "Scene.Report.StepOne.ItsSomethingElse", fallback: "Its something else")
2022-05-11 14:55:37 +02:00
/// Its spam
2022-11-14 18:44:28 +01:00
public static let itsSpam = L10n.tr("Localizable", "Scene.Report.StepOne.ItsSpam", fallback: "Its spam")
2022-05-11 14:55:37 +02:00
/// It violates server rules
2022-11-14 18:44:28 +01:00
public static let itViolatesServerRules = L10n.tr("Localizable", "Scene.Report.StepOne.ItViolatesServerRules", fallback: "It violates server rules")
2022-05-11 14:55:37 +02:00
/// Malicious links, fake engagement, or repetetive replies
2022-11-14 18:44:28 +01:00
public static let maliciousLinksFakeEngagementOrRepetetiveReplies = L10n.tr("Localizable", "Scene.Report.StepOne.MaliciousLinksFakeEngagementOrRepetetiveReplies", fallback: "Malicious links, fake engagement, or repetetive replies")
2022-05-11 14:55:37 +02:00
/// Select the best match
2022-11-14 18:44:28 +01:00
public static let selectTheBestMatch = L10n.tr("Localizable", "Scene.Report.StepOne.SelectTheBestMatch", fallback: "Select the best match")
2022-05-11 14:55:37 +02:00
/// Step 1 of 4
2022-11-14 18:44:28 +01:00
public static let step1Of4 = L10n.tr("Localizable", "Scene.Report.StepOne.Step1Of4", fallback: "Step 1 of 4")
2022-05-11 14:55:37 +02:00
/// The issue does not fit into other categories
2022-11-14 18:44:28 +01:00
public static let theIssueDoesNotFitIntoOtherCategories = L10n.tr("Localizable", "Scene.Report.StepOne.TheIssueDoesNotFitIntoOtherCategories", fallback: "The issue does not fit into other categories")
2022-05-11 14:55:37 +02:00
/// What's wrong with this account?
2022-11-14 18:44:28 +01:00
public static let whatsWrongWithThisAccount = L10n.tr("Localizable", "Scene.Report.StepOne.WhatsWrongWithThisAccount", fallback: "What's wrong with this account?")
2022-05-11 14:55:37 +02:00
/// What's wrong with this post?
2022-11-14 18:44:28 +01:00
public static let whatsWrongWithThisPost = L10n.tr("Localizable", "Scene.Report.StepOne.WhatsWrongWithThisPost", fallback: "What's wrong with this post?")
2022-05-11 14:55:37 +02:00
/// What's wrong with %@?
public static func whatsWrongWithThisUsername(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Report.StepOne.WhatsWrongWithThisUsername", String(describing: p1), fallback: "What's wrong with %@?")
2022-05-11 14:55:37 +02:00
}
/// You are aware that it breaks specific rules
2022-11-14 18:44:28 +01:00
public static let youAreAwareThatItBreaksSpecificRules = L10n.tr("Localizable", "Scene.Report.StepOne.YouAreAwareThatItBreaksSpecificRules", fallback: "You are aware that it breaks specific rules")
2022-05-11 14:55:37 +02:00
}
public enum StepThree {
/// Are there any posts that back up this report?
2022-11-14 18:44:28 +01:00
public static let areThereAnyPostsThatBackUpThisReport = L10n.tr("Localizable", "Scene.Report.StepThree.AreThereAnyPostsThatBackUpThisReport", fallback: "Are there any posts that back up this report?")
2022-05-11 14:55:37 +02:00
/// Select all that apply
2022-11-14 18:44:28 +01:00
public static let selectAllThatApply = L10n.tr("Localizable", "Scene.Report.StepThree.SelectAllThatApply", fallback: "Select all that apply")
2022-05-11 14:55:37 +02:00
/// Step 3 of 4
2022-11-14 18:44:28 +01:00
public static let step3Of4 = L10n.tr("Localizable", "Scene.Report.StepThree.Step3Of4", fallback: "Step 3 of 4")
2022-05-11 14:55:37 +02:00
}
public enum StepTwo {
/// I just dont like it
2022-11-14 18:44:28 +01:00
public static let iJustDonTLikeIt = L10n.tr("Localizable", "Scene.Report.StepTwo.IJustDontLikeIt", fallback: "I just dont like it")
2022-05-11 14:55:37 +02:00
/// Select all that apply
2022-11-14 18:44:28 +01:00
public static let selectAllThatApply = L10n.tr("Localizable", "Scene.Report.StepTwo.SelectAllThatApply", fallback: "Select all that apply")
2022-05-11 14:55:37 +02:00
/// Step 2 of 4
2022-11-14 18:44:28 +01:00
public static let step2Of4 = L10n.tr("Localizable", "Scene.Report.StepTwo.Step2Of4", fallback: "Step 2 of 4")
2022-05-11 14:55:37 +02:00
/// Which rules are being violated?
2022-11-14 18:44:28 +01:00
public static let whichRulesAreBeingViolated = L10n.tr("Localizable", "Scene.Report.StepTwo.WhichRulesAreBeingViolated", fallback: "Which rules are being violated?")
2022-05-11 14:55:37 +02:00
}
}
public enum Search {
/// Search
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Search.Title", fallback: "Search")
public enum Recommend {
/// See All
2022-11-14 18:44:28 +01:00
public static let buttonText = L10n.tr("Localizable", "Scene.Search.Recommend.ButtonText", fallback: "See All")
public enum Accounts {
/// You may like to follow these accounts
2022-11-14 18:44:28 +01:00
public static let description = L10n.tr("Localizable", "Scene.Search.Recommend.Accounts.Description", fallback: "You may like to follow these accounts")
/// Follow
2022-11-14 18:44:28 +01:00
public static let follow = L10n.tr("Localizable", "Scene.Search.Recommend.Accounts.Follow", fallback: "Follow")
/// Accounts you might like
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Search.Recommend.Accounts.Title", fallback: "Accounts you might like")
}
public enum HashTag {
/// Hashtags that are getting quite a bit of attention
2022-11-14 18:44:28 +01:00
public static let description = L10n.tr("Localizable", "Scene.Search.Recommend.HashTag.Description", fallback: "Hashtags that are getting quite a bit of attention")
/// %@ people are talking
public static func peopleTalking(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Search.Recommend.HashTag.PeopleTalking", String(describing: p1), fallback: "%@ people are talking")
}
/// Trending on Mastodon
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Search.Recommend.HashTag.Title", fallback: "Trending on Mastodon")
}
}
public enum SearchBar {
/// Cancel
2022-11-14 18:44:28 +01:00
public static let cancel = L10n.tr("Localizable", "Scene.Search.SearchBar.Cancel", fallback: "Cancel")
/// Search hashtags and users
2022-11-14 18:44:28 +01:00
public static let placeholder = L10n.tr("Localizable", "Scene.Search.SearchBar.Placeholder", fallback: "Search hashtags and users")
}
public enum Searching {
/// Clear
2022-11-14 18:44:28 +01:00
public static let clear = L10n.tr("Localizable", "Scene.Search.Searching.Clear", fallback: "Clear")
/// Clear all
public static let clearAll = L10n.tr("Localizable", "Scene.Search.Searching.ClearAll", fallback: "Clear all")
/// Go to #%@
public static func hashtag(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Search.Searching.Hashtag", String(describing: p1), fallback: "Go to #%@")
}
/// People matching "%@"
public static func people(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Search.Searching.People", String(describing: p1), fallback: "People matching \"%@\"")
}
/// Posts matching "%@"
public static func posts(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Search.Searching.Posts", String(describing: p1), fallback: "Posts matching \"%@\"")
}
/// Go to @%@@%@
public static func profile(_ p1: Any, _ p2: Any) -> String {
return L10n.tr("Localizable", "Scene.Search.Searching.Profile", String(describing: p1), String(describing: p2), fallback: "Go to @%@@%@")
}
/// Recent searches
2022-11-14 18:44:28 +01:00
public static let recentSearch = L10n.tr("Localizable", "Scene.Search.Searching.RecentSearch", fallback: "Recent searches")
/// Open URL in Mastodon
public static let url = L10n.tr("Localizable", "Scene.Search.Searching.Url", fallback: "Open URL in Mastodon")
public enum EmptyState {
/// No results
2022-11-14 18:44:28 +01:00
public static let noResults = L10n.tr("Localizable", "Scene.Search.Searching.EmptyState.NoResults", fallback: "No results")
}
2023-09-21 00:05:26 +02:00
public enum NoUser {
/// There's no Useraccount "%@" on %@
public static func message(_ p1: Any, _ p2: Any) -> String {
return L10n.tr("Localizable", "Scene.Search.Searching.NoUser.Message", String(describing: p1), String(describing: p2), fallback: "There's no Useraccount \"%@\" on %@")
}
/// No User Account Found
public static let title = L10n.tr("Localizable", "Scene.Search.Searching.NoUser.Title", fallback: "No User Account Found")
}
}
}
public enum ServerPicker {
/// Well pick a server based on your language if you continue without making a selection.
public static let noServerSelectedHint = L10n.tr("Localizable", "Scene.ServerPicker.NoServerSelectedHint", fallback: "Well pick a server based on your language if you continue without making a selection.")
2023-03-23 08:51:04 +01:00
/// Pick Server
public static let title = L10n.tr("Localizable", "Scene.ServerPicker.Title", fallback: "Pick Server")
public enum Button {
/// Language
public static let language = L10n.tr("Localizable", "Scene.ServerPicker.Button.Language", fallback: "Language")
/// See Less
2022-11-14 18:44:28 +01:00
public static let seeLess = L10n.tr("Localizable", "Scene.ServerPicker.Button.SeeLess", fallback: "See Less")
/// See More
2022-11-14 18:44:28 +01:00
public static let seeMore = L10n.tr("Localizable", "Scene.ServerPicker.Button.SeeMore", fallback: "See More")
2022-12-21 23:33:34 +01:00
/// Sign-up Speed
public static let signupSpeed = L10n.tr("Localizable", "Scene.ServerPicker.Button.SignupSpeed", fallback: "Sign-up Speed")
public enum Category {
/// academia
2022-11-14 18:44:28 +01:00
public static let academia = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.Academia", fallback: "academia")
/// activism
2022-11-14 18:44:28 +01:00
public static let activism = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.Activism", fallback: "activism")
/// All
2022-11-14 18:44:28 +01:00
public static let all = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.All", fallback: "All")
/// Category: All
2022-11-14 18:44:28 +01:00
public static let allAccessiblityDescription = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.AllAccessiblityDescription", fallback: "Category: All")
/// art
2022-11-14 18:44:28 +01:00
public static let art = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.Art", fallback: "art")
/// food
2022-11-14 18:44:28 +01:00
public static let food = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.Food", fallback: "food")
/// furry
2022-11-14 18:44:28 +01:00
public static let furry = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.Furry", fallback: "furry")
/// games
2022-11-14 18:44:28 +01:00
public static let games = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.Games", fallback: "games")
/// general
2022-11-14 18:44:28 +01:00
public static let general = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.General", fallback: "general")
/// journalism
2022-11-14 18:44:28 +01:00
public static let journalism = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.Journalism", fallback: "journalism")
/// lgbt
2022-11-14 18:44:28 +01:00
public static let lgbt = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.Lgbt", fallback: "lgbt")
/// music
2022-11-14 18:44:28 +01:00
public static let music = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.Music", fallback: "music")
/// regional
2022-11-14 18:44:28 +01:00
public static let regional = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.Regional", fallback: "regional")
/// tech
2022-11-14 18:44:28 +01:00
public static let tech = L10n.tr("Localizable", "Scene.ServerPicker.Button.Category.Tech", fallback: "tech")
}
}
public enum EmptyState {
/// Something went wrong while loading the data. Check your internet connection.
2022-11-14 18:44:28 +01:00
public static let badNetwork = L10n.tr("Localizable", "Scene.ServerPicker.EmptyState.BadNetwork", fallback: "Something went wrong while loading the data. Check your internet connection.")
/// Finding available servers...
2022-11-14 18:44:28 +01:00
public static let findingServers = L10n.tr("Localizable", "Scene.ServerPicker.EmptyState.FindingServers", fallback: "Finding available servers...")
/// No results
2022-11-14 18:44:28 +01:00
public static let noResults = L10n.tr("Localizable", "Scene.ServerPicker.EmptyState.NoResults", fallback: "No results")
}
public enum Input {
2022-11-16 11:21:15 +01:00
/// Search communities or enter URL
public static let searchServersOrEnterUrl = L10n.tr("Localizable", "Scene.ServerPicker.Input.SearchServersOrEnterUrl", fallback: "Search communities or enter URL")
}
public enum Label {
/// CATEGORY
2022-11-14 18:44:28 +01:00
public static let category = L10n.tr("Localizable", "Scene.ServerPicker.Label.Category", fallback: "CATEGORY")
/// LANGUAGE
2022-11-14 18:44:28 +01:00
public static let language = L10n.tr("Localizable", "Scene.ServerPicker.Label.Language", fallback: "LANGUAGE")
/// USERS
2022-11-14 18:44:28 +01:00
public static let users = L10n.tr("Localizable", "Scene.ServerPicker.Label.Users", fallback: "USERS")
}
2022-12-30 17:02:20 +01:00
public enum Language {
/// All
public static let all = L10n.tr("Localizable", "Scene.ServerPicker.Language.All", fallback: "All")
}
public enum Search {
/// Search name or URL
public static let placeholder = L10n.tr("Localizable", "Scene.ServerPicker.Search.Placeholder", fallback: "Search name or URL")
}
2022-12-21 23:33:34 +01:00
public enum SignupSpeed {
/// All
public static let all = L10n.tr("Localizable", "Scene.ServerPicker.SignupSpeed.All", fallback: "All")
/// Instant Sign-up
public static let instant = L10n.tr("Localizable", "Scene.ServerPicker.SignupSpeed.Instant", fallback: "Instant Sign-up")
/// Manual Review
public static let manuallyReviewed = L10n.tr("Localizable", "Scene.ServerPicker.SignupSpeed.ManuallyReviewed", fallback: "Manual Review")
}
}
public enum ServerRules {
/// privacy policy
2022-11-14 18:44:28 +01:00
public static let privacyPolicy = L10n.tr("Localizable", "Scene.ServerRules.PrivacyPolicy", fallback: "privacy policy")
/// By continuing, youre subject to the terms of service and privacy policy for %@.
public static func prompt(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.ServerRules.Prompt", String(describing: p1), fallback: "By continuing, youre subject to the terms of service and privacy policy for %@.")
}
/// By continuing, you agree to follow by the following rules set and enforced by the **%@** moderators.
public static func subtitle(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.ServerRules.Subtitle", String(describing: p1), fallback: "By continuing, you agree to follow by the following rules set and enforced by the **%@** moderators.")
}
/// terms of service
2022-11-14 18:44:28 +01:00
public static let termsOfService = L10n.tr("Localizable", "Scene.ServerRules.TermsOfService", fallback: "terms of service")
/// Server Rules
public static let title = L10n.tr("Localizable", "Scene.ServerRules.Title", fallback: "Server Rules")
public enum Button {
2023-04-08 23:29:30 +02:00
/// I Agree
public static let confirm = L10n.tr("Localizable", "Scene.ServerRules.Button.Confirm", fallback: "I Agree")
/// Disagree
public static let disagree = L10n.tr("Localizable", "Scene.ServerRules.Button.Disagree", fallback: "Disagree")
}
}
public enum Settings {
public enum AboutMastodon {
/// Clear Media Storage
2023-10-09 14:40:15 +02:00
public static let clearMediaStorage = L10n.tr("Localizable", "Scene.Settings.AboutMastodon.ClearMediaStorage", fallback: "Clear Media Storage")
/// Contribute to Mastodon
public static let contributeToMastodon = L10n.tr("Localizable", "Scene.Settings.AboutMastodon.ContributeToMastodon", fallback: "Contribute to Mastodon")
/// Even More Settings
public static let moreSettings = L10n.tr("Localizable", "Scene.Settings.AboutMastodon.MoreSettings", fallback: "Even More Settings")
2023-06-28 09:02:37 +02:00
/// Privacy Policy
public static let privacyPolicy = L10n.tr("Localizable", "Scene.Settings.AboutMastodon.PrivacyPolicy", fallback: "Privacy Policy")
2023-06-28 09:05:21 +02:00
/// About
public static let title = L10n.tr("Localizable", "Scene.Settings.AboutMastodon.Title", fallback: "About")
}
public enum General {
/// General
public static let title = L10n.tr("Localizable", "Scene.Settings.General.Title", fallback: "General")
public enum Appearance {
/// Dark
public static let dark = L10n.tr("Localizable", "Scene.Settings.General.Appearance.Dark", fallback: "Dark")
/// Light
public static let light = L10n.tr("Localizable", "Scene.Settings.General.Appearance.Light", fallback: "Light")
/// Appearance
public static let sectionTitle = L10n.tr("Localizable", "Scene.Settings.General.Appearance.SectionTitle", fallback: "Appearance")
/// Use Device Appearance
public static let system = L10n.tr("Localizable", "Scene.Settings.General.Appearance.System", fallback: "Use Device Appearance")
}
public enum AskBefore {
/// Boosting a Post
public static let boostingAPost = L10n.tr("Localizable", "Scene.Settings.General.AskBefore.BoostingAPost", fallback: "Boosting a Post")
/// Deleting a Post
public static let deletingAPost = L10n.tr("Localizable", "Scene.Settings.General.AskBefore.DeletingAPost", fallback: "Deleting a Post")
/// Posting without Alt Text
public static let postingWithoutAltText = L10n.tr("Localizable", "Scene.Settings.General.AskBefore.PostingWithoutAltText", fallback: "Posting without Alt Text")
/// Ask before
public static let sectionTitle = L10n.tr("Localizable", "Scene.Settings.General.AskBefore.SectionTitle", fallback: "Ask before…")
/// Unfollowing Someone
public static let unfollowingSomeone = L10n.tr("Localizable", "Scene.Settings.General.AskBefore.UnfollowingSomeone", fallback: "Unfollowing Someone")
}
public enum Design {
/// Design
public static let sectionTitle = L10n.tr("Localizable", "Scene.Settings.General.Design.SectionTitle", fallback: "Design")
/// Play Animated Avatars and Emoji
public static let showAnimations = L10n.tr("Localizable", "Scene.Settings.General.Design.ShowAnimations", fallback: "Play Animated Avatars and Emoji")
}
public enum Language {
/// Default Post Language
public static let defaultPostLanguage = L10n.tr("Localizable", "Scene.Settings.General.Language.DefaultPostLanguage", fallback: "Default Post Language")
/// Language
public static let sectionTitle = L10n.tr("Localizable", "Scene.Settings.General.Language.SectionTitle", fallback: "Language")
}
public enum Links {
/// Open in Browser
public static let openInBrowser = L10n.tr("Localizable", "Scene.Settings.General.Links.OpenInBrowser", fallback: "Open in Browser")
/// Open in Mastodon
public static let openInMastodon = L10n.tr("Localizable", "Scene.Settings.General.Links.OpenInMastodon", fallback: "Open in Mastodon")
/// Links
public static let sectionTitle = L10n.tr("Localizable", "Scene.Settings.General.Links.SectionTitle", fallback: "Links")
}
}
public enum Notifications {
/// Notifications
public static let title = L10n.tr("Localizable", "Scene.Settings.Notifications.Title", fallback: "Notifications")
public enum Alert {
/// Boosts
public static let boosts = L10n.tr("Localizable", "Scene.Settings.Notifications.Alert.Boosts", fallback: "Boosts")
/// Favorites
public static let favorites = L10n.tr("Localizable", "Scene.Settings.Notifications.Alert.Favorites", fallback: "Favorites")
/// Mentions & Replies
public static let mentionsAndReplies = L10n.tr("Localizable", "Scene.Settings.Notifications.Alert.MentionsAndReplies", fallback: "Mentions & Replies")
/// New Followers
public static let newFollowers = L10n.tr("Localizable", "Scene.Settings.Notifications.Alert.NewFollowers", fallback: "New Followers")
}
2023-09-26 17:24:26 +02:00
public enum Disabled {
/// Go to Notification Settings
public static let goToSettings = L10n.tr("Localizable", "Scene.Settings.Notifications.Disabled.GoToSettings", fallback: "Go to Notification Settings")
/// Turn on notifications from your device settings to see updates on your lock screen.
public static let notificationHint = L10n.tr("Localizable", "Scene.Settings.Notifications.Disabled.NotificationHint", fallback: "Turn on notifications from your device settings to see updates on your lock screen.")
}
public enum Policy {
/// Anyone
public static let anyone = L10n.tr("Localizable", "Scene.Settings.Notifications.Policy.Anyone", fallback: "Anyone")
/// People you follow
public static let follow = L10n.tr("Localizable", "Scene.Settings.Notifications.Policy.Follow", fallback: "People you follow")
/// People who follow you
public static let followers = L10n.tr("Localizable", "Scene.Settings.Notifications.Policy.Followers", fallback: "People who follow you")
/// No one
public static let noone = L10n.tr("Localizable", "Scene.Settings.Notifications.Policy.Noone", fallback: "No one")
/// Get Notifications from
public static let title = L10n.tr("Localizable", "Scene.Settings.Notifications.Policy.Title", fallback: "Get Notifications from")
}
}
public enum Overview {
/// About Mastodon
public static let aboutMastodon = L10n.tr("Localizable", "Scene.Settings.Overview.AboutMastodon", fallback: "About Mastodon")
/// General
public static let general = L10n.tr("Localizable", "Scene.Settings.Overview.General", fallback: "General")
/// Logout %@
public static func logout(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Settings.Overview.Logout", String(describing: p1), fallback: "Logout %@")
}
/// Notifications
public static let notifications = L10n.tr("Localizable", "Scene.Settings.Overview.Notifications", fallback: "Notifications")
/// Server Details
public static let serverDetails = L10n.tr("Localizable", "Scene.Settings.Overview.ServerDetails", fallback: "Server Details")
/// Support Mastodon
public static let supportMastodon = L10n.tr("Localizable", "Scene.Settings.Overview.SupportMastodon", fallback: "Support Mastodon")
/// Settings
public static let title = L10n.tr("Localizable", "Scene.Settings.Overview.Title", fallback: "Settings")
}
public enum ServerDetails {
/// About
public static let about = L10n.tr("Localizable", "Scene.Settings.ServerDetails.About", fallback: "About")
/// Rules
public static let rules = L10n.tr("Localizable", "Scene.Settings.ServerDetails.Rules", fallback: "Rules")
public enum AboutInstance {
/// A legal notice
public static let legalNotice = L10n.tr("Localizable", "Scene.Settings.ServerDetails.AboutInstance.LegalNotice", fallback: "A legal notice")
/// Message Admin
public static let messageAdmin = L10n.tr("Localizable", "Scene.Settings.ServerDetails.AboutInstance.MessageAdmin", fallback: "Message Admin")
/// Administrator
public static let title = L10n.tr("Localizable", "Scene.Settings.ServerDetails.AboutInstance.Title", fallback: "Administrator")
}
}
}
public enum SuggestionAccount {
2023-06-28 13:46:26 +02:00
/// Follow all
public static let followAll = L10n.tr("Localizable", "Scene.SuggestionAccount.FollowAll", fallback: "Follow all")
/// Popular on Mastodon
public static let title = L10n.tr("Localizable", "Scene.SuggestionAccount.Title", fallback: "Popular on Mastodon")
}
public enum Thread {
/// Post
2022-11-14 18:44:28 +01:00
public static let backTitle = L10n.tr("Localizable", "Scene.Thread.BackTitle", fallback: "Post")
/// Post from %@
public static func title(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Thread.Title", String(describing: p1), fallback: "Post from %@")
}
}
public enum Welcome {
/// Join %@
public static func joinDefaultServer(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.Welcome.JoinDefaultServer", String(describing: p1), fallback: "Join %@")
}
/// Learn more
public static let learnMore = L10n.tr("Localizable", "Scene.Welcome.LearnMore", fallback: "Learn more")
2022-02-15 07:45:34 +01:00
/// Log In
2022-11-14 18:44:28 +01:00
public static let logIn = L10n.tr("Localizable", "Scene.Welcome.LogIn", fallback: "Log In")
/// Pick another server
public static let pickServer = L10n.tr("Localizable", "Scene.Welcome.PickServer", fallback: "Pick another server")
public enum Education {
2023-03-23 08:51:04 +01:00
public enum A11Y {
public enum WhatIsMastodon {
/// What is Mastodon?
2023-03-23 08:51:04 +01:00
public static let title = L10n.tr("Localizable", "Scene.Welcome.Education.A11Y.WhatIsMastodon.Title", fallback: "What is Mastodon?")
}
}
public enum Mastodon {
/// Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.
public static let description = L10n.tr("Localizable", "Scene.Welcome.Education.Mastodon.Description", fallback: "Mastodon is a decentralized social network, meaning no single company controls it. Its made up of many independently-run servers, all connected together.")
/// Welcome to Mastodon
public static let title = L10n.tr("Localizable", "Scene.Welcome.Education.Mastodon.Title", fallback: "Welcome to Mastodon")
}
public enum Servers {
/// Every Mastodon account is hosted on a server each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.
public static let description = L10n.tr("Localizable", "Scene.Welcome.Education.Servers.Description", fallback: "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.")
/// What are servers?
public static let title = L10n.tr("Localizable", "Scene.Welcome.Education.Servers.Title", fallback: "What are servers?")
}
}
public enum Separator {
2023-04-08 23:46:12 +02:00
/// or
public static let or = L10n.tr("Localizable", "Scene.Welcome.Separator.Or", fallback: "or")
}
}
}
2023-02-06 12:13:29 +01:00
public enum Widget {
public enum Common {
/// Sorry but this Widget family is unsupported.
public static let unsupportedWidgetFamily = L10n.tr("Localizable", "Widget.Common.UnsupportedWidgetFamily", fallback: "Sorry but this Widget family is unsupported.")
/// Please open Mastodon to log in to an Account.
public static let userNotLoggedIn = L10n.tr("Localizable", "Widget.Common.UserNotLoggedIn", fallback: "Please open Mastodon to log in to an Account.")
}
public enum FollowersCount {
2023-02-07 09:33:47 +01:00
/// Show number of followers.
public static let configurationDescription = L10n.tr("Localizable", "Widget.FollowersCount.ConfigurationDescription", fallback: "Show number of followers.")
/// Followers
public static let configurationDisplayName = L10n.tr("Localizable", "Widget.FollowersCount.ConfigurationDisplayName", fallback: "Followers")
2023-02-06 12:13:29 +01:00
/// %@ followers today
public static func followersToday(_ p1: Any) -> String {
return L10n.tr("Localizable", "Widget.FollowersCount.FollowersToday", String(describing: p1), fallback: "%@ followers today")
}
/// FOLLOWERS
public static let title = L10n.tr("Localizable", "Widget.FollowersCount.Title", fallback: "FOLLOWERS")
}
2023-03-28 23:05:47 +02:00
public enum Hashtag {
public enum Configuration {
2023-05-10 16:26:23 +02:00
/// Shows a recent post with the selected hashtag.
public static let description = L10n.tr("Localizable", "Widget.Hashtag.Configuration.Description", fallback: "Shows a recent post with the selected hashtag.")
2023-03-28 23:05:47 +02:00
/// Hashtag
public static let displayName = L10n.tr("Localizable", "Widget.Hashtag.Configuration.DisplayName", fallback: "Hashtag")
}
public enum NotFound {
/// @johnMastodon@no-such.account
public static let account = L10n.tr("Localizable", "Widget.Hashtag.NotFound.Account", fallback: "@johnMastodon@no-such.account")
/// John Mastodon
public static let accountName = L10n.tr("Localizable", "Widget.Hashtag.NotFound.AccountName", fallback: "John Mastodon")
2023-05-10 16:26:23 +02:00
/// Sorry, we couldnt find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.
public static func content(_ p1: Any) -> String {
2023-05-10 16:26:23 +02:00
return L10n.tr("Localizable", "Widget.Hashtag.NotFound.Content", String(describing: p1), fallback: "Sorry, we couldnt find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.")
}
}
public enum Placeholder {
/// @johnMastodon@no-such.account
public static let account = L10n.tr("Localizable", "Widget.Hashtag.Placeholder.Account", fallback: "@johnMastodon@no-such.account")
/// John Mastodon
public static let accountName = L10n.tr("Localizable", "Widget.Hashtag.Placeholder.AccountName", fallback: "John Mastodon")
2023-05-10 16:26:23 +02:00
/// This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.
public static let content = L10n.tr("Localizable", "Widget.Hashtag.Placeholder.Content", fallback: "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.")
}
2023-03-28 23:05:47 +02:00
}
2023-02-06 12:13:29 +01:00
public enum LatestFollowers {
2023-02-07 09:33:47 +01:00
/// Show latest followers.
public static let configurationDescription = L10n.tr("Localizable", "Widget.LatestFollowers.ConfigurationDescription", fallback: "Show latest followers.")
/// Latest followers
public static let configurationDisplayName = L10n.tr("Localizable", "Widget.LatestFollowers.ConfigurationDisplayName", fallback: "Latest followers")
2023-02-06 12:13:29 +01:00
/// Last update: %@
public static func lastUpdate(_ p1: Any) -> String {
return L10n.tr("Localizable", "Widget.LatestFollowers.LastUpdate", String(describing: p1), fallback: "Last update: %@")
}
/// Latest followers
public static let title = L10n.tr("Localizable", "Widget.LatestFollowers.Title", fallback: "Latest followers")
}
public enum MultipleFollowers {
2023-02-07 09:33:47 +01:00
/// Show number of followers for multiple accounts.
public static let configurationDescription = L10n.tr("Localizable", "Widget.MultipleFollowers.ConfigurationDescription", fallback: "Show number of followers for multiple accounts.")
/// Multiple followers
public static let configurationDisplayName = L10n.tr("Localizable", "Widget.MultipleFollowers.ConfigurationDisplayName", fallback: "Multiple followers")
public enum MockUser {
/// another@follower.social
public static let accountName = L10n.tr("Localizable", "Widget.MultipleFollowers.MockUser.AccountName", fallback: "another@follower.social")
/// Another follower
public static let displayName = L10n.tr("Localizable", "Widget.MultipleFollowers.MockUser.DisplayName", fallback: "Another follower")
}
}
2023-02-06 12:13:29 +01:00
}
public enum A11y {
public enum Plural {
public enum Count {
/// Plural format key: "%#@character_count@"
2022-11-08 19:50:23 +01:00
public static func charactersLeft(_ p1: Int) -> String {
return L10n.tr("Localizable", "a11y.plural.count.characters_left", p1, fallback: "Plural format key: \"%#@character_count@\"")
2022-11-08 19:50:23 +01:00
}
/// Plural format key: "Input limit exceeds %#@character_count@"
public static func inputLimitExceeds(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "a11y.plural.count.input_limit_exceeds", p1, fallback: "Plural format key: \"Input limit exceeds %#@character_count@\"")
}
/// Plural format key: "Input limit remains %#@character_count@"
public static func inputLimitRemains(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "a11y.plural.count.input_limit_remains", p1, fallback: "Plural format key: \"Input limit remains %#@character_count@\"")
}
public enum Unread {
/// Plural format key: "%#@notification_count_unread_notification@"
public static func notification(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "a11y.plural.count.unread.notification", p1, fallback: "Plural format key: \"%#@notification_count_unread_notification@\"")
}
}
}
}
}
public enum Date {
public enum Day {
/// Plural format key: "%#@count_day_left@"
public static func `left`(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "date.day.left", p1, fallback: "Plural format key: \"%#@count_day_left@\"")
}
public enum Ago {
/// Plural format key: "%#@count_day_ago_abbr@"
public static func abbr(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "date.day.ago.abbr", p1, fallback: "Plural format key: \"%#@count_day_ago_abbr@\"")
}
}
}
public enum Hour {
/// Plural format key: "%#@count_hour_left@"
public static func `left`(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "date.hour.left", p1, fallback: "Plural format key: \"%#@count_hour_left@\"")
}
public enum Ago {
/// Plural format key: "%#@count_hour_ago_abbr@"
public static func abbr(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "date.hour.ago.abbr", p1, fallback: "Plural format key: \"%#@count_hour_ago_abbr@\"")
}
}
}
public enum Minute {
/// Plural format key: "%#@count_minute_left@"
public static func `left`(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "date.minute.left", p1, fallback: "Plural format key: \"%#@count_minute_left@\"")
}
public enum Ago {
/// Plural format key: "%#@count_minute_ago_abbr@"
public static func abbr(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "date.minute.ago.abbr", p1, fallback: "Plural format key: \"%#@count_minute_ago_abbr@\"")
}
}
}
public enum Month {
/// Plural format key: "%#@count_month_left@"
public static func `left`(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "date.month.left", p1, fallback: "Plural format key: \"%#@count_month_left@\"")
}
public enum Ago {
/// Plural format key: "%#@count_month_ago_abbr@"
public static func abbr(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "date.month.ago.abbr", p1, fallback: "Plural format key: \"%#@count_month_ago_abbr@\"")
}
}
}
public enum Second {
/// Plural format key: "%#@count_second_left@"
public static func `left`(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "date.second.left", p1, fallback: "Plural format key: \"%#@count_second_left@\"")
}
public enum Ago {
/// Plural format key: "%#@count_second_ago_abbr@"
public static func abbr(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "date.second.ago.abbr", p1, fallback: "Plural format key: \"%#@count_second_ago_abbr@\"")
}
}
}
public enum Year {
/// Plural format key: "%#@count_year_left@"
public static func `left`(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "date.year.left", p1, fallback: "Plural format key: \"%#@count_year_left@\"")
}
public enum Ago {
/// Plural format key: "%#@count_year_ago_abbr@"
public static func abbr(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "date.year.ago.abbr", p1, fallback: "Plural format key: \"%#@count_year_ago_abbr@\"")
}
}
}
}
public enum Plural {
/// Plural format key: "%#@count_people_talking@"
public static func peopleTalking(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "plural.people_talking", p1, fallback: "Plural format key: \"%#@count_people_talking@\"")
}
public enum Count {
/// Plural format key: "%#@favorite_count@"
public static func favorite(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "plural.count.favorite", p1, fallback: "Plural format key: \"%#@favorite_count@\"")
}
2022-05-17 16:36:58 +02:00
/// Plural format key: "%#@names@%#@count_mutual@"
public static func followedByAndMutual(_ p1: Int, _ p2: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "plural.count.followed_by_and_mutual", p1, p2, fallback: "Plural format key: \"%#@names@%#@count_mutual@\"")
2022-05-17 16:36:58 +02:00
}
/// Plural format key: "%#@count_follower@"
public static func follower(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "plural.count.follower", p1, fallback: "Plural format key: \"%#@count_follower@\"")
}
/// Plural format key: "%#@count_following@"
public static func following(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "plural.count.following", p1, fallback: "Plural format key: \"%#@count_following@\"")
}
/// Plural format key: "%#@media_count@"
public static func media(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "plural.count.media", p1, fallback: "Plural format key: \"%#@media_count@\"")
}
/// Plural format key: "%#@post_count@"
public static func post(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "plural.count.post", p1, fallback: "Plural format key: \"%#@post_count@\"")
}
/// Plural format key: "%#@reblog_count@"
public static func reblog(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "plural.count.reblog", p1, fallback: "Plural format key: \"%#@reblog_count@\"")
}
/// Plural format key: "%#@reblog_count@"
public static func reblogA11y(_ p1: Int) -> String {
return L10n.tr("Localizable", "plural.count.reblog_a11y", p1, fallback: "Plural format key: \"%#@reblog_count@\"")
}
2022-04-01 04:04:38 +02:00
/// Plural format key: "%#@reply_count@"
public static func reply(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "plural.count.reply", p1, fallback: "Plural format key: \"%#@reply_count@\"")
2022-04-01 04:04:38 +02:00
}
/// Plural format key: "%#@vote_count@"
public static func vote(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "plural.count.vote", p1, fallback: "Plural format key: \"%#@vote_count@\"")
}
/// Plural format key: "%#@voter_count@"
public static func voter(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "plural.count.voter", p1, fallback: "Plural format key: \"%#@voter_count@\"")
}
public enum MetricFormatted {
/// Plural format key: "%@ %#@post_count@"
public static func post(_ p1: Any, _ p2: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "plural.count.metric_formatted.post", String(describing: p1), p2, fallback: "Plural format key: \"%@ %#@post_count@\"")
}
}
}
}
}
// swiftlint:enable explicit_type_interface function_parameter_count identifier_name line_length
// swiftlint:enable nesting type_body_length type_name vertical_whitespace_opening_braces
// MARK: - Implementation Details
extension L10n {
2022-11-14 18:44:28 +01:00
private static func tr(_ table: String, _ key: String, _ args: CVarArg..., fallback value: String) -> String {
let format = Bundle.module.localizedString(forKey: key, value: value, table: table)
return String(format: format, locale: Locale.current, arguments: args)
}
}