forked from zelo72/mastodon-ios
chor: restyle localized string
This commit is contained in:
parent
d1e3039e38
commit
3810588abb
|
@ -399,8 +399,8 @@
|
|||
"content1": "Are there any other posts you’d like to add to the report?",
|
||||
"content2": "Is there anything the moderators should know about this report?",
|
||||
"send": "Send Report",
|
||||
"skipToSend": "Send without comment",
|
||||
"textPlaceHolder": "|Type or paste additional comments"
|
||||
"skip_to_send": "Send without comment",
|
||||
"text_placeholder": "Type or paste additional comments"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -537,13 +537,13 @@ internal enum L10n {
|
|||
/// Send Report
|
||||
internal static let send = L10n.tr("Localizable", "Scene.Report.Send")
|
||||
/// Send without comment
|
||||
internal static let skiptosend = L10n.tr("Localizable", "Scene.Report.Skiptosend")
|
||||
internal static let skipToSend = L10n.tr("Localizable", "Scene.Report.SkipToSend")
|
||||
/// Step 1 of 2
|
||||
internal static let step1 = L10n.tr("Localizable", "Scene.Report.Step1")
|
||||
/// Step 2 of 2
|
||||
internal static let step2 = L10n.tr("Localizable", "Scene.Report.Step2")
|
||||
/// |Type or paste additional comments
|
||||
internal static let textplaceholder = L10n.tr("Localizable", "Scene.Report.Textplaceholder")
|
||||
/// Type or paste additional comments
|
||||
internal static let textPlaceholder = L10n.tr("Localizable", "Scene.Report.TextPlaceholder")
|
||||
/// Report %@
|
||||
internal static func title(_ p1: Any) -> String {
|
||||
return L10n.tr("Localizable", "Scene.Report.Title", String(describing: p1))
|
||||
|
|
|
@ -173,10 +173,10 @@ tap the link to confirm your account.";
|
|||
"Scene.Report.Content1" = "Are there any other posts you’d like to add to the report?";
|
||||
"Scene.Report.Content2" = "Is there anything the moderators should know about this report?";
|
||||
"Scene.Report.Send" = "Send Report";
|
||||
"Scene.Report.Skiptosend" = "Send without comment";
|
||||
"Scene.Report.SkipToSend" = "Send without comment";
|
||||
"Scene.Report.Step1" = "Step 1 of 2";
|
||||
"Scene.Report.Step2" = "Step 2 of 2";
|
||||
"Scene.Report.Textplaceholder" = "|Type or paste additional comments";
|
||||
"Scene.Report.TextPlaceholder" = "Type or paste additional comments";
|
||||
"Scene.Report.Title" = "Report %@";
|
||||
"Scene.Search.Recommend.Accounts.Description" = "Except for Sam, you will not like his account.";
|
||||
"Scene.Search.Recommend.Accounts.Follow" = "Follow";
|
||||
|
|
Loading…
Reference in New Issue