Update localizations before release
This commit is contained in:
parent
10f8584f75
commit
774b7830d5
|
@ -257,6 +257,10 @@
|
||||||
"user_suspended_warning": "%s’s account has been suspended."
|
"user_suspended_warning": "%s’s account has been suspended."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"user_list": {
|
||||||
|
"no_verified_link": "No verified link",
|
||||||
|
"followers_count": "%@ followers"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scene": {
|
"scene": {
|
||||||
|
@ -264,7 +268,7 @@
|
||||||
"log_in": "Log In",
|
"log_in": "Log In",
|
||||||
"learn_more": "Learn more",
|
"learn_more": "Learn more",
|
||||||
"join_default_server": "Join mastodon.social",
|
"join_default_server": "Join mastodon.social",
|
||||||
"pick_server": "Pick my own Server",
|
"pick_server": "Pick another server",
|
||||||
"separator": {
|
"separator": {
|
||||||
"or": "or"
|
"or": "or"
|
||||||
},
|
},
|
||||||
|
@ -870,6 +874,22 @@
|
||||||
"configuration_description": "Show latest followers.",
|
"configuration_description": "Show latest followers.",
|
||||||
"title": "Latest followers",
|
"title": "Latest followers",
|
||||||
"last_update": "Last update: %s"
|
"last_update": "Last update: %s"
|
||||||
|
},
|
||||||
|
"hashtag": {
|
||||||
|
"configuration": {
|
||||||
|
"display_name": "Hashtag",
|
||||||
|
"description": "Shows a recent post with the selected hashtag."
|
||||||
|
},
|
||||||
|
"not_found": {
|
||||||
|
"account_name": "John Mastodon",
|
||||||
|
"account": "@johnMastodon@no-such.account",
|
||||||
|
"content": "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings."
|
||||||
|
},
|
||||||
|
"placeholder": {
|
||||||
|
"account_name": "John Mastodon",
|
||||||
|
"account": "@johnMastodon@no-such.account",
|
||||||
|
"content": "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1553,8 +1553,8 @@ public enum L10n {
|
||||||
}
|
}
|
||||||
public enum Hashtag {
|
public enum Hashtag {
|
||||||
public enum Configuration {
|
public enum Configuration {
|
||||||
/// Shows a recent post with the selected hashtag
|
/// Shows a recent post with the selected hashtag.
|
||||||
public static let description = L10n.tr("Localizable", "Widget.Hashtag.Configuration.Description", fallback: "Shows a recent post with the selected hashtag")
|
public static let description = L10n.tr("Localizable", "Widget.Hashtag.Configuration.Description", fallback: "Shows a recent post with the selected hashtag.")
|
||||||
/// Hashtag
|
/// Hashtag
|
||||||
public static let displayName = L10n.tr("Localizable", "Widget.Hashtag.Configuration.DisplayName", fallback: "Hashtag")
|
public static let displayName = L10n.tr("Localizable", "Widget.Hashtag.Configuration.DisplayName", fallback: "Hashtag")
|
||||||
}
|
}
|
||||||
|
@ -1563,9 +1563,9 @@ public enum L10n {
|
||||||
public static let account = L10n.tr("Localizable", "Widget.Hashtag.NotFound.Account", fallback: "@johnMastodon@no-such.account")
|
public static let account = L10n.tr("Localizable", "Widget.Hashtag.NotFound.Account", fallback: "@johnMastodon@no-such.account")
|
||||||
/// John Mastodon
|
/// John Mastodon
|
||||||
public static let accountName = L10n.tr("Localizable", "Widget.Hashtag.NotFound.AccountName", fallback: "John Mastodon")
|
public static let accountName = L10n.tr("Localizable", "Widget.Hashtag.NotFound.AccountName", fallback: "John Mastodon")
|
||||||
/// Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings
|
/// Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.
|
||||||
public static func content(_ p1: Any) -> String {
|
public static func content(_ p1: Any) -> String {
|
||||||
return L10n.tr("Localizable", "Widget.Hashtag.NotFound.Content", String(describing: p1), fallback: "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings")
|
return L10n.tr("Localizable", "Widget.Hashtag.NotFound.Content", String(describing: p1), fallback: "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public enum Placeholder {
|
public enum Placeholder {
|
||||||
|
@ -1573,8 +1573,8 @@ public enum L10n {
|
||||||
public static let account = L10n.tr("Localizable", "Widget.Hashtag.Placeholder.Account", fallback: "@johnMastodon@no-such.account")
|
public static let account = L10n.tr("Localizable", "Widget.Hashtag.Placeholder.Account", fallback: "@johnMastodon@no-such.account")
|
||||||
/// John Mastodon
|
/// John Mastodon
|
||||||
public static let accountName = L10n.tr("Localizable", "Widget.Hashtag.Placeholder.AccountName", fallback: "John Mastodon")
|
public static let accountName = L10n.tr("Localizable", "Widget.Hashtag.Placeholder.AccountName", fallback: "John Mastodon")
|
||||||
/// This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings
|
/// This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.
|
||||||
public static let content = L10n.tr("Localizable", "Widget.Hashtag.Placeholder.Content", fallback: "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings")
|
public static let content = L10n.tr("Localizable", "Widget.Hashtag.Placeholder.Content", fallback: "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public enum LatestFollowers {
|
public enum LatestFollowers {
|
||||||
|
|
|
@ -181,8 +181,8 @@ Your profile looks like this to them.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Loading missing posts...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Loading missing posts...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Show more replies";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Show more replies";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Now";
|
"Common.Controls.Timeline.Timestamp.Now" = "Now";
|
||||||
"Common.UserList.NoVerifiedLink" = "No verified link";
|
|
||||||
"Common.UserList.FollowersCount" = "%@ followers";
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
||||||
"Scene.AccountList.AddAccount" = "Add Account";
|
"Scene.AccountList.AddAccount" = "Add Account";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher";
|
"Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher";
|
||||||
|
@ -537,6 +537,14 @@ uploaded to Mastodon.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
@ -545,13 +553,3 @@ uploaded to Mastodon.";
|
||||||
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
|
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
|
||||||
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
|
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
|
||||||
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
|
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
|
||||||
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag";
|
|
||||||
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
|
||||||
|
|
||||||
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
|
||||||
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
|
||||||
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings";
|
|
||||||
|
|
||||||
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
|
||||||
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
|
||||||
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings";
|
|
||||||
|
|
|
@ -181,6 +181,8 @@
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "يَجري تحميل المَنشورات المَفقودَة...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "يَجري تحميل المَنشورات المَفقودَة...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "أظْهِر مَزيدًا مِنَ الرُّدود";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "أظْهِر مَزيدًا مِنَ الرُّدود";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "الآن";
|
"Common.Controls.Timeline.Timestamp.Now" = "الآن";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
||||||
"Scene.AccountList.AddAccount" = "إضافَةُ حِساب";
|
"Scene.AccountList.AddAccount" = "إضافَةُ حِساب";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "تجاهُل مبدِّل الحِساب";
|
"Scene.AccountList.DismissAccountSwitcher" = "تجاهُل مبدِّل الحِساب";
|
||||||
|
@ -527,7 +529,7 @@
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Learn more";
|
"Scene.Welcome.LearnMore" = "Learn more";
|
||||||
"Scene.Welcome.LogIn" = "تسجيلُ الدخول";
|
"Scene.Welcome.LogIn" = "تسجيلُ الدخول";
|
||||||
"Scene.Welcome.PickServer" = "Pick my own Server";
|
"Scene.Welcome.PickServer" = "Pick another server";
|
||||||
"Scene.Welcome.Separator.Or" = "or";
|
"Scene.Welcome.Separator.Or" = "or";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
||||||
|
@ -535,6 +537,14 @@
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
|
|
@ -181,6 +181,8 @@ El teu perfil els sembla així.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Carregant els tuts restants...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Carregant els tuts restants...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostra més respostes";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostra més respostes";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Ara";
|
"Common.Controls.Timeline.Timestamp.Now" = "Ara";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ seguidors";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "Enllaç no verificat";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "Aquest no sembla ser un enllaç vàlid de Mastodon.";
|
"Extension.OpenIn.InvalidLinkError" = "Aquest no sembla ser un enllaç vàlid de Mastodon.";
|
||||||
"Scene.AccountList.AddAccount" = "Afegir compte";
|
"Scene.AccountList.AddAccount" = "Afegir compte";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Descartar el commutador de comptes";
|
"Scene.AccountList.DismissAccountSwitcher" = "Descartar el commutador de comptes";
|
||||||
|
@ -528,7 +530,7 @@ Elegiremos un servidor basado en su idioma si continúa sin hacer una selección
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Uneix-te a mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Uneix-te a mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Més informació";
|
"Scene.Welcome.LearnMore" = "Més informació";
|
||||||
"Scene.Welcome.LogIn" = "Inicia sessió";
|
"Scene.Welcome.LogIn" = "Inicia sessió";
|
||||||
"Scene.Welcome.PickServer" = "Tria el meu propi Servidor";
|
"Scene.Welcome.PickServer" = "Tria un altre servidor";
|
||||||
"Scene.Welcome.Separator.Or" = "o";
|
"Scene.Welcome.Separator.Or" = "o";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Ho sentim però aquesta familia de ginys no està suportada.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Ho sentim però aquesta familia de ginys no està suportada.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Si us plau obre Mastodon per a iniciar sessió en un Compte.";
|
"Widget.Common.UserNotLoggedIn" = "Si us plau obre Mastodon per a iniciar sessió en un Compte.";
|
||||||
|
@ -536,6 +538,14 @@ Elegiremos un servidor basado en su idioma si continúa sin hacer una selección
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Seguidors";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Seguidors";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ seguidors avui";
|
"Widget.FollowersCount.FollowersToday" = "%@ seguidors avui";
|
||||||
"Widget.FollowersCount.Title" = "SEGUIDORS";
|
"Widget.FollowersCount.Title" = "SEGUIDORS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Mostra un tut recent amb l'etiqueta seleccionada.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Etiqueta";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-existeix-el.compte";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Ho sentim, no hem pogut trobar cap tut amb l'etiqueta <a>#%@</a>. Si us plau, prova una <a>#EtiquetaDiferent</a> o revisa la configuració del giny.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-existeix-el.compte";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "Així és com es veuría un tut amb <a>#etiqueta</a>. Tria la <a>#etiqueta</a> que vulguis en la configuració del giny.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Mostra els darrers seguidors.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Mostra els darrers seguidors.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Els darrers seguidors";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Els darrers seguidors";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Darrera actualització: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Darrera actualització: %@";
|
||||||
|
|
|
@ -181,6 +181,8 @@
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "پۆستە ماوەکان بار دەکرێن...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "پۆستە ماوەکان بار دەکرێن...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "وەڵامی زیاتر نیشان بدە";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "وەڵامی زیاتر نیشان بدە";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "ئێستا";
|
"Common.Controls.Timeline.Timestamp.Now" = "ئێستا";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
||||||
"Scene.AccountList.AddAccount" = "هەژمارێک زیاد بکە";
|
"Scene.AccountList.AddAccount" = "هەژمارێک زیاد بکە";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "پێڕستی هەژمارەکان دابخە";
|
"Scene.AccountList.DismissAccountSwitcher" = "پێڕستی هەژمارەکان دابخە";
|
||||||
|
@ -526,7 +528,7 @@
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Learn more";
|
"Scene.Welcome.LearnMore" = "Learn more";
|
||||||
"Scene.Welcome.LogIn" = "بچۆ ژوورەوە";
|
"Scene.Welcome.LogIn" = "بچۆ ژوورەوە";
|
||||||
"Scene.Welcome.PickServer" = "Pick my own Server";
|
"Scene.Welcome.PickServer" = "Pick another server";
|
||||||
"Scene.Welcome.Separator.Or" = "or";
|
"Scene.Welcome.Separator.Or" = "or";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
||||||
|
@ -534,6 +536,14 @@
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
|
|
@ -177,6 +177,8 @@ Váš profil pro něj vypadá takto.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Načíst chybějící příspěvky...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Načíst chybějící příspěvky...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Zobrazit více odovědí";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Zobrazit více odovědí";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Nyní";
|
"Common.Controls.Timeline.Timestamp.Now" = "Nyní";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
||||||
"Scene.AccountList.AddAccount" = "Přidat účet";
|
"Scene.AccountList.AddAccount" = "Přidat účet";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Zrušit přepínač účtů";
|
"Scene.AccountList.DismissAccountSwitcher" = "Zrušit přepínač účtů";
|
||||||
|
@ -523,7 +525,7 @@ nahrán do Mastodonu.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Zjistit více";
|
"Scene.Welcome.LearnMore" = "Zjistit více";
|
||||||
"Scene.Welcome.LogIn" = "Přihlásit se";
|
"Scene.Welcome.LogIn" = "Přihlásit se";
|
||||||
"Scene.Welcome.PickServer" = "Pick my own Server";
|
"Scene.Welcome.PickServer" = "Pick another server";
|
||||||
"Scene.Welcome.Separator.Or" = "or";
|
"Scene.Welcome.Separator.Or" = "or";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
||||||
|
@ -531,6 +533,14 @@ nahrán do Mastodonu.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
|
|
@ -181,6 +181,8 @@ Dein Profil sieht für diesen Benutzer auch so aus.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Fehlende Beiträge werden geladen …";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Fehlende Beiträge werden geladen …";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Weitere Antworten anzeigen";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Weitere Antworten anzeigen";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Gerade";
|
"Common.Controls.Timeline.Timestamp.Now" = "Gerade";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "Dies scheint kein gültiger Mastodon-Link zu sein.";
|
"Extension.OpenIn.InvalidLinkError" = "Dies scheint kein gültiger Mastodon-Link zu sein.";
|
||||||
"Scene.AccountList.AddAccount" = "Konto hinzufügen";
|
"Scene.AccountList.AddAccount" = "Konto hinzufügen";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Dialog zum Wechseln des Kontos schließen";
|
"Scene.AccountList.DismissAccountSwitcher" = "Dialog zum Wechseln des Kontos schließen";
|
||||||
|
@ -527,7 +529,7 @@ kann nicht auf Mastodon hochgeladen werden.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "mastodon.social beitreten";
|
"Scene.Welcome.JoinDefaultServer" = "mastodon.social beitreten";
|
||||||
"Scene.Welcome.LearnMore" = "Mehr erfahren";
|
"Scene.Welcome.LearnMore" = "Mehr erfahren";
|
||||||
"Scene.Welcome.LogIn" = "Anmelden";
|
"Scene.Welcome.LogIn" = "Anmelden";
|
||||||
"Scene.Welcome.PickServer" = "Anderer Server";
|
"Scene.Welcome.PickServer" = "Einen anderen Server auswählen";
|
||||||
"Scene.Welcome.Separator.Or" = "oder";
|
"Scene.Welcome.Separator.Or" = "oder";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Bitte öffne Mastodon und melde dich mit einem Konto an.";
|
"Widget.Common.UserNotLoggedIn" = "Bitte öffne Mastodon und melde dich mit einem Konto an.";
|
||||||
|
@ -535,6 +537,14 @@ kann nicht auf Mastodon hochgeladen werden.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
|
|
@ -181,6 +181,8 @@ Your profile looks like this to them.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Loading missing posts...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Loading missing posts...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Show more replies";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Show more replies";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Now";
|
"Common.Controls.Timeline.Timestamp.Now" = "Now";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
||||||
"Scene.AccountList.AddAccount" = "Add Account";
|
"Scene.AccountList.AddAccount" = "Add Account";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher";
|
"Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher";
|
||||||
|
@ -535,6 +537,14 @@ uploaded to Mastodon.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
@ -543,13 +553,3 @@ uploaded to Mastodon.";
|
||||||
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
|
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
|
||||||
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
|
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
|
||||||
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
|
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
|
||||||
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag";
|
|
||||||
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
|
||||||
|
|
||||||
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
|
||||||
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
|
||||||
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings";
|
|
||||||
|
|
||||||
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
|
||||||
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
|
||||||
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings";
|
|
||||||
|
|
|
@ -181,6 +181,8 @@ Tu perfil se ve así para él.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Cargando publicaciones faltantes...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Cargando publicaciones faltantes...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostrar más respuestas";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostrar más respuestas";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Ahora";
|
"Common.Controls.Timeline.Timestamp.Now" = "Ahora";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
||||||
"Scene.AccountList.AddAccount" = "Añadir cuenta";
|
"Scene.AccountList.AddAccount" = "Añadir cuenta";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Descartar el selector de cuentas";
|
"Scene.AccountList.DismissAccountSwitcher" = "Descartar el selector de cuentas";
|
||||||
|
@ -527,7 +529,7 @@ subirse a Mastodon.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Learn more";
|
"Scene.Welcome.LearnMore" = "Learn more";
|
||||||
"Scene.Welcome.LogIn" = "Iniciar sesión";
|
"Scene.Welcome.LogIn" = "Iniciar sesión";
|
||||||
"Scene.Welcome.PickServer" = "Pick my own Server";
|
"Scene.Welcome.PickServer" = "Pick another server";
|
||||||
"Scene.Welcome.Separator.Or" = "or";
|
"Scene.Welcome.Separator.Or" = "or";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
||||||
|
@ -535,6 +537,14 @@ subirse a Mastodon.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
|
|
@ -181,6 +181,8 @@ Zure profilak itxura hau du berarentzat.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Falta diren bidalketak kargatzen...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Falta diren bidalketak kargatzen...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Erakutsi erantzun gehiago";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Erakutsi erantzun gehiago";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Orain";
|
"Common.Controls.Timeline.Timestamp.Now" = "Orain";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
||||||
"Scene.AccountList.AddAccount" = "Gehitu kontua";
|
"Scene.AccountList.AddAccount" = "Gehitu kontua";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Baztertu kontu-aldatzailea";
|
"Scene.AccountList.DismissAccountSwitcher" = "Baztertu kontu-aldatzailea";
|
||||||
|
@ -527,7 +529,7 @@ Mastodonera igo.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Learn more";
|
"Scene.Welcome.LearnMore" = "Learn more";
|
||||||
"Scene.Welcome.LogIn" = "Hasi saioa";
|
"Scene.Welcome.LogIn" = "Hasi saioa";
|
||||||
"Scene.Welcome.PickServer" = "Pick my own Server";
|
"Scene.Welcome.PickServer" = "Pick another server";
|
||||||
"Scene.Welcome.Separator.Or" = "or";
|
"Scene.Welcome.Separator.Or" = "or";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
||||||
|
@ -535,6 +537,14 @@ Mastodonera igo.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
|
|
@ -181,6 +181,8 @@ Profiilisi näyttää tältä hänelle.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Ladataan puuttuvia julkaisuja...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Ladataan puuttuvia julkaisuja...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Näytä lisää vastauksia";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Näytä lisää vastauksia";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Nyt";
|
"Common.Controls.Timeline.Timestamp.Now" = "Nyt";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "Tämä ei näytä olevan kelvollinen Mastodon-linkki.";
|
"Extension.OpenIn.InvalidLinkError" = "Tämä ei näytä olevan kelvollinen Mastodon-linkki.";
|
||||||
"Scene.AccountList.AddAccount" = "Lisää tili";
|
"Scene.AccountList.AddAccount" = "Lisää tili";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Sulje tilin vaihtaja";
|
"Scene.AccountList.DismissAccountSwitcher" = "Sulje tilin vaihtaja";
|
||||||
|
@ -527,7 +529,7 @@ uploaded to Mastodon.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Liity mastodon.social-palvelimelle";
|
"Scene.Welcome.JoinDefaultServer" = "Liity mastodon.social-palvelimelle";
|
||||||
"Scene.Welcome.LearnMore" = "Lue lisää";
|
"Scene.Welcome.LearnMore" = "Lue lisää";
|
||||||
"Scene.Welcome.LogIn" = "Kirjaudu sisään";
|
"Scene.Welcome.LogIn" = "Kirjaudu sisään";
|
||||||
"Scene.Welcome.PickServer" = "Valitse palvelimesi";
|
"Scene.Welcome.PickServer" = "Pick another server";
|
||||||
"Scene.Welcome.Separator.Or" = "tai";
|
"Scene.Welcome.Separator.Or" = "tai";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Valitettavasti tätä widgettiperhettä ei tueta.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Valitettavasti tätä widgettiperhettä ei tueta.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Avaa Mastodon kirjautuaksesi tilille.";
|
"Widget.Common.UserNotLoggedIn" = "Avaa Mastodon kirjautuaksesi tilille.";
|
||||||
|
@ -535,6 +537,14 @@ uploaded to Mastodon.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Seuraajat";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Seuraajat";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ seuraajaa tänään";
|
"Widget.FollowersCount.FollowersToday" = "%@ seuraajaa tänään";
|
||||||
"Widget.FollowersCount.Title" = "SEURAAJAT";
|
"Widget.FollowersCount.Title" = "SEURAAJAT";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Näyyä uusimmat seuraajat.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Näyyä uusimmat seuraajat.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Uusimmat seuraajat";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Uusimmat seuraajat";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Päivitettiin viimeksi %@";
|
"Widget.LatestFollowers.LastUpdate" = "Päivitettiin viimeksi %@";
|
||||||
|
|
|
@ -181,6 +181,8 @@ Votre profil ressemble à ça pour lui.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Chargement des publications manquantes...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Chargement des publications manquantes...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Charger plus de réponses";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Charger plus de réponses";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "À l’instant";
|
"Common.Controls.Timeline.Timestamp.Now" = "À l’instant";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
||||||
"Scene.AccountList.AddAccount" = "Ajouter un compte";
|
"Scene.AccountList.AddAccount" = "Ajouter un compte";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Rejeter le commutateur de compte";
|
"Scene.AccountList.DismissAccountSwitcher" = "Rejeter le commutateur de compte";
|
||||||
|
@ -527,7 +529,7 @@ téléversé sur Mastodon.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Learn more";
|
"Scene.Welcome.LearnMore" = "Learn more";
|
||||||
"Scene.Welcome.LogIn" = "Se connecter";
|
"Scene.Welcome.LogIn" = "Se connecter";
|
||||||
"Scene.Welcome.PickServer" = "Pick my own Server";
|
"Scene.Welcome.PickServer" = "Pick another server";
|
||||||
"Scene.Welcome.Separator.Or" = "or";
|
"Scene.Welcome.Separator.Or" = "or";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
||||||
|
@ -535,6 +537,14 @@ téléversé sur Mastodon.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
|
|
@ -40,7 +40,7 @@ Thoir sùil air a’ cheangal agad ris an eadar-lìon.";
|
||||||
"Common.Controls.Actions.Discard" = "Tilg air falbh";
|
"Common.Controls.Actions.Discard" = "Tilg air falbh";
|
||||||
"Common.Controls.Actions.Done" = "Deiseil";
|
"Common.Controls.Actions.Done" = "Deiseil";
|
||||||
"Common.Controls.Actions.Edit" = "Deasaich";
|
"Common.Controls.Actions.Edit" = "Deasaich";
|
||||||
"Common.Controls.Actions.EditPost" = "Edit";
|
"Common.Controls.Actions.EditPost" = "Deasaich";
|
||||||
"Common.Controls.Actions.FindPeople" = "Lorg daoine a leanas tu";
|
"Common.Controls.Actions.FindPeople" = "Lorg daoine a leanas tu";
|
||||||
"Common.Controls.Actions.ManuallySearch" = "Lorg a làimh ’na àite";
|
"Common.Controls.Actions.ManuallySearch" = "Lorg a làimh ’na àite";
|
||||||
"Common.Controls.Actions.Next" = "Air adhart";
|
"Common.Controls.Actions.Next" = "Air adhart";
|
||||||
|
@ -101,8 +101,8 @@ Thoir sùil air a’ cheangal agad ris an eadar-lìon.";
|
||||||
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Toglaich rabhadh susbainte a’ phuist";
|
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Toglaich rabhadh susbainte a’ phuist";
|
||||||
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toglaich annsachd a’ phuist";
|
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toglaich annsachd a’ phuist";
|
||||||
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toglaich brosnachadh a’ phuist";
|
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toglaich brosnachadh a’ phuist";
|
||||||
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
|
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Brosnaich";
|
||||||
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
|
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Na brosnaich tuilleadh";
|
||||||
"Common.Controls.Status.Actions.Favorite" = "Cuir ris na h-annsachdan";
|
"Common.Controls.Status.Actions.Favorite" = "Cuir ris na h-annsachdan";
|
||||||
"Common.Controls.Status.Actions.Hide" = "Falaich";
|
"Common.Controls.Status.Actions.Hide" = "Falaich";
|
||||||
"Common.Controls.Status.Actions.Menu" = "Clàr-taice";
|
"Common.Controls.Status.Actions.Menu" = "Clàr-taice";
|
||||||
|
@ -115,14 +115,14 @@ Thoir sùil air a’ cheangal agad ris an eadar-lìon.";
|
||||||
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Thoir gnogag ’s cùm sìos a shealltainn a’ chlàir-thaice";
|
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Thoir gnogag ’s cùm sìos a shealltainn a’ chlàir-thaice";
|
||||||
"Common.Controls.Status.Actions.Unfavorite" = "Thoir air falbh o na h-annsachdan";
|
"Common.Controls.Status.Actions.Unfavorite" = "Thoir air falbh o na h-annsachdan";
|
||||||
"Common.Controls.Status.Actions.Unreblog" = "Na brosnaich tuilleadh";
|
"Common.Controls.Status.Actions.Unreblog" = "Na brosnaich tuilleadh";
|
||||||
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
|
"Common.Controls.Status.Buttons.EditHistoryDetail" = "An deasachadh mu dheireadh %@";
|
||||||
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
|
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Eachdraidh nan deasachaidhean";
|
||||||
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
|
"Common.Controls.Status.Buttons.FavoritesTitle" = "Annsachdan";
|
||||||
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
|
"Common.Controls.Status.Buttons.ReblogsTitle" = "Brosnachaidhean";
|
||||||
"Common.Controls.Status.ContentWarning" = "Rabhadh susbainte";
|
"Common.Controls.Status.ContentWarning" = "Rabhadh susbainte";
|
||||||
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
|
"Common.Controls.Status.EditHistory.OriginalPost" = "Am post tùsail · %@";
|
||||||
"Common.Controls.Status.EditHistory.Title" = "Edit History";
|
"Common.Controls.Status.EditHistory.Title" = "Eachdraidh nan deasachaidhean";
|
||||||
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
|
"Common.Controls.Status.EditedAtTimestampPrefix" = "Air a dheasachadh %@";
|
||||||
"Common.Controls.Status.LinkViaUser" = "%@ slighe %@";
|
"Common.Controls.Status.LinkViaUser" = "%@ slighe %@";
|
||||||
"Common.Controls.Status.LoadEmbed" = "Luchdaich na tha ga leabachadh";
|
"Common.Controls.Status.LoadEmbed" = "Luchdaich na tha ga leabachadh";
|
||||||
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, ceanglachan %d à %d";
|
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, ceanglachan %d à %d";
|
||||||
|
@ -136,7 +136,7 @@ Thoir sùil air a’ cheangal agad ris an eadar-lìon.";
|
||||||
"Common.Controls.Status.MetaEntity.Url" = "Ceangal: %@";
|
"Common.Controls.Status.MetaEntity.Url" = "Ceangal: %@";
|
||||||
"Common.Controls.Status.Poll.Closed" = "Dùinte";
|
"Common.Controls.Status.Poll.Closed" = "Dùinte";
|
||||||
"Common.Controls.Status.Poll.Vote" = "Cuir bhòt";
|
"Common.Controls.Status.Poll.Vote" = "Cuir bhòt";
|
||||||
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
|
"Common.Controls.Status.PostedViaApplication" = "%@ slighe %@";
|
||||||
"Common.Controls.Status.SensitiveContent" = "Susbaint fhrionasach";
|
"Common.Controls.Status.SensitiveContent" = "Susbaint fhrionasach";
|
||||||
"Common.Controls.Status.ShowPost" = "Seall am post";
|
"Common.Controls.Status.ShowPost" = "Seall am post";
|
||||||
"Common.Controls.Status.ShowUserProfile" = "Seall pròifil a’ chleachdaiche";
|
"Common.Controls.Status.ShowUserProfile" = "Seall pròifil a’ chleachdaiche";
|
||||||
|
@ -147,7 +147,7 @@ Thoir sùil air a’ cheangal agad ris an eadar-lìon.";
|
||||||
"Common.Controls.Status.Tag.Mention" = "Iomradh";
|
"Common.Controls.Status.Tag.Mention" = "Iomradh";
|
||||||
"Common.Controls.Status.Tag.Url" = "URL";
|
"Common.Controls.Status.Tag.Url" = "URL";
|
||||||
"Common.Controls.Status.TapToReveal" = "Thoir gnogag gus a nochdadh";
|
"Common.Controls.Status.TapToReveal" = "Thoir gnogag gus a nochdadh";
|
||||||
"Common.Controls.Status.Translation.ShowOriginal" = "Show Original";
|
"Common.Controls.Status.Translation.ShowOriginal" = "Seall an tionndadh tùsail";
|
||||||
"Common.Controls.Status.Translation.TranslatedFrom" = "Air eadar-theangachadh o %@ le %@";
|
"Common.Controls.Status.Translation.TranslatedFrom" = "Air eadar-theangachadh o %@ le %@";
|
||||||
"Common.Controls.Status.Translation.UnknownLanguage" = "Chan eil fhios";
|
"Common.Controls.Status.Translation.UnknownLanguage" = "Chan eil fhios";
|
||||||
"Common.Controls.Status.Translation.UnknownProvider" = "Chan eil fhios";
|
"Common.Controls.Status.Translation.UnknownProvider" = "Chan eil fhios";
|
||||||
|
@ -157,8 +157,8 @@ Thoir sùil air a’ cheangal agad ris an eadar-lìon.";
|
||||||
"Common.Controls.Status.Visibility.Private" = "Chan fhaic ach an luchd-leantainn aca am post seo.";
|
"Common.Controls.Status.Visibility.Private" = "Chan fhaic ach an luchd-leantainn aca am post seo.";
|
||||||
"Common.Controls.Status.Visibility.PrivateFromMe" = "Chan fhaic ach an luchd-leantainn agam am post seo.";
|
"Common.Controls.Status.Visibility.PrivateFromMe" = "Chan fhaic ach an luchd-leantainn agam am post seo.";
|
||||||
"Common.Controls.Status.Visibility.Unlisted" = "Chì a h-uile duine am post seo ach cha nochd e air an loidhne-ama phoblach.";
|
"Common.Controls.Status.Visibility.Unlisted" = "Chì a h-uile duine am post seo ach cha nochd e air an loidhne-ama phoblach.";
|
||||||
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
|
"Common.Controls.Tabs.A11Y.Explore" = "Rùraich";
|
||||||
"Common.Controls.Tabs.A11Y.Search" = "Search";
|
"Common.Controls.Tabs.A11Y.Search" = "Lorg";
|
||||||
"Common.Controls.Tabs.Home" = "Dachaigh";
|
"Common.Controls.Tabs.Home" = "Dachaigh";
|
||||||
"Common.Controls.Tabs.Notifications" = "Brathan";
|
"Common.Controls.Tabs.Notifications" = "Brathan";
|
||||||
"Common.Controls.Tabs.Profile" = "Pròifil";
|
"Common.Controls.Tabs.Profile" = "Pròifil";
|
||||||
|
@ -181,7 +181,9 @@ Seo an coltas a th’ air a’ phròifil agad dhaibh-san.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "A’ luchdadh nam post a tha a dhìth…";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "A’ luchdadh nam post a tha a dhìth…";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Seall barrachd freagairtean";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Seall barrachd freagairtean";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "An-dràsta";
|
"Common.Controls.Timeline.Timestamp.Now" = "An-dràsta";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
|
"Extension.OpenIn.InvalidLinkError" = "Tha coltas nach e ceangal Mastodon dligheach a tha seo.";
|
||||||
"Scene.AccountList.AddAccount" = "Cuir cunntas ris";
|
"Scene.AccountList.AddAccount" = "Cuir cunntas ris";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Leig seachad taghadh a’ chunntais";
|
"Scene.AccountList.DismissAccountSwitcher" = "Leig seachad taghadh a’ chunntais";
|
||||||
"Scene.AccountList.TabBarHint" = "A’ phròifil air a taghadh: %@. Thoir gnogag dhùbailte is cùm sìos a ghearradh leum gu cunntas eile";
|
"Scene.AccountList.TabBarHint" = "A’ phròifil air a taghadh: %@. Thoir gnogag dhùbailte is cùm sìos a ghearradh leum gu cunntas eile";
|
||||||
|
@ -217,30 +219,30 @@ a luchdadh suas gu Mastodon.";
|
||||||
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Tagh an fhaicsinneachd – %@";
|
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Tagh an fhaicsinneachd – %@";
|
||||||
"Scene.Compose.Keyboard.ToggleContentWarning" = "Toglaich rabhadh susbainte";
|
"Scene.Compose.Keyboard.ToggleContentWarning" = "Toglaich rabhadh susbainte";
|
||||||
"Scene.Compose.Keyboard.TogglePoll" = "Toglaich an cunntas-bheachd";
|
"Scene.Compose.Keyboard.TogglePoll" = "Toglaich an cunntas-bheachd";
|
||||||
"Scene.Compose.Language.Other" = "Other Language…";
|
"Scene.Compose.Language.Other" = "Cànan eile…";
|
||||||
"Scene.Compose.Language.Recent" = "Recent";
|
"Scene.Compose.Language.Recent" = "O chionn goirid";
|
||||||
"Scene.Compose.Language.Suggested" = "Suggested";
|
"Scene.Compose.Language.Suggested" = "Na mholamaid";
|
||||||
"Scene.Compose.Language.Title" = "Post Language";
|
"Scene.Compose.Language.Title" = "Cànan a’ phuist";
|
||||||
"Scene.Compose.MediaSelection.Browse" = "Rùraich";
|
"Scene.Compose.MediaSelection.Browse" = "Rùraich";
|
||||||
"Scene.Compose.MediaSelection.Camera" = "Tog dealbh";
|
"Scene.Compose.MediaSelection.Camera" = "Tog dealbh";
|
||||||
"Scene.Compose.MediaSelection.PhotoLibrary" = "Leabhar-lann nan dealbhan";
|
"Scene.Compose.MediaSelection.PhotoLibrary" = "Leabhar-lann nan dealbhan";
|
||||||
"Scene.Compose.Poll.AddOption" = "Add Option";
|
"Scene.Compose.Poll.AddOption" = "Cuir roghainn ris";
|
||||||
"Scene.Compose.Poll.DurationTime" = "Faide: %@";
|
"Scene.Compose.Poll.DurationTime" = "Faide: %@";
|
||||||
"Scene.Compose.Poll.MoveDown" = "Move Down";
|
"Scene.Compose.Poll.MoveDown" = "Gluais sìos";
|
||||||
"Scene.Compose.Poll.MoveUp" = "Move Up";
|
"Scene.Compose.Poll.MoveUp" = "Gluais suas";
|
||||||
"Scene.Compose.Poll.OneDay" = "Latha";
|
"Scene.Compose.Poll.OneDay" = "Latha";
|
||||||
"Scene.Compose.Poll.OneHour" = "Uair a thìde";
|
"Scene.Compose.Poll.OneHour" = "Uair a thìde";
|
||||||
"Scene.Compose.Poll.OptionNumber" = "Roghainn %ld";
|
"Scene.Compose.Poll.OptionNumber" = "Roghainn %ld";
|
||||||
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
|
"Scene.Compose.Poll.RemoveOption" = "Thoir an roghainn air falbh";
|
||||||
"Scene.Compose.Poll.SevenDays" = "Seachdain";
|
"Scene.Compose.Poll.SevenDays" = "Seachdain";
|
||||||
"Scene.Compose.Poll.SixHours" = "6 uairean a thìde";
|
"Scene.Compose.Poll.SixHours" = "6 uairean a thìde";
|
||||||
"Scene.Compose.Poll.ThePollHasEmptyOption" = "Tha roghainn fhalamh aig a’ chunntas-bheachd";
|
"Scene.Compose.Poll.ThePollHasEmptyOption" = "Tha roghainn fhalamh aig a’ chunntas-bheachd";
|
||||||
"Scene.Compose.Poll.ThePollIsInvalid" = "Tha an cunntas-bheachd mì-dhligheach";
|
"Scene.Compose.Poll.ThePollIsInvalid" = "Tha an cunntas-bheachd mì-dhligheach";
|
||||||
"Scene.Compose.Poll.ThirtyMinutes" = "Leth-uair a thìde";
|
"Scene.Compose.Poll.ThirtyMinutes" = "Leth-uair a thìde";
|
||||||
"Scene.Compose.Poll.ThreeDays" = "3 làithean";
|
"Scene.Compose.Poll.ThreeDays" = "3 làithean";
|
||||||
"Scene.Compose.Poll.Title" = "Poll";
|
"Scene.Compose.Poll.Title" = "Cunntas-bheachd";
|
||||||
"Scene.Compose.ReplyingToUser" = "a’ freagairt gu %@";
|
"Scene.Compose.ReplyingToUser" = "a’ freagairt gu %@";
|
||||||
"Scene.Compose.Title.EditPost" = "Edit Post";
|
"Scene.Compose.Title.EditPost" = "Deasaich am post";
|
||||||
"Scene.Compose.Title.NewPost" = "Post ùr";
|
"Scene.Compose.Title.NewPost" = "Post ùr";
|
||||||
"Scene.Compose.Title.NewReply" = "Freagairt ùr";
|
"Scene.Compose.Title.NewReply" = "Freagairt ùr";
|
||||||
"Scene.Compose.Visibility.Direct" = "Daoine air an dug mi iomradh a-mhàin";
|
"Scene.Compose.Visibility.Direct" = "Daoine air an dug mi iomradh a-mhàin";
|
||||||
|
@ -248,18 +250,18 @@ a luchdadh suas gu Mastodon.";
|
||||||
"Scene.Compose.Visibility.Public" = "Poblach";
|
"Scene.Compose.Visibility.Public" = "Poblach";
|
||||||
"Scene.Compose.Visibility.Unlisted" = "Falaichte o liostaichean";
|
"Scene.Compose.Visibility.Unlisted" = "Falaichte o liostaichean";
|
||||||
"Scene.ConfirmEmail.Button.Resend" = "Ath-chuir";
|
"Scene.ConfirmEmail.Button.Resend" = "Ath-chuir";
|
||||||
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn’t get a link?";
|
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Nach d’fhuair thu ceangal?";
|
||||||
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
|
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Cuir a-rithist (%@)";
|
||||||
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
|
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Cuir a-rithist an-dràsta.";
|
||||||
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Dearbh gu bheil an seòladh puist-d agad mar bu chòir agus nach eil dad ann am pasgan an truilleis.";
|
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Dearbh gu bheil an seòladh puist-d agad mar bu chòir agus nach eil dad ann am pasgan an truilleis.";
|
||||||
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Cuir am post-d a-rithist";
|
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Cuir am post-d a-rithist";
|
||||||
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
|
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Thoir sùil air a’ phost-d agad";
|
||||||
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Tha sinn air post-d a chur thugad. Thoir sùil air pasgan an truilleis agad mura d’ fhuair thu e.";
|
"Scene.ConfirmEmail.OpenEmailApp.Description" = "Tha sinn air post-d a chur thugad. Thoir sùil air pasgan an truilleis agad mura d’ fhuair thu e.";
|
||||||
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Post";
|
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Post";
|
||||||
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Fosgail cliant puist-d";
|
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Fosgail cliant puist-d";
|
||||||
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
|
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Thoir sùil air a’ bhogsa a-steach agad.";
|
||||||
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. We’ll wait right here.";
|
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Thoir gnogag air a’ cheangal a chuir sinn thugad a dhearbhadh %@. Fuirichidh sinn ort an-seo.";
|
||||||
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
|
"Scene.ConfirmEmail.Title" = "Thoir sùil air a’ bhogsa a-steach agad";
|
||||||
"Scene.Discovery.Intro" = "Seo na postaichean fèillmhor ’nad cheàrnaidh de Mhastodon.";
|
"Scene.Discovery.Intro" = "Seo na postaichean fèillmhor ’nad cheàrnaidh de Mhastodon.";
|
||||||
"Scene.Discovery.Tabs.Community" = "Coimhearsnachd";
|
"Scene.Discovery.Tabs.Community" = "Coimhearsnachd";
|
||||||
"Scene.Discovery.Tabs.ForYou" = "Dhut-sa";
|
"Scene.Discovery.Tabs.ForYou" = "Dhut-sa";
|
||||||
|
@ -268,7 +270,7 @@ a luchdadh suas gu Mastodon.";
|
||||||
"Scene.Discovery.Tabs.Posts" = "Postaichean";
|
"Scene.Discovery.Tabs.Posts" = "Postaichean";
|
||||||
"Scene.Familiarfollowers.FollowedByNames" = "’Ga leantainn le %@";
|
"Scene.Familiarfollowers.FollowedByNames" = "’Ga leantainn le %@";
|
||||||
"Scene.Familiarfollowers.Title" = "Luchd-leantainn aithnichte";
|
"Scene.Familiarfollowers.Title" = "Luchd-leantainn aithnichte";
|
||||||
"Scene.Favorite.Title" = "Favorites";
|
"Scene.Favorite.Title" = "Annsachdan";
|
||||||
"Scene.FavoritedBy.Title" = "’Na annsachd aig";
|
"Scene.FavoritedBy.Title" = "’Na annsachd aig";
|
||||||
"Scene.FollowedTags.Actions.Follow" = "Lean";
|
"Scene.FollowedTags.Actions.Follow" = "Lean";
|
||||||
"Scene.FollowedTags.Actions.Unfollow" = "Na lean tuilleadh";
|
"Scene.FollowedTags.Actions.Unfollow" = "Na lean tuilleadh";
|
||||||
|
@ -289,7 +291,7 @@ a luchdadh suas gu Mastodon.";
|
||||||
"Scene.HomeTimeline.Title" = "Dachaigh";
|
"Scene.HomeTimeline.Title" = "Dachaigh";
|
||||||
"Scene.Login.ServerSearchField.Placeholder" = "Cuir a-steach URL an fhrithealaiche agad";
|
"Scene.Login.ServerSearchField.Placeholder" = "Cuir a-steach URL an fhrithealaiche agad";
|
||||||
"Scene.Login.Subtitle" = "Clàraich a-steach air an fhrithealaiche far an do chruthaich thu an cunntas agad.";
|
"Scene.Login.Subtitle" = "Clàraich a-steach air an fhrithealaiche far an do chruthaich thu an cunntas agad.";
|
||||||
"Scene.Login.Title" = "Welcome back";
|
"Scene.Login.Title" = "Fàilte air ais";
|
||||||
"Scene.Notification.FollowRequest.Accept" = "Gabh ris";
|
"Scene.Notification.FollowRequest.Accept" = "Gabh ris";
|
||||||
"Scene.Notification.FollowRequest.Accepted" = "Air a ghabhail ris";
|
"Scene.Notification.FollowRequest.Accepted" = "Air a ghabhail ris";
|
||||||
"Scene.Notification.FollowRequest.Reject" = "diùlt";
|
"Scene.Notification.FollowRequest.Reject" = "diùlt";
|
||||||
|
@ -307,16 +309,16 @@ a luchdadh suas gu Mastodon.";
|
||||||
"Scene.Preview.Keyboard.ClosePreview" = "Dùin an ro-shealladh";
|
"Scene.Preview.Keyboard.ClosePreview" = "Dùin an ro-shealladh";
|
||||||
"Scene.Preview.Keyboard.ShowNext" = "Air adhart";
|
"Scene.Preview.Keyboard.ShowNext" = "Air adhart";
|
||||||
"Scene.Preview.Keyboard.ShowPrevious" = "Air ais";
|
"Scene.Preview.Keyboard.ShowPrevious" = "Air ais";
|
||||||
"Scene.Privacy.Button.Confirm" = "I Agree";
|
"Scene.Privacy.Button.Confirm" = "Gabhaidh mi ris";
|
||||||
"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.Description" = "Ged nach cruinnich aplacaid Mastodon fhèin dàta sam bith, dh’fhaoidte gu bheil poileasaidh eadar-dhealaichte aig an fhrithealaiche leis a chlàraicheas tu. Gabh mionaid a’ toirt sùil air ’s ag aontachadh ri poileasaidh prìobhaideachd aplacaid Mastodon agus poileasaidh prìobhaideachd an fhrithealaiche agad.";
|
||||||
"Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS";
|
"Scene.Privacy.Policy.Ios" = "Poileasaidh prìobhaideachd – Mastodon airson iOS";
|
||||||
"Scene.Privacy.Policy.Server" = "Privacy Policy - %@";
|
"Scene.Privacy.Policy.Server" = "Poileasaidh prìobhaideachd – %@";
|
||||||
"Scene.Privacy.Title" = "Privacy";
|
"Scene.Privacy.Title" = "Prìobhaideachd";
|
||||||
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Thoir gnogag dhùbailte a dh’fhosgladh na liosta";
|
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Thoir gnogag dhùbailte a dh’fhosgladh na liosta";
|
||||||
"Scene.Profile.Accessibility.EditAvatarImage" = "Deasaich dealbh an avatar";
|
"Scene.Profile.Accessibility.EditAvatarImage" = "Deasaich dealbh an avatar";
|
||||||
"Scene.Profile.Accessibility.ShowAvatarImage" = "Seall dealbh an avatar";
|
"Scene.Profile.Accessibility.ShowAvatarImage" = "Seall dealbh an avatar";
|
||||||
"Scene.Profile.Accessibility.ShowBannerImage" = "Seall dealbh brataich";
|
"Scene.Profile.Accessibility.ShowBannerImage" = "Seall dealbh brataich";
|
||||||
"Scene.Profile.Dashboard.FamiliarFollowers" = "mutuals";
|
"Scene.Profile.Dashboard.FamiliarFollowers" = "co-dhàimhean";
|
||||||
"Scene.Profile.Dashboard.MyFollowers" = "luchd-leantainn";
|
"Scene.Profile.Dashboard.MyFollowers" = "luchd-leantainn";
|
||||||
"Scene.Profile.Dashboard.MyFollowing" = "a’ leantainn";
|
"Scene.Profile.Dashboard.MyFollowing" = "a’ leantainn";
|
||||||
"Scene.Profile.Dashboard.MyPosts" = "postaichean";
|
"Scene.Profile.Dashboard.MyPosts" = "postaichean";
|
||||||
|
@ -360,7 +362,7 @@ a luchdadh suas gu Mastodon.";
|
||||||
"Scene.Register.Error.Reason.Inclusion" = "Cha chuir sinn taic ri luach %@";
|
"Scene.Register.Error.Reason.Inclusion" = "Cha chuir sinn taic ri luach %@";
|
||||||
"Scene.Register.Error.Reason.Invalid" = "Chan eil %@ dligheach";
|
"Scene.Register.Error.Reason.Invalid" = "Chan eil %@ dligheach";
|
||||||
"Scene.Register.Error.Reason.Reserved" = "’S e facal glèidhte a th’ ann an %@";
|
"Scene.Register.Error.Reason.Reserved" = "’S e facal glèidhte a th’ ann an %@";
|
||||||
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
|
"Scene.Register.Error.Reason.Taken" = "Tha %@ ’ga chleachdadh mu thràth. Dè mu dhèidhinn:";
|
||||||
"Scene.Register.Error.Reason.TooLong" = "Tha %@ ro fhada";
|
"Scene.Register.Error.Reason.TooLong" = "Tha %@ ro fhada";
|
||||||
"Scene.Register.Error.Reason.TooShort" = "Tha %@ ro ghoirid";
|
"Scene.Register.Error.Reason.TooShort" = "Tha %@ ro ghoirid";
|
||||||
"Scene.Register.Error.Reason.Unreachable" = "Tha coltas nach eil %@ ann";
|
"Scene.Register.Error.Reason.Unreachable" = "Tha coltas nach eil %@ ann";
|
||||||
|
@ -375,14 +377,14 @@ a luchdadh suas gu Mastodon.";
|
||||||
"Scene.Register.Input.Password.Accessibility.Checked" = "le cromag";
|
"Scene.Register.Input.Password.Accessibility.Checked" = "le cromag";
|
||||||
"Scene.Register.Input.Password.Accessibility.Unchecked" = "gun chromag";
|
"Scene.Register.Input.Password.Accessibility.Unchecked" = "gun chromag";
|
||||||
"Scene.Register.Input.Password.CharacterLimit" = "8 caractaran";
|
"Scene.Register.Input.Password.CharacterLimit" = "8 caractaran";
|
||||||
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
|
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Dearbhaich am facal-faire";
|
||||||
"Scene.Register.Input.Password.Hint" = "Feumaidh ochd caractaran a bhith san fhacal-fhaire agad air a char as giorra";
|
"Scene.Register.Input.Password.Hint" = "Feumaidh ochd caractaran a bhith san fhacal-fhaire agad air a char as giorra";
|
||||||
"Scene.Register.Input.Password.Placeholder" = "facal-faire";
|
"Scene.Register.Input.Password.Placeholder" = "facal-faire";
|
||||||
"Scene.Register.Input.Password.Require" = "Feumaidh am facal-faire agad co-dhiù:";
|
"Scene.Register.Input.Password.Require" = "Feumaidh am facal-faire agad co-dhiù:";
|
||||||
"Scene.Register.Input.Username.DuplicatePrompt" = "Tha an t-ainm-cleachdaiche seo aig cuideigin eile.";
|
"Scene.Register.Input.Username.DuplicatePrompt" = "Tha an t-ainm-cleachdaiche seo aig cuideigin eile.";
|
||||||
"Scene.Register.Input.Username.Placeholder" = "ainm-cleachdaiche";
|
"Scene.Register.Input.Username.Placeholder" = "ainm-cleachdaiche";
|
||||||
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
|
"Scene.Register.Input.Username.Suggestion" = "%@_iongantach";
|
||||||
"Scene.Register.Title" = "Create Account";
|
"Scene.Register.Title" = "Cruthaich cunntas";
|
||||||
"Scene.Report.Content1" = "A bheil post sam bith eile ann a bu mhiann leat cur ris a’ ghearan?";
|
"Scene.Report.Content1" = "A bheil post sam bith eile ann a bu mhiann leat cur ris a’ ghearan?";
|
||||||
"Scene.Report.Content2" = "A bheil rud sam bith ann a bu mhiann leat innse dha na maoir mun ghearan seo?";
|
"Scene.Report.Content2" = "A bheil rud sam bith ann a bu mhiann leat innse dha na maoir mun ghearan seo?";
|
||||||
"Scene.Report.ReportSentTitle" = "Mòran taing airson a’ ghearain, bheir sinn sùil air.";
|
"Scene.Report.ReportSentTitle" = "Mòran taing airson a’ ghearain, bheir sinn sùil air.";
|
||||||
|
@ -457,10 +459,10 @@ a luchdadh suas gu Mastodon.";
|
||||||
"Scene.ServerPicker.Button.Category.Music" = "ceòl";
|
"Scene.ServerPicker.Button.Category.Music" = "ceòl";
|
||||||
"Scene.ServerPicker.Button.Category.Regional" = "ionadail";
|
"Scene.ServerPicker.Button.Category.Regional" = "ionadail";
|
||||||
"Scene.ServerPicker.Button.Category.Tech" = "teicneolas";
|
"Scene.ServerPicker.Button.Category.Tech" = "teicneolas";
|
||||||
"Scene.ServerPicker.Button.Language" = "Language";
|
"Scene.ServerPicker.Button.Language" = "Cànan";
|
||||||
"Scene.ServerPicker.Button.SeeLess" = "Seall nas lugha";
|
"Scene.ServerPicker.Button.SeeLess" = "Seall nas lugha";
|
||||||
"Scene.ServerPicker.Button.SeeMore" = "Seall a bharrachd";
|
"Scene.ServerPicker.Button.SeeMore" = "Seall a bharrachd";
|
||||||
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
|
"Scene.ServerPicker.Button.SignupSpeed" = "Luaths a’ chlàraidh";
|
||||||
"Scene.ServerPicker.EmptyState.BadNetwork" = "Chaidh rudeigin ceàrr le luchdadh an dàta. Thoir sùil air a’ cheangal agad ris an eadar-lìon.";
|
"Scene.ServerPicker.EmptyState.BadNetwork" = "Chaidh rudeigin ceàrr le luchdadh an dàta. Thoir sùil air a’ cheangal agad ris an eadar-lìon.";
|
||||||
"Scene.ServerPicker.EmptyState.FindingServers" = "A’ lorg nam frithealaichean ri am faighinn…";
|
"Scene.ServerPicker.EmptyState.FindingServers" = "A’ lorg nam frithealaichean ri am faighinn…";
|
||||||
"Scene.ServerPicker.EmptyState.NoResults" = "Gun toradh";
|
"Scene.ServerPicker.EmptyState.NoResults" = "Gun toradh";
|
||||||
|
@ -468,14 +470,14 @@ a luchdadh suas gu Mastodon.";
|
||||||
"Scene.ServerPicker.Label.Category" = "ROINN-SEÒRSA";
|
"Scene.ServerPicker.Label.Category" = "ROINN-SEÒRSA";
|
||||||
"Scene.ServerPicker.Label.Language" = "CÀNAN";
|
"Scene.ServerPicker.Label.Language" = "CÀNAN";
|
||||||
"Scene.ServerPicker.Label.Users" = "CLEACHDAICHEAN";
|
"Scene.ServerPicker.Label.Users" = "CLEACHDAICHEAN";
|
||||||
"Scene.ServerPicker.Language.All" = "All";
|
"Scene.ServerPicker.Language.All" = "Na h-uile";
|
||||||
"Scene.ServerPicker.NoServerSelectedHint" = "We’ll pick a server based on your language if you continue without making a selection.";
|
"Scene.ServerPicker.NoServerSelectedHint" = "Taghaidh sinn frithealaiche dhut stèidhichte air a’ chànan agad ma leanas tu air adhart gun taghadh.";
|
||||||
"Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
|
"Scene.ServerPicker.Search.Placeholder" = "Lorg ainm no URL";
|
||||||
"Scene.ServerPicker.SignupSpeed.All" = "All";
|
"Scene.ServerPicker.SignupSpeed.All" = "Na h-uile";
|
||||||
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
|
"Scene.ServerPicker.SignupSpeed.Instant" = "Clàradh sa bhad";
|
||||||
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
|
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Lèirmheas a làimh";
|
||||||
"Scene.ServerPicker.Title" = "Pick Server";
|
"Scene.ServerPicker.Title" = "Tagh frithealaiche";
|
||||||
"Scene.ServerRules.Button.Confirm" = "I Agree";
|
"Scene.ServerRules.Button.Confirm" = "Gabhaidh mi ris";
|
||||||
"Scene.ServerRules.PrivacyPolicy" = "poileasaidh prìobhaideachd";
|
"Scene.ServerRules.PrivacyPolicy" = "poileasaidh prìobhaideachd";
|
||||||
"Scene.ServerRules.Prompt" = "Ma leanas tu air adhart, bidh thu fo bhuaidh teirmichean seirbheise is poileasaidh prìobhaideachd %@.";
|
"Scene.ServerRules.Prompt" = "Ma leanas tu air adhart, bidh thu fo bhuaidh teirmichean seirbheise is poileasaidh prìobhaideachd %@.";
|
||||||
"Scene.ServerRules.Subtitle" = "Tha na riaghailtean seo ’gan stèidheachadh is a chur an gnìomh leis na maoir aig %@.";
|
"Scene.ServerRules.Subtitle" = "Tha na riaghailtean seo ’gan stèidheachadh is a chur an gnìomh leis na maoir aig %@.";
|
||||||
|
@ -519,27 +521,35 @@ a luchdadh suas gu Mastodon.";
|
||||||
"Scene.SuggestionAccount.Title" = "Lorg daoine a leanas tu";
|
"Scene.SuggestionAccount.Title" = "Lorg daoine a leanas tu";
|
||||||
"Scene.Thread.BackTitle" = "Post";
|
"Scene.Thread.BackTitle" = "Post";
|
||||||
"Scene.Thread.Title" = "Post le %@";
|
"Scene.Thread.Title" = "Post le %@";
|
||||||
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
|
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Dè th’ ann am 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.Mastodon.Description" = "’S e lìonra sòisealta sgaoilte a th’ ann am Mastodon agus is ciall dha seo nach eil e fo smachd aon chompanaidh a-mhàin. Tha e dèanta de ghrunn fhrithealaichean a tha ’gan ruith gu neo-eisimeileach ach ceangailte ri chèile.";
|
||||||
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
|
"Scene.Welcome.Education.Mastodon.Title" = "Fàilte gu Mastodon";
|
||||||
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
|
"Scene.Welcome.Education.Servers.Description" = "Tha gach cunntas Mastodon ’ga òstadh air frithealaiche – tha luachan, riaghailtean ⁊ rianairean sònraichte aig gach fear. Ge b’ e dè am frithealaiche a thaghas tu, ’s urrainn dhut daoine air frithealaiche sam bith a leantainn is bruidhinn riutha.";
|
||||||
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
|
"Scene.Welcome.Education.Servers.Title" = "Dè th’ anns na frithealaichean?";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Faigh ballrachd air mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Learn more";
|
"Scene.Welcome.LearnMore" = "Barrachd fiosrachaidh";
|
||||||
"Scene.Welcome.LogIn" = "Clàraich a-steach";
|
"Scene.Welcome.LogIn" = "Clàraich a-steach";
|
||||||
"Scene.Welcome.PickServer" = "Pick my own Server";
|
"Scene.Welcome.PickServer" = "Tagh frithealaiche eile";
|
||||||
"Scene.Welcome.Separator.Or" = "or";
|
"Scene.Welcome.Separator.Or" = "no";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Tha sinn duilich ach cha chuir sinn taic ris an teaghlach Widget seo.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
"Widget.Common.UserNotLoggedIn" = "Fosgail Mastodon a chlàradh a-steach gu cunntas.";
|
||||||
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
|
"Widget.FollowersCount.ConfigurationDescription" = "Seall an àireamh de luchd-leantainn.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Luchd-leantainn";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ luchd-leantainn an-diugh";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "LUCHD-LEANTAINN";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.Hashtag.Configuration.Description" = "Seallaidh seo post o chionn goirid sa bheil an taga hais a thagh thu.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.Hashtag.Configuration.DisplayName" = "Taga hais";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@chan-eil-an-cunntas.ann";
|
||||||
"Widget.LatestFollowers.Title" = "Latest followers";
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
|
"Widget.Hashtag.NotFound.Content" = "Tha sinn duilich ach cha do lorg sinn post sa bheil an taga hais <a>#%@</a>. Feuch <a>#TagaHaisEile</a> no thoir sùil air roghainnean a’ widget.";
|
||||||
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@chan-eil-an-cunntas.ann";
|
||||||
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
|
"Widget.Hashtag.Placeholder.Content" = "Seo an coltas a bhiodh air post le <a>#TagaHais</a>. Tagh <a>#TagaHais</a> sam bith a thogras tu ann an roghainnean a’ widget.";
|
||||||
|
"Widget.LatestFollowers.ConfigurationDescription" = "Seall an luchd-leantainn as ùire.";
|
||||||
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "An luchd-leantainn as ùire";
|
||||||
|
"Widget.LatestFollowers.LastUpdate" = "An t-ùrachadh mu dheireadh: %@";
|
||||||
|
"Widget.LatestFollowers.Title" = "An luchd-leantainn as ùire";
|
||||||
|
"Widget.MultipleFollowers.ConfigurationDescription" = "Seall an àireamh de luchd-leantainn do dh’iomadh cunntas.";
|
||||||
|
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Iomadh luchd-leantainn";
|
||||||
|
"Widget.MultipleFollowers.MockUser.AccountName" = "cuideigineile@neach-leantainn.social";
|
||||||
|
"Widget.MultipleFollowers.MockUser.DisplayName" = "Neach-leantainn eile";
|
|
@ -228,13 +228,13 @@
|
||||||
<key>NSStringFormatValueTypeKey</key>
|
<key>NSStringFormatValueTypeKey</key>
|
||||||
<string>ld</string>
|
<string>ld</string>
|
||||||
<key>one</key>
|
<key>one</key>
|
||||||
<string>1 re-blog</string>
|
<string>%ld bhrosnachadh</string>
|
||||||
<key>two</key>
|
<key>two</key>
|
||||||
<string>%ld re-blogs</string>
|
<string>%ld bhrosnachadh</string>
|
||||||
<key>few</key>
|
<key>few</key>
|
||||||
<string>%ld re-blogs</string>
|
<string>%ld brosnachaidhean</string>
|
||||||
<key>other</key>
|
<key>other</key>
|
||||||
<string>%ld re-blogs</string>
|
<string>%ld brosnachadh</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>plural.count.reply</key>
|
<key>plural.count.reply</key>
|
||||||
|
|
|
@ -181,6 +181,8 @@ Así se ve o teu perfil.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Cargando as publicacións que faltan...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Cargando as publicacións que faltan...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostrar máis respostas";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostrar máis respostas";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Agora";
|
"Common.Controls.Timeline.Timestamp.Now" = "Agora";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ seguidoras";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "Ligazón non verificada";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "Non semella ser unha ligazón válida de Mastodon.";
|
"Extension.OpenIn.InvalidLinkError" = "Non semella ser unha ligazón válida de Mastodon.";
|
||||||
"Scene.AccountList.AddAccount" = "Engadir conta";
|
"Scene.AccountList.AddAccount" = "Engadir conta";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Desbotar intercambiador de contas";
|
"Scene.AccountList.DismissAccountSwitcher" = "Desbotar intercambiador de contas";
|
||||||
|
@ -527,7 +529,7 @@ ser subido a Mastodon.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Únete a mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Únete a mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Saber máis";
|
"Scene.Welcome.LearnMore" = "Saber máis";
|
||||||
"Scene.Welcome.LogIn" = "Acceder";
|
"Scene.Welcome.LogIn" = "Acceder";
|
||||||
"Scene.Welcome.PickServer" = "Usar o meu propio Servidor";
|
"Scene.Welcome.PickServer" = "Elixe outro servidor";
|
||||||
"Scene.Welcome.Separator.Or" = "ou";
|
"Scene.Welcome.Separator.Or" = "ou";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Unha mágoa, pero hai soporte para esta familia de Widgets.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Unha mágoa, pero hai soporte para esta familia de Widgets.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Abre Mastodon para iniciar sesión coa Conta.";
|
"Widget.Common.UserNotLoggedIn" = "Abre Mastodon para iniciar sesión coa Conta.";
|
||||||
|
@ -535,6 +537,14 @@ ser subido a Mastodon.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Seguidoras";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Seguidoras";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ seguidoras hoxe";
|
"Widget.FollowersCount.FollowersToday" = "%@ seguidoras hoxe";
|
||||||
"Widget.FollowersCount.Title" = "SEGUIDORAS";
|
"Widget.FollowersCount.Title" = "SEGUIDORAS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Mostra unha publicación recente co cancelo seleccionado.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Cancelo";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@nonhai.talconta";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Lamentámolo, pero non atopamos nada co cancelo <a>#%@</a>. Inténtado cun <a>#CanceloDistinto</a> ou comproba os axustes.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@nonhai.talconta";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "Este é o aspecto dunha publicación cun <a>#cancelo</a>. Elixe o <a>#cancelo</a> que queres nos axustes do widget. ";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Mostra seguidoras recentes.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Mostra seguidoras recentes.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Últimas seguidoras";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Últimas seguidoras";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Última actualización: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Última actualización: %@";
|
||||||
|
|
|
@ -181,6 +181,8 @@ Il tuo profilo sembra questo per loro.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Caricamento post mancanti...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Caricamento post mancanti...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostra più risposte";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostra più risposte";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Ora";
|
"Common.Controls.Timeline.Timestamp.Now" = "Ora";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ seguaci";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "Nessun collegamento verificato";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "Questo non sembra essere un collegamento valido di Mastodon.";
|
"Extension.OpenIn.InvalidLinkError" = "Questo non sembra essere un collegamento valido di Mastodon.";
|
||||||
"Scene.AccountList.AddAccount" = "Aggiungi account";
|
"Scene.AccountList.AddAccount" = "Aggiungi account";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Ignora il cambio account";
|
"Scene.AccountList.DismissAccountSwitcher" = "Ignora il cambio account";
|
||||||
|
@ -527,7 +529,7 @@ caricato su Mastodon.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Unisciti a mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Unisciti a mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Scopri di più";
|
"Scene.Welcome.LearnMore" = "Scopri di più";
|
||||||
"Scene.Welcome.LogIn" = "Accedi";
|
"Scene.Welcome.LogIn" = "Accedi";
|
||||||
"Scene.Welcome.PickServer" = "Scegli il mio server";
|
"Scene.Welcome.PickServer" = "Scegli un altro server";
|
||||||
"Scene.Welcome.Separator.Or" = "o";
|
"Scene.Welcome.Separator.Or" = "o";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Siamo spiacenti, ma questa famiglia di widget non è supportata.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Siamo spiacenti, ma questa famiglia di widget non è supportata.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Per favore apri Mastodon per accedere ad un account.";
|
"Widget.Common.UserNotLoggedIn" = "Per favore apri Mastodon per accedere ad un account.";
|
||||||
|
@ -535,6 +537,14 @@ caricato su Mastodon.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Seguaci";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Seguaci";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ seguaci oggi";
|
"Widget.FollowersCount.FollowersToday" = "%@ seguaci oggi";
|
||||||
"Widget.FollowersCount.Title" = "SEGUACI";
|
"Widget.FollowersCount.Title" = "SEGUACI";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Mostra un post recente con l'hashtag selezionato.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@nessun.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Spiacenti, non siamo riusciti a trovare nessun post con l'hashtag <a>#%@</a>. Prova un <a>#HashtagDifferente</a> o controlla le impostazioni del widget.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@nessun.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "Ecco come apparirebbe un post con un <a>#hashtag</a>. Scegli qualsiasi <a>#hashtag</a> tu voglia nelle impostazioni del widget.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Mostra gli ultimi seguaci.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Mostra gli ultimi seguaci.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Ultimi seguaci";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Ultimi seguaci";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Ultimo aggiornamento: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Ultimo aggiornamento: %@";
|
||||||
|
|
|
@ -177,6 +177,8 @@
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "読込中...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "読込中...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "返信をさらに表示";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "返信をさらに表示";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "今";
|
"Common.Controls.Timeline.Timestamp.Now" = "今";
|
||||||
|
"Common.UserList.FollowersCount" = "%@フォロワー";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "確認済URLなし";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "有効な Mastodon のリンクではないようです。";
|
"Extension.OpenIn.InvalidLinkError" = "有効な Mastodon のリンクではないようです。";
|
||||||
"Scene.AccountList.AddAccount" = "アカウントを追加";
|
"Scene.AccountList.AddAccount" = "アカウントを追加";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "アカウント切替画面を閉じます";
|
"Scene.AccountList.DismissAccountSwitcher" = "アカウント切替画面を閉じます";
|
||||||
|
@ -530,6 +532,14 @@
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "フォロワー";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "フォロワー";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ 人の今日のフォロワー";
|
"Widget.FollowersCount.FollowersToday" = "%@ 人の今日のフォロワー";
|
||||||
"Widget.FollowersCount.Title" = "フォロワー";
|
"Widget.FollowersCount.Title" = "フォロワー";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "指定したハッシュタグの最新の投稿を表示します。";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "ハッシュタグ";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "<a>#%@</a> の投稿が見つかりませんでした。 <a>#ほかのハッシュタグ</a> を指定するか、ウィジェットの設定を変更してみてください。";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "最新のフォロワーを表示します。";
|
"Widget.LatestFollowers.ConfigurationDescription" = "最新のフォロワーを表示します。";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "最新のフォロワー";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "最新のフォロワー";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "最終更新: %@";
|
"Widget.LatestFollowers.LastUpdate" = "最終更新: %@";
|
||||||
|
|
|
@ -181,6 +181,8 @@ Akka i as-d-yettban umaɣnu-inek.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Asali n tsuffaɣ i iruḥen...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Asali n tsuffaɣ i iruḥen...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Ssken-d ugar n tririyin";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Ssken-d ugar n tririyin";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Tura";
|
"Common.Controls.Timeline.Timestamp.Now" = "Tura";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
||||||
"Scene.AccountList.AddAccount" = "Rnu amiḍan";
|
"Scene.AccountList.AddAccount" = "Rnu amiḍan";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Sefsex abeddel n umiḍan";
|
"Scene.AccountList.DismissAccountSwitcher" = "Sefsex abeddel n umiḍan";
|
||||||
|
@ -527,7 +529,7 @@ Ad d-yettwasali ɣef Mastodon.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Learn more";
|
"Scene.Welcome.LearnMore" = "Learn more";
|
||||||
"Scene.Welcome.LogIn" = "Qqen";
|
"Scene.Welcome.LogIn" = "Qqen";
|
||||||
"Scene.Welcome.PickServer" = "Pick my own Server";
|
"Scene.Welcome.PickServer" = "Pick another server";
|
||||||
"Scene.Welcome.Separator.Or" = "or";
|
"Scene.Welcome.Separator.Or" = "or";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
||||||
|
@ -535,6 +537,14 @@ Ad d-yettwasali ɣef Mastodon.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
|
|
@ -181,6 +181,8 @@ Profîla te ji wan ra wiha xuya dike.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Şandiyên wendayî tên barkirin...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Şandiyên wendayî tên barkirin...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Bêtir bersivan nîşan bide";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Bêtir bersivan nîşan bide";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Niha";
|
"Common.Controls.Timeline.Timestamp.Now" = "Niha";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "Ev xuya nake ku girêdaneke Mastodon derbasdar e.";
|
"Extension.OpenIn.InvalidLinkError" = "Ev xuya nake ku girêdaneke Mastodon derbasdar e.";
|
||||||
"Scene.AccountList.AddAccount" = "Ajimêr tevlî bike";
|
"Scene.AccountList.AddAccount" = "Ajimêr tevlî bike";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Guherkera ajimêrê paş guh bike";
|
"Scene.AccountList.DismissAccountSwitcher" = "Guherkera ajimêrê paş guh bike";
|
||||||
|
@ -527,7 +529,7 @@ Profîla te ji wan ra wiha xuya dike.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Tevlî mastodon.social bibe";
|
"Scene.Welcome.JoinDefaultServer" = "Tevlî mastodon.social bibe";
|
||||||
"Scene.Welcome.LearnMore" = "Bêtir fêr bibe";
|
"Scene.Welcome.LearnMore" = "Bêtir fêr bibe";
|
||||||
"Scene.Welcome.LogIn" = "Têkeve";
|
"Scene.Welcome.LogIn" = "Têkeve";
|
||||||
"Scene.Welcome.PickServer" = "Rajekara min hilbijêre";
|
"Scene.Welcome.PickServer" = "Pick another server";
|
||||||
"Scene.Welcome.Separator.Or" = "an jî";
|
"Scene.Welcome.Separator.Or" = "an jî";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Bibore, lê ev malbata alavan nayê piştgirîkirin.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Bibore, lê ev malbata alavan nayê piştgirîkirin.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Ji kerema xwe Mastodon veke da ku têkevî ajimêrekê.";
|
"Widget.Common.UserNotLoggedIn" = "Ji kerema xwe Mastodon veke da ku têkevî ajimêrekê.";
|
||||||
|
@ -535,6 +537,14 @@ Profîla te ji wan ra wiha xuya dike.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Şopîner";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Şopîner";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ şopîner îro";
|
"Widget.FollowersCount.FollowersToday" = "%@ şopîner îro";
|
||||||
"Widget.FollowersCount.Title" = "ŞOPÎNER";
|
"Widget.FollowersCount.Title" = "ŞOPÎNER";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Dawîtirîn şopîner nîşan bide.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Dawîtirîn şopîner nîşan bide.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Dawîtirîn şopîner";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Dawîtirîn şopîner";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Rojanekirina dawî: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Rojanekirina dawî: %@";
|
||||||
|
|
|
@ -176,6 +176,8 @@ Uw profiel ziet er zo uit voor hen.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Resterende berichten laden...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Resterende berichten laden...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Toon meer reacties";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Toon meer reacties";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Nu";
|
"Common.Controls.Timeline.Timestamp.Now" = "Nu";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
||||||
"Scene.AccountList.AddAccount" = "Voeg account toe";
|
"Scene.AccountList.AddAccount" = "Voeg account toe";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Annuleer account wisselen";
|
"Scene.AccountList.DismissAccountSwitcher" = "Annuleer account wisselen";
|
||||||
|
@ -521,7 +523,7 @@ Uw profiel ziet er zo uit voor hen.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Doe mee met mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Doe mee met mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Ontdek meer";
|
"Scene.Welcome.LearnMore" = "Ontdek meer";
|
||||||
"Scene.Welcome.LogIn" = "Log in";
|
"Scene.Welcome.LogIn" = "Log in";
|
||||||
"Scene.Welcome.PickServer" = "Pick my own Server";
|
"Scene.Welcome.PickServer" = "Pick another server";
|
||||||
"Scene.Welcome.Separator.Or" = "of";
|
"Scene.Welcome.Separator.Or" = "of";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
||||||
|
@ -529,6 +531,14 @@ Uw profiel ziet er zo uit voor hen.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
|
|
@ -189,6 +189,8 @@
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Загрузка недостающих постов...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Загрузка недостающих постов...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Показать больше ответов";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Показать больше ответов";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Только что";
|
"Common.Controls.Timeline.Timestamp.Now" = "Только что";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
||||||
"Scene.AccountList.AddAccount" = "Add Account";
|
"Scene.AccountList.AddAccount" = "Add Account";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher";
|
"Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher";
|
||||||
|
@ -535,7 +537,7 @@
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Learn more";
|
"Scene.Welcome.LearnMore" = "Learn more";
|
||||||
"Scene.Welcome.LogIn" = "Вход";
|
"Scene.Welcome.LogIn" = "Вход";
|
||||||
"Scene.Welcome.PickServer" = "Pick my own Server";
|
"Scene.Welcome.PickServer" = "Pick another server";
|
||||||
"Scene.Welcome.Separator.Or" = "or";
|
"Scene.Welcome.Separator.Or" = "or";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
||||||
|
@ -543,6 +545,14 @@
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
|
|
@ -181,6 +181,8 @@ Vaš profil je zanje videti tako.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Nalaganje manjkajočih objav ...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Nalaganje manjkajočih objav ...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Pokaži več odgovorov";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Pokaži več odgovorov";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Zdaj";
|
"Common.Controls.Timeline.Timestamp.Now" = "Zdaj";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "To se ne zdi veljavna povezava Mastodon.";
|
"Extension.OpenIn.InvalidLinkError" = "To se ne zdi veljavna povezava Mastodon.";
|
||||||
"Scene.AccountList.AddAccount" = "Dodaj račun";
|
"Scene.AccountList.AddAccount" = "Dodaj račun";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Umakni preklopnik med računi";
|
"Scene.AccountList.DismissAccountSwitcher" = "Umakni preklopnik med računi";
|
||||||
|
@ -527,7 +529,7 @@ možno naložiti v Mastodon.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Pridruži se mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Pridruži se mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Več o tem";
|
"Scene.Welcome.LearnMore" = "Več o tem";
|
||||||
"Scene.Welcome.LogIn" = "Prijava";
|
"Scene.Welcome.LogIn" = "Prijava";
|
||||||
"Scene.Welcome.PickServer" = "Izberi moj lasten strežnik";
|
"Scene.Welcome.PickServer" = "Izberi drug strežnik";
|
||||||
"Scene.Welcome.Separator.Or" = "ali";
|
"Scene.Welcome.Separator.Or" = "ali";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Žal ta družina gradnikov ni podprta.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Žal ta družina gradnikov ni podprta.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Odprite Mastodon, da se prijavite v račun.";
|
"Widget.Common.UserNotLoggedIn" = "Odprite Mastodon, da se prijavite v račun.";
|
||||||
|
@ -535,6 +537,14 @@ možno naložiti v Mastodon.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Sledilci";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Sledilci";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ sledilcev danes";
|
"Widget.FollowersCount.FollowersToday" = "%@ sledilcev danes";
|
||||||
"Widget.FollowersCount.Title" = "SLEDILCI";
|
"Widget.FollowersCount.Title" = "SLEDILCI";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Pokaže nedavno objavo z izbranim ključnikom.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Ključnik";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@janezMastodon@ni-takega.racuna";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "Janez Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Žal ne najdemo objav s ključnikom <a>#%@</a>. Poskusite z <a>#drugimKljučnikom</a> ali preverite nastavitve gradnika.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@janezMastodon@ni-takega.racuna";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "Janez Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "Tako je videti objava s <a>#ključnikom</a>. Izberite želeni <a>#ključnik</a> v nastavitvah gradnika.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Pokaži najnovejše sledilce.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Pokaži najnovejše sledilce.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Najnovejši sledilci";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Najnovejši sledilci";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Zadnja posodobitev: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Zadnja posodobitev: %@";
|
||||||
|
|
|
@ -40,7 +40,7 @@ Kontrollera din internetanslutning.";
|
||||||
"Common.Controls.Actions.Discard" = "Släng";
|
"Common.Controls.Actions.Discard" = "Släng";
|
||||||
"Common.Controls.Actions.Done" = "Klar";
|
"Common.Controls.Actions.Done" = "Klar";
|
||||||
"Common.Controls.Actions.Edit" = "Redigera";
|
"Common.Controls.Actions.Edit" = "Redigera";
|
||||||
"Common.Controls.Actions.EditPost" = "Edit";
|
"Common.Controls.Actions.EditPost" = "Redigera";
|
||||||
"Common.Controls.Actions.FindPeople" = "Hitta personer att följa";
|
"Common.Controls.Actions.FindPeople" = "Hitta personer att följa";
|
||||||
"Common.Controls.Actions.ManuallySearch" = "Sök manuellt istället";
|
"Common.Controls.Actions.ManuallySearch" = "Sök manuellt istället";
|
||||||
"Common.Controls.Actions.Next" = "Nästa";
|
"Common.Controls.Actions.Next" = "Nästa";
|
||||||
|
@ -117,7 +117,7 @@ Kontrollera din internetanslutning.";
|
||||||
"Common.Controls.Status.Actions.Unreblog" = "Ångra boost";
|
"Common.Controls.Status.Actions.Unreblog" = "Ångra boost";
|
||||||
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
|
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
|
||||||
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
|
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
|
||||||
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
|
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favoriter";
|
||||||
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
|
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
|
||||||
"Common.Controls.Status.ContentWarning" = "Innehållsvarning";
|
"Common.Controls.Status.ContentWarning" = "Innehållsvarning";
|
||||||
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
|
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
|
||||||
|
@ -181,6 +181,8 @@ Din profil ser ut så här för dem.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Laddar saknade inlägg...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Laddar saknade inlägg...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Visa fler svar";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Visa fler svar";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Nu";
|
"Common.Controls.Timeline.Timestamp.Now" = "Nu";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
||||||
"Scene.AccountList.AddAccount" = "Lägg till konto";
|
"Scene.AccountList.AddAccount" = "Lägg till konto";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Stäng kontoväxlare";
|
"Scene.AccountList.DismissAccountSwitcher" = "Stäng kontoväxlare";
|
||||||
|
@ -268,7 +270,7 @@ laddas upp till Mastodon.";
|
||||||
"Scene.Discovery.Tabs.Posts" = "Inlägg";
|
"Scene.Discovery.Tabs.Posts" = "Inlägg";
|
||||||
"Scene.Familiarfollowers.FollowedByNames" = "Följs av %@";
|
"Scene.Familiarfollowers.FollowedByNames" = "Följs av %@";
|
||||||
"Scene.Familiarfollowers.Title" = "Följare du liknar";
|
"Scene.Familiarfollowers.Title" = "Följare du liknar";
|
||||||
"Scene.Favorite.Title" = "Favorites";
|
"Scene.Favorite.Title" = "Favoriter";
|
||||||
"Scene.FavoritedBy.Title" = "Favoriserad av";
|
"Scene.FavoritedBy.Title" = "Favoriserad av";
|
||||||
"Scene.FollowedTags.Actions.Follow" = "Följ";
|
"Scene.FollowedTags.Actions.Follow" = "Följ";
|
||||||
"Scene.FollowedTags.Actions.Unfollow" = "Avfölj";
|
"Scene.FollowedTags.Actions.Unfollow" = "Avfölj";
|
||||||
|
@ -310,7 +312,7 @@ laddas upp till Mastodon.";
|
||||||
"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.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.Ios" = "Privacy Policy - Mastodon for iOS";
|
||||||
"Scene.Privacy.Policy.Server" = "Privacy Policy - %@";
|
"Scene.Privacy.Policy.Server" = "Integritetspolicy - %@";
|
||||||
"Scene.Privacy.Title" = "Privacy";
|
"Scene.Privacy.Title" = "Privacy";
|
||||||
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Dubbeltryck för att öppna listan";
|
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Dubbeltryck för att öppna listan";
|
||||||
"Scene.Profile.Accessibility.EditAvatarImage" = "Redigera profilbild";
|
"Scene.Profile.Accessibility.EditAvatarImage" = "Redigera profilbild";
|
||||||
|
@ -382,7 +384,7 @@ laddas upp till Mastodon.";
|
||||||
"Scene.Register.Input.Username.DuplicatePrompt" = "Det här användarnamnet är redan taget.";
|
"Scene.Register.Input.Username.DuplicatePrompt" = "Det här användarnamnet är redan taget.";
|
||||||
"Scene.Register.Input.Username.Placeholder" = "användarnamn";
|
"Scene.Register.Input.Username.Placeholder" = "användarnamn";
|
||||||
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
|
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
|
||||||
"Scene.Register.Title" = "Create Account";
|
"Scene.Register.Title" = "Skapa konto";
|
||||||
"Scene.Report.Content1" = "Finns det några andra inlägg du vill lägga till i rapporten?";
|
"Scene.Report.Content1" = "Finns det några andra inlägg du vill lägga till i rapporten?";
|
||||||
"Scene.Report.Content2" = "Finns det något som moderatorerna borde känna till om denna rapport?";
|
"Scene.Report.Content2" = "Finns det något som moderatorerna borde känna till om denna rapport?";
|
||||||
"Scene.Report.ReportSentTitle" = "Tack för din rapport, vi ska titta på det.";
|
"Scene.Report.ReportSentTitle" = "Tack för din rapport, vi ska titta på det.";
|
||||||
|
@ -457,7 +459,7 @@ laddas upp till Mastodon.";
|
||||||
"Scene.ServerPicker.Button.Category.Music" = "musik";
|
"Scene.ServerPicker.Button.Category.Music" = "musik";
|
||||||
"Scene.ServerPicker.Button.Category.Regional" = "regionalt";
|
"Scene.ServerPicker.Button.Category.Regional" = "regionalt";
|
||||||
"Scene.ServerPicker.Button.Category.Tech" = "teknik";
|
"Scene.ServerPicker.Button.Category.Tech" = "teknik";
|
||||||
"Scene.ServerPicker.Button.Language" = "Language";
|
"Scene.ServerPicker.Button.Language" = "Språk";
|
||||||
"Scene.ServerPicker.Button.SeeLess" = "Visa mindre";
|
"Scene.ServerPicker.Button.SeeLess" = "Visa mindre";
|
||||||
"Scene.ServerPicker.Button.SeeMore" = "Visa mer";
|
"Scene.ServerPicker.Button.SeeMore" = "Visa mer";
|
||||||
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
|
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
|
||||||
|
@ -525,9 +527,9 @@ laddas upp till Mastodon.";
|
||||||
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
|
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
|
||||||
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
|
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Learn more";
|
"Scene.Welcome.LearnMore" = "Läs mer";
|
||||||
"Scene.Welcome.LogIn" = "Logga in";
|
"Scene.Welcome.LogIn" = "Logga in";
|
||||||
"Scene.Welcome.PickServer" = "Pick my own Server";
|
"Scene.Welcome.PickServer" = "Pick another server";
|
||||||
"Scene.Welcome.Separator.Or" = "or";
|
"Scene.Welcome.Separator.Or" = "or";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
||||||
|
@ -535,6 +537,14 @@ laddas upp till Mastodon.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
|
|
@ -181,6 +181,8 @@
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "กำลังโหลดโพสต์ที่ขาดหายไป...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "กำลังโหลดโพสต์ที่ขาดหายไป...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "แสดงการตอบกลับเพิ่มเติม";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "แสดงการตอบกลับเพิ่มเติม";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "ตอนนี้";
|
"Common.Controls.Timeline.Timestamp.Now" = "ตอนนี้";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "ดูเหมือนว่าสิ่งนี้จะไม่ใช่ลิงก์ Mastodon ที่ถูกต้อง";
|
"Extension.OpenIn.InvalidLinkError" = "ดูเหมือนว่าสิ่งนี้จะไม่ใช่ลิงก์ Mastodon ที่ถูกต้อง";
|
||||||
"Scene.AccountList.AddAccount" = "เพิ่มบัญชี";
|
"Scene.AccountList.AddAccount" = "เพิ่มบัญชี";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "ปิดตัวสลับบัญชี";
|
"Scene.AccountList.DismissAccountSwitcher" = "ปิดตัวสลับบัญชี";
|
||||||
|
@ -527,7 +529,7 @@
|
||||||
"Scene.Welcome.JoinDefaultServer" = "เข้าร่วม mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "เข้าร่วม mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "เรียนรู้เพิ่มเติม";
|
"Scene.Welcome.LearnMore" = "เรียนรู้เพิ่มเติม";
|
||||||
"Scene.Welcome.LogIn" = "เข้าสู่ระบบ";
|
"Scene.Welcome.LogIn" = "เข้าสู่ระบบ";
|
||||||
"Scene.Welcome.PickServer" = "เลือกเซิร์ฟเวอร์ของฉันเอง";
|
"Scene.Welcome.PickServer" = "เลือกเซิร์ฟเวอร์อื่น";
|
||||||
"Scene.Welcome.Separator.Or" = "หรือ";
|
"Scene.Welcome.Separator.Or" = "หรือ";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "ขออภัยแต่ไม่รองรับตระกูลวิดเจ็ตนี้";
|
"Widget.Common.UnsupportedWidgetFamily" = "ขออภัยแต่ไม่รองรับตระกูลวิดเจ็ตนี้";
|
||||||
"Widget.Common.UserNotLoggedIn" = "โปรดเปิด Mastodon เพื่อเข้าสู่ระบบบัญชี";
|
"Widget.Common.UserNotLoggedIn" = "โปรดเปิด Mastodon เพื่อเข้าสู่ระบบบัญชี";
|
||||||
|
@ -535,6 +537,14 @@
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "ผู้ติดตาม";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "ผู้ติดตาม";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ ผู้ติดตามวันนี้";
|
"Widget.FollowersCount.FollowersToday" = "%@ ผู้ติดตามวันนี้";
|
||||||
"Widget.FollowersCount.Title" = "ผู้ติดตาม";
|
"Widget.FollowersCount.Title" = "ผู้ติดตาม";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "แสดงโพสต์ล่าสุดที่มีแฮชแท็กที่เลือก";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "แฮชแท็ก";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "ขออภัย เราไม่พบโพสต์ใด ๆ ที่มีแฮชแท็ก <a>#%@</a> โปรดลอง <a>#แฮชแท็กอื่น</a> หรือตรวจสอบการตั้งค่าวิดเจ็ต";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "นี่คือลักษณะของโพสต์ที่มี <a>#แฮชแท็ก</a> ที่จะปรากฏ เลือก <a>#แฮชแท็ก</a> ใดก็ตามที่คุณต้องการในการตั้งค่าวิดเจ็ต";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "แสดงผู้ติดตามล่าสุด";
|
"Widget.LatestFollowers.ConfigurationDescription" = "แสดงผู้ติดตามล่าสุด";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "ผู้ติดตามล่าสุด";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "ผู้ติดตามล่าสุด";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "การอัปเดตล่าสุด: %@";
|
"Widget.LatestFollowers.LastUpdate" = "การอัปเดตล่าสุด: %@";
|
||||||
|
|
|
@ -180,6 +180,8 @@ Bu kişiye göre profiliniz böyle gözüküyor.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Daha fazla gönderi yükleniyor...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Daha fazla gönderi yükleniyor...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Daha fazla yanıt görüntüe";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Daha fazla yanıt görüntüe";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Şimdi";
|
"Common.Controls.Timeline.Timestamp.Now" = "Şimdi";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
||||||
"Scene.AccountList.AddAccount" = "Hesap Ekle";
|
"Scene.AccountList.AddAccount" = "Hesap Ekle";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Hesap Değiştiriciyi Kapat";
|
"Scene.AccountList.DismissAccountSwitcher" = "Hesap Değiştiriciyi Kapat";
|
||||||
|
@ -526,7 +528,7 @@ yüklenemiyor.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Learn more";
|
"Scene.Welcome.LearnMore" = "Learn more";
|
||||||
"Scene.Welcome.LogIn" = "Oturum Aç";
|
"Scene.Welcome.LogIn" = "Oturum Aç";
|
||||||
"Scene.Welcome.PickServer" = "Pick my own Server";
|
"Scene.Welcome.PickServer" = "Pick another server";
|
||||||
"Scene.Welcome.Separator.Or" = "or";
|
"Scene.Welcome.Separator.Or" = "or";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
||||||
|
@ -534,6 +536,14 @@ yüklenemiyor.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings.";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
||||||
|
|
|
@ -181,6 +181,8 @@ Họ sẽ thấy trang của bạn như thế này.";
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Đang tải tút chưa đọc...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Đang tải tút chưa đọc...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Xem lượt trả lời";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Xem lượt trả lời";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "Vừa xong";
|
"Common.Controls.Timeline.Timestamp.Now" = "Vừa xong";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ người theo dõi";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "Không có xác minh";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "Có vẻ không phải là đường link xác thực Mastdon.";
|
"Extension.OpenIn.InvalidLinkError" = "Có vẻ không phải là đường link xác thực Mastdon.";
|
||||||
"Scene.AccountList.AddAccount" = "Thêm tài khoản";
|
"Scene.AccountList.AddAccount" = "Thêm tài khoản";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "Bỏ qua chuyển đổi tài khoản";
|
"Scene.AccountList.DismissAccountSwitcher" = "Bỏ qua chuyển đổi tài khoản";
|
||||||
|
@ -527,7 +529,7 @@ tải lên Mastodon.";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Tham gia mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "Tham gia mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Tìm hiểu thêm";
|
"Scene.Welcome.LearnMore" = "Tìm hiểu thêm";
|
||||||
"Scene.Welcome.LogIn" = "Đăng nhập";
|
"Scene.Welcome.LogIn" = "Đăng nhập";
|
||||||
"Scene.Welcome.PickServer" = "Tự chọn máy chủ";
|
"Scene.Welcome.PickServer" = "Tìm máy chủ khác";
|
||||||
"Scene.Welcome.Separator.Or" = "hoặc";
|
"Scene.Welcome.Separator.Or" = "hoặc";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Không hỗ trợ Widget family.";
|
"Widget.Common.UnsupportedWidgetFamily" = "Không hỗ trợ Widget family.";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Xin mở Mastodon để đăng nhập.";
|
"Widget.Common.UserNotLoggedIn" = "Xin mở Mastodon để đăng nhập.";
|
||||||
|
@ -535,10 +537,18 @@ tải lên Mastodon.";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Người theo dõi";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "Người theo dõi";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ người theo dõi hôm nay";
|
"Widget.FollowersCount.FollowersToday" = "%@ người theo dõi hôm nay";
|
||||||
"Widget.FollowersCount.Title" = "NGƯỜI THEO DÕI";
|
"Widget.FollowersCount.Title" = "NGƯỜI THEO DÕI";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.Hashtag.Configuration.Description" = "Hiện một tút gần đây với hashtag đã chọn.";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
"Widget.LatestFollowers.Title" = "Latest followers";
|
"Widget.Hashtag.NotFound.AccountName" = "Tham gia Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "Rất tiếc, không thể tìm bất cứ tút nào với hashtag <a>#%@</a>. Hãy thử một <a>#HashtagKhác</a> hoặc kiểm tra thiết lập widget.";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "Tham gia Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "Đây là một tút với <a>#hashtag</a> mẫu. Chọn bất kỳr <a>#hashtag</a> nào bạn muốn trong thiết lập widget.";
|
||||||
|
"Widget.LatestFollowers.ConfigurationDescription" = "Xem người theo dõi gần đây.";
|
||||||
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "Người theo dõi gần đây";
|
||||||
|
"Widget.LatestFollowers.LastUpdate" = "Cập nhật vào: %@";
|
||||||
|
"Widget.LatestFollowers.Title" = "Người theo dõi gần đây";
|
||||||
"Widget.MultipleFollowers.ConfigurationDescription" = "Hiện số người theo dõi của nhiều tài khoản.";
|
"Widget.MultipleFollowers.ConfigurationDescription" = "Hiện số người theo dõi của nhiều tài khoản.";
|
||||||
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Nhiều người theo dõi";
|
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Nhiều người theo dõi";
|
||||||
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
|
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
<key>NSStringFormatValueTypeKey</key>
|
<key>NSStringFormatValueTypeKey</key>
|
||||||
<string>ld</string>
|
<string>ld</string>
|
||||||
<key>other</key>
|
<key>other</key>
|
||||||
<string>%ld re-blogs</string>
|
<string>%ld đăng lại</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>plural.count.reply</key>
|
<key>plural.count.reply</key>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
"Common.Alerts.BlockDomain.BlockEntireDomain" = "屏蔽域名";
|
"Common.Alerts.BlockDomain.BlockEntireDomain" = "屏蔽域名";
|
||||||
"Common.Alerts.BlockDomain.Title" = "你真的确定要屏蔽所有来自 %@ 的内容吗?多数情况下,屏蔽或隐藏几个特定的用户就已经足够了。来自该网站的内容将不再出现在你的任何公共时间轴或通知列表里。来自该网站的关注者将会被移除。";
|
"Common.Alerts.BlockDomain.Title" = "你真的确定要屏蔽所有来自 %@ 的内容吗?多数情况下,屏蔽或隐藏几个特定的用户就已经足够了。屏蔽 %@ 后,来自该域名的内容将不再出现在你的任何公共时间轴或通知列表里;来自该域名的关注者也将被移除。";
|
||||||
"Common.Alerts.CleanCache.Message" = "成功清除 %@ 缓存。";
|
"Common.Alerts.CleanCache.Message" = "成功清除 %@ 缓存。";
|
||||||
"Common.Alerts.CleanCache.Title" = "清除缓存";
|
"Common.Alerts.CleanCache.Title" = "清除缓存";
|
||||||
"Common.Alerts.Common.PleaseTryAgain" = "请重试。";
|
"Common.Alerts.Common.PleaseTryAgain" = "请重试。";
|
||||||
"Common.Alerts.Common.PleaseTryAgainLater" = "请稍后重试。";
|
"Common.Alerts.Common.PleaseTryAgainLater" = "请稍后重试。";
|
||||||
"Common.Alerts.DeletePost.Message" = "确定要删除这个帖子吗?";
|
"Common.Alerts.DeletePost.Message" = "确定要删除这个帖子吗?";
|
||||||
"Common.Alerts.DeletePost.Title" = "确定要删除这条消息吗?";
|
"Common.Alerts.DeletePost.Title" = "删除帖子";
|
||||||
"Common.Alerts.DiscardPostContent.Message" = "确认要丢弃正在编辑的内容";
|
"Common.Alerts.DiscardPostContent.Message" = "确认要丢弃正在编辑的内容";
|
||||||
"Common.Alerts.DiscardPostContent.Title" = "丢弃草案";
|
"Common.Alerts.DiscardPostContent.Title" = "丢弃草案";
|
||||||
"Common.Alerts.EditProfileFailure.Message" = "无法编辑个人资料,请重试。";
|
"Common.Alerts.EditProfileFailure.Message" = "无法编辑个人资料,请重试。";
|
||||||
|
@ -14,16 +14,16 @@
|
||||||
"Common.Alerts.PublishPostFailure.AttachmentsMessage.VideoAttachWithPhoto" = "无法在帖子中同时插入视频和图片。";
|
"Common.Alerts.PublishPostFailure.AttachmentsMessage.VideoAttachWithPhoto" = "无法在帖子中同时插入视频和图片。";
|
||||||
"Common.Alerts.PublishPostFailure.Message" = "帖子发送失败。
|
"Common.Alerts.PublishPostFailure.Message" = "帖子发送失败。
|
||||||
请检查你的网络连接。";
|
请检查你的网络连接。";
|
||||||
"Common.Alerts.PublishPostFailure.Title" = "发送失败";
|
"Common.Alerts.PublishPostFailure.Title" = "发布失败";
|
||||||
"Common.Alerts.SavePhotoFailure.Message" = "请启用照片库访问权限以保存照片。";
|
"Common.Alerts.SavePhotoFailure.Message" = "请启用照片库访问权限以保存照片。";
|
||||||
"Common.Alerts.SavePhotoFailure.Title" = "保存照片失败";
|
"Common.Alerts.SavePhotoFailure.Title" = "保存照片失败";
|
||||||
"Common.Alerts.ServerError.Title" = "服务器错误";
|
"Common.Alerts.ServerError.Title" = "服务器错误";
|
||||||
"Common.Alerts.SignOut.Confirm" = "退出";
|
"Common.Alerts.SignOut.Confirm" = "退出账户";
|
||||||
"Common.Alerts.SignOut.Message" = "您确定要退出吗?";
|
"Common.Alerts.SignOut.Message" = "确定要退出账户吗?";
|
||||||
"Common.Alerts.SignOut.Title" = "退出";
|
"Common.Alerts.SignOut.Title" = "退出账户";
|
||||||
"Common.Alerts.SignUpFailure.Title" = "注册失败";
|
"Common.Alerts.SignUpFailure.Title" = "注册失败";
|
||||||
"Common.Alerts.TranslationFailed.Button" = "确定";
|
"Common.Alerts.TranslationFailed.Button" = "确定";
|
||||||
"Common.Alerts.TranslationFailed.Message" = "翻译失败,可能是管理员没有在这个实例上启用翻译功能,也可能是这台实例的服务端运行较旧版本的 Mastodon,此服务端还未支持翻译功能。";
|
"Common.Alerts.TranslationFailed.Message" = "翻译失败。此服务器运行的 Mastodon 版本不支持翻译功能,或管理员未将翻译功能开启。";
|
||||||
"Common.Alerts.TranslationFailed.Title" = "备注";
|
"Common.Alerts.TranslationFailed.Title" = "备注";
|
||||||
"Common.Alerts.VoteFailure.PollEnded" = "投票已结束";
|
"Common.Alerts.VoteFailure.PollEnded" = "投票已结束";
|
||||||
"Common.Alerts.VoteFailure.Title" = "投票失败";
|
"Common.Alerts.VoteFailure.Title" = "投票失败";
|
||||||
|
@ -35,12 +35,12 @@
|
||||||
"Common.Controls.Actions.Confirm" = "确认";
|
"Common.Controls.Actions.Confirm" = "确认";
|
||||||
"Common.Controls.Actions.Continue" = "继续";
|
"Common.Controls.Actions.Continue" = "继续";
|
||||||
"Common.Controls.Actions.Copy" = "复制";
|
"Common.Controls.Actions.Copy" = "复制";
|
||||||
"Common.Controls.Actions.CopyPhoto" = "拷贝照片";
|
"Common.Controls.Actions.CopyPhoto" = "复制照片";
|
||||||
"Common.Controls.Actions.Delete" = "删除";
|
"Common.Controls.Actions.Delete" = "删除";
|
||||||
"Common.Controls.Actions.Discard" = "放弃";
|
"Common.Controls.Actions.Discard" = "放弃";
|
||||||
"Common.Controls.Actions.Done" = "完成";
|
"Common.Controls.Actions.Done" = "完成";
|
||||||
"Common.Controls.Actions.Edit" = "编辑";
|
"Common.Controls.Actions.Edit" = "编辑";
|
||||||
"Common.Controls.Actions.EditPost" = "Edit";
|
"Common.Controls.Actions.EditPost" = "编辑";
|
||||||
"Common.Controls.Actions.FindPeople" = "查看推荐关注的用户";
|
"Common.Controls.Actions.FindPeople" = "查看推荐关注的用户";
|
||||||
"Common.Controls.Actions.ManuallySearch" = "手动搜索用户";
|
"Common.Controls.Actions.ManuallySearch" = "手动搜索用户";
|
||||||
"Common.Controls.Actions.Next" = "下一个";
|
"Common.Controls.Actions.Next" = "下一个";
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
"Common.Controls.Actions.ShareUser" = "分享 %@";
|
"Common.Controls.Actions.ShareUser" = "分享 %@";
|
||||||
"Common.Controls.Actions.SignIn" = "登录";
|
"Common.Controls.Actions.SignIn" = "登录";
|
||||||
"Common.Controls.Actions.Skip" = "跳过";
|
"Common.Controls.Actions.Skip" = "跳过";
|
||||||
"Common.Controls.Actions.TakePhoto" = "拍照";
|
"Common.Controls.Actions.TakePhoto" = "拍摄照片";
|
||||||
"Common.Controls.Actions.TranslatePost.Title" = "翻译自 %@";
|
"Common.Controls.Actions.TranslatePost.Title" = "翻译自 %@";
|
||||||
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "未知的";
|
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "未知的";
|
||||||
"Common.Controls.Actions.TryAgain" = "再试一次";
|
"Common.Controls.Actions.TryAgain" = "再试一次";
|
||||||
|
@ -101,8 +101,8 @@
|
||||||
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "启用或关闭内容警告";
|
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "启用或关闭内容警告";
|
||||||
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "喜欢此帖子";
|
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "喜欢此帖子";
|
||||||
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "转发此帖子";
|
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "转发此帖子";
|
||||||
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
|
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "转发";
|
||||||
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
|
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "撤销转发";
|
||||||
"Common.Controls.Status.Actions.Favorite" = "喜欢";
|
"Common.Controls.Status.Actions.Favorite" = "喜欢";
|
||||||
"Common.Controls.Status.Actions.Hide" = "隐藏";
|
"Common.Controls.Status.Actions.Hide" = "隐藏";
|
||||||
"Common.Controls.Status.Actions.Menu" = "菜单";
|
"Common.Controls.Status.Actions.Menu" = "菜单";
|
||||||
|
@ -115,14 +115,14 @@
|
||||||
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "长按以显示菜单";
|
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "长按以显示菜单";
|
||||||
"Common.Controls.Status.Actions.Unfavorite" = "取消喜欢";
|
"Common.Controls.Status.Actions.Unfavorite" = "取消喜欢";
|
||||||
"Common.Controls.Status.Actions.Unreblog" = "取消转发";
|
"Common.Controls.Status.Actions.Unreblog" = "取消转发";
|
||||||
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
|
"Common.Controls.Status.Buttons.EditHistoryDetail" = "编辑于:%@";
|
||||||
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
|
"Common.Controls.Status.Buttons.EditHistoryTitle" = "编辑历史";
|
||||||
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
|
"Common.Controls.Status.Buttons.FavoritesTitle" = "收藏";
|
||||||
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
|
"Common.Controls.Status.Buttons.ReblogsTitle" = "转发";
|
||||||
"Common.Controls.Status.ContentWarning" = "内容警告";
|
"Common.Controls.Status.ContentWarning" = "内容警告";
|
||||||
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
|
"Common.Controls.Status.EditHistory.OriginalPost" = "原始帖文 · %@";
|
||||||
"Common.Controls.Status.EditHistory.Title" = "Edit History";
|
"Common.Controls.Status.EditHistory.Title" = "编辑历史";
|
||||||
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
|
"Common.Controls.Status.EditedAtTimestampPrefix" = "已编辑 %@";
|
||||||
"Common.Controls.Status.LinkViaUser" = "%@ 通过 %@";
|
"Common.Controls.Status.LinkViaUser" = "%@ 通过 %@";
|
||||||
"Common.Controls.Status.LoadEmbed" = "加载嵌入内容";
|
"Common.Controls.Status.LoadEmbed" = "加载嵌入内容";
|
||||||
"Common.Controls.Status.Media.AccessibilityLabel" = "%@,附件 %d / %d";
|
"Common.Controls.Status.Media.AccessibilityLabel" = "%@,附件 %d / %d";
|
||||||
|
@ -136,7 +136,7 @@
|
||||||
"Common.Controls.Status.MetaEntity.Url" = "链接:%@";
|
"Common.Controls.Status.MetaEntity.Url" = "链接:%@";
|
||||||
"Common.Controls.Status.Poll.Closed" = "已关闭";
|
"Common.Controls.Status.Poll.Closed" = "已关闭";
|
||||||
"Common.Controls.Status.Poll.Vote" = "投票";
|
"Common.Controls.Status.Poll.Vote" = "投票";
|
||||||
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
|
"Common.Controls.Status.PostedViaApplication" = "%@ 通过 %@ 发布";
|
||||||
"Common.Controls.Status.SensitiveContent" = "敏感内容";
|
"Common.Controls.Status.SensitiveContent" = "敏感内容";
|
||||||
"Common.Controls.Status.ShowPost" = "显示帖子";
|
"Common.Controls.Status.ShowPost" = "显示帖子";
|
||||||
"Common.Controls.Status.ShowUserProfile" = "查看用户个人资料";
|
"Common.Controls.Status.ShowUserProfile" = "查看用户个人资料";
|
||||||
|
@ -147,7 +147,7 @@
|
||||||
"Common.Controls.Status.Tag.Mention" = "提及";
|
"Common.Controls.Status.Tag.Mention" = "提及";
|
||||||
"Common.Controls.Status.Tag.Url" = "URL";
|
"Common.Controls.Status.Tag.Url" = "URL";
|
||||||
"Common.Controls.Status.TapToReveal" = "点击以显示";
|
"Common.Controls.Status.TapToReveal" = "点击以显示";
|
||||||
"Common.Controls.Status.Translation.ShowOriginal" = "Show Original";
|
"Common.Controls.Status.Translation.ShowOriginal" = "显示原文";
|
||||||
"Common.Controls.Status.Translation.TranslatedFrom" = "从 %@ 翻译成 %@";
|
"Common.Controls.Status.Translation.TranslatedFrom" = "从 %@ 翻译成 %@";
|
||||||
"Common.Controls.Status.Translation.UnknownLanguage" = "未知的";
|
"Common.Controls.Status.Translation.UnknownLanguage" = "未知的";
|
||||||
"Common.Controls.Status.Translation.UnknownProvider" = "未知的";
|
"Common.Controls.Status.Translation.UnknownProvider" = "未知的";
|
||||||
|
@ -157,8 +157,8 @@
|
||||||
"Common.Controls.Status.Visibility.Private" = "只有作者的关注者才能看到此帖子。";
|
"Common.Controls.Status.Visibility.Private" = "只有作者的关注者才能看到此帖子。";
|
||||||
"Common.Controls.Status.Visibility.PrivateFromMe" = "只有我的关注者才能看到此帖子。";
|
"Common.Controls.Status.Visibility.PrivateFromMe" = "只有我的关注者才能看到此帖子。";
|
||||||
"Common.Controls.Status.Visibility.Unlisted" = "任何人都可以看到这个帖子,但不会在公开的时间线中显示。";
|
"Common.Controls.Status.Visibility.Unlisted" = "任何人都可以看到这个帖子,但不会在公开的时间线中显示。";
|
||||||
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
|
"Common.Controls.Tabs.A11Y.Explore" = "探索";
|
||||||
"Common.Controls.Tabs.A11Y.Search" = "Search";
|
"Common.Controls.Tabs.A11Y.Search" = "搜索";
|
||||||
"Common.Controls.Tabs.Home" = "主页";
|
"Common.Controls.Tabs.Home" = "主页";
|
||||||
"Common.Controls.Tabs.Notifications" = "通知";
|
"Common.Controls.Tabs.Notifications" = "通知";
|
||||||
"Common.Controls.Tabs.Profile" = "个人资料";
|
"Common.Controls.Tabs.Profile" = "个人资料";
|
||||||
|
@ -181,7 +181,9 @@
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "正在加载帖子...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "正在加载帖子...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "显示更多回复";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "显示更多回复";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "现在";
|
"Common.Controls.Timeline.Timestamp.Now" = "现在";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
|
"Common.UserList.FollowersCount" = "%@ followers";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "No verified link";
|
||||||
|
"Extension.OpenIn.InvalidLinkError" = "这似乎不是一个有效的 Mastodon 链接。";
|
||||||
"Scene.AccountList.AddAccount" = "添加账户";
|
"Scene.AccountList.AddAccount" = "添加账户";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "关闭账户切换页面";
|
"Scene.AccountList.DismissAccountSwitcher" = "关闭账户切换页面";
|
||||||
"Scene.AccountList.TabBarHint" = "当前账户:%@。 双击并按住来打开账户切换页面";
|
"Scene.AccountList.TabBarHint" = "当前账户:%@。 双击并按住来打开账户切换页面";
|
||||||
|
@ -217,30 +219,30 @@
|
||||||
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "选择可见性 - %@";
|
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "选择可见性 - %@";
|
||||||
"Scene.Compose.Keyboard.ToggleContentWarning" = "启用或关闭内容警告";
|
"Scene.Compose.Keyboard.ToggleContentWarning" = "启用或关闭内容警告";
|
||||||
"Scene.Compose.Keyboard.TogglePoll" = "启用或关闭投票";
|
"Scene.Compose.Keyboard.TogglePoll" = "启用或关闭投票";
|
||||||
"Scene.Compose.Language.Other" = "Other Language…";
|
"Scene.Compose.Language.Other" = "其它语言…";
|
||||||
"Scene.Compose.Language.Recent" = "Recent";
|
"Scene.Compose.Language.Recent" = "最近";
|
||||||
"Scene.Compose.Language.Suggested" = "Suggested";
|
"Scene.Compose.Language.Suggested" = "为您推荐";
|
||||||
"Scene.Compose.Language.Title" = "Post Language";
|
"Scene.Compose.Language.Title" = "帖子语言";
|
||||||
"Scene.Compose.MediaSelection.Browse" = "浏览";
|
"Scene.Compose.MediaSelection.Browse" = "浏览";
|
||||||
"Scene.Compose.MediaSelection.Camera" = "拍照";
|
"Scene.Compose.MediaSelection.Camera" = "拍照";
|
||||||
"Scene.Compose.MediaSelection.PhotoLibrary" = "照片库";
|
"Scene.Compose.MediaSelection.PhotoLibrary" = "照片库";
|
||||||
"Scene.Compose.Poll.AddOption" = "Add Option";
|
"Scene.Compose.Poll.AddOption" = "添加选项";
|
||||||
"Scene.Compose.Poll.DurationTime" = "时长:%@";
|
"Scene.Compose.Poll.DurationTime" = "时长:%@";
|
||||||
"Scene.Compose.Poll.MoveDown" = "Move Down";
|
"Scene.Compose.Poll.MoveDown" = "下移";
|
||||||
"Scene.Compose.Poll.MoveUp" = "Move Up";
|
"Scene.Compose.Poll.MoveUp" = "上移";
|
||||||
"Scene.Compose.Poll.OneDay" = "1 天";
|
"Scene.Compose.Poll.OneDay" = "1 天";
|
||||||
"Scene.Compose.Poll.OneHour" = "1 小时";
|
"Scene.Compose.Poll.OneHour" = "1 小时";
|
||||||
"Scene.Compose.Poll.OptionNumber" = "选项 %ld";
|
"Scene.Compose.Poll.OptionNumber" = "选项 %ld";
|
||||||
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
|
"Scene.Compose.Poll.RemoveOption" = "删除选项";
|
||||||
"Scene.Compose.Poll.SevenDays" = "7 天";
|
"Scene.Compose.Poll.SevenDays" = "7 天";
|
||||||
"Scene.Compose.Poll.SixHours" = "6 小时";
|
"Scene.Compose.Poll.SixHours" = "6 小时";
|
||||||
"Scene.Compose.Poll.ThePollHasEmptyOption" = "投票含有空选项";
|
"Scene.Compose.Poll.ThePollHasEmptyOption" = "投票含有空选项";
|
||||||
"Scene.Compose.Poll.ThePollIsInvalid" = "投票无效";
|
"Scene.Compose.Poll.ThePollIsInvalid" = "投票无效";
|
||||||
"Scene.Compose.Poll.ThirtyMinutes" = "30 分钟";
|
"Scene.Compose.Poll.ThirtyMinutes" = "30 分钟";
|
||||||
"Scene.Compose.Poll.ThreeDays" = "3 天";
|
"Scene.Compose.Poll.ThreeDays" = "3 天";
|
||||||
"Scene.Compose.Poll.Title" = "Poll";
|
"Scene.Compose.Poll.Title" = "投票";
|
||||||
"Scene.Compose.ReplyingToUser" = "回复给 %@";
|
"Scene.Compose.ReplyingToUser" = "回复给 %@";
|
||||||
"Scene.Compose.Title.EditPost" = "Edit Post";
|
"Scene.Compose.Title.EditPost" = "编辑帖子";
|
||||||
"Scene.Compose.Title.NewPost" = "新帖子";
|
"Scene.Compose.Title.NewPost" = "新帖子";
|
||||||
"Scene.Compose.Title.NewReply" = "新回复";
|
"Scene.Compose.Title.NewReply" = "新回复";
|
||||||
"Scene.Compose.Visibility.Direct" = "仅我提到的人";
|
"Scene.Compose.Visibility.Direct" = "仅我提到的人";
|
||||||
|
@ -248,18 +250,18 @@
|
||||||
"Scene.Compose.Visibility.Public" = "公开";
|
"Scene.Compose.Visibility.Public" = "公开";
|
||||||
"Scene.Compose.Visibility.Unlisted" = "不公开";
|
"Scene.Compose.Visibility.Unlisted" = "不公开";
|
||||||
"Scene.ConfirmEmail.Button.Resend" = "重新发送";
|
"Scene.ConfirmEmail.Button.Resend" = "重新发送";
|
||||||
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn’t get a link?";
|
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "没有收到链接?";
|
||||||
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
|
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "重新发送 (%@)";
|
||||||
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
|
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "重新发送。";
|
||||||
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "检查您的电子邮件地址是否正确,同时请检查你的垃圾箱。";
|
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "检查您的电子邮件地址是否正确,同时请检查你的垃圾箱。";
|
||||||
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "重新发送邮件";
|
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "重新发送邮件";
|
||||||
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email";
|
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "查看您的电子邮件";
|
||||||
"Scene.ConfirmEmail.OpenEmailApp.Description" = "我们刚刚向你发送了一封电子邮件。如果未收到,请检查你的垃圾箱。";
|
"Scene.ConfirmEmail.OpenEmailApp.Description" = "我们刚刚向你发送了一封电子邮件。如果未收到,请检查你的垃圾箱。";
|
||||||
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "邮件";
|
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "邮件";
|
||||||
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "打开邮件客户端";
|
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "打开邮件客户端";
|
||||||
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
|
"Scene.ConfirmEmail.OpenEmailApp.Title" = "查看您的收件箱。";
|
||||||
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. We’ll wait right here.";
|
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "请点击我们发送给您的链接以确认 %@。我们在这里等你。";
|
||||||
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
|
"Scene.ConfirmEmail.Title" = "查看您的收件箱";
|
||||||
"Scene.Discovery.Intro" = "这些嘟文在你的长毛象小宇宙中备受关注。";
|
"Scene.Discovery.Intro" = "这些嘟文在你的长毛象小宇宙中备受关注。";
|
||||||
"Scene.Discovery.Tabs.Community" = "社区";
|
"Scene.Discovery.Tabs.Community" = "社区";
|
||||||
"Scene.Discovery.Tabs.ForYou" = "为你推荐";
|
"Scene.Discovery.Tabs.ForYou" = "为你推荐";
|
||||||
|
@ -268,14 +270,14 @@
|
||||||
"Scene.Discovery.Tabs.Posts" = "嘟文";
|
"Scene.Discovery.Tabs.Posts" = "嘟文";
|
||||||
"Scene.Familiarfollowers.FollowedByNames" = "%@ 关注了这个账号";
|
"Scene.Familiarfollowers.FollowedByNames" = "%@ 关注了这个账号";
|
||||||
"Scene.Familiarfollowers.Title" = "你熟悉的关注者";
|
"Scene.Familiarfollowers.Title" = "你熟悉的关注者";
|
||||||
"Scene.Favorite.Title" = "Favorites";
|
"Scene.Favorite.Title" = "收藏";
|
||||||
"Scene.FavoritedBy.Title" = "收藏者";
|
"Scene.FavoritedBy.Title" = "收藏者";
|
||||||
"Scene.FollowedTags.Actions.Follow" = "Follow";
|
"Scene.FollowedTags.Actions.Follow" = "关注";
|
||||||
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow";
|
"Scene.FollowedTags.Actions.Unfollow" = "取消关注";
|
||||||
"Scene.FollowedTags.Header.Participants" = "participants";
|
"Scene.FollowedTags.Header.Participants" = "参与者";
|
||||||
"Scene.FollowedTags.Header.Posts" = "posts";
|
"Scene.FollowedTags.Header.Posts" = "个帖子";
|
||||||
"Scene.FollowedTags.Header.PostsToday" = "posts today";
|
"Scene.FollowedTags.Header.PostsToday" = "今日帖子";
|
||||||
"Scene.FollowedTags.Title" = "Followed Tags";
|
"Scene.FollowedTags.Title" = "关注的标签";
|
||||||
"Scene.Follower.Footer" = "不会显示来自其它服务器的关注者";
|
"Scene.Follower.Footer" = "不会显示来自其它服务器的关注者";
|
||||||
"Scene.Follower.Title" = "关注者";
|
"Scene.Follower.Title" = "关注者";
|
||||||
"Scene.Following.Footer" = "不会显示来自其它服务器的关注";
|
"Scene.Following.Footer" = "不会显示来自其它服务器的关注";
|
||||||
|
@ -289,7 +291,7 @@
|
||||||
"Scene.HomeTimeline.Title" = "主页";
|
"Scene.HomeTimeline.Title" = "主页";
|
||||||
"Scene.Login.ServerSearchField.Placeholder" = "输入网址或搜索您的服务器";
|
"Scene.Login.ServerSearchField.Placeholder" = "输入网址或搜索您的服务器";
|
||||||
"Scene.Login.Subtitle" = "登入您账户所在的服务器。";
|
"Scene.Login.Subtitle" = "登入您账户所在的服务器。";
|
||||||
"Scene.Login.Title" = "Welcome back";
|
"Scene.Login.Title" = "欢迎回来";
|
||||||
"Scene.Notification.FollowRequest.Accept" = "接受";
|
"Scene.Notification.FollowRequest.Accept" = "接受";
|
||||||
"Scene.Notification.FollowRequest.Accepted" = "已接受";
|
"Scene.Notification.FollowRequest.Accepted" = "已接受";
|
||||||
"Scene.Notification.FollowRequest.Reject" = "拒绝";
|
"Scene.Notification.FollowRequest.Reject" = "拒绝";
|
||||||
|
@ -307,24 +309,24 @@
|
||||||
"Scene.Preview.Keyboard.ClosePreview" = "关闭预览";
|
"Scene.Preview.Keyboard.ClosePreview" = "关闭预览";
|
||||||
"Scene.Preview.Keyboard.ShowNext" = "显示下一个";
|
"Scene.Preview.Keyboard.ShowNext" = "显示下一个";
|
||||||
"Scene.Preview.Keyboard.ShowPrevious" = "显示前一个";
|
"Scene.Preview.Keyboard.ShowPrevious" = "显示前一个";
|
||||||
"Scene.Privacy.Button.Confirm" = "I Agree";
|
"Scene.Privacy.Button.Confirm" = "同意";
|
||||||
"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.Description" = "尽管 Mastodon 应用程序本身不收集任何数据,您所注册使用的服务器可能会采取不同的隐私政策。花一点时间来阅读 Mastodon 应用程序的隐私政策和您选择的服务器的隐私政策。";
|
||||||
"Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS";
|
"Scene.Privacy.Policy.Ios" = "隐私政策 - Mastodon 苹果应用程序";
|
||||||
"Scene.Privacy.Policy.Server" = "Privacy Policy - %@";
|
"Scene.Privacy.Policy.Server" = "隐私政策 - %@";
|
||||||
"Scene.Privacy.Title" = "Privacy";
|
"Scene.Privacy.Title" = "隐私";
|
||||||
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "双击打开列表";
|
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "双击打开列表";
|
||||||
"Scene.Profile.Accessibility.EditAvatarImage" = "编辑头像";
|
"Scene.Profile.Accessibility.EditAvatarImage" = "编辑头像";
|
||||||
"Scene.Profile.Accessibility.ShowAvatarImage" = "显示头像";
|
"Scene.Profile.Accessibility.ShowAvatarImage" = "显示头像";
|
||||||
"Scene.Profile.Accessibility.ShowBannerImage" = "显示顶部横幅图片";
|
"Scene.Profile.Accessibility.ShowBannerImage" = "显示顶部横幅图片";
|
||||||
"Scene.Profile.Dashboard.FamiliarFollowers" = "mutuals";
|
"Scene.Profile.Dashboard.FamiliarFollowers" = "互相关注";
|
||||||
"Scene.Profile.Dashboard.MyFollowers" = "跟随者";
|
"Scene.Profile.Dashboard.MyFollowers" = "跟随者";
|
||||||
"Scene.Profile.Dashboard.MyFollowing" = "正在关注";
|
"Scene.Profile.Dashboard.MyFollowing" = "正在关注";
|
||||||
"Scene.Profile.Dashboard.MyPosts" = "嘟文";
|
"Scene.Profile.Dashboard.MyPosts" = "嘟文";
|
||||||
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
|
"Scene.Profile.Dashboard.OtherFollowers" = "关注者";
|
||||||
"Scene.Profile.Dashboard.OtherFollowing" = "following";
|
"Scene.Profile.Dashboard.OtherFollowing" = "已关注";
|
||||||
"Scene.Profile.Dashboard.OtherPosts" = "嘟文";
|
"Scene.Profile.Dashboard.OtherPosts" = "嘟文";
|
||||||
"Scene.Profile.Fields.AddRow" = "添加";
|
"Scene.Profile.Fields.AddRow" = "添加";
|
||||||
"Scene.Profile.Fields.Joined" = "Joined";
|
"Scene.Profile.Fields.Joined" = "已加入";
|
||||||
"Scene.Profile.Fields.Placeholder.Content" = "内容";
|
"Scene.Profile.Fields.Placeholder.Content" = "内容";
|
||||||
"Scene.Profile.Fields.Placeholder.Label" = "标签";
|
"Scene.Profile.Fields.Placeholder.Label" = "标签";
|
||||||
"Scene.Profile.Fields.Verified.Long" = "此链接的所有权已在 %@ 上检查通过";
|
"Scene.Profile.Fields.Verified.Long" = "此链接的所有权已在 %@ 上检查通过";
|
||||||
|
@ -360,7 +362,7 @@
|
||||||
"Scene.Register.Error.Reason.Inclusion" = "%@ 是不支持的值";
|
"Scene.Register.Error.Reason.Inclusion" = "%@ 是不支持的值";
|
||||||
"Scene.Register.Error.Reason.Invalid" = "%@ 无效";
|
"Scene.Register.Error.Reason.Invalid" = "%@ 无效";
|
||||||
"Scene.Register.Error.Reason.Reserved" = "%@ 是一个保留的关键字";
|
"Scene.Register.Error.Reason.Reserved" = "%@ 是一个保留的关键字";
|
||||||
"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
|
"Scene.Register.Error.Reason.Taken" = "%@ 已被使用。这个用户名如何:";
|
||||||
"Scene.Register.Error.Reason.TooLong" = "%@ 长度过长";
|
"Scene.Register.Error.Reason.TooLong" = "%@ 长度过长";
|
||||||
"Scene.Register.Error.Reason.TooShort" = "%@ 长度太短";
|
"Scene.Register.Error.Reason.TooShort" = "%@ 长度太短";
|
||||||
"Scene.Register.Error.Reason.Unreachable" = "%@ 似乎不存在";
|
"Scene.Register.Error.Reason.Unreachable" = "%@ 似乎不存在";
|
||||||
|
@ -375,14 +377,14 @@
|
||||||
"Scene.Register.Input.Password.Accessibility.Checked" = "已选中";
|
"Scene.Register.Input.Password.Accessibility.Checked" = "已选中";
|
||||||
"Scene.Register.Input.Password.Accessibility.Unchecked" = "未选中";
|
"Scene.Register.Input.Password.Accessibility.Unchecked" = "未选中";
|
||||||
"Scene.Register.Input.Password.CharacterLimit" = "8 个字符";
|
"Scene.Register.Input.Password.CharacterLimit" = "8 个字符";
|
||||||
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
|
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "确认密码";
|
||||||
"Scene.Register.Input.Password.Hint" = "密码长度至少为 8 个字符";
|
"Scene.Register.Input.Password.Hint" = "密码长度至少为 8 个字符";
|
||||||
"Scene.Register.Input.Password.Placeholder" = "密码";
|
"Scene.Register.Input.Password.Placeholder" = "密码";
|
||||||
"Scene.Register.Input.Password.Require" = "您的密码至少需要:";
|
"Scene.Register.Input.Password.Require" = "您的密码至少需要:";
|
||||||
"Scene.Register.Input.Username.DuplicatePrompt" = "此用户名已被使用";
|
"Scene.Register.Input.Username.DuplicatePrompt" = "此用户名已被使用";
|
||||||
"Scene.Register.Input.Username.Placeholder" = "用户名";
|
"Scene.Register.Input.Username.Placeholder" = "用户名";
|
||||||
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
|
"Scene.Register.Input.Username.Suggestion" = "赞_%@";
|
||||||
"Scene.Register.Title" = "Create Account";
|
"Scene.Register.Title" = "创建帐号";
|
||||||
"Scene.Report.Content1" = "是否有帖子需要举报?";
|
"Scene.Report.Content1" = "是否有帖子需要举报?";
|
||||||
"Scene.Report.Content2" = "是否有关于此举报的详细描述信息?";
|
"Scene.Report.Content2" = "是否有关于此举报的详细描述信息?";
|
||||||
"Scene.Report.ReportSentTitle" = "感谢提交举报,我们将会进行处理。";
|
"Scene.Report.ReportSentTitle" = "感谢提交举报,我们将会进行处理。";
|
||||||
|
@ -457,10 +459,10 @@
|
||||||
"Scene.ServerPicker.Button.Category.Music" = "音乐";
|
"Scene.ServerPicker.Button.Category.Music" = "音乐";
|
||||||
"Scene.ServerPicker.Button.Category.Regional" = "地区";
|
"Scene.ServerPicker.Button.Category.Regional" = "地区";
|
||||||
"Scene.ServerPicker.Button.Category.Tech" = "科技";
|
"Scene.ServerPicker.Button.Category.Tech" = "科技";
|
||||||
"Scene.ServerPicker.Button.Language" = "Language";
|
"Scene.ServerPicker.Button.Language" = "语言";
|
||||||
"Scene.ServerPicker.Button.SeeLess" = "隐藏";
|
"Scene.ServerPicker.Button.SeeLess" = "隐藏";
|
||||||
"Scene.ServerPicker.Button.SeeMore" = "更多";
|
"Scene.ServerPicker.Button.SeeMore" = "更多";
|
||||||
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
|
"Scene.ServerPicker.Button.SignupSpeed" = "注册速度";
|
||||||
"Scene.ServerPicker.EmptyState.BadNetwork" = "出了些问题。请检查你的互联网连接";
|
"Scene.ServerPicker.EmptyState.BadNetwork" = "出了些问题。请检查你的互联网连接";
|
||||||
"Scene.ServerPicker.EmptyState.FindingServers" = "正在查找可用的服务器...";
|
"Scene.ServerPicker.EmptyState.FindingServers" = "正在查找可用的服务器...";
|
||||||
"Scene.ServerPicker.EmptyState.NoResults" = "无结果";
|
"Scene.ServerPicker.EmptyState.NoResults" = "无结果";
|
||||||
|
@ -468,13 +470,13 @@
|
||||||
"Scene.ServerPicker.Label.Category" = "类别";
|
"Scene.ServerPicker.Label.Category" = "类别";
|
||||||
"Scene.ServerPicker.Label.Language" = "语言";
|
"Scene.ServerPicker.Label.Language" = "语言";
|
||||||
"Scene.ServerPicker.Label.Users" = "用户";
|
"Scene.ServerPicker.Label.Users" = "用户";
|
||||||
"Scene.ServerPicker.Language.All" = "All";
|
"Scene.ServerPicker.Language.All" = "全部";
|
||||||
"Scene.ServerPicker.NoServerSelectedHint" = "We’ll pick a server based on your language if you continue without making a selection.";
|
"Scene.ServerPicker.NoServerSelectedHint" = "如果你不做任何选择,我们会根据你的语言来挑选一个服务器。";
|
||||||
"Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
|
"Scene.ServerPicker.Search.Placeholder" = "搜索用户名或 URL";
|
||||||
"Scene.ServerPicker.SignupSpeed.All" = "All";
|
"Scene.ServerPicker.SignupSpeed.All" = "全部";
|
||||||
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
|
"Scene.ServerPicker.SignupSpeed.Instant" = "立即注册";
|
||||||
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
|
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "人工审核";
|
||||||
"Scene.ServerPicker.Title" = "Pick Server";
|
"Scene.ServerPicker.Title" = "选择服务器";
|
||||||
"Scene.ServerRules.Button.Confirm" = "我同意";
|
"Scene.ServerRules.Button.Confirm" = "我同意";
|
||||||
"Scene.ServerRules.PrivacyPolicy" = "隐私政策";
|
"Scene.ServerRules.PrivacyPolicy" = "隐私政策";
|
||||||
"Scene.ServerRules.Prompt" = "如果继续,你必须遵守 %@ 的服务条款和隐私政策。";
|
"Scene.ServerRules.Prompt" = "如果继续,你必须遵守 %@ 的服务条款和隐私政策。";
|
||||||
|
@ -519,27 +521,35 @@
|
||||||
"Scene.SuggestionAccount.Title" = "查看推荐关注的用户";
|
"Scene.SuggestionAccount.Title" = "查看推荐关注的用户";
|
||||||
"Scene.Thread.BackTitle" = "帖子";
|
"Scene.Thread.BackTitle" = "帖子";
|
||||||
"Scene.Thread.Title" = "来自 %@ 的帖子";
|
"Scene.Thread.Title" = "来自 %@ 的帖子";
|
||||||
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
|
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "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.Mastodon.Description" = "Mastodon是去中心化的社交网络,这意味着它不由任何企业独控,而是由众多独立运行的服务器联结而成。";
|
||||||
"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
|
"Scene.Welcome.Education.Mastodon.Title" = "欢迎来到 Mastodon";
|
||||||
"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
|
"Scene.Welcome.Education.Servers.Description" = "所有的 Mastodon 帐号皆托管于各自的服务器上,每个服务器有各自的价值取向、规则与管理员。无论你选择哪个服务器,你都能关注并与其他任何服务器上的用户互动。";
|
||||||
"Scene.Welcome.Education.Servers.Title" = "What are servers?";
|
"Scene.Welcome.Education.Servers.Title" = "服务器是什么?";
|
||||||
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "加入 mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "Learn more";
|
"Scene.Welcome.LearnMore" = "了解详情";
|
||||||
"Scene.Welcome.LogIn" = "登录";
|
"Scene.Welcome.LogIn" = "登录";
|
||||||
"Scene.Welcome.PickServer" = "Pick my own Server";
|
"Scene.Welcome.PickServer" = "选择另一个服务器";
|
||||||
"Scene.Welcome.Separator.Or" = "or";
|
"Scene.Welcome.Separator.Or" = "或";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
|
"Widget.Common.UnsupportedWidgetFamily" = "抱歉,不支持此类小组件。";
|
||||||
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
|
"Widget.Common.UserNotLoggedIn" = "请打开 Mastodon 来登录账户。";
|
||||||
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
|
"Widget.FollowersCount.ConfigurationDescription" = "显示关注数。";
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "关注者";
|
||||||
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
|
"Widget.FollowersCount.FollowersToday" = "今天有%@ 个关注者";
|
||||||
"Widget.FollowersCount.Title" = "FOLLOWERS";
|
"Widget.FollowersCount.Title" = "关注者";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
|
"Widget.Hashtag.Configuration.Description" = "显示最近一篇带有此标签的帖子。";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
|
"Widget.Hashtag.Configuration.DisplayName" = "标签";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
"Widget.LatestFollowers.Title" = "Latest followers";
|
"Widget.Hashtag.NotFound.AccountName" = "加入 Mastodon";
|
||||||
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
|
"Widget.Hashtag.NotFound.Content" = "抱歉,我们找不到任何带有 <a>#%@</a>标签的帖子。请尝试一个 <a>#不同的标签</a> 或检查组件设置。";
|
||||||
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "加入 Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "带有 <a>#标签</a> 的帖子会显示为此样式。您可以在组件设置中选择任意 <a>#标签</a>。";
|
||||||
|
"Widget.LatestFollowers.ConfigurationDescription" = "显示最新关注者。";
|
||||||
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "最新的关注者";
|
||||||
|
"Widget.LatestFollowers.LastUpdate" = "最近更新:%@";
|
||||||
|
"Widget.LatestFollowers.Title" = "最新的关注者";
|
||||||
|
"Widget.MultipleFollowers.ConfigurationDescription" = "显示多个账户的关注者数量。";
|
||||||
|
"Widget.MultipleFollowers.ConfigurationDisplayName" = "多个关注者";
|
||||||
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
|
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
|
||||||
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
|
"Widget.MultipleFollowers.MockUser.DisplayName" = "另一个关注者";
|
|
@ -177,6 +177,8 @@
|
||||||
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "正在讀取錯過的嘟文...";
|
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "正在讀取錯過的嘟文...";
|
||||||
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "顯示更多回覆";
|
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "顯示更多回覆";
|
||||||
"Common.Controls.Timeline.Timestamp.Now" = "剛剛";
|
"Common.Controls.Timeline.Timestamp.Now" = "剛剛";
|
||||||
|
"Common.UserList.FollowersCount" = "%@ 個跟隨者";
|
||||||
|
"Common.UserList.NoVerifiedLink" = "無已驗證連結";
|
||||||
"Extension.OpenIn.InvalidLinkError" = "這似乎並不是有效的 Mastodon 連結。";
|
"Extension.OpenIn.InvalidLinkError" = "這似乎並不是有效的 Mastodon 連結。";
|
||||||
"Scene.AccountList.AddAccount" = "新增帳號";
|
"Scene.AccountList.AddAccount" = "新增帳號";
|
||||||
"Scene.AccountList.DismissAccountSwitcher" = "關閉帳號切換器";
|
"Scene.AccountList.DismissAccountSwitcher" = "關閉帳號切換器";
|
||||||
|
@ -238,7 +240,7 @@
|
||||||
"Scene.Compose.Title.EditPost" = "編輯嘟文";
|
"Scene.Compose.Title.EditPost" = "編輯嘟文";
|
||||||
"Scene.Compose.Title.NewPost" = "新增嘟文";
|
"Scene.Compose.Title.NewPost" = "新增嘟文";
|
||||||
"Scene.Compose.Title.NewReply" = "新增回覆";
|
"Scene.Compose.Title.NewReply" = "新增回覆";
|
||||||
"Scene.Compose.Visibility.Direct" = "僅限於我提及的人";
|
"Scene.Compose.Visibility.Direct" = "僅限提及者";
|
||||||
"Scene.Compose.Visibility.Private" = "僅限跟隨者";
|
"Scene.Compose.Visibility.Private" = "僅限跟隨者";
|
||||||
"Scene.Compose.Visibility.Public" = "公開";
|
"Scene.Compose.Visibility.Public" = "公開";
|
||||||
"Scene.Compose.Visibility.Unlisted" = "不公開";
|
"Scene.Compose.Visibility.Unlisted" = "不公開";
|
||||||
|
@ -522,7 +524,7 @@
|
||||||
"Scene.Welcome.JoinDefaultServer" = "加入 mastodon.social";
|
"Scene.Welcome.JoinDefaultServer" = "加入 mastodon.social";
|
||||||
"Scene.Welcome.LearnMore" = "了解更多";
|
"Scene.Welcome.LearnMore" = "了解更多";
|
||||||
"Scene.Welcome.LogIn" = "登入";
|
"Scene.Welcome.LogIn" = "登入";
|
||||||
"Scene.Welcome.PickServer" = "選擇我的伺服器";
|
"Scene.Welcome.PickServer" = "挑選另一個伺服器";
|
||||||
"Scene.Welcome.Separator.Or" = "或";
|
"Scene.Welcome.Separator.Or" = "或";
|
||||||
"Widget.Common.UnsupportedWidgetFamily" = "很抱歉,不支援此小工具尺寸";
|
"Widget.Common.UnsupportedWidgetFamily" = "很抱歉,不支援此小工具尺寸";
|
||||||
"Widget.Common.UserNotLoggedIn" = "請開啟 Mastodon 以登入帳號。";
|
"Widget.Common.UserNotLoggedIn" = "請開啟 Mastodon 以登入帳號。";
|
||||||
|
@ -530,6 +532,14 @@
|
||||||
"Widget.FollowersCount.ConfigurationDisplayName" = "跟隨者";
|
"Widget.FollowersCount.ConfigurationDisplayName" = "跟隨者";
|
||||||
"Widget.FollowersCount.FollowersToday" = "本日有 %@ 個跟隨者";
|
"Widget.FollowersCount.FollowersToday" = "本日有 %@ 個跟隨者";
|
||||||
"Widget.FollowersCount.Title" = "跟隨者";
|
"Widget.FollowersCount.Title" = "跟隨者";
|
||||||
|
"Widget.Hashtag.Configuration.Description" = "顯示最近一則帶有所選主題標籤之嘟文";
|
||||||
|
"Widget.Hashtag.Configuration.DisplayName" = "主題標籤";
|
||||||
|
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.NotFound.Content" = "很抱歉,無法找到任何帶有 <a>#%@</a> 主題標籤之嘟文。請嘗試 <a>#另一個主題標籤</a> 或檢查小工具設定。";
|
||||||
|
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
|
||||||
|
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
|
||||||
|
"Widget.Hashtag.Placeholder.Content" = "這是帶有 <a>#hashtag</a> 主題標籤之嘟文的樣子。請於小工具設定中挑選任何 <a>#hashtag</a> 主題標籤。";
|
||||||
"Widget.LatestFollowers.ConfigurationDescription" = "顯示最新的跟隨者。";
|
"Widget.LatestFollowers.ConfigurationDescription" = "顯示最新的跟隨者。";
|
||||||
"Widget.LatestFollowers.ConfigurationDisplayName" = "最新的跟隨者";
|
"Widget.LatestFollowers.ConfigurationDisplayName" = "最新的跟隨者";
|
||||||
"Widget.LatestFollowers.LastUpdate" = "最後更新於:%@";
|
"Widget.LatestFollowers.LastUpdate" = "最後更新於:%@";
|
||||||
|
|
Loading…
Reference in New Issue