chore(i18n): Update strings

This commit is contained in:
Marcus Kida 2023-01-09 10:18:23 +01:00
parent 06de474528
commit be3b91e334
No known key found for this signature in database
GPG Key ID: 19FF64E08013CA40
29 changed files with 283 additions and 211 deletions

View File

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

View File

@ -620,9 +620,9 @@ public enum L10n {
} }
} }
public enum ConfirmEmail { public enum ConfirmEmail {
/// Tap the link we sent you to verify %@. We'll wait right here. /// Tap the link we sent you to verify %@. Well wait right here.
public static func tapTheLinkWeEmailedToYouToVerifyYourAccount(_ p1: Any) -> String { 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 %@. We'll wait right here.") return L10n.tr("Localizable", "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount", String(describing: p1), fallback: "Tap the link we sent you to verify %@. Well wait right here.")
} }
/// Check Your Inbox /// Check Your Inbox
public static let title = L10n.tr("Localizable", "Scene.ConfirmEmail.Title", fallback: "Check Your Inbox") public static let title = L10n.tr("Localizable", "Scene.ConfirmEmail.Title", fallback: "Check Your Inbox")
@ -800,13 +800,11 @@ public enum L10n {
} }
} }
public enum Privacy { 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 /// Privacy
public static let title = L10n.tr("Localizable", "Scene.Privacy.Title", fallback: "Privacy") public static let title = L10n.tr("Localizable", "Scene.Privacy.Title", fallback: "Privacy")
public enum Button { public enum Button {
/// I agree /// 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 { public enum Policy {
/// Privacy Policy - Mastodon for iOS /// Privacy Policy - Mastodon for iOS
@ -1022,12 +1020,12 @@ public enum L10n {
public enum Password { public enum Password {
/// 8 characters /// 8 characters
public static let characterLimit = L10n.tr("Localizable", "Scene.Register.Input.Password.CharacterLimit", fallback: "8 characters") public static let characterLimit = L10n.tr("Localizable", "Scene.Register.Input.Password.CharacterLimit", fallback: "8 characters")
/// Confirm password /// Confirm Password
public static let confirmationPlaceholder = L10n.tr("Localizable", "Scene.Register.Input.Password.ConfirmationPlaceholder", fallback: "Confirm password") public static let confirmationPlaceholder = L10n.tr("Localizable", "Scene.Register.Input.Password.ConfirmationPlaceholder", fallback: "Confirm Password")
/// Your password needs at least eight characters /// 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") public static let hint = L10n.tr("Localizable", "Scene.Register.Input.Password.Hint", fallback: "Your password needs at least eight characters")
/// Password /// password
public static let placeholder = L10n.tr("Localizable", "Scene.Register.Input.Password.Placeholder", fallback: "Password") public static let placeholder = L10n.tr("Localizable", "Scene.Register.Input.Password.Placeholder", fallback: "password")
/// Your password needs at least: /// Your password needs at least:
public static let require = L10n.tr("Localizable", "Scene.Register.Input.Password.Require", fallback: "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 { public enum Accessibility {
@ -1212,10 +1210,8 @@ public enum L10n {
} }
} }
public enum ServerPicker { public enum ServerPicker {
/// Well pick a server based on your language if you continue without making a selection. /// Pick Server
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.") public static let title = L10n.tr("Localizable", "Scene.ServerPicker.Title", fallback: "Pick Server")
/// Pick server
public static let title = L10n.tr("Localizable", "Scene.ServerPicker.Title", fallback: "Pick server")
public enum Button { public enum Button {
/// Language /// Language
public static let language = L10n.tr("Localizable", "Scene.ServerPicker.Button.Language", fallback: "Language") public static let language = L10n.tr("Localizable", "Scene.ServerPicker.Button.Language", fallback: "Language")
@ -1309,8 +1305,8 @@ public enum L10n {
/// Some ground rules. /// Some ground rules.
public static let title = L10n.tr("Localizable", "Scene.ServerRules.Title", fallback: "Some ground rules.") public static let title = L10n.tr("Localizable", "Scene.ServerRules.Title", fallback: "Some ground rules.")
public enum Button { public enum Button {
/// I Agree /// I agree
public static let confirm = L10n.tr("Localizable", "Scene.ServerRules.Button.Confirm", fallback: "I Agree") public static let confirm = L10n.tr("Localizable", "Scene.ServerRules.Button.Confirm", fallback: "I agree")
} }
} }
public enum Settings { public enum Settings {
@ -1434,23 +1430,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. /// 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. /// 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? /// 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 { public enum MastodonIsLikeThat {
/// Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online. /// 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 /// 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 { public enum WhatIsMastodon {
/// Imagine you have an email address that ends with @example.com. /// 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. /// 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 /// 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,6 +225,9 @@ uploaded to Mastodon.";
"Scene.Compose.Visibility.Public" = "Public"; "Scene.Compose.Visibility.Public" = "Public";
"Scene.Compose.Visibility.Unlisted" = "Unlisted"; "Scene.Compose.Visibility.Unlisted" = "Unlisted";
"Scene.ConfirmEmail.Button.Resend" = "Resend"; "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.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.ResendEmail" = "Resend Email";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your email"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your email";
@ -232,11 +235,8 @@ uploaded to Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Mail"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Mail";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Open Email Client"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Open Email Client";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your inbox."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your inbox.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. We'll wait right here."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox"; "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.Intro" = "These are the posts gaining traction in your corner of Mastodon.";
"Scene.Discovery.Tabs.Community" = "Community"; "Scene.Discovery.Tabs.Community" = "Community";
"Scene.Discovery.Tabs.ForYou" = "For You"; "Scene.Discovery.Tabs.ForYou" = "For You";
@ -284,6 +284,10 @@ uploaded to Mastodon.";
"Scene.Preview.Keyboard.ClosePreview" = "Close Preview"; "Scene.Preview.Keyboard.ClosePreview" = "Close Preview";
"Scene.Preview.Keyboard.ShowNext" = "Show Next"; "Scene.Preview.Keyboard.ShowNext" = "Show Next";
"Scene.Preview.Keyboard.ShowPrevious" = "Show Previous"; "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.DoubleTapToOpenTheList" = "Double tap to open the list";
"Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image"; "Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image"; "Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image";
@ -346,9 +350,9 @@ uploaded to Mastodon.";
"Scene.Register.Input.Password.Accessibility.Checked" = "checked"; "Scene.Register.Input.Password.Accessibility.Checked" = "checked";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "unchecked"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "unchecked";
"Scene.Register.Input.Password.CharacterLimit" = "8 characters"; "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.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.Password.Require" = "Your password needs at least:";
"Scene.Register.Input.Username.DuplicatePrompt" = "This username is taken."; "Scene.Register.Input.Username.DuplicatePrompt" = "This username is taken.";
"Scene.Register.Input.Username.Placeholder" = "username"; "Scene.Register.Input.Username.Placeholder" = "username";
@ -428,9 +432,9 @@ uploaded to Mastodon.";
"Scene.ServerPicker.Button.Category.Music" = "music"; "Scene.ServerPicker.Button.Category.Music" = "music";
"Scene.ServerPicker.Button.Category.Regional" = "regional"; "Scene.ServerPicker.Button.Category.Regional" = "regional";
"Scene.ServerPicker.Button.Category.Tech" = "tech"; "Scene.ServerPicker.Button.Category.Tech" = "tech";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "See Less"; "Scene.ServerPicker.Button.SeeLess" = "See Less";
"Scene.ServerPicker.Button.SeeMore" = "See More"; "Scene.ServerPicker.Button.SeeMore" = "See More";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed"; "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.BadNetwork" = "Something went wrong while loading the data. Check your internet connection.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Finding available servers..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Finding available servers...";
@ -439,14 +443,13 @@ uploaded to Mastodon.";
"Scene.ServerPicker.Label.Category" = "CATEGORY"; "Scene.ServerPicker.Label.Category" = "CATEGORY";
"Scene.ServerPicker.Label.Language" = "LANGUAGE"; "Scene.ServerPicker.Label.Language" = "LANGUAGE";
"Scene.ServerPicker.Label.Users" = "USERS"; "Scene.ServerPicker.Label.Users" = "USERS";
"Scene.ServerPicker.Title" = "Pick server"; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.NoServerSelectedHint" = "Well pick a server based on your language if you continue without making a selection."; "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerPicker.SignupSpeed.All" = "All"; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up"; "Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review"; "Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Language.All" = "All"; "Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerPicker.Search.Placeholder" = "Search name or URL"; "Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.Button.Confirm" = "I Agree";
"Scene.ServerRules.PrivacyPolicy" = "privacy policy"; "Scene.ServerRules.PrivacyPolicy" = "privacy policy";
"Scene.ServerRules.Prompt" = "By continuing, youre subject to the terms of service and privacy policy for %@."; "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."; "Scene.ServerRules.Subtitle" = "These are set and enforced by the %@ moderators.";
@ -491,25 +494,20 @@ uploaded to Mastodon.";
"Scene.SuggestionAccount.Title" = "Find People to Follow"; "Scene.SuggestionAccount.Title" = "Find People to Follow";
"Scene.Thread.BackTitle" = "Post"; "Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post from %@"; "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.GetStarted" = "Get Started";
"Scene.Welcome.LogIn" = "Log In"; "Scene.Welcome.LogIn" = "Log In";
"Scene.Welcome.Slogan" = "Social networking "Scene.Welcome.Slogan" = "Social networking
back in your hands."; 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.AccessibilityHint" = "Double tap to dismiss this wizard";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Switch between multiple accounts by holding the profile button."; "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.SignUp" = "إنشاءُ حِساب";
"Common.Controls.Actions.Skip" = "تخطي"; "Common.Controls.Actions.Skip" = "تخطي";
"Common.Controls.Actions.TakePhoto" = "اِلتِقاطُ صُورَة"; "Common.Controls.Actions.TakePhoto" = "اِلتِقاطُ صُورَة";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@"; "Common.Controls.Actions.TranslatePost.Title" = "الترجَمَة مِن %@";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown"; "Common.Controls.Actions.TranslatePost.UnknownLanguage" = "غير مَعرُوفة";
"Common.Controls.Actions.TryAgain" = "المُحاولة مرة أُخرى"; "Common.Controls.Actions.TryAgain" = "المُحاولة مرة أُخرى";
"Common.Controls.Actions.UnblockDomain" = "رفع الحظر عن %@"; "Common.Controls.Actions.UnblockDomain" = "رفع الحظر عن %@";
"Common.Controls.Friendship.Block" = "حظر"; "Common.Controls.Friendship.Block" = "حظر";
@ -106,7 +106,7 @@
"Common.Controls.Status.Actions.Menu" = "القائمة"; "Common.Controls.Status.Actions.Menu" = "القائمة";
"Common.Controls.Status.Actions.Reblog" = "إعادة النشر"; "Common.Controls.Status.Actions.Reblog" = "إعادة النشر";
"Common.Controls.Status.Actions.Reply" = "الرَّد"; "Common.Controls.Status.Actions.Reply" = "الرَّد";
"Common.Controls.Status.Actions.ShareLinkInPost" = "Share Link in Post"; "Common.Controls.Status.Actions.ShareLinkInPost" = "مُشارَكَة الرابِط فِي مَنشور";
"Common.Controls.Status.Actions.ShowGif" = "أظْهِر GIF"; "Common.Controls.Status.Actions.ShowGif" = "أظْهِر GIF";
"Common.Controls.Status.Actions.ShowImage" = "أظْهِرِ الصُّورَة"; "Common.Controls.Status.Actions.ShowImage" = "أظْهِرِ الصُّورَة";
"Common.Controls.Status.Actions.ShowVideoPlayer" = "أظْهِر مُشَغِّلَ المَقاطِعِ المَرئِيَّة"; "Common.Controls.Status.Actions.ShowVideoPlayer" = "أظْهِر مُشَغِّلَ المَقاطِعِ المَرئِيَّة";
@ -115,7 +115,7 @@
"Common.Controls.Status.Actions.Unreblog" = "التراجُع عن إعادة النشر"; "Common.Controls.Status.Actions.Unreblog" = "التراجُع عن إعادة النشر";
"Common.Controls.Status.ContentWarning" = "تحذير المُحتوى"; "Common.Controls.Status.ContentWarning" = "تحذير المُحتوى";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.LoadEmbed" = "تحميل المُضمَن";
"Common.Controls.Status.MediaContentWarning" = "اُنقُر لِلكَشف"; "Common.Controls.Status.MediaContentWarning" = "اُنقُر لِلكَشف";
"Common.Controls.Status.MetaEntity.Email" = "عُنوان البريد الإلكتُروني: %@"; "Common.Controls.Status.MetaEntity.Email" = "عُنوان البريد الإلكتُروني: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "وَسْم: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "وَسْم: %@";
@ -134,9 +134,9 @@
"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" = "Shown Original"; "Common.Controls.Status.Translation.ShowOriginal" = "Shown Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "الترجَمَة مِن %@ بِاستِخدَام %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown"; "Common.Controls.Status.Translation.UnknownLanguage" = "غير مَعرُوفة";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "غير مَعرُوف";
"Common.Controls.Status.UserReblogged" = "أعادَ %@ تَدوينَها"; "Common.Controls.Status.UserReblogged" = "أعادَ %@ تَدوينَها";
"Common.Controls.Status.UserRepliedTo" = "رَدًا على %@"; "Common.Controls.Status.UserRepliedTo" = "رَدًا على %@";
"Common.Controls.Status.Visibility.Direct" = "المُستخدمِونَ المُشارِ إليهم فَقَطْ مَن يُمكِنُهُم رُؤيَةُ هَذَا المَنشُور."; "Common.Controls.Status.Visibility.Direct" = "المُستخدمِونَ المُشارِ إليهم فَقَطْ مَن يُمكِنُهُم رُؤيَةُ هَذَا المَنشُور.";
@ -283,9 +283,12 @@
"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.Followers" = "مُتابِع"; "Scene.Profile.Dashboard.MyFollowers" = "مُتابِعُون";
"Scene.Profile.Dashboard.Following" = "مُتابَع"; "Scene.Profile.Dashboard.MyFollowing" = "مُتابَعُون";
"Scene.Profile.Dashboard.Posts" = "مَنشورات"; "Scene.Profile.Dashboard.MyPosts" = "مَنشورات";
"Scene.Profile.Dashboard.OtherFollowers" = "مُتابِعُون";
"Scene.Profile.Dashboard.OtherFollowing" = "مُتابَعُون";
"Scene.Profile.Dashboard.OtherPosts" = "مَنشورات";
"Scene.Profile.Fields.AddRow" = "إضافة صف"; "Scene.Profile.Fields.AddRow" = "إضافة صف";
"Scene.Profile.Fields.Joined" = "Joined"; "Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "المُحتَوى"; "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.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Toca per a mostrar"; "Common.Controls.Status.TapToReveal" = "Toca per a mostrar";
"Common.Controls.Status.Translation.ShowOriginal" = "Mostra l'original"; "Common.Controls.Status.Translation.ShowOriginal" = "Mostra l'original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Traduït del %@ fent servir %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Desconegut"; "Common.Controls.Status.Translation.UnknownLanguage" = "Desconegut";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Desconegut";
"Common.Controls.Status.UserReblogged" = "%@ ha impulsat"; "Common.Controls.Status.UserReblogged" = "%@ ha impulsat";
"Common.Controls.Status.UserRepliedTo" = "Ha respòs a %@"; "Common.Controls.Status.UserRepliedTo" = "Ha respòs a %@";
"Common.Controls.Status.Visibility.Direct" = "Només l'usuari mencionat pot veure aquesta publicació."; "Common.Controls.Status.Visibility.Direct" = "Només l'usuari mencionat pot veure aquesta publicació.";
@ -283,9 +283,12 @@ carregat a Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Edita l'imatge del avatar"; "Scene.Profile.Accessibility.EditAvatarImage" = "Edita l'imatge del avatar";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Mostra 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.Accessibility.ShowBannerImage" = "Mostra l'imatge del bàner";
"Scene.Profile.Dashboard.Followers" = "seguidors"; "Scene.Profile.Dashboard.MyFollowers" = "seguidors";
"Scene.Profile.Dashboard.Following" = "seguint"; "Scene.Profile.Dashboard.MyFollowing" = "seguint";
"Scene.Profile.Dashboard.Posts" = "tuts"; "Scene.Profile.Dashboard.MyPosts" = "tuts";
"Scene.Profile.Dashboard.OtherFollowers" = "seguidors";
"Scene.Profile.Dashboard.OtherFollowing" = "seguint";
"Scene.Profile.Dashboard.OtherPosts" = "tuts";
"Scene.Profile.Fields.AddRow" = "Afegeix fila"; "Scene.Profile.Fields.AddRow" = "Afegeix fila";
"Scene.Profile.Fields.Joined" = "S'hi va unir"; "Scene.Profile.Fields.Joined" = "S'hi va unir";
"Scene.Profile.Fields.Placeholder.Content" = "Contingut"; "Scene.Profile.Fields.Placeholder.Content" = "Contingut";

View File

@ -282,9 +282,12 @@
"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.Followers" = "شوێنکەوتوو"; "Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.Following" = "شوێنکەوتن"; "Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.Posts" = "پۆستەکان"; "Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Fields.AddRow" = "ڕیز زیاد بکە"; "Scene.Profile.Fields.AddRow" = "ڕیز زیاد بکە";
"Scene.Profile.Fields.Joined" = "Joined"; "Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "ناوەڕۆک"; "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.SignOut.Title" = "Odhlásit se";
"Common.Alerts.SignUpFailure.Title" = "Registrace selhala"; "Common.Alerts.SignUpFailure.Title" = "Registrace selhala";
"Common.Alerts.TranslationFailed.Button" = "OK"; "Common.Alerts.TranslationFailed.Button" = "OK";
"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.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" = "Note"; "Common.Alerts.TranslationFailed.Title" = "Poznámka";
"Common.Alerts.VoteFailure.PollEnded" = "Anketa skončila"; "Common.Alerts.VoteFailure.PollEnded" = "Anketa skončila";
"Common.Alerts.VoteFailure.Title" = "Selhání hlasování"; "Common.Alerts.VoteFailure.Title" = "Selhání hlasování";
"Common.Controls.Actions.Add" = "Přidat"; "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.Compose" = "Napsat";
"Common.Controls.Actions.Confirm" = "Potvrdit"; "Common.Controls.Actions.Confirm" = "Potvrdit";
"Common.Controls.Actions.Continue" = "Pokračovat"; "Common.Controls.Actions.Continue" = "Pokračovat";
"Common.Controls.Actions.Copy" = "Copy"; "Common.Controls.Actions.Copy" = "Kopírovat";
"Common.Controls.Actions.CopyPhoto" = "Kopírovat fotografii"; "Common.Controls.Actions.CopyPhoto" = "Kopírovat fotografii";
"Common.Controls.Actions.Delete" = "Smazat"; "Common.Controls.Actions.Delete" = "Smazat";
"Common.Controls.Actions.Discard" = "Zahodit"; "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.SignUp" = "Vytvořit účet";
"Common.Controls.Actions.Skip" = "Přeskočit"; "Common.Controls.Actions.Skip" = "Přeskočit";
"Common.Controls.Actions.TakePhoto" = "Vyfotit"; "Common.Controls.Actions.TakePhoto" = "Vyfotit";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@"; "Common.Controls.Actions.TranslatePost.Title" = "Přeložit z %@";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown"; "Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Neznámý";
"Common.Controls.Actions.TryAgain" = "Zkusit znovu"; "Common.Controls.Actions.TryAgain" = "Zkusit znovu";
"Common.Controls.Actions.UnblockDomain" = "Odblokovat %@"; "Common.Controls.Actions.UnblockDomain" = "Odblokovat %@";
"Common.Controls.Friendship.Block" = "Blokovat"; "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.PreviousStatus" = "Předchozí příspěvek";
"Common.Controls.Keyboard.Timeline.ReplyStatus" = "Odpovědět na 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.ToggleContentWarning" = "Přepnout varování obsahu";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toggle Favorite on Post"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Přepnout Oblíbené na příspěvku";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Přepnout Reblog na příspěvku"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Přepnout Reblog na příspěvku";
"Common.Controls.Status.Actions.Favorite" = "Oblíbit"; "Common.Controls.Status.Actions.Favorite" = "Oblíbit";
"Common.Controls.Status.Actions.Hide" = "Skrýt"; "Common.Controls.Status.Actions.Hide" = "Skrýt";
"Common.Controls.Status.Actions.Menu" = "Nabídka"; "Common.Controls.Status.Actions.Menu" = "Nabídka";
"Common.Controls.Status.Actions.Reblog" = "Boostnout"; "Common.Controls.Status.Actions.Reblog" = "Boostnout";
"Common.Controls.Status.Actions.Reply" = "Odpovědět"; "Common.Controls.Status.Actions.Reply" = "Odpovědět";
"Common.Controls.Status.Actions.ShareLinkInPost" = "Share Link in Post"; "Common.Controls.Status.Actions.ShareLinkInPost" = "Sdílet odkaz v příspěvku";
"Common.Controls.Status.Actions.ShowGif" = "Zobrazit GIF"; "Common.Controls.Status.Actions.ShowGif" = "Zobrazit GIF";
"Common.Controls.Status.Actions.ShowImage" = "Zobrazit obrázek"; "Common.Controls.Status.Actions.ShowImage" = "Zobrazit obrázek";
"Common.Controls.Status.Actions.ShowVideoPlayer" = "Zobrazit video přehrávač"; "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.Unfavorite" = "Odebrat z oblízených";
"Common.Controls.Status.Actions.Unreblog" = "Undo reblog"; "Common.Controls.Status.Actions.Unreblog" = "Undo reblog";
"Common.Controls.Status.ContentWarning" = "Varování o obsahu"; "Common.Controls.Status.ContentWarning" = "Varování o obsahu";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ přes %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.LoadEmbed" = "Načíst vložené";
"Common.Controls.Status.MediaContentWarning" = "Klepnutím kdekoli zobrazíte"; "Common.Controls.Status.MediaContentWarning" = "Klepnutím kdekoli zobrazíte";
"Common.Controls.Status.MetaEntity.Email" = "E-mailová adresa: %@"; "Common.Controls.Status.MetaEntity.Email" = "E-mailová adresa: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@"; "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.Mention" = "Zmínka";
"Common.Controls.Status.Tag.Url" = "URL"; "Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Klepnutím zobrazit"; "Common.Controls.Status.TapToReveal" = "Klepnutím zobrazit";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original"; "Common.Controls.Status.Translation.ShowOriginal" = "Zobrazit originál";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Přeloženo z %@ pomocí %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown"; "Common.Controls.Status.Translation.UnknownLanguage" = "Neznámý";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Neznámý";
"Common.Controls.Status.UserReblogged" = "%@ reblogged"; "Common.Controls.Status.UserReblogged" = "%@ reblogged";
"Common.Controls.Status.UserRepliedTo" = "Odpověděl %@"; "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."; "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.Home" = "Domů";
"Common.Controls.Tabs.Notifications" = "Oznámení"; "Common.Controls.Tabs.Notifications" = "Oznámení";
"Common.Controls.Tabs.Profile" = "Profil"; "Common.Controls.Tabs.Profile" = "Profil";
"Common.Controls.Tabs.SearchAndExplore" = "Search and Explore"; "Common.Controls.Tabs.SearchAndExplore" = "Hledat a zkoumat";
"Common.Controls.Timeline.Filtered" = "Filtrováno"; "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.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. "Common.Controls.Timeline.Header.BlockingWarning" = "Nemůžete zobrazit profil tohoto uživatele, dokud ho neodblokujete.
@ -279,11 +279,14 @@ nahrán do Mastodonu.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Upravit obrázek avataru"; "Scene.Profile.Accessibility.EditAvatarImage" = "Upravit obrázek avataru";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Zobrazit obrázek avataru"; "Scene.Profile.Accessibility.ShowAvatarImage" = "Zobrazit obrázek avataru";
"Scene.Profile.Accessibility.ShowBannerImage" = "Zobrazit obrázek banneru"; "Scene.Profile.Accessibility.ShowBannerImage" = "Zobrazit obrázek banneru";
"Scene.Profile.Dashboard.Followers" = "sledující"; "Scene.Profile.Dashboard.MyFollowers" = "sledující";
"Scene.Profile.Dashboard.Following" = "sledování"; "Scene.Profile.Dashboard.MyFollowing" = "sledování";
"Scene.Profile.Dashboard.Posts" = "příspěvky"; "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.Fields.AddRow" = "Přidat řádek"; "Scene.Profile.Fields.AddRow" = "Přidat řádek";
"Scene.Profile.Fields.Joined" = "Joined"; "Scene.Profile.Fields.Joined" = "Připojen/a";
"Scene.Profile.Fields.Placeholder.Content" = "Obsah"; "Scene.Profile.Fields.Placeholder.Content" = "Obsah";
"Scene.Profile.Fields.Placeholder.Label" = "Označení"; "Scene.Profile.Fields.Placeholder.Label" = "Označení";
"Scene.Profile.Fields.Verified.Long" = "Vlastnictví tohoto odkazu bylo zkontrolováno na %@"; "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> <key>a11y.plural.count.characters_left</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>%#@character_count@ left</string> <string>%#@character_count@ zbývá</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>

View File

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

View File

@ -63,6 +63,8 @@ Please check your internet connection.";
"Common.Controls.Actions.SignUp" = "Create account"; "Common.Controls.Actions.SignUp" = "Create account";
"Common.Controls.Actions.Skip" = "Skip"; "Common.Controls.Actions.Skip" = "Skip";
"Common.Controls.Actions.TakePhoto" = "Take Photo"; "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.TryAgain" = "Try Again";
"Common.Controls.Actions.UnblockDomain" = "Unblock %@"; "Common.Controls.Actions.UnblockDomain" = "Unblock %@";
"Common.Controls.Friendship.Block" = "Block"; "Common.Controls.Friendship.Block" = "Block";
@ -228,11 +230,8 @@ uploaded to Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Open Email Client"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Open Email Client";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your inbox."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your inbox.";
"Scene.ConfirmEmail.Subtitle" = "Tap the link we emailed to you to verify your account."; "Scene.ConfirmEmail.Subtitle" = "Tap the link we emailed to you to verify your account.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. We'll wait right here."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we emailed to you to verify your account";
"Scene.ConfirmEmail.Title" = "Check Your Inbox"; "Scene.ConfirmEmail.Title" = "One last thing.";
"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.Intro" = "These are the posts gaining traction in your corner of Mastodon.";
"Scene.Discovery.Tabs.Community" = "Community"; "Scene.Discovery.Tabs.Community" = "Community";
"Scene.Discovery.Tabs.ForYou" = "For You"; "Scene.Discovery.Tabs.ForYou" = "For You";
@ -284,9 +283,12 @@ uploaded to Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image"; "Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image"; "Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image";
"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image"; "Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image";
"Scene.Profile.Dashboard.Followers" = "followers"; "Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.Following" = "following"; "Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.Posts" = "posts"; "Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Fields.AddRow" = "Add Row"; "Scene.Profile.Fields.AddRow" = "Add Row";
"Scene.Profile.Fields.Joined" = "Joined"; "Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "Content"; "Scene.Profile.Fields.Placeholder.Content" = "Content";
@ -341,12 +343,11 @@ uploaded to Mastodon.";
"Scene.Register.Input.Password.CharacterLimit" = "8 characters"; "Scene.Register.Input.Password.CharacterLimit" = "8 characters";
"Scene.Register.Input.Password.Hint" = "Your password needs at least eight characters"; "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.Password.Require" = "Your password needs at least:";
"Scene.Register.Input.Username.DuplicatePrompt" = "This username is taken."; "Scene.Register.Input.Username.DuplicatePrompt" = "This username is taken.";
"Scene.Register.Input.Username.Placeholder" = "username"; "Scene.Register.Input.Username.Placeholder" = "username";
"Scene.Register.Input.Username.Suggestion" = "amazing_%@"; "Scene.Register.LetsGetYouSetUpOnDomain" = "Lets get you set up on %@";
"Scene.Register.Title" = "Create account"; "Scene.Register.Title" = "Lets get you set up on %@";
"Scene.Report.Content1" = "Are there any other posts youd like to add to the report?"; "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.Content2" = "Is there anything the moderators should know about this report?";
"Scene.Report.ReportSentTitle" = "Thanks for reporting, well look into this."; "Scene.Report.ReportSentTitle" = "Thanks for reporting, well look into this.";
@ -423,8 +424,6 @@ uploaded to Mastodon.";
"Scene.ServerPicker.Button.Category.Tech" = "tech"; "Scene.ServerPicker.Button.Category.Tech" = "tech";
"Scene.ServerPicker.Button.SeeLess" = "See Less"; "Scene.ServerPicker.Button.SeeLess" = "See Less";
"Scene.ServerPicker.Button.SeeMore" = "See More"; "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.BadNetwork" = "Something went wrong while loading the data. Check your internet connection.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Finding available servers..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Finding available servers...";
"Scene.ServerPicker.EmptyState.NoResults" = "No results"; "Scene.ServerPicker.EmptyState.NoResults" = "No results";
@ -432,13 +431,8 @@ uploaded to Mastodon.";
"Scene.ServerPicker.Label.Category" = "CATEGORY"; "Scene.ServerPicker.Label.Category" = "CATEGORY";
"Scene.ServerPicker.Label.Language" = "LANGUAGE"; "Scene.ServerPicker.Label.Language" = "LANGUAGE";
"Scene.ServerPicker.Label.Users" = "USERS"; "Scene.ServerPicker.Label.Users" = "USERS";
"Scene.ServerPicker.Title" = "Pick server"; "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.NoServerSelectedHint" = "Well pick a server based on your language if you continue without making a selection."; "Scene.ServerPicker.Title" = "Mastodon is made of users in different servers.";
"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.Button.Confirm" = "I Agree";
"Scene.ServerRules.PrivacyPolicy" = "privacy policy"; "Scene.ServerRules.PrivacyPolicy" = "privacy policy";
"Scene.ServerRules.Prompt" = "By continuing, youre subject to the terms of service and privacy policy for %@."; "Scene.ServerRules.Prompt" = "By continuing, youre subject to the terms of service and privacy policy for %@.";
@ -490,9 +484,4 @@ uploaded to Mastodon.";
back in your hands."; back in your hands.";
"Scene.Wizard.AccessibilityHint" = "Double tap to dismiss this wizard"; "Scene.Wizard.AccessibilityHint" = "Double tap to dismiss this wizard";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Switch between multiple accounts by holding the profile button."; "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.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Tocar para revelar"; "Common.Controls.Status.TapToReveal" = "Tocar para revelar";
"Common.Controls.Status.Translation.ShowOriginal" = "Mostrar Original"; "Common.Controls.Status.Translation.ShowOriginal" = "Mostrar Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Traducido desde %@ usando %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Desconocido"; "Common.Controls.Status.Translation.UnknownLanguage" = "Desconocido";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Desconocido";
"Common.Controls.Status.UserReblogged" = "%@ lo reblogueó"; "Common.Controls.Status.UserReblogged" = "%@ lo reblogueó";
"Common.Controls.Status.UserRepliedTo" = "En respuesta a %@"; "Common.Controls.Status.UserRepliedTo" = "En respuesta a %@";
"Common.Controls.Status.Visibility.Direct" = "Sólo el usuario mencionado puede ver este mensaje."; "Common.Controls.Status.Visibility.Direct" = "Sólo el usuario mencionado puede ver este mensaje.";
@ -284,11 +284,14 @@ pulsa en el enlace para confirmar tu cuenta.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Editar imagen del avatar"; "Scene.Profile.Accessibility.EditAvatarImage" = "Editar imagen del avatar";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Mostrar imagen del avatar"; "Scene.Profile.Accessibility.ShowAvatarImage" = "Mostrar imagen del avatar";
"Scene.Profile.Accessibility.ShowBannerImage" = "Mostrar imagen de banner"; "Scene.Profile.Accessibility.ShowBannerImage" = "Mostrar imagen de banner";
"Scene.Profile.Dashboard.Followers" = "seguidores"; "Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.Following" = "siguiendo"; "Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.Posts" = "publicaciones"; "Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Fields.AddRow" = "Añadir Fila"; "Scene.Profile.Fields.AddRow" = "Añadir Fila";
"Scene.Profile.Fields.Joined" = "Joined"; "Scene.Profile.Fields.Joined" = "Se unió";
"Scene.Profile.Fields.Placeholder.Content" = "Contenido"; "Scene.Profile.Fields.Placeholder.Content" = "Contenido";
"Scene.Profile.Fields.Placeholder.Label" = "Nombre para el campo"; "Scene.Profile.Fields.Placeholder.Label" = "Nombre para el campo";
"Scene.Profile.Fields.Verified.Long" = "La propiedad de este enlace fue verificada el %@"; "Scene.Profile.Fields.Verified.Long" = "La propiedad de este enlace fue verificada el %@";

View File

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

View File

@ -134,9 +134,9 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Status.Tag.Url" = "URL"; "Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Tap to reveal"; "Common.Controls.Status.TapToReveal" = "Tap to reveal";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original"; "Common.Controls.Status.Translation.ShowOriginal" = "Shown Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Käännetty kielestä %@ palvelulla %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown"; "Common.Controls.Status.Translation.UnknownLanguage" = "Unknown";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Tuntematon";
"Common.Controls.Status.UserReblogged" = "%@ jakoi edelleen"; "Common.Controls.Status.UserReblogged" = "%@ jakoi edelleen";
"Common.Controls.Status.UserRepliedTo" = "Vastasi %@:lle"; "Common.Controls.Status.UserRepliedTo" = "Vastasi %@:lle";
"Common.Controls.Status.Visibility.Direct" = "Only mentioned user can see this post."; "Common.Controls.Status.Visibility.Direct" = "Only mentioned user can see this post.";
@ -283,9 +283,12 @@ uploaded to Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image"; "Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image"; "Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image";
"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image"; "Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image";
"Scene.Profile.Dashboard.Followers" = "seuraajat"; "Scene.Profile.Dashboard.MyFollowers" = "seuraajat";
"Scene.Profile.Dashboard.Following" = "seurataan"; "Scene.Profile.Dashboard.MyFollowing" = "seurattavat";
"Scene.Profile.Dashboard.Posts" = "julkaisut"; "Scene.Profile.Dashboard.MyPosts" = "julkaisut";
"Scene.Profile.Dashboard.OtherFollowers" = "seuraajat";
"Scene.Profile.Dashboard.OtherFollowing" = "seurattavat";
"Scene.Profile.Dashboard.OtherPosts" = "julkaisut";
"Scene.Profile.Fields.AddRow" = "Lisää rivi"; "Scene.Profile.Fields.AddRow" = "Lisää rivi";
"Scene.Profile.Fields.Joined" = "Joined"; "Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "Sisältö"; "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.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Appuyer pour afficher"; "Common.Controls.Status.TapToReveal" = "Appuyer pour afficher";
"Common.Controls.Status.Translation.ShowOriginal" = "Afficher loriginal"; "Common.Controls.Status.Translation.ShowOriginal" = "Afficher loriginal";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Traduit de %@ en utilisant %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Inconnu"; "Common.Controls.Status.Translation.UnknownLanguage" = "Inconnu";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Inconnu";
"Common.Controls.Status.UserReblogged" = "%@ a reblogué"; "Common.Controls.Status.UserReblogged" = "%@ a reblogué";
"Common.Controls.Status.UserRepliedTo" = "À répondu à %@"; "Common.Controls.Status.UserRepliedTo" = "À répondu à %@";
"Common.Controls.Status.Visibility.Direct" = "Seul·e lutilisateur·rice mentionnée peut voir ce message."; "Common.Controls.Status.Visibility.Direct" = "Seul·e lutilisateur·rice mentionnée peut voir ce message.";
@ -283,9 +283,12 @@ téléversé sur Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Modifier lavatar"; "Scene.Profile.Accessibility.EditAvatarImage" = "Modifier lavatar";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Afficher lavatar"; "Scene.Profile.Accessibility.ShowAvatarImage" = "Afficher lavatar";
"Scene.Profile.Accessibility.ShowBannerImage" = "Afficher limage de la bannière"; "Scene.Profile.Accessibility.ShowBannerImage" = "Afficher limage de la bannière";
"Scene.Profile.Dashboard.Followers" = "abonnés"; "Scene.Profile.Dashboard.MyFollowers" = "abonnés";
"Scene.Profile.Dashboard.Following" = "abonnements"; "Scene.Profile.Dashboard.MyFollowing" = "abonnement";
"Scene.Profile.Dashboard.Posts" = "publications"; "Scene.Profile.Dashboard.MyPosts" = "messages";
"Scene.Profile.Dashboard.OtherFollowers" = "abonnés";
"Scene.Profile.Dashboard.OtherFollowing" = "abonnement";
"Scene.Profile.Dashboard.OtherPosts" = "publications";
"Scene.Profile.Fields.AddRow" = "Ajouter une rangée"; "Scene.Profile.Fields.AddRow" = "Ajouter une rangée";
"Scene.Profile.Fields.Joined" = "Ici depuis"; "Scene.Profile.Fields.Joined" = "Ici depuis";
"Scene.Profile.Fields.Placeholder.Content" = "Contenu"; "Scene.Profile.Fields.Placeholder.Content" = "Contenu";

View File

@ -283,9 +283,12 @@ a luchdadh suas gu Mastodon.";
"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.Followers" = "luchd-leantainn"; "Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.Following" = "a leantainn"; "Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.Posts" = "postaichean"; "Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Fields.AddRow" = "Cuir ràgh ris"; "Scene.Profile.Fields.AddRow" = "Cuir ràgh ris";
"Scene.Profile.Fields.Joined" = "Joined"; "Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "Susbaint"; "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.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Toca para mostrar"; "Common.Controls.Status.TapToReveal" = "Toca para mostrar";
"Common.Controls.Status.Translation.ShowOriginal" = "Mostrar o orixinal"; "Common.Controls.Status.Translation.ShowOriginal" = "Mostrar o orixinal";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Traducido do %@ usando %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Descoñecido"; "Common.Controls.Status.Translation.UnknownLanguage" = "Descoñecido";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Descoñecido";
"Common.Controls.Status.UserReblogged" = "%@ promoveu"; "Common.Controls.Status.UserReblogged" = "%@ promoveu";
"Common.Controls.Status.UserRepliedTo" = "Respondeu a %@"; "Common.Controls.Status.UserRepliedTo" = "Respondeu a %@";
"Common.Controls.Status.Visibility.Direct" = "Só a usuaria mencionada pode ver a publicación."; "Common.Controls.Status.Visibility.Direct" = "Só a usuaria mencionada pode ver a publicación.";
@ -283,9 +283,12 @@ ser subido a Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Editar imaxe de avatar"; "Scene.Profile.Accessibility.EditAvatarImage" = "Editar imaxe de avatar";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Mostrar imaxe de avatar"; "Scene.Profile.Accessibility.ShowAvatarImage" = "Mostrar imaxe de avatar";
"Scene.Profile.Accessibility.ShowBannerImage" = "Mostrar imaxe de cabeceira"; "Scene.Profile.Accessibility.ShowBannerImage" = "Mostrar imaxe de cabeceira";
"Scene.Profile.Dashboard.Followers" = "seguidoras"; "Scene.Profile.Dashboard.MyFollowers" = "seguidoras";
"Scene.Profile.Dashboard.Following" = "seguindo"; "Scene.Profile.Dashboard.MyFollowing" = "seguindo";
"Scene.Profile.Dashboard.Posts" = "publicacións"; "Scene.Profile.Dashboard.MyPosts" = "publicacións";
"Scene.Profile.Dashboard.OtherFollowers" = "seguidoras";
"Scene.Profile.Dashboard.OtherFollowing" = "seguindo";
"Scene.Profile.Dashboard.OtherPosts" = "publicacións";
"Scene.Profile.Fields.AddRow" = "Engadir fila"; "Scene.Profile.Fields.AddRow" = "Engadir fila";
"Scene.Profile.Fields.Joined" = "Uniuse"; "Scene.Profile.Fields.Joined" = "Uniuse";
"Scene.Profile.Fields.Placeholder.Content" = "Contido"; "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.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Tocca per rivelare"; "Common.Controls.Status.TapToReveal" = "Tocca per rivelare";
"Common.Controls.Status.Translation.ShowOriginal" = "Mostra l'originale"; "Common.Controls.Status.Translation.ShowOriginal" = "Mostra l'originale";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Tradotto da %@ utilizzando %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Sconosciuto"; "Common.Controls.Status.Translation.UnknownLanguage" = "Sconosciuto";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Sconosciuto";
"Common.Controls.Status.UserReblogged" = "%@ ha condiviso"; "Common.Controls.Status.UserReblogged" = "%@ ha condiviso";
"Common.Controls.Status.UserRepliedTo" = "Risposta a %@"; "Common.Controls.Status.UserRepliedTo" = "Risposta a %@";
"Common.Controls.Status.Visibility.Direct" = "Solo l'utente menzionato può vedere questo post."; "Common.Controls.Status.Visibility.Direct" = "Solo l'utente menzionato può vedere questo post.";
@ -283,9 +283,12 @@ caricato su Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Modifica immagine avatar"; "Scene.Profile.Accessibility.EditAvatarImage" = "Modifica immagine avatar";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Mostra immagine avatar"; "Scene.Profile.Accessibility.ShowAvatarImage" = "Mostra immagine avatar";
"Scene.Profile.Accessibility.ShowBannerImage" = "Mostra immagine banner"; "Scene.Profile.Accessibility.ShowBannerImage" = "Mostra immagine banner";
"Scene.Profile.Dashboard.Followers" = "seguaci"; "Scene.Profile.Dashboard.MyFollowers" = "seguaci";
"Scene.Profile.Dashboard.Following" = "seguendo"; "Scene.Profile.Dashboard.MyFollowing" = "seguendo";
"Scene.Profile.Dashboard.Posts" = "post"; "Scene.Profile.Dashboard.MyPosts" = "post";
"Scene.Profile.Dashboard.OtherFollowers" = "seguaci";
"Scene.Profile.Dashboard.OtherFollowing" = "seguendo";
"Scene.Profile.Dashboard.OtherPosts" = "post";
"Scene.Profile.Fields.AddRow" = "Aggiungi riga"; "Scene.Profile.Fields.AddRow" = "Aggiungi riga";
"Scene.Profile.Fields.Joined" = "Profilo iscritto"; "Scene.Profile.Fields.Joined" = "Profilo iscritto";
"Scene.Profile.Fields.Placeholder.Content" = "Contenuto"; "Scene.Profile.Fields.Placeholder.Content" = "Contenuto";

View File

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

View File

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

View File

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

View File

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

View File

@ -134,9 +134,9 @@ Preverite svojo internetno povezavo.";
"Common.Controls.Status.Tag.Url" = "URL"; "Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Tapnite za razkritje"; "Common.Controls.Status.TapToReveal" = "Tapnite za razkritje";
"Common.Controls.Status.Translation.ShowOriginal" = "Pokaži izvirnik"; "Common.Controls.Status.Translation.ShowOriginal" = "Pokaži izvirnik";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Prevedeno iz %@ s pomočjo %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Neznano"; "Common.Controls.Status.Translation.UnknownLanguage" = "Neznano";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Neznano";
"Common.Controls.Status.UserReblogged" = "%@ je poobjavil_a"; "Common.Controls.Status.UserReblogged" = "%@ je poobjavil_a";
"Common.Controls.Status.UserRepliedTo" = "Odgovarja %@"; "Common.Controls.Status.UserRepliedTo" = "Odgovarja %@";
"Common.Controls.Status.Visibility.Direct" = "Samo omenjeni uporabnik lahko vidi to objavo."; "Common.Controls.Status.Visibility.Direct" = "Samo omenjeni uporabnik lahko vidi to objavo.";
@ -283,11 +283,14 @@ možno naložiti v Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Uredi sliko avatarja"; "Scene.Profile.Accessibility.EditAvatarImage" = "Uredi sliko avatarja";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Pokaži sliko avatarja"; "Scene.Profile.Accessibility.ShowAvatarImage" = "Pokaži sliko avatarja";
"Scene.Profile.Accessibility.ShowBannerImage" = "Pokaži sliko pasice"; "Scene.Profile.Accessibility.ShowBannerImage" = "Pokaži sliko pasice";
"Scene.Profile.Dashboard.Followers" = "sledilcev"; "Scene.Profile.Dashboard.MyFollowers" = "sledilcev";
"Scene.Profile.Dashboard.Following" = "sledi"; "Scene.Profile.Dashboard.MyFollowing" = "sledi";
"Scene.Profile.Dashboard.Posts" = "Objave"; "Scene.Profile.Dashboard.MyPosts" = "objav";
"Scene.Profile.Dashboard.OtherFollowers" = "sledilcev";
"Scene.Profile.Dashboard.OtherFollowing" = "sledi";
"Scene.Profile.Dashboard.OtherPosts" = "objav";
"Scene.Profile.Fields.AddRow" = "Dodaj vrstico"; "Scene.Profile.Fields.AddRow" = "Dodaj vrstico";
"Scene.Profile.Fields.Joined" = "Joined"; "Scene.Profile.Fields.Joined" = "Pridružen_a";
"Scene.Profile.Fields.Placeholder.Content" = "Vsebina"; "Scene.Profile.Fields.Placeholder.Content" = "Vsebina";
"Scene.Profile.Fields.Placeholder.Label" = "Oznaka"; "Scene.Profile.Fields.Placeholder.Label" = "Oznaka";
"Scene.Profile.Fields.Verified.Long" = "Lastništvo te povezave je bilo preverjeno %@"; "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.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Tryck för att visa"; "Common.Controls.Status.TapToReveal" = "Tryck för att visa";
"Common.Controls.Status.Translation.ShowOriginal" = "Visa original"; "Common.Controls.Status.Translation.ShowOriginal" = "Visa original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Översatt från %@ med %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Okänt"; "Common.Controls.Status.Translation.UnknownLanguage" = "Okänt";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Okänd";
"Common.Controls.Status.UserReblogged" = "%@ boostade"; "Common.Controls.Status.UserReblogged" = "%@ boostade";
"Common.Controls.Status.UserRepliedTo" = "Svarade på %@"; "Common.Controls.Status.UserRepliedTo" = "Svarade på %@";
"Common.Controls.Status.Visibility.Direct" = "Endast omnämnda användare kan se detta inlägg."; "Common.Controls.Status.Visibility.Direct" = "Endast omnämnda användare kan se detta inlägg.";
@ -283,9 +283,12 @@ laddas upp till Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Redigera profilbild"; "Scene.Profile.Accessibility.EditAvatarImage" = "Redigera profilbild";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Visa profilbild"; "Scene.Profile.Accessibility.ShowAvatarImage" = "Visa profilbild";
"Scene.Profile.Accessibility.ShowBannerImage" = "Visa banner"; "Scene.Profile.Accessibility.ShowBannerImage" = "Visa banner";
"Scene.Profile.Dashboard.Followers" = "följare"; "Scene.Profile.Dashboard.MyFollowers" = "följare";
"Scene.Profile.Dashboard.Following" = "följer"; "Scene.Profile.Dashboard.MyFollowing" = "följer";
"Scene.Profile.Dashboard.Posts" = "inlägg"; "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.Fields.AddRow" = "Lägg till rad"; "Scene.Profile.Fields.AddRow" = "Lägg till rad";
"Scene.Profile.Fields.Joined" = "Gick med"; "Scene.Profile.Fields.Joined" = "Gick med";
"Scene.Profile.Fields.Placeholder.Content" = "Innehåll"; "Scene.Profile.Fields.Placeholder.Content" = "Innehåll";

View File

@ -134,9 +134,9 @@
"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" = "แสดงดั้งเดิมอยู่"; "Common.Controls.Status.Translation.ShowOriginal" = "แสดงดั้งเดิมอยู่";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "แปลจาก %@ โดยใช้ %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "ไม่รู้จัก"; "Common.Controls.Status.Translation.UnknownLanguage" = "ไม่รู้จัก";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "ไม่รู้จัก";
"Common.Controls.Status.UserReblogged" = "%@ ได้ดัน"; "Common.Controls.Status.UserReblogged" = "%@ ได้ดัน";
"Common.Controls.Status.UserRepliedTo" = "ตอบกลับ %@"; "Common.Controls.Status.UserRepliedTo" = "ตอบกลับ %@";
"Common.Controls.Status.Visibility.Direct" = "เฉพาะผู้ใช้ที่กล่าวถึงเท่านั้นที่สามารถเห็นโพสต์นี้"; "Common.Controls.Status.Visibility.Direct" = "เฉพาะผู้ใช้ที่กล่าวถึงเท่านั้นที่สามารถเห็นโพสต์นี้";
@ -283,11 +283,14 @@
"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.Followers" = "ผู้ติดตาม"; "Scene.Profile.Dashboard.MyFollowers" = "ผู้ติดตาม";
"Scene.Profile.Dashboard.Following" = "กำลังติดตาม"; "Scene.Profile.Dashboard.MyFollowing" = "กำลังติดตาม";
"Scene.Profile.Dashboard.Posts" = "โพสต์"; "Scene.Profile.Dashboard.MyPosts" = "โพสต์";
"Scene.Profile.Dashboard.OtherFollowers" = "ผู้ติดตาม";
"Scene.Profile.Dashboard.OtherFollowing" = "กำลังติดตาม";
"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" = "ตรวจสอบความเป็นเจ้าของของลิงก์นี้เมื่อ %@";

View File

@ -282,9 +282,12 @@ yüklenemiyor.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Profil fotoğrafını düzenle"; "Scene.Profile.Accessibility.EditAvatarImage" = "Profil fotoğrafını düzenle";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Profil resmini göster"; "Scene.Profile.Accessibility.ShowAvatarImage" = "Profil resmini göster";
"Scene.Profile.Accessibility.ShowBannerImage" = "Kapak fotoğrafını göster"; "Scene.Profile.Accessibility.ShowBannerImage" = "Kapak fotoğrafını göster";
"Scene.Profile.Dashboard.Followers" = "takipçi"; "Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.Following" = "takip ediliyor"; "Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.Posts" = "gönderiler"; "Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Fields.AddRow" = "Satır Ekle"; "Scene.Profile.Fields.AddRow" = "Satır Ekle";
"Scene.Profile.Fields.Joined" = "Joined"; "Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "İçerik"; "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.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Nhấn để xem"; "Common.Controls.Status.TapToReveal" = "Nhấn để xem";
"Common.Controls.Status.Translation.ShowOriginal" = "Bản gốc"; "Common.Controls.Status.Translation.ShowOriginal" = "Bản gốc";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Dịch từ %@ bằng %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Không xác định"; "Common.Controls.Status.Translation.UnknownLanguage" = "Không xác định";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Không biết";
"Common.Controls.Status.UserReblogged" = "%@ đăng lại"; "Common.Controls.Status.UserReblogged" = "%@ đăng lại";
"Common.Controls.Status.UserRepliedTo" = "Trả lời đến %@"; "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."; "Common.Controls.Status.Visibility.Direct" = "Chỉ người được nhắc đến có thể thấy tút.";
@ -283,9 +283,12 @@ tải lên Mastodon.";
"Scene.Profile.Accessibility.EditAvatarImage" = "Sửa ảnh đại diện"; "Scene.Profile.Accessibility.EditAvatarImage" = "Sửa ảnh đại diện";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Hiển thị ả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.Accessibility.ShowBannerImage" = "Hiển thị ảnh bìa";
"Scene.Profile.Dashboard.Followers" = "người theo dõi"; "Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.Following" = "theo dõi"; "Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.Posts" = "tút"; "Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Fields.AddRow" = "Thêm hàng"; "Scene.Profile.Fields.AddRow" = "Thêm hàng";
"Scene.Profile.Fields.Joined" = "Đã tham gia"; "Scene.Profile.Fields.Joined" = "Đã tham gia";
"Scene.Profile.Fields.Placeholder.Content" = "Nội dung"; "Scene.Profile.Fields.Placeholder.Content" = "Nội dung";

View File

@ -283,9 +283,12 @@
"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.Followers" = "关注者"; "Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.Following" = "正在关注"; "Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.Posts" = "帖子"; "Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.Fields.AddRow" = "添加"; "Scene.Profile.Fields.AddRow" = "添加";
"Scene.Profile.Fields.Joined" = "Joined"; "Scene.Profile.Fields.Joined" = "Joined";
"Scene.Profile.Fields.Placeholder.Content" = "内容"; "Scene.Profile.Fields.Placeholder.Content" = "内容";

View File

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