mastodon-app-ufficiale-ipho.../MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift

1468 lines
93 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 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 DiscardPostContent {
/// Confirm to discard composed post content.
2022-11-14 18:44:28 +01:00
public static let message = L10n.tr("Localizable", "Common.Alerts.DiscardPostContent.Message", fallback: "Confirm to discard composed post content.")
/// Discard Draft
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Common.Alerts.DiscardPostContent.Title", fallback: "Discard Draft")
}
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 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 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 %@")
}
/// 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 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")
/// 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")
/// 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")
/// 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 %@")
}
/// Sign In
2022-11-14 18:44:28 +01:00
public static let signIn = L10n.tr("Localizable", "Common.Controls.Actions.SignIn", fallback: "Sign In")
/// Sign Up
2022-11-14 18:44:28 +01:00
public static let signUp = L10n.tr("Localizable", "Common.Controls.Actions.SignUp", fallback: "Sign Up")
/// 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 %@")
}
}
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")
/// Block %@
public static func blockDomain(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Common.Controls.Friendship.BlockDomain", String(describing: p1), fallback: "Block %@")
}
/// 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 %@")
}
/// 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")
/// 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")
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")
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")
}
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-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")
/// Notification
2022-11-14 18:44:28 +01:00
public static let notification = L10n.tr("Localizable", "Common.Controls.Tabs.Notification", fallback: "Notification")
/// Profile
2022-11-14 18:44:28 +01:00
public static let profile = L10n.tr("Localizable", "Common.Controls.Tabs.Profile", fallback: "Profile")
/// Search
2022-11-14 18:44:28 +01:00
public static let search = L10n.tr("Localizable", "Common.Controls.Tabs.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")
}
}
}
}
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 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 {
/// 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: %@")
}
/// 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")
}
/// 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")
}
public enum Title {
/// 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 {
2022-02-15 07:45:34 +01:00
/// Tap the link we emailed to you to verify your account.
2022-11-14 18:44:28 +01:00
public static let subtitle = L10n.tr("Localizable", "Scene.ConfirmEmail.Subtitle", fallback: "Tap the link we emailed to you to verify your account.")
/// Tap the link we emailed to you to verify your account
2022-11-14 18:44:28 +01:00
public static let tapTheLinkWeEmailedToYouToVerifyYourAccount = L10n.tr("Localizable", "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount", fallback: "Tap the link we emailed to you to verify your account")
/// One last thing.
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.ConfirmEmail.Title", fallback: "One last thing.")
public enum Button {
/// Open Email App
2022-11-14 18:44:28 +01:00
public static let openEmailApp = L10n.tr("Localizable", "Scene.ConfirmEmail.Button.OpenEmailApp", fallback: "Open Email App")
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 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
2022-11-14 18:44:28 +01:00
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.
2022-11-14 18:44:28 +01:00
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 {
/// Your Favorites
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Favorite.Title", fallback: "Your 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
}
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-05-11 14:55:37 +02:00
/// Logo Button
2022-11-14 18:44:28 +01:00
public static let logoLabel = L10n.tr("Localizable", "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel", fallback: "Logo Button")
2022-05-11 14:55:37 +02: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 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 {
/// followers
2022-11-14 18:44:28 +01:00
public static let followers = L10n.tr("Localizable", "Scene.Profile.Dashboard.Followers", fallback: "followers")
/// following
2022-11-14 18:44:28 +01:00
public static let following = L10n.tr("Localizable", "Scene.Profile.Dashboard.Following", fallback: "following")
/// posts
2022-11-14 18:44:28 +01:00
public static let posts = L10n.tr("Localizable", "Scene.Profile.Dashboard.Posts", 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")
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")
}
}
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 {
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
}
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 {
/// Lets get you set up on %@
public static func letsGetYouSetUpOnDomain(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Register.LetsGetYouSetUpOnDomain", String(describing: p1), fallback: "Lets get you set up on %@")
}
2022-02-15 07:45:34 +01:00
/// Lets get you set up on %@
public static func title(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Register.Title", String(describing: p1), fallback: "Lets get you set up on %@")
2022-02-15 07:45:34 +01:00
}
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 in use
public static func taken(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Register.Error.Reason.Taken", String(describing: p1), fallback: "%@ is already in use")
}
/// %@ 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")
/// 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")
/// password
2022-11-14 18:44:28 +01:00
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")
}
}
}
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")
/// Recent searches
2022-11-14 18:44:28 +01:00
public static let recentSearch = L10n.tr("Localizable", "Scene.Search.Searching.RecentSearch", fallback: "Recent searches")
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")
}
public enum Segment {
/// All
2022-11-14 18:44:28 +01:00
public static let all = L10n.tr("Localizable", "Scene.Search.Searching.Segment.All", fallback: "All")
/// Hashtags
2022-11-14 18:44:28 +01:00
public static let hashtags = L10n.tr("Localizable", "Scene.Search.Searching.Segment.Hashtags", fallback: "Hashtags")
/// People
2022-11-14 18:44:28 +01:00
public static let people = L10n.tr("Localizable", "Scene.Search.Searching.Segment.People", fallback: "People")
/// Posts
2022-11-14 18:44:28 +01:00
public static let posts = L10n.tr("Localizable", "Scene.Search.Searching.Segment.Posts", fallback: "Posts")
}
}
}
public enum ServerPicker {
2022-04-29 09:05:22 +02:00
/// Pick a server based on your interests, region, or a general purpose one.
2022-11-14 18:44:28 +01:00
public static let subtitle = L10n.tr("Localizable", "Scene.ServerPicker.Subtitle", fallback: "Pick a server based on your interests, region, or a general purpose one.")
2022-04-29 09:05:22 +02:00
/// Pick a server based on your interests, region, or a general purpose one. Each server is operated by an entirely independent organization or individual.
2022-11-14 18:44:28 +01:00
public static let subtitleExtend = L10n.tr("Localizable", "Scene.ServerPicker.SubtitleExtend", fallback: "Pick a server based on your interests, region, or a general purpose one. Each server is operated by an entirely independent organization or individual.")
2022-04-29 09:05:22 +02:00
/// Mastodon is made of users in different servers.
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.ServerPicker.Title", fallback: "Mastodon is made of users in different servers.")
public enum Button {
/// 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")
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-04-29 09:05:22 +02:00
/// Search servers
2022-11-14 18:44:28 +01:00
public static let placeholder = L10n.tr("Localizable", "Scene.ServerPicker.Input.Placeholder", fallback: "Search servers")
2022-05-23 05:03:34 +02:00
/// Search servers or enter URL
2022-11-14 18:44:28 +01:00
public static let searchServersOrEnterUrl = L10n.tr("Localizable", "Scene.ServerPicker.Input.SearchServersOrEnterUrl", fallback: "Search servers 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")
}
}
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 %@.")
}
2022-02-15 07:45:34 +01:00
/// These are set and enforced by the %@ moderators.
public static func subtitle(_ p1: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.ServerRules.Subtitle", String(describing: p1), fallback: "These are 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")
/// Some ground rules.
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.ServerRules.Title", fallback: "Some ground rules.")
public enum Button {
/// I Agree
2022-11-14 18:44:28 +01:00
public static let confirm = L10n.tr("Localizable", "Scene.ServerRules.Button.Confirm", fallback: "I Agree")
}
}
public enum Settings {
/// Settings
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Settings.Title", fallback: "Settings")
public enum Footer {
/// Mastodon is open source software. You can report issues on GitHub at %@ (%@)
public static func mastodonDescription(_ p1: Any, _ p2: Any) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "Scene.Settings.Footer.MastodonDescription", String(describing: p1), String(describing: p2), fallback: "Mastodon is open source software. You can report issues on GitHub at %@ (%@)")
}
}
public enum Keyboard {
/// Close Settings Window
2022-11-14 18:44:28 +01:00
public static let closeSettingsWindow = L10n.tr("Localizable", "Scene.Settings.Keyboard.CloseSettingsWindow", fallback: "Close Settings Window")
}
public enum Section {
public enum Appearance {
/// Automatic
2022-11-14 18:44:28 +01:00
public static let automatic = L10n.tr("Localizable", "Scene.Settings.Section.Appearance.Automatic", fallback: "Automatic")
/// Always Dark
2022-11-14 18:44:28 +01:00
public static let dark = L10n.tr("Localizable", "Scene.Settings.Section.Appearance.Dark", fallback: "Always Dark")
/// Always Light
2022-11-14 18:44:28 +01:00
public static let light = L10n.tr("Localizable", "Scene.Settings.Section.Appearance.Light", fallback: "Always Light")
/// Appearance
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.Appearance.Title", fallback: "Appearance")
}
public enum BoringZone {
/// Account Settings
2022-11-14 18:44:28 +01:00
public static let accountSettings = L10n.tr("Localizable", "Scene.Settings.Section.BoringZone.AccountSettings", fallback: "Account Settings")
/// Privacy Policy
2022-11-14 18:44:28 +01:00
public static let privacy = L10n.tr("Localizable", "Scene.Settings.Section.BoringZone.Privacy", fallback: "Privacy Policy")
/// Terms of Service
2022-11-14 18:44:28 +01:00
public static let terms = L10n.tr("Localizable", "Scene.Settings.Section.BoringZone.Terms", fallback: "Terms of Service")
/// The Boring Zone
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.BoringZone.Title", fallback: "The Boring Zone")
}
2022-02-15 07:45:34 +01:00
public enum LookAndFeel {
/// Light
2022-11-14 18:44:28 +01:00
public static let light = L10n.tr("Localizable", "Scene.Settings.Section.LookAndFeel.Light", fallback: "Light")
2022-02-15 07:45:34 +01:00
/// Really Dark
2022-11-14 18:44:28 +01:00
public static let reallyDark = L10n.tr("Localizable", "Scene.Settings.Section.LookAndFeel.ReallyDark", fallback: "Really Dark")
2022-02-15 07:45:34 +01:00
/// Sorta Dark
2022-11-14 18:44:28 +01:00
public static let sortaDark = L10n.tr("Localizable", "Scene.Settings.Section.LookAndFeel.SortaDark", fallback: "Sorta Dark")
2022-02-15 07:45:34 +01:00
/// Look and Feel
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.LookAndFeel.Title", fallback: "Look and Feel")
2022-02-15 07:45:34 +01:00
/// Use System
2022-11-14 18:44:28 +01:00
public static let useSystem = L10n.tr("Localizable", "Scene.Settings.Section.LookAndFeel.UseSystem", fallback: "Use System")
2022-02-15 07:45:34 +01:00
}
public enum Notifications {
/// Reblogs my post
2022-11-14 18:44:28 +01:00
public static let boosts = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Boosts", fallback: "Reblogs my post")
/// Favorites my post
2022-11-14 18:44:28 +01:00
public static let favorites = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Favorites", fallback: "Favorites my post")
/// Follows me
2022-11-14 18:44:28 +01:00
public static let follows = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Follows", fallback: "Follows me")
/// Mentions me
2022-11-14 18:44:28 +01:00
public static let mentions = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Mentions", fallback: "Mentions me")
/// Notifications
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Title", fallback: "Notifications")
public enum Trigger {
/// anyone
2022-11-14 18:44:28 +01:00
public static let anyone = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Trigger.Anyone", fallback: "anyone")
/// anyone I follow
2022-11-14 18:44:28 +01:00
public static let follow = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Trigger.Follow", fallback: "anyone I follow")
/// a follower
2022-11-14 18:44:28 +01:00
public static let follower = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Trigger.Follower", fallback: "a follower")
/// no one
2022-11-14 18:44:28 +01:00
public static let noone = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Trigger.Noone", fallback: "no one")
/// Notify me when
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Trigger.Title", fallback: "Notify me when")
}
}
public enum Preference {
/// Disable animated avatars
2022-11-14 18:44:28 +01:00
public static let disableAvatarAnimation = L10n.tr("Localizable", "Scene.Settings.Section.Preference.DisableAvatarAnimation", fallback: "Disable animated avatars")
/// Disable animated emojis
2022-11-14 18:44:28 +01:00
public static let disableEmojiAnimation = L10n.tr("Localizable", "Scene.Settings.Section.Preference.DisableEmojiAnimation", fallback: "Disable animated emojis")
2022-04-01 04:04:38 +02:00
/// Open links in Mastodon
2022-11-14 18:44:28 +01:00
public static let openLinksInMastodon = L10n.tr("Localizable", "Scene.Settings.Section.Preference.OpenLinksInMastodon", fallback: "Open links in Mastodon")
/// Preferences
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.Preference.Title", fallback: "Preferences")
/// True black dark mode
2022-11-14 18:44:28 +01:00
public static let trueBlackDarkMode = L10n.tr("Localizable", "Scene.Settings.Section.Preference.TrueBlackDarkMode", fallback: "True black dark mode")
/// Use default browser to open links
2022-11-14 18:44:28 +01:00
public static let usingDefaultBrowser = L10n.tr("Localizable", "Scene.Settings.Section.Preference.UsingDefaultBrowser", fallback: "Use default browser to open links")
}
public enum SpicyZone {
/// Clear Media Cache
2022-11-14 18:44:28 +01:00
public static let clear = L10n.tr("Localizable", "Scene.Settings.Section.SpicyZone.Clear", fallback: "Clear Media Cache")
/// Sign Out
2022-11-14 18:44:28 +01:00
public static let signout = L10n.tr("Localizable", "Scene.Settings.Section.SpicyZone.Signout", fallback: "Sign Out")
/// The Spicy Zone
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.SpicyZone.Title", fallback: "The Spicy Zone")
}
}
}
public enum SuggestionAccount {
/// When you follow someone, youll see their posts in your home feed.
2022-11-14 18:44:28 +01:00
public static let followExplain = L10n.tr("Localizable", "Scene.SuggestionAccount.FollowExplain", fallback: "When you follow someone, youll see their posts in your home feed.")
/// Find People to Follow
2022-11-14 18:44:28 +01:00
public static let title = L10n.tr("Localizable", "Scene.SuggestionAccount.Title", fallback: "Find People to Follow")
}
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 {
2022-02-15 07:45:34 +01:00
/// Get Started
2022-11-14 18:44:28 +01:00
public static let getStarted = L10n.tr("Localizable", "Scene.Welcome.GetStarted", fallback: "Get Started")
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")
/// Social networking
/// back in your hands.
public static let slogan = L10n.tr("Localizable", "Scene.Welcome.Slogan", fallback: "Social networking\nback in your hands.")
}
public enum Wizard {
/// Double tap to dismiss this wizard
2022-11-14 18:44:28 +01:00
public static let accessibilityHint = L10n.tr("Localizable", "Scene.Wizard.AccessibilityHint", fallback: "Double tap to dismiss this wizard")
/// Switch between multiple accounts by holding the profile button.
2022-11-14 18:44:28 +01:00
public static let multipleAccountSwitchIntroDescription = L10n.tr("Localizable", "Scene.Wizard.MultipleAccountSwitchIntroDescription", fallback: "Switch between multiple accounts by holding the profile button.")
/// New in Mastodon
2022-11-14 18:44:28 +01:00
public static let newInMastodon = L10n.tr("Localizable", "Scene.Wizard.NewInMastodon", fallback: "New in Mastodon")
}
}
public enum A11y {
public enum Plural {
public enum Count {
2022-11-08 19:50:23 +01:00
/// Plural format key: "%#@character_count@ left"
public static func charactersLeft(_ p1: Int) -> String {
2022-11-14 18:44:28 +01:00
return L10n.tr("Localizable", "a11y.plural.count.characters_left", p1, fallback: "Plural format key: \"%#@character_count@ left\"")
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@\"")
}
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)
}
}