chore: Replace instance by server in strings
This commit is contained in:
parent
2d9e980215
commit
cb2765fd0f
|
@ -54,7 +54,7 @@
|
||||||
},
|
},
|
||||||
"translation_failed": {
|
"translation_failed": {
|
||||||
"title": "Note",
|
"title": "Note",
|
||||||
"message": "Translation failed. Maybe the administrator has not enabled translations on this instance or this instance is running an older version of Mastodon where translations are not yet supported.",
|
"message": "Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported.",
|
||||||
"button": "OK"
|
"button": "OK"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -90,8 +90,8 @@ public enum L10n {
|
||||||
public enum TranslationFailed {
|
public enum TranslationFailed {
|
||||||
/// OK
|
/// OK
|
||||||
public static let button = L10n.tr("Localizable", "Common.Alerts.TranslationFailed.Button", fallback: "OK")
|
public static let button = L10n.tr("Localizable", "Common.Alerts.TranslationFailed.Button", fallback: "OK")
|
||||||
/// Translation failed. Maybe the administrator has not enabled translations on this instance or this instance is running an older version of Mastodon where translations are not yet supported.
|
/// Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported.
|
||||||
public static let message = L10n.tr("Localizable", "Common.Alerts.TranslationFailed.Message", fallback: "Translation failed. Maybe the administrator has not enabled translations on this instance or this instance is running an older version of Mastodon where translations are not yet supported.")
|
public static let message = L10n.tr("Localizable", "Common.Alerts.TranslationFailed.Message", fallback: "Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported.")
|
||||||
/// Note
|
/// Note
|
||||||
public static let title = L10n.tr("Localizable", "Common.Alerts.TranslationFailed.Title", fallback: "Note")
|
public static let title = L10n.tr("Localizable", "Common.Alerts.TranslationFailed.Title", fallback: "Note")
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@ Please check your internet connection.";
|
||||||
"Common.Alerts.SignOut.Title" = "Sign Out";
|
"Common.Alerts.SignOut.Title" = "Sign Out";
|
||||||
"Common.Alerts.SignUpFailure.Title" = "Sign Up Failure";
|
"Common.Alerts.SignUpFailure.Title" = "Sign Up Failure";
|
||||||
"Common.Alerts.TranslationFailed.Title" = "Note";
|
"Common.Alerts.TranslationFailed.Title" = "Note";
|
||||||
"Common.Alerts.TranslationFailed.Message" = "Translation failed. Maybe the administrator has not enabled translations on this instance or this instance is running an older version of Mastodon where translations are not yet supported.";
|
"Common.Alerts.TranslationFailed.Message" = "Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported.";
|
||||||
"Common.Alerts.TranslationFailed.Button" = "OK";
|
"Common.Alerts.TranslationFailed.Button" = "OK";
|
||||||
"Common.Alerts.VoteFailure.PollEnded" = "The poll has ended";
|
"Common.Alerts.VoteFailure.PollEnded" = "The poll has ended";
|
||||||
"Common.Alerts.VoteFailure.Title" = "Vote Failure";
|
"Common.Alerts.VoteFailure.Title" = "Vote Failure";
|
||||||
|
|
|
@ -23,7 +23,7 @@ Please check your internet connection.";
|
||||||
"Common.Alerts.SignOut.Title" = "Sign Out";
|
"Common.Alerts.SignOut.Title" = "Sign Out";
|
||||||
"Common.Alerts.SignUpFailure.Title" = "Sign Up Failure";
|
"Common.Alerts.SignUpFailure.Title" = "Sign Up Failure";
|
||||||
"Common.Alerts.TranslationFailed.Title" = "Note";
|
"Common.Alerts.TranslationFailed.Title" = "Note";
|
||||||
"Common.Alerts.TranslationFailed.Message" = "Translation failed. Maybe the administrator has not enabled translations on this instance or this instance is running an older version of Mastodon where translations are not yet supported.";
|
"Common.Alerts.TranslationFailed.Message" = "Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported.";
|
||||||
"Common.Alerts.TranslationFailed.Button" = "OK";
|
"Common.Alerts.TranslationFailed.Button" = "OK";
|
||||||
"Common.Alerts.VoteFailure.PollEnded" = "The poll has ended";
|
"Common.Alerts.VoteFailure.PollEnded" = "The poll has ended";
|
||||||
"Common.Alerts.VoteFailure.Title" = "Vote Failure";
|
"Common.Alerts.VoteFailure.Title" = "Vote Failure";
|
||||||
|
|
Loading…
Reference in New Issue