Revert "chore(i18n): Update strings"

This reverts commit be3b91e334.
This commit is contained in:
Marcus Kida 2023-01-09 10:33:40 +01:00
parent be3b91e334
commit 042166a282
No known key found for this signature in database
GPG Key ID: 19FF64E08013CA40
29 changed files with 211 additions and 283 deletions

View File

@ -267,8 +267,6 @@
"server_picker": {
"title": "Pick Server",
"button": {
"language": "Language",
"signup_speed": "Sign-up Speed",
"category": {
"all": "All",
"all_accessiblity_description": "Category: All",
@ -300,29 +298,19 @@
"finding_servers": "Finding available servers...",
"bad_network": "Something went wrong while loading the data. Check your internet connection.",
"no_results": "No results"
},
"signup_speed": {
"all": "All",
"instant": "Instant Sign-up",
"manually_reviewed": "Manual Review"
},
"language": {
"all": "All"
},
"search": {
"placeholder": "Search name or URL"
}
},
"privacy": {
"title": "Privacy",
"policy": {
"ios": "Privacy Policy - Mastodon for iOS",
"server": "Privacy Policy - %s"
"ios": "Privacy Policy - Mastodon for iOS";
"server" = "Privacy Policy - %s";
},
"button": {
"confirm": "I agree"
}
},
}
"register": {
"title": "Create account",
"input": {
@ -331,8 +319,7 @@
},
"username": {
"placeholder": "username",
"duplicate_prompt": "This username is taken.",
"suggestion": "amazing_%@"
"duplicate_prompt": "This username is taken."
},
"display_name": {
"placeholder": "display name"
@ -391,13 +378,14 @@
"terms_of_service": "terms of service",
"privacy_policy": "privacy policy",
"button": {
"confirm": "I agree"
"confirm": "I Agree"
}
},
"confirm_email": {
"title": "Check Your Inbox",
"title": "One last thing.",
"tap_the_link_we_emailed_to_you_to_verify_your_account": "Tap the link we sent you to verify %@. Well wait right here.",
"button": {
"open_email_app": "Open Email App",
"resend": "Resend"
},
"dont_receive_email": {
@ -410,11 +398,6 @@
"description": "We just sent you an email. Check your junk folder if you havent.",
"mail": "Mail",
"open_email_client": "Open Email Client"
},
"didnt_get_link": {
"prefix": "Didn't get a Link?",
"resend_in": "Resend (%@)",
"resend_now": "Resend now."
}
},
"home_timeline": {

View File

@ -620,9 +620,9 @@ public enum L10n {
}
}
public enum ConfirmEmail {
/// Tap the link we sent you to verify %@. Well wait right here.
/// Tap the link we sent you to verify %@. We'll wait right here.
public static func tapTheLinkWeEmailedToYouToVerifyYourAccount(_ p1: Any) -> String {
return L10n.tr("Localizable", "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount", String(describing: p1), fallback: "Tap the link we sent you to verify %@. Well wait right here.")
return L10n.tr("Localizable", "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount", String(describing: p1), fallback: "Tap the link we sent you to verify %@. We'll wait right here.")
}
/// Check Your Inbox
public static let title = L10n.tr("Localizable", "Scene.ConfirmEmail.Title", fallback: "Check Your Inbox")
@ -800,11 +800,13 @@ public enum L10n {
}
}
public enum Privacy {
/// 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 servers privacy policy.
public static let description = L10n.tr("Localizable", "Scene.Privacy.Description", fallback: "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 servers privacy policy.")
/// Privacy
public static let title = L10n.tr("Localizable", "Scene.Privacy.Title", fallback: "Privacy")
public enum Button {
/// I agree
public static let confirm = L10n.tr("Localizable", "Scene.Privacy.Button.Confirm", fallback: "I agree")
public static let confirm = L10n.tr("Localizable", "Scene.Privacy.Button.confirm", fallback: "I agree")
}
public enum Policy {
/// Privacy Policy - Mastodon for iOS
@ -1020,12 +1022,12 @@ public enum L10n {
public enum Password {
/// 8 characters
public static let characterLimit = L10n.tr("Localizable", "Scene.Register.Input.Password.CharacterLimit", fallback: "8 characters")
/// Confirm Password
public static let confirmationPlaceholder = L10n.tr("Localizable", "Scene.Register.Input.Password.ConfirmationPlaceholder", fallback: "Confirm Password")
/// Confirm password
public static let confirmationPlaceholder = L10n.tr("Localizable", "Scene.Register.Input.Password.ConfirmationPlaceholder", fallback: "Confirm password")
/// Your password needs at least eight characters
public static let hint = L10n.tr("Localizable", "Scene.Register.Input.Password.Hint", fallback: "Your password needs at least eight characters")
/// password
public static let placeholder = L10n.tr("Localizable", "Scene.Register.Input.Password.Placeholder", fallback: "password")
/// Password
public static let placeholder = L10n.tr("Localizable", "Scene.Register.Input.Password.Placeholder", fallback: "Password")
/// Your password needs at least:
public static let require = L10n.tr("Localizable", "Scene.Register.Input.Password.Require", fallback: "Your password needs at least:")
public enum Accessibility {
@ -1210,8 +1212,10 @@ public enum L10n {
}
}
public enum ServerPicker {
/// Pick Server
public static let title = L10n.tr("Localizable", "Scene.ServerPicker.Title", fallback: "Pick Server")
/// Well pick a server based on your language if you continue without making a selection.
public static let noServerSelectedHint = L10n.tr("Localizable", "Scene.ServerPicker.NoServerSelectedHint", fallback: "Well pick a server based on your language if you continue without making a selection.")
/// Pick server
public static let title = L10n.tr("Localizable", "Scene.ServerPicker.Title", fallback: "Pick server")
public enum Button {
/// Language
public static let language = L10n.tr("Localizable", "Scene.ServerPicker.Button.Language", fallback: "Language")
@ -1305,8 +1309,8 @@ public enum L10n {
/// Some ground rules.
public static let title = L10n.tr("Localizable", "Scene.ServerRules.Title", fallback: "Some ground rules.")
public enum Button {
/// I agree
public static let confirm = L10n.tr("Localizable", "Scene.ServerRules.Button.Confirm", fallback: "I agree")
/// I Agree
public static let confirm = L10n.tr("Localizable", "Scene.ServerRules.Button.Confirm", fallback: "I Agree")
}
}
public enum Settings {
@ -1430,23 +1434,23 @@ public enum L10n {
/// Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
///
/// You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.
public static let description = L10n.tr("Localizable", "Scene.Welcome.Education.HowDoIPickAServer.Description", fallback: "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.\n\nYou cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.")
public static let description = L10n.tr("Localizable", "Scene.Welcome.Education.HowDoIPickAServer.description", fallback: "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.\n\nYou cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.")
/// How do I pick a server?
public static let title = L10n.tr("Localizable", "Scene.Welcome.Education.HowDoIPickAServer.Title", fallback: "How do I pick a server?")
public static let title = L10n.tr("Localizable", "Scene.Welcome.Education.HowDoIPickAServer.title", fallback: "How do I pick a server?")
}
public enum MastodonIsLikeThat {
/// Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.
public static let description = L10n.tr("Localizable", "Scene.Welcome.Education.MastodonIsLikeThat.Description", fallback: "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.")
public static let description = L10n.tr("Localizable", "Scene.Welcome.Education.MastodonIsLikeThat.description", fallback: "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.")
/// Mastodon is like that
public static let title = L10n.tr("Localizable", "Scene.Welcome.Education.MastodonIsLikeThat.Title", fallback: "Mastodon is like that")
public static let title = L10n.tr("Localizable", "Scene.Welcome.Education.MastodonIsLikeThat.title", fallback: "Mastodon is like that")
}
public enum WhatIsMastodon {
/// Imagine you have an email address that ends with @example.com.
///
/// You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.
public static let description = L10n.tr("Localizable", "Scene.Welcome.Education.WhatIsMastodon.Description", fallback: "Imagine you have an email address that ends with @example.com.\n\nYou can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.")
public static let description = L10n.tr("Localizable", "Scene.Welcome.Education.WhatIsMastodon.description", fallback: "Imagine you have an email address that ends with @example.com.\n\nYou can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.")
/// What is
public static let title = L10n.tr("Localizable", "Scene.Welcome.Education.WhatIsMastodon.Title", fallback: "What is")
public static let title = L10n.tr("Localizable", "Scene.Welcome.Education.WhatIsMastodon.title", fallback: "What is")
}
}
}

View File

@ -225,9 +225,6 @@ uploaded to Mastodon.";
"Scene.Compose.Visibility.Public" = "Public";
"Scene.Compose.Visibility.Unlisted" = "Unlisted";
"Scene.ConfirmEmail.Button.Resend" = "Resend";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Check if your email address is correct as well as your junk folder if you havent.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Resend Email";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your email";
@ -235,8 +232,11 @@ uploaded to Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Mail";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Open Email Client";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. We'll wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.Discovery.Intro" = "These are the posts gaining traction in your corner of Mastodon.";
"Scene.Discovery.Tabs.Community" = "Community";
"Scene.Discovery.Tabs.ForYou" = "For You";
@ -284,10 +284,6 @@ uploaded to Mastodon.";
"Scene.Preview.Keyboard.ClosePreview" = "Close Preview";
"Scene.Preview.Keyboard.ShowNext" = "Show Next";
"Scene.Preview.Keyboard.ShowPrevious" = "Show Previous";
"Scene.Privacy.Button.Confirm" = "I agree";
"Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS";
"Scene.Privacy.Policy.Server" = "Privacy Policy - %@";
"Scene.Privacy.Title" = "Privacy";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Double tap to open the list";
"Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image";
@ -350,9 +346,9 @@ uploaded to Mastodon.";
"Scene.Register.Input.Password.Accessibility.Checked" = "checked";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "unchecked";
"Scene.Register.Input.Password.CharacterLimit" = "8 characters";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "Your password needs at least eight characters";
"Scene.Register.Input.Password.Placeholder" = "password";
"Scene.Register.Input.Password.Placeholder" = "Password";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm password";
"Scene.Register.Input.Password.Require" = "Your password needs at least:";
"Scene.Register.Input.Username.DuplicatePrompt" = "This username is taken.";
"Scene.Register.Input.Username.Placeholder" = "username";
@ -432,9 +428,9 @@ uploaded to Mastodon.";
"Scene.ServerPicker.Button.Category.Music" = "music";
"Scene.ServerPicker.Button.Category.Regional" = "regional";
"Scene.ServerPicker.Button.Category.Tech" = "tech";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "See Less";
"Scene.ServerPicker.Button.SeeMore" = "See More";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Something went wrong while loading the data. Check your internet connection.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Finding available servers...";
@ -443,13 +439,14 @@ uploaded to Mastodon.";
"Scene.ServerPicker.Label.Category" = "CATEGORY";
"Scene.ServerPicker.Label.Language" = "LANGUAGE";
"Scene.ServerPicker.Label.Users" = "USERS";
"Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerPicker.Title" = "Pick server";
"Scene.ServerPicker.NoServerSelectedHint" = "Well pick a server based on your language if you continue without making a selection.";
"Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerRules.Button.Confirm" = "I Agree";
"Scene.ServerRules.PrivacyPolicy" = "privacy policy";
"Scene.ServerRules.Prompt" = "By continuing, youre subject to the terms of service and privacy policy for %@.";
"Scene.ServerRules.Subtitle" = "These are set and enforced by the %@ moderators.";
@ -494,20 +491,25 @@ uploaded to Mastodon.";
"Scene.SuggestionAccount.Title" = "Find People to Follow";
"Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post from %@";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "How do I pick a server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon is like that";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "What is";
"Scene.Welcome.GetStarted" = "Get Started";
"Scene.Welcome.LogIn" = "Log In";
"Scene.Welcome.Slogan" = "Social networking
back in your hands.";
"Scene.Welcome.Education.WhatIsMastodon.title" = "What is";
"Scene.Welcome.Education.WhatIsMastodon.description" = "Imagine you have an email address that ends with @example.com.
You can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com.";
"Scene.Welcome.Education.MastodonIsLikeThat.title" = "Mastodon is like that";
"Scene.Welcome.Education.MastodonIsLikeThat.description" = "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.";
"Scene.Welcome.Education.HowDoIPickAServer.title" = "How do I pick a server?";
"Scene.Welcome.Education.HowDoIPickAServer.description" = "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.
You cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere.";
"Scene.Wizard.AccessibilityHint" = "Double tap to dismiss this wizard";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Switch between multiple accounts by holding the profile button.";
"Scene.Wizard.NewInMastodon" = "New in Mastodon";
"Scene.Wizard.NewInMastodon" = "New in Mastodon";
"Scene.Privacy.Title" = "Privacy";
"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 servers privacy policy.";
"Scene.Privacy.Button.confirm" = "I agree";
"Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS";
"Scene.Privacy.Policy.Server" = "Privacy Policy - %@";

View File

@ -63,8 +63,8 @@
"Common.Controls.Actions.SignUp" = "إنشاءُ حِساب";
"Common.Controls.Actions.Skip" = "تخطي";
"Common.Controls.Actions.TakePhoto" = "اِلتِقاطُ صُورَة";
"Common.Controls.Actions.TranslatePost.Title" = "الترجَمَة مِن %@";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "غير مَعرُوفة";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.TryAgain" = "المُحاولة مرة أُخرى";
"Common.Controls.Actions.UnblockDomain" = "رفع الحظر عن %@";
"Common.Controls.Friendship.Block" = "حظر";
@ -106,7 +106,7 @@
"Common.Controls.Status.Actions.Menu" = "القائمة";
"Common.Controls.Status.Actions.Reblog" = "إعادة النشر";
"Common.Controls.Status.Actions.Reply" = "الرَّد";
"Common.Controls.Status.Actions.ShareLinkInPost" = "مُشارَكَة الرابِط فِي مَنشور";
"Common.Controls.Status.Actions.ShareLinkInPost" = "Share Link in Post";
"Common.Controls.Status.Actions.ShowGif" = "أظْهِر GIF";
"Common.Controls.Status.Actions.ShowImage" = "أظْهِرِ الصُّورَة";
"Common.Controls.Status.Actions.ShowVideoPlayer" = "أظْهِر مُشَغِّلَ المَقاطِعِ المَرئِيَّة";
@ -115,7 +115,7 @@
"Common.Controls.Status.Actions.Unreblog" = "التراجُع عن إعادة النشر";
"Common.Controls.Status.ContentWarning" = "تحذير المُحتوى";
"Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "تحميل المُضمَن";
"Common.Controls.Status.LoadEmbed" = "Load Embed";
"Common.Controls.Status.MediaContentWarning" = "اُنقُر لِلكَشف";
"Common.Controls.Status.MetaEntity.Email" = "عُنوان البريد الإلكتُروني: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "وَسْم: %@";
@ -134,9 +134,9 @@
"Common.Controls.Status.Tag.Url" = "عنوان URL";
"Common.Controls.Status.TapToReveal" = "اُنقُر لِلكَشف";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "الترجَمَة مِن %@ بِاستِخدَام %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "غير مَعرُوفة";
"Common.Controls.Status.Translation.UnknownProvider" = "غير مَعرُوف";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "أعادَ %@ تَدوينَها";
"Common.Controls.Status.UserRepliedTo" = "رَدًا على %@";
"Common.Controls.Status.Visibility.Direct" = "المُستخدمِونَ المُشارِ إليهم فَقَطْ مَن يُمكِنُهُم رُؤيَةُ هَذَا المَنشُور.";
@ -283,12 +283,9 @@
"Scene.Profile.Accessibility.EditAvatarImage" = "تَحريرُ الصُّورَةِ الرَّمزِيَّة";
"Scene.Profile.Accessibility.ShowAvatarImage" = "أظْهِر الصُّورَةَ الرَّمزِيَّة";
"Scene.Profile.Accessibility.ShowBannerImage" = "أظْهِر صُورَةَ الرَّايَة";
"Scene.Profile.Dashboard.MyFollowers" = "مُتابِعُون";
"Scene.Profile.Dashboard.MyFollowing" = "مُتابَعُون";
"Scene.Profile.Dashboard.MyPosts" = "مَنشورات";
"Scene.Profile.Dashboard.OtherFollowers" = "مُتابِعُون";
"Scene.Profile.Dashboard.OtherFollowing" = "مُتابَعُون";
"Scene.Profile.Dashboard.OtherPosts" = "مَنشورات";
"Scene.Profile.Dashboard.Followers" = "مُتابِع";
"Scene.Profile.Dashboard.Following" = "مُتابَع";
"Scene.Profile.Dashboard.Posts" = "مَنشورات";
"Scene.Profile.Fields.AddRow" = "إضافة صف";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "المُحتَوى";

View File

@ -134,9 +134,9 @@ Comprova la connexió a Internet.";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Toca per a mostrar";
"Common.Controls.Status.Translation.ShowOriginal" = "Mostra l'original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Traduït del %@ fent servir %@";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Desconegut";
"Common.Controls.Status.Translation.UnknownProvider" = "Desconegut";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ ha impulsat";
"Common.Controls.Status.UserRepliedTo" = "Ha respòs a %@";
"Common.Controls.Status.Visibility.Direct" = "Només l'usuari mencionat pot veure aquesta publicació.";
@ -283,12 +283,9 @@ carregat a Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Edita l'imatge del avatar";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Mostra l'imatge del avatar";
"Scene.Profile.Accessibility.ShowBannerImage" = "Mostra l'imatge del bàner";
"Scene.Profile.Dashboard.MyFollowers" = "seguidors";
"Scene.Profile.Dashboard.MyFollowing" = "seguint";
"Scene.Profile.Dashboard.MyPosts" = "tuts";
"Scene.Profile.Dashboard.OtherFollowers" = "seguidors";
"Scene.Profile.Dashboard.OtherFollowing" = "seguint";
"Scene.Profile.Dashboard.OtherPosts" = "tuts";
"Scene.Profile.Dashboard.Followers" = "seguidors";
"Scene.Profile.Dashboard.Following" = "seguint";
"Scene.Profile.Dashboard.Posts" = "tuts";
"Scene.Profile.Fields.AddRow" = "Afegeix fila";
"Scene.Profile.Fields.Joined" = "S'hi va unir";
"Scene.Profile.Fields.Placeholder.Content" = "Contingut";

View File

@ -282,12 +282,9 @@
"Scene.Profile.Accessibility.EditAvatarImage" = "دەستکاریی وێنەکە بکە";
"Scene.Profile.Accessibility.ShowAvatarImage" = "وێنەکە نیشان بدە";
"Scene.Profile.Accessibility.ShowBannerImage" = "وێنەکەی پشتەوە نیشان بدە";
"Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Dashboard.Followers" = "شوێنکەوتوو";
"Scene.Profile.Dashboard.Following" = "شوێنکەوتن";
"Scene.Profile.Dashboard.Posts" = "پۆستەکان";
"Scene.Profile.Fields.AddRow" = "ڕیز زیاد بکە";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "ناوەڕۆک";

View File

@ -23,8 +23,8 @@ Zkontrolujte prosím připojení k internetu.";
"Common.Alerts.SignOut.Title" = "Odhlásit se";
"Common.Alerts.SignUpFailure.Title" = "Registrace selhala";
"Common.Alerts.TranslationFailed.Button" = "OK";
"Common.Alerts.TranslationFailed.Message" = "Překlad se nezdařil. Správce možná nepovolil překlad na tomto serveru nebo tento server používá starší verzi Mastodonu, kde překlady ještě nejsou podporovány.";
"Common.Alerts.TranslationFailed.Title" = "Poznámka";
"Common.Alerts.TranslationFailed.Message" = "Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported.";
"Common.Alerts.TranslationFailed.Title" = "Note";
"Common.Alerts.VoteFailure.PollEnded" = "Anketa skončila";
"Common.Alerts.VoteFailure.Title" = "Selhání hlasování";
"Common.Controls.Actions.Add" = "Přidat";
@ -34,7 +34,7 @@ Zkontrolujte prosím připojení k internetu.";
"Common.Controls.Actions.Compose" = "Napsat";
"Common.Controls.Actions.Confirm" = "Potvrdit";
"Common.Controls.Actions.Continue" = "Pokračovat";
"Common.Controls.Actions.Copy" = "Kopírovat";
"Common.Controls.Actions.Copy" = "Copy";
"Common.Controls.Actions.CopyPhoto" = "Kopírovat fotografii";
"Common.Controls.Actions.Delete" = "Smazat";
"Common.Controls.Actions.Discard" = "Zahodit";
@ -63,8 +63,8 @@ Zkontrolujte prosím připojení k internetu.";
"Common.Controls.Actions.SignUp" = "Vytvořit účet";
"Common.Controls.Actions.Skip" = "Přeskočit";
"Common.Controls.Actions.TakePhoto" = "Vyfotit";
"Common.Controls.Actions.TranslatePost.Title" = "Přeložit z %@";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Neznámý";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.TryAgain" = "Zkusit znovu";
"Common.Controls.Actions.UnblockDomain" = "Odblokovat %@";
"Common.Controls.Friendship.Block" = "Blokovat";
@ -99,14 +99,14 @@ Zkontrolujte prosím připojení k internetu.";
"Common.Controls.Keyboard.Timeline.PreviousStatus" = "Předchozí příspěvek";
"Common.Controls.Keyboard.Timeline.ReplyStatus" = "Odpovědět na příspěvek";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Přepnout varování obsahu";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Přepnout Oblíbené na příspěvku";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toggle Favorite on Post";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Přepnout Reblog na příspěvku";
"Common.Controls.Status.Actions.Favorite" = "Oblíbit";
"Common.Controls.Status.Actions.Hide" = "Skrýt";
"Common.Controls.Status.Actions.Menu" = "Nabídka";
"Common.Controls.Status.Actions.Reblog" = "Boostnout";
"Common.Controls.Status.Actions.Reply" = "Odpovědět";
"Common.Controls.Status.Actions.ShareLinkInPost" = "Sdílet odkaz v příspěvku";
"Common.Controls.Status.Actions.ShareLinkInPost" = "Share Link in Post";
"Common.Controls.Status.Actions.ShowGif" = "Zobrazit GIF";
"Common.Controls.Status.Actions.ShowImage" = "Zobrazit obrázek";
"Common.Controls.Status.Actions.ShowVideoPlayer" = "Zobrazit video přehrávač";
@ -114,8 +114,8 @@ Zkontrolujte prosím připojení k internetu.";
"Common.Controls.Status.Actions.Unfavorite" = "Odebrat z oblízených";
"Common.Controls.Status.Actions.Unreblog" = "Undo reblog";
"Common.Controls.Status.ContentWarning" = "Varování o obsahu";
"Common.Controls.Status.LinkViaUser" = "%@ přes %@";
"Common.Controls.Status.LoadEmbed" = "Načíst vložené";
"Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed";
"Common.Controls.Status.MediaContentWarning" = "Klepnutím kdekoli zobrazíte";
"Common.Controls.Status.MetaEntity.Email" = "E-mailová adresa: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@";
@ -133,10 +133,10 @@ Zkontrolujte prosím připojení k internetu.";
"Common.Controls.Status.Tag.Mention" = "Zmínka";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Klepnutím zobrazit";
"Common.Controls.Status.Translation.ShowOriginal" = "Zobrazit originál";
"Common.Controls.Status.Translation.TranslatedFrom" = "Přeloženo z %@ pomocí %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Neznámý";
"Common.Controls.Status.Translation.UnknownProvider" = "Neznámý";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ reblogged";
"Common.Controls.Status.UserRepliedTo" = "Odpověděl %@";
"Common.Controls.Status.Visibility.Direct" = "Pouze zmíněný uživatel může vidět tento příspěvek.";
@ -146,7 +146,7 @@ Zkontrolujte prosím připojení k internetu.";
"Common.Controls.Tabs.Home" = "Domů";
"Common.Controls.Tabs.Notifications" = "Oznámení";
"Common.Controls.Tabs.Profile" = "Profil";
"Common.Controls.Tabs.SearchAndExplore" = "Hledat a zkoumat";
"Common.Controls.Tabs.SearchAndExplore" = "Search and Explore";
"Common.Controls.Timeline.Filtered" = "Filtrováno";
"Common.Controls.Timeline.Header.BlockedWarning" = "Nemůžeš zobrazit profil tohoto uživatele, dokud tě neodblokují.";
"Common.Controls.Timeline.Header.BlockingWarning" = "Nemůžete zobrazit profil tohoto uživatele, dokud ho neodblokujete.
@ -279,14 +279,11 @@ nahrán do Mastodonu.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Upravit obrázek avataru";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Zobrazit obrázek avataru";
"Scene.Profile.Accessibility.ShowBannerImage" = "Zobrazit obrázek banneru";
"Scene.Profile.Dashboard.MyFollowers" = "sledující";
"Scene.Profile.Dashboard.MyFollowing" = "sledování";
"Scene.Profile.Dashboard.MyPosts" = "příspěvky";
"Scene.Profile.Dashboard.OtherFollowers" = "sledující";
"Scene.Profile.Dashboard.OtherFollowing" = "sledování";
"Scene.Profile.Dashboard.OtherPosts" = "příspěvky";
"Scene.Profile.Dashboard.Followers" = "sledující";
"Scene.Profile.Dashboard.Following" = "sledování";
"Scene.Profile.Dashboard.Posts" = "příspěvky";
"Scene.Profile.Fields.AddRow" = "Přidat řádek";
"Scene.Profile.Fields.Joined" = "Připojen/a";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "Obsah";
"Scene.Profile.Fields.Placeholder.Label" = "Označení";
"Scene.Profile.Fields.Verified.Long" = "Vlastnictví tohoto odkazu bylo zkontrolováno na %@";

View File

@ -65,7 +65,7 @@
<key>a11y.plural.count.characters_left</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@character_count@ zbývá</string>
<string>%#@character_count@ left</string>
<key>character_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>

View File

@ -134,9 +134,9 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Zum Anzeigen tippen";
"Common.Controls.Status.Translation.ShowOriginal" = "Original anzeigen";
"Common.Controls.Status.Translation.TranslatedFrom" = "Übersetzt von %@ mit %@";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unbekannt";
"Common.Controls.Status.Translation.UnknownProvider" = "Unbekannt";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ teilte";
"Common.Controls.Status.UserRepliedTo" = "Antwortet auf %@";
"Common.Controls.Status.Visibility.Direct" = "Nur erwähnte Benutzer können diesen Beitrag sehen.";
@ -283,12 +283,9 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Profilbild bearbeiten";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Profilbild anzeigen";
"Scene.Profile.Accessibility.ShowBannerImage" = "Bannerbild anzeigen";
"Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.MyFollowing" = "folge ich";
"Scene.Profile.Dashboard.MyPosts" = "Beiträge";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "folge ich";
"Scene.Profile.Dashboard.OtherPosts" = "Beiträge";
"Scene.Profile.Dashboard.Followers" = "Folgende";
"Scene.Profile.Dashboard.Following" = "Gefolgte";
"Scene.Profile.Dashboard.Posts" = "Beiträge";
"Scene.Profile.Fields.AddRow" = "Zeile hinzufügen";
"Scene.Profile.Fields.Joined" = "Beigetreten";
"Scene.Profile.Fields.Placeholder.Content" = "Inhalt";

View File

@ -63,8 +63,6 @@ Please check your internet connection.";
"Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Skip";
"Common.Controls.Actions.TakePhoto" = "Take Photo";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.TryAgain" = "Try Again";
"Common.Controls.Actions.UnblockDomain" = "Unblock %@";
"Common.Controls.Friendship.Block" = "Block";
@ -230,8 +228,11 @@ uploaded to Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Open Email Client";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your inbox.";
"Scene.ConfirmEmail.Subtitle" = "Tap the link we emailed to you to verify your account.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we emailed to you to verify your account";
"Scene.ConfirmEmail.Title" = "One last thing.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. We'll wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.Discovery.Intro" = "These are the posts gaining traction in your corner of Mastodon.";
"Scene.Discovery.Tabs.Community" = "Community";
"Scene.Discovery.Tabs.ForYou" = "For You";
@ -283,12 +284,9 @@ uploaded to Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image";
"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image";
"Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Dashboard.Followers" = "followers";
"Scene.Profile.Dashboard.Following" = "following";
"Scene.Profile.Dashboard.Posts" = "posts";
"Scene.Profile.Fields.AddRow" = "Add Row";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "Content";
@ -343,11 +341,12 @@ uploaded to Mastodon.";
"Scene.Register.Input.Password.CharacterLimit" = "8 characters";
"Scene.Register.Input.Password.Hint" = "Your password needs at least eight characters";
"Scene.Register.Input.Password.Placeholder" = "password";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm password";
"Scene.Register.Input.Password.Require" = "Your password needs at least:";
"Scene.Register.Input.Username.DuplicatePrompt" = "This username is taken.";
"Scene.Register.Input.Username.Placeholder" = "username";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Lets get you set up on %@";
"Scene.Register.Title" = "Lets get you set up on %@";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "Are there any other posts youd like to add to the report?";
"Scene.Report.Content2" = "Is there anything the moderators should know about this report?";
"Scene.Report.ReportSentTitle" = "Thanks for reporting, well look into this.";
@ -424,6 +423,8 @@ uploaded to Mastodon.";
"Scene.ServerPicker.Button.Category.Tech" = "tech";
"Scene.ServerPicker.Button.SeeLess" = "See Less";
"Scene.ServerPicker.Button.SeeMore" = "See More";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Something went wrong while loading the data. Check your internet connection.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Finding available servers...";
"Scene.ServerPicker.EmptyState.NoResults" = "No results";
@ -431,8 +432,13 @@ uploaded to Mastodon.";
"Scene.ServerPicker.Label.Category" = "CATEGORY";
"Scene.ServerPicker.Label.Language" = "LANGUAGE";
"Scene.ServerPicker.Label.Users" = "USERS";
"Scene.ServerPicker.Subtitle" = "Pick a server based on your region, interests, or a general purpose one. You can still chat with anyone on Mastodon, regardless of your servers.";
"Scene.ServerPicker.Title" = "Mastodon is made of users in different servers.";
"Scene.ServerPicker.Title" = "Pick server";
"Scene.ServerPicker.NoServerSelectedHint" = "Well pick a server based on your language if you continue without making a selection.";
"Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerRules.Button.Confirm" = "I Agree";
"Scene.ServerRules.PrivacyPolicy" = "privacy policy";
"Scene.ServerRules.Prompt" = "By continuing, youre subject to the terms of service and privacy policy for %@.";
@ -484,4 +490,9 @@ uploaded to Mastodon.";
back in your hands.";
"Scene.Wizard.AccessibilityHint" = "Double tap to dismiss this wizard";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Switch between multiple accounts by holding the profile button.";
"Scene.Wizard.NewInMastodon" = "New in Mastodon";
"Scene.Wizard.NewInMastodon" = "New in Mastodon";
"Scene.Privacy.Title" = "Privacy";
"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 servers privacy policy.";
"Scene.Privacy.Button.confirm" = "I agree";
"Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS";
"Scene.Privacy.Policy.Server" = "Privacy Policy - %@";

View File

@ -134,9 +134,9 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Tocar para revelar";
"Common.Controls.Status.Translation.ShowOriginal" = "Mostrar Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Traducido desde %@ usando %@";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Desconocido";
"Common.Controls.Status.Translation.UnknownProvider" = "Desconocido";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ lo reblogueó";
"Common.Controls.Status.UserRepliedTo" = "En respuesta a %@";
"Common.Controls.Status.Visibility.Direct" = "Sólo el usuario mencionado puede ver este mensaje.";
@ -284,14 +284,11 @@ pulsa en el enlace para confirmar tu cuenta.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Editar imagen del avatar";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Mostrar imagen del avatar";
"Scene.Profile.Accessibility.ShowBannerImage" = "Mostrar imagen de banner";
"Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Dashboard.Followers" = "seguidores";
"Scene.Profile.Dashboard.Following" = "siguiendo";
"Scene.Profile.Dashboard.Posts" = "publicaciones";
"Scene.Profile.Fields.AddRow" = "Añadir Fila";
"Scene.Profile.Fields.Joined" = "Se unió";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "Contenido";
"Scene.Profile.Fields.Placeholder.Label" = "Nombre para el campo";
"Scene.Profile.Fields.Verified.Long" = "La propiedad de este enlace fue verificada el %@";

View File

@ -283,12 +283,9 @@ Mastodonera igo.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Editatu abatarra";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Erakutsi abatarra";
"Scene.Profile.Accessibility.ShowBannerImage" = "Erakutsi banner irudia";
"Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Dashboard.Followers" = "jarraitzaile";
"Scene.Profile.Dashboard.Following" = "jarraitzen";
"Scene.Profile.Dashboard.Posts" = "bidalketa";
"Scene.Profile.Fields.AddRow" = "Gehitu errenkada";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "Edukia";

View File

@ -134,9 +134,9 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Tap to reveal";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Käännetty kielestä %@ palvelulla %@";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown";
"Common.Controls.Status.Translation.UnknownProvider" = "Tuntematon";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ jakoi edelleen";
"Common.Controls.Status.UserRepliedTo" = "Vastasi %@:lle";
"Common.Controls.Status.Visibility.Direct" = "Only mentioned user can see this post.";
@ -283,12 +283,9 @@ uploaded to Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image";
"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image";
"Scene.Profile.Dashboard.MyFollowers" = "seuraajat";
"Scene.Profile.Dashboard.MyFollowing" = "seurattavat";
"Scene.Profile.Dashboard.MyPosts" = "julkaisut";
"Scene.Profile.Dashboard.OtherFollowers" = "seuraajat";
"Scene.Profile.Dashboard.OtherFollowing" = "seurattavat";
"Scene.Profile.Dashboard.OtherPosts" = "julkaisut";
"Scene.Profile.Dashboard.Followers" = "seuraajat";
"Scene.Profile.Dashboard.Following" = "seurataan";
"Scene.Profile.Dashboard.Posts" = "julkaisut";
"Scene.Profile.Fields.AddRow" = "Lisää rivi";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "Sisältö";

View File

@ -134,9 +134,9 @@ Veuillez vérifier votre accès à Internet.";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Appuyer pour afficher";
"Common.Controls.Status.Translation.ShowOriginal" = "Afficher loriginal";
"Common.Controls.Status.Translation.TranslatedFrom" = "Traduit de %@ en utilisant %@";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Inconnu";
"Common.Controls.Status.Translation.UnknownProvider" = "Inconnu";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ a reblogué";
"Common.Controls.Status.UserRepliedTo" = "À répondu à %@";
"Common.Controls.Status.Visibility.Direct" = "Seul·e lutilisateur·rice mentionnée peut voir ce message.";
@ -283,12 +283,9 @@ téléversé sur Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Modifier lavatar";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Afficher lavatar";
"Scene.Profile.Accessibility.ShowBannerImage" = "Afficher limage de la bannière";
"Scene.Profile.Dashboard.MyFollowers" = "abonnés";
"Scene.Profile.Dashboard.MyFollowing" = "abonnement";
"Scene.Profile.Dashboard.MyPosts" = "messages";
"Scene.Profile.Dashboard.OtherFollowers" = "abonnés";
"Scene.Profile.Dashboard.OtherFollowing" = "abonnement";
"Scene.Profile.Dashboard.OtherPosts" = "publications";
"Scene.Profile.Dashboard.Followers" = "abonnés";
"Scene.Profile.Dashboard.Following" = "abonnements";
"Scene.Profile.Dashboard.Posts" = "publications";
"Scene.Profile.Fields.AddRow" = "Ajouter une rangée";
"Scene.Profile.Fields.Joined" = "Ici depuis";
"Scene.Profile.Fields.Placeholder.Content" = "Contenu";

View File

@ -283,12 +283,9 @@ a luchdadh suas gu Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Deasaich dealbh an avatar";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Seall dealbh an avatar";
"Scene.Profile.Accessibility.ShowBannerImage" = "Seall dealbh brataich";
"Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Dashboard.Followers" = "luchd-leantainn";
"Scene.Profile.Dashboard.Following" = "a leantainn";
"Scene.Profile.Dashboard.Posts" = "postaichean";
"Scene.Profile.Fields.AddRow" = "Cuir ràgh ris";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "Susbaint";

View File

@ -134,9 +134,9 @@ Comproba a conexión a internet.";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Toca para mostrar";
"Common.Controls.Status.Translation.ShowOriginal" = "Mostrar o orixinal";
"Common.Controls.Status.Translation.TranslatedFrom" = "Traducido do %@ usando %@";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Descoñecido";
"Common.Controls.Status.Translation.UnknownProvider" = "Descoñecido";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ promoveu";
"Common.Controls.Status.UserRepliedTo" = "Respondeu a %@";
"Common.Controls.Status.Visibility.Direct" = "Só a usuaria mencionada pode ver a publicación.";
@ -283,12 +283,9 @@ ser subido a Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Editar imaxe de avatar";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Mostrar imaxe de avatar";
"Scene.Profile.Accessibility.ShowBannerImage" = "Mostrar imaxe de cabeceira";
"Scene.Profile.Dashboard.MyFollowers" = "seguidoras";
"Scene.Profile.Dashboard.MyFollowing" = "seguindo";
"Scene.Profile.Dashboard.MyPosts" = "publicacións";
"Scene.Profile.Dashboard.OtherFollowers" = "seguidoras";
"Scene.Profile.Dashboard.OtherFollowing" = "seguindo";
"Scene.Profile.Dashboard.OtherPosts" = "publicacións";
"Scene.Profile.Dashboard.Followers" = "seguidoras";
"Scene.Profile.Dashboard.Following" = "seguindo";
"Scene.Profile.Dashboard.Posts" = "publicacións";
"Scene.Profile.Fields.AddRow" = "Engadir fila";
"Scene.Profile.Fields.Joined" = "Uniuse";
"Scene.Profile.Fields.Placeholder.Content" = "Contido";

View File

@ -134,9 +134,9 @@ Per favore verifica la tua connessione internet.";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Tocca per rivelare";
"Common.Controls.Status.Translation.ShowOriginal" = "Mostra l'originale";
"Common.Controls.Status.Translation.TranslatedFrom" = "Tradotto da %@ utilizzando %@";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Sconosciuto";
"Common.Controls.Status.Translation.UnknownProvider" = "Sconosciuto";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ ha condiviso";
"Common.Controls.Status.UserRepliedTo" = "Risposta a %@";
"Common.Controls.Status.Visibility.Direct" = "Solo l'utente menzionato può vedere questo post.";
@ -283,12 +283,9 @@ caricato su Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Modifica immagine avatar";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Mostra immagine avatar";
"Scene.Profile.Accessibility.ShowBannerImage" = "Mostra immagine banner";
"Scene.Profile.Dashboard.MyFollowers" = "seguaci";
"Scene.Profile.Dashboard.MyFollowing" = "seguendo";
"Scene.Profile.Dashboard.MyPosts" = "post";
"Scene.Profile.Dashboard.OtherFollowers" = "seguaci";
"Scene.Profile.Dashboard.OtherFollowing" = "seguendo";
"Scene.Profile.Dashboard.OtherPosts" = "post";
"Scene.Profile.Dashboard.Followers" = "seguaci";
"Scene.Profile.Dashboard.Following" = "seguendo";
"Scene.Profile.Dashboard.Posts" = "post";
"Scene.Profile.Fields.AddRow" = "Aggiungi riga";
"Scene.Profile.Fields.Joined" = "Profilo iscritto";
"Scene.Profile.Fields.Placeholder.Content" = "Contenuto";

View File

@ -278,12 +278,9 @@
"Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image";
"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image";
"Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Dashboard.Followers" = "フォロワー";
"Scene.Profile.Dashboard.Following" = "フォロー";
"Scene.Profile.Dashboard.Posts" = "投稿";
"Scene.Profile.Fields.AddRow" = "行追加";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "コンテンツ";

View File

@ -283,12 +283,9 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Ẓreg tugna n avaṭar";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Sken tugna n avaṭar";
"Scene.Profile.Accessibility.ShowBannerImage" = "Sken tugna n uɣerrac";
"Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Dashboard.Followers" = "imeḍfaren";
"Scene.Profile.Dashboard.Following" = "iṭafaṛ";
"Scene.Profile.Dashboard.Posts" = "tisuffaɣ";
"Scene.Profile.Fields.AddRow" = "Rnu izirig";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "Agbur";

View File

@ -34,7 +34,7 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Actions.Compose" = "Binivîsîne";
"Common.Controls.Actions.Confirm" = "Bipejirîne";
"Common.Controls.Actions.Continue" = "Bidomîne";
"Common.Controls.Actions.Copy" = "Jê bigire";
"Common.Controls.Actions.Copy" = "Copy";
"Common.Controls.Actions.CopyPhoto" = "Wêneyê jê bigire";
"Common.Controls.Actions.Delete" = "Jê bibe";
"Common.Controls.Actions.Discard" = "Biavêje";
@ -63,7 +63,7 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Actions.SignUp" = "Ajimêr biafirîne";
"Common.Controls.Actions.Skip" = "Derbas bike";
"Common.Controls.Actions.TakePhoto" = "Wêne bikişîne";
"Common.Controls.Actions.TranslatePost.Title" = "Ji %@ wergerîne";
"Common.Controls.Actions.TranslatePost.Title" = "Ji %@ hate wergerandin";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Nenas";
"Common.Controls.Actions.TryAgain" = "Dîsa biceribîne";
"Common.Controls.Actions.UnblockDomain" = "%@ asteng neke";
@ -106,7 +106,7 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Status.Actions.Menu" = "Kulîn";
"Common.Controls.Status.Actions.Reblog" = "Ji nû ve nivîsandin";
"Common.Controls.Status.Actions.Reply" = "Bersivê bide";
"Common.Controls.Status.Actions.ShareLinkInPost" = "Girêdanê di şandiyê de parve bike";
"Common.Controls.Status.Actions.ShareLinkInPost" = "Share Link in Post";
"Common.Controls.Status.Actions.ShowGif" = "GIF nîşan bide";
"Common.Controls.Status.Actions.ShowImage" = "Wêneyê nîşan bide";
"Common.Controls.Status.Actions.ShowVideoPlayer" = "Lêdera vîdyoyê nîşan bide";
@ -114,7 +114,7 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Status.Actions.Unfavorite" = "Nebijarte";
"Common.Controls.Status.Actions.Unreblog" = "Ji nû ve nivîsandinê vegere";
"Common.Controls.Status.ContentWarning" = "Hişyariya naverokê";
"Common.Controls.Status.LinkViaUser" = "%@ bi riya %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed";
"Common.Controls.Status.MediaContentWarning" = "Ji bo eşkerekirinê li derekî bitikîne";
"Common.Controls.Status.MetaEntity.Email" = "Navnîşanên e-nameyê: %@";
@ -134,9 +134,9 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Ji bo dîtinê bitikîne";
"Common.Controls.Status.Translation.ShowOriginal" = "A resen nîşan bide";
"Common.Controls.Status.Translation.TranslatedFrom" = "Hate wergerandin ji %@ bi riya %@";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Nenas";
"Common.Controls.Status.Translation.UnknownProvider" = "Nenas";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ ji nû ve nivîsand";
"Common.Controls.Status.UserRepliedTo" = "Bersiv da %@";
"Common.Controls.Status.Visibility.Direct" = "Tenê bikarhênerê qalkirî dikare vê şandiyê bibîne.";
@ -284,12 +284,9 @@ girêdanê bitikne da ku ajimêra xwe bidî piştrastkirin.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Wêneya avatar serrast bike";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Wêneya avatar nîşan bide";
"Scene.Profile.Accessibility.ShowBannerImage" = "Wêneya paşrûyê nîşan bide";
"Scene.Profile.Dashboard.MyFollowers" = "şopîner";
"Scene.Profile.Dashboard.MyFollowing" = "dişopîne";
"Scene.Profile.Dashboard.MyPosts" = "şandî";
"Scene.Profile.Dashboard.OtherFollowers" = "şopîner";
"Scene.Profile.Dashboard.OtherFollowing" = "dişopîne";
"Scene.Profile.Dashboard.OtherPosts" = "şandî";
"Scene.Profile.Dashboard.Followers" = "şopîner";
"Scene.Profile.Dashboard.Following" = "dişopîne";
"Scene.Profile.Dashboard.Posts" = "şandî";
"Scene.Profile.Fields.AddRow" = "Rêzê tevlî bike";
"Scene.Profile.Fields.Joined" = "Dîroka tevlîbûnê";
"Scene.Profile.Fields.Placeholder.Content" = "Naverok";

View File

@ -278,12 +278,9 @@ klik op de link om uw account te bevestigen.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Bewerk avatar-afbeelding";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Toon avatar-afbeelding";
"Scene.Profile.Accessibility.ShowBannerImage" = "Toon banner-afbeelding";
"Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Dashboard.Followers" = "volgers";
"Scene.Profile.Dashboard.Following" = "volgend";
"Scene.Profile.Dashboard.Posts" = "berichten";
"Scene.Profile.Fields.AddRow" = "Rij Toevoegen";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "Inhoud";

View File

@ -294,12 +294,9 @@
"Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image";
"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image";
"Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Dashboard.Followers" = "подписчики";
"Scene.Profile.Dashboard.Following" = "подписки";
"Scene.Profile.Dashboard.Posts" = "посты";
"Scene.Profile.Fields.AddRow" = "Добавить строку";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "Содержимое";

View File

@ -134,9 +134,9 @@ Preverite svojo internetno povezavo.";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Tapnite za razkritje";
"Common.Controls.Status.Translation.ShowOriginal" = "Pokaži izvirnik";
"Common.Controls.Status.Translation.TranslatedFrom" = "Prevedeno iz %@ s pomočjo %@";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Neznano";
"Common.Controls.Status.Translation.UnknownProvider" = "Neznano";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ je poobjavil_a";
"Common.Controls.Status.UserRepliedTo" = "Odgovarja %@";
"Common.Controls.Status.Visibility.Direct" = "Samo omenjeni uporabnik lahko vidi to objavo.";
@ -283,14 +283,11 @@ možno naložiti v Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Uredi sliko avatarja";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Pokaži sliko avatarja";
"Scene.Profile.Accessibility.ShowBannerImage" = "Pokaži sliko pasice";
"Scene.Profile.Dashboard.MyFollowers" = "sledilcev";
"Scene.Profile.Dashboard.MyFollowing" = "sledi";
"Scene.Profile.Dashboard.MyPosts" = "objav";
"Scene.Profile.Dashboard.OtherFollowers" = "sledilcev";
"Scene.Profile.Dashboard.OtherFollowing" = "sledi";
"Scene.Profile.Dashboard.OtherPosts" = "objav";
"Scene.Profile.Dashboard.Followers" = "sledilcev";
"Scene.Profile.Dashboard.Following" = "sledi";
"Scene.Profile.Dashboard.Posts" = "Objave";
"Scene.Profile.Fields.AddRow" = "Dodaj vrstico";
"Scene.Profile.Fields.Joined" = "Pridružen_a";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "Vsebina";
"Scene.Profile.Fields.Placeholder.Label" = "Oznaka";
"Scene.Profile.Fields.Verified.Long" = "Lastništvo te povezave je bilo preverjeno %@";

View File

@ -134,9 +134,9 @@ Kontrollera din internetanslutning.";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Tryck för att visa";
"Common.Controls.Status.Translation.ShowOriginal" = "Visa original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Översatt från %@ med %@";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Okänt";
"Common.Controls.Status.Translation.UnknownProvider" = "Okänd";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ boostade";
"Common.Controls.Status.UserRepliedTo" = "Svarade på %@";
"Common.Controls.Status.Visibility.Direct" = "Endast omnämnda användare kan se detta inlägg.";
@ -283,12 +283,9 @@ laddas upp till Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Redigera profilbild";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Visa profilbild";
"Scene.Profile.Accessibility.ShowBannerImage" = "Visa banner";
"Scene.Profile.Dashboard.MyFollowers" = "följare";
"Scene.Profile.Dashboard.MyFollowing" = "följer";
"Scene.Profile.Dashboard.MyPosts" = "inlägg";
"Scene.Profile.Dashboard.OtherFollowers" = "följare";
"Scene.Profile.Dashboard.OtherFollowing" = "följer";
"Scene.Profile.Dashboard.OtherPosts" = "inlägg";
"Scene.Profile.Dashboard.Followers" = "följare";
"Scene.Profile.Dashboard.Following" = "följer";
"Scene.Profile.Dashboard.Posts" = "inlägg";
"Scene.Profile.Fields.AddRow" = "Lägg till rad";
"Scene.Profile.Fields.Joined" = "Gick med";
"Scene.Profile.Fields.Placeholder.Content" = "Innehåll";

View File

@ -134,9 +134,9 @@
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "แตะเพื่อเปิดเผย";
"Common.Controls.Status.Translation.ShowOriginal" = "แสดงดั้งเดิมอยู่";
"Common.Controls.Status.Translation.TranslatedFrom" = "แปลจาก %@ โดยใช้ %@";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "ไม่รู้จัก";
"Common.Controls.Status.Translation.UnknownProvider" = "ไม่รู้จัก";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ ได้ดัน";
"Common.Controls.Status.UserRepliedTo" = "ตอบกลับ %@";
"Common.Controls.Status.Visibility.Direct" = "เฉพาะผู้ใช้ที่กล่าวถึงเท่านั้นที่สามารถเห็นโพสต์นี้";
@ -283,14 +283,11 @@
"Scene.Profile.Accessibility.EditAvatarImage" = "แก้ไขภาพประจำตัว";
"Scene.Profile.Accessibility.ShowAvatarImage" = "แสดงภาพประจำตัว";
"Scene.Profile.Accessibility.ShowBannerImage" = "แสดงภาพแบนเนอร์";
"Scene.Profile.Dashboard.MyFollowers" = "ผู้ติดตาม";
"Scene.Profile.Dashboard.MyFollowing" = "กำลังติดตาม";
"Scene.Profile.Dashboard.MyPosts" = "โพสต์";
"Scene.Profile.Dashboard.OtherFollowers" = "ผู้ติดตาม";
"Scene.Profile.Dashboard.OtherFollowing" = "กำลังติดตาม";
"Scene.Profile.Dashboard.OtherPosts" = "โพสต์";
"Scene.Profile.Dashboard.Followers" = "ผู้ติดตาม";
"Scene.Profile.Dashboard.Following" = "กำลังติดตาม";
"Scene.Profile.Dashboard.Posts" = "โพสต์";
"Scene.Profile.Fields.AddRow" = "เพิ่มแถว";
"Scene.Profile.Fields.Joined" = "เข้าร่วมเมื่อ";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "เนื้อหา";
"Scene.Profile.Fields.Placeholder.Label" = "ป้ายชื่อ";
"Scene.Profile.Fields.Verified.Long" = "ตรวจสอบความเป็นเจ้าของของลิงก์นี้เมื่อ %@";

View File

@ -282,12 +282,9 @@ yüklenemiyor.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Profil fotoğrafını düzenle";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Profil resmini göster";
"Scene.Profile.Accessibility.ShowBannerImage" = "Kapak fotoğrafını göster";
"Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Dashboard.Followers" = "takipçi";
"Scene.Profile.Dashboard.Following" = "takip ediliyor";
"Scene.Profile.Dashboard.Posts" = "gönderiler";
"Scene.Profile.Fields.AddRow" = "Satır Ekle";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "İçerik";

View File

@ -134,9 +134,9 @@ Vui lòng kiểm tra kết nối mạng.";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Nhấn để xem";
"Common.Controls.Status.Translation.ShowOriginal" = "Bản gốc";
"Common.Controls.Status.Translation.TranslatedFrom" = "Dịch từ %@ bằng %@";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Không xác định";
"Common.Controls.Status.Translation.UnknownProvider" = "Không biết";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ đăng lại";
"Common.Controls.Status.UserRepliedTo" = "Trả lời đến %@";
"Common.Controls.Status.Visibility.Direct" = "Chỉ người được nhắc đến có thể thấy tút.";
@ -283,12 +283,9 @@ tải lên Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Sửa ảnh đại diện";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Hiển thị ảnh đại diện";
"Scene.Profile.Accessibility.ShowBannerImage" = "Hiển thị ảnh bìa";
"Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Dashboard.Followers" = "người theo dõi";
"Scene.Profile.Dashboard.Following" = "theo dõi";
"Scene.Profile.Dashboard.Posts" = "tút";
"Scene.Profile.Fields.AddRow" = "Thêm hàng";
"Scene.Profile.Fields.Joined" = "Đã tham gia";
"Scene.Profile.Fields.Placeholder.Content" = "Nội dung";

View File

@ -283,12 +283,9 @@
"Scene.Profile.Accessibility.EditAvatarImage" = "编辑头像";
"Scene.Profile.Accessibility.ShowAvatarImage" = "显示头像";
"Scene.Profile.Accessibility.ShowBannerImage" = "显示顶部横幅图片";
"Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Dashboard.Followers" = "关注者";
"Scene.Profile.Dashboard.Following" = "正在关注";
"Scene.Profile.Dashboard.Posts" = "帖子";
"Scene.Profile.Fields.AddRow" = "添加";
"Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "内容";

View File

@ -134,9 +134,9 @@
"Common.Controls.Status.Tag.Url" = "網址";
"Common.Controls.Status.TapToReveal" = "輕觸以顯示";
"Common.Controls.Status.Translation.ShowOriginal" = "顯示原文";
"Common.Controls.Status.Translation.TranslatedFrom" = "透過 %@ 翻譯 %@";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "未知";
"Common.Controls.Status.Translation.UnknownProvider" = "未知";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
"Common.Controls.Status.UserReblogged" = "%@ 已轉嘟";
"Common.Controls.Status.UserRepliedTo" = "回覆給 %@";
"Common.Controls.Status.Visibility.Direct" = "只有被提及的使用者能看到此嘟文。";
@ -278,12 +278,9 @@
"Scene.Profile.Accessibility.EditAvatarImage" = "編輯大頭貼";
"Scene.Profile.Accessibility.ShowAvatarImage" = "顯示大頭貼";
"Scene.Profile.Accessibility.ShowBannerImage" = "顯示橫幅圖片";
"Scene.Profile.Dashboard.MyFollowers" = "跟隨者";
"Scene.Profile.Dashboard.MyFollowing" = "正在跟隨";
"Scene.Profile.Dashboard.MyPosts" = "嘟文";
"Scene.Profile.Dashboard.OtherFollowers" = "跟隨者";
"Scene.Profile.Dashboard.OtherFollowing" = "正在跟隨";
"Scene.Profile.Dashboard.OtherPosts" = "嘟文";
"Scene.Profile.Dashboard.Followers" = "跟隨者";
"Scene.Profile.Dashboard.Following" = "跟隨中";
"Scene.Profile.Dashboard.Posts" = "嘟文";
"Scene.Profile.Fields.AddRow" = "新增列";
"Scene.Profile.Fields.Joined" = "加入時間";
"Scene.Profile.Fields.Placeholder.Content" = "內容";