mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Fix localization again
This commit is contained in:
parent
8e523f828e
commit
8c7da32950
@ -264,6 +264,7 @@
|
||||
"log_in": "Log In",
|
||||
"learn_more": "Learn more",
|
||||
"join_default_server": "Join mastodon.social",
|
||||
"pick_server": "Pick my own Server",
|
||||
"separator": {
|
||||
"or": "or"
|
||||
},
|
||||
|
@ -875,8 +875,8 @@ public enum L10n {
|
||||
/// Privacy
|
||||
public static let title = L10n.tr("Localizable", "Scene.Privacy.Title", fallback: "Privacy")
|
||||
public enum Button {
|
||||
/// I agree
|
||||
public static let confirm = L10n.tr("Localizable", "Scene.Privacy.Button.Confirm", fallback: "I agree")
|
||||
/// I Agree
|
||||
public static let confirm = L10n.tr("Localizable", "Scene.Privacy.Button.Confirm", fallback: "I Agree")
|
||||
}
|
||||
public enum Policy {
|
||||
/// Privacy Policy - Mastodon for iOS
|
||||
@ -1381,8 +1381,8 @@ public enum L10n {
|
||||
/// Some ground rules.
|
||||
public static let title = L10n.tr("Localizable", "Scene.ServerRules.Title", fallback: "Some ground rules.")
|
||||
public enum Button {
|
||||
/// I agree
|
||||
public static let confirm = L10n.tr("Localizable", "Scene.ServerRules.Button.Confirm", fallback: "I agree")
|
||||
/// I Agree
|
||||
public static let confirm = L10n.tr("Localizable", "Scene.ServerRules.Button.Confirm", fallback: "I Agree")
|
||||
}
|
||||
}
|
||||
public enum Settings {
|
||||
@ -1502,9 +1502,6 @@ public enum L10n {
|
||||
public static let logIn = L10n.tr("Localizable", "Scene.Welcome.LogIn", fallback: "Log In")
|
||||
/// Pick my own server
|
||||
public static let pickServer = L10n.tr("Localizable", "Scene.Welcome.PickServer", fallback: "Pick my own server")
|
||||
/// 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 Education {
|
||||
public enum A11Y {
|
||||
public enum WhatIsMastodon {
|
||||
|
@ -308,7 +308,7 @@ uploaded to Mastodon.";
|
||||
"Scene.Preview.Keyboard.ClosePreview" = "Close Preview";
|
||||
"Scene.Preview.Keyboard.ShowNext" = "Show Next";
|
||||
"Scene.Preview.Keyboard.ShowPrevious" = "Show Previous";
|
||||
"Scene.Privacy.Button.Confirm" = "I agree";
|
||||
"Scene.Privacy.Button.Confirm" = "I Agree";
|
||||
"Scene.Privacy.Description" = "Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your server’s privacy policy.";
|
||||
"Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS";
|
||||
"Scene.Privacy.Policy.Server" = "Privacy Policy - %@";
|
||||
@ -476,7 +476,7 @@ uploaded to Mastodon.";
|
||||
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
|
||||
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
|
||||
"Scene.ServerPicker.Title" = "Pick Server";
|
||||
"Scene.ServerRules.Button.Confirm" = "I agree";
|
||||
"Scene.ServerRules.Button.Confirm" = "I Agree";
|
||||
"Scene.ServerRules.PrivacyPolicy" = "privacy policy";
|
||||
"Scene.ServerRules.Prompt" = "By continuing, you’re subject to the terms of service and privacy policy for %@.";
|
||||
"Scene.ServerRules.Subtitle" = "These are set and enforced by the %@ moderators.";
|
||||
@ -529,9 +529,6 @@ uploaded to Mastodon.";
|
||||
|
||||
"Scene.Welcome.GetStarted" = "Get Started";
|
||||
"Scene.Welcome.LogIn" = "Log In";
|
||||
"Scene.Welcome.Slogan" = "Social networking
|
||||
back in your hands.";
|
||||
"Scene.Welcome.LogIn" = "Log In";
|
||||
"Scene.Welcome.LearnMore" = "Learn more";
|
||||
"Scene.Welcome.JoinDefault_server" = "Join mastodon.social";
|
||||
"Scene.Welcome.PickServer" = "Pick my own server";
|
||||
|
@ -61,8 +61,6 @@ Please check your internet connection.";
|
||||
"Common.Controls.Actions.SharePost" = "Share Post";
|
||||
"Common.Controls.Actions.ShareUser" = "Share %@";
|
||||
"Common.Controls.Actions.SignIn" = "Log in";
|
||||
"Common.Controls.Actions.PickServer" = "Pick my own server";
|
||||
"Common.Controls.Actions.LearnMore" = "Learn More";
|
||||
"Common.Controls.Actions.Skip" = "Skip";
|
||||
"Common.Controls.Actions.TakePhoto" = "Take Photo";
|
||||
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@";
|
||||
@ -385,7 +383,7 @@ uploaded to Mastodon.";
|
||||
"Scene.Register.Input.Username.DuplicatePrompt" = "This username is taken.";
|
||||
"Scene.Register.Input.Username.Placeholder" = "username";
|
||||
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
|
||||
"Scene.Register.Title" = "Create account";
|
||||
"Scene.Register.Title" = "Create 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.ReportSentTitle" = "Thanks for reporting, we’ll look into this.";
|
||||
@ -524,7 +522,6 @@ uploaded to Mastodon.";
|
||||
"Scene.Thread.Title" = "Post from %@";
|
||||
|
||||
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
|
||||
|
||||
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
|
||||
"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. It’s made up of many independently-run servers, all connected together.";
|
||||
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
|
||||
@ -532,12 +529,10 @@ uploaded to Mastodon.";
|
||||
|
||||
"Scene.Welcome.GetStarted" = "Get Started";
|
||||
"Scene.Welcome.LogIn" = "Log In";
|
||||
"Scene.Welcome.LogIn" = "Log In";
|
||||
"Scene.Welcome.LearnMore" = "Learn more";
|
||||
"Scene.Welcome.JoinDefault_server" = "Join mastodon.social";
|
||||
"Scene.Welcome.PickServer" = "Pick my own server";
|
||||
"Scene.Welcome.Separator.Or" = "Or";
|
||||
|
||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
||||
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user