Update localized strings

This commit is contained in:
Nathan Mattes 2023-03-23 08:51:04 +01:00
parent 41d3d8a7c6
commit a53792507e
56 changed files with 3029 additions and 849 deletions

View File

@ -231,6 +231,28 @@
<string>%ld reblogs</string> <string>%ld reblogs</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>zero</key>
<string>0 re-blogs</string>
<key>one</key>
<string>1 re-blog</string>
<key>few</key>
<string>%ld re-blogs</string>
<key>many</key>
<string>%ld re-blogs</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -101,7 +101,8 @@
"translate_post": { "translate_post": {
"title": "Translate from %s", "title": "Translate from %s",
"unknown_language": "Unknown" "unknown_language": "Unknown"
} },
"edit_post": "Edit"
}, },
"tabs": { "tabs": {
"home": "Home", "home": "Home",
@ -170,7 +171,11 @@
"show_gif": "Show GIF", "show_gif": "Show GIF",
"show_video_player": "Show video player", "show_video_player": "Show video player",
"share_link_in_post": "Share Link in Post", "share_link_in_post": "Share Link in Post",
"tap_then_hold_to_show_menu": "Tap then hold to show menu" "tap_then_hold_to_show_menu": "Tap then hold to show menu",
"a11y_labels": {
"reblog": "Re-blog",
"unreblog": "Undo re-blog"
}
}, },
"tag": { "tag": {
"url": "URL", "url": "URL",
@ -197,7 +202,20 @@
"expand_image_hint": "Expands the image. Double-tap and hold to show actions", "expand_image_hint": "Expands the image. Double-tap and hold to show actions",
"expand_gif_hint": "Expands the GIF. Double-tap and hold to show actions", "expand_gif_hint": "Expands the GIF. Double-tap and hold to show actions",
"expand_video_hint": "Shows the video player. Double-tap and hold to show actions" "expand_video_hint": "Shows the video player. Double-tap and hold to show actions"
},
"posted_via_application": "%s via %s",
"buttons": {
"reblogs_title": "Reblogs",
"favorites_title": "Favorites",
"edit_history_title": "Edit History",
"edit_history_detail": "Last edit %s"
},
"edited_at_timestamp_prefix": "Edited %s",
"edit_history": {
"title": "Edit History",
"original_post": "Original Post · %s"
} }
}, },
"friendship": { "friendship": {
"follow": "Follow", "follow": "Follow",
@ -249,16 +267,21 @@
"education": { "education": {
"what_is_mastodon": { "what_is_mastodon": {
"title": "What is", "title": "What is",
"description": "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.", "description": "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."
}, },
"mastodon_is_like_that": { "mastodon_is_like_that": {
"title": "Mastodon is like that", "title": "Mastodon is like that",
"description": "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online.", "description": "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online."
}, },
"how_do_i_pick_a_server": { "how_do_i_pick_a_server": {
"title": "How do I pick a server?", "title": "How do I pick a server?",
"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.\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.", "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.\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."
}, },
"a11y": {
"what_is_mastodon": {
"title": "What is Mastodon?"
}
}
} }
}, },
"login": { "login": {
@ -271,6 +294,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",
@ -302,19 +327,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": {
@ -323,7 +358,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"
@ -382,14 +418,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": {
@ -402,6 +437,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": {
@ -424,7 +464,8 @@
"compose": { "compose": {
"title": { "title": {
"new_post": "New Post", "new_post": "New Post",
"new_reply": "New Reply" "new_reply": "New Reply",
"edit_post": "Edit Post"
}, },
"media_selection": { "media_selection": {
"camera": "Take Photo", "camera": "Take Photo",
@ -458,7 +499,11 @@
"seven_days": "7 Days", "seven_days": "7 Days",
"option_number": "Option %ld", "option_number": "Option %ld",
"the_poll_is_invalid": "The poll is invalid", "the_poll_is_invalid": "The poll is invalid",
"the_poll_has_empty_option": "The poll has empty option" "the_poll_has_empty_option": "The poll has empty option",
"add_option": "Add Option",
"remove_option": "Remove Option",
"move_up": "Move Up",
"move_down": "Move Down"
}, },
"content_warning": { "content_warning": {
"placeholder": "Write an accurate warning here..." "placeholder": "Write an accurate warning here..."
@ -687,7 +732,6 @@
}, },
"preference": { "preference": {
"title": "Preferences", "title": "Preferences",
"true_black_dark_mode": "True black dark mode",
"disable_avatar_animation": "Disable animated avatars", "disable_avatar_animation": "Disable animated avatars",
"disable_emoji_animation": "Disable animated emojis", "disable_emoji_animation": "Disable animated emojis",
"using_default_browser": "Use default browser to open links", "using_default_browser": "Use default browser to open links",
@ -800,5 +844,36 @@
"unfollow": "Unfollow" "unfollow": "Unfollow"
} }
} }
},
"extension": {
"open_in": {
"invalid_link_error": "This doesn't seem to be a valid Mastodon link."
}
},
"widget": {
"common": {
"unsupported_widget_family": "Sorry but this Widget family is unsupported.",
"user_not_logged_in": "Please open Mastodon to log in to an Account."
},
"followers_count": {
"configuration_display_name": "Followers",
"configuration_description": "Show number of followers.",
"title": "FOLLOWERS",
"followers_today": "%s followers today"
},
"multiple_followers": {
"configuration_display_name": "Multiple followers",
"configuration_description": "Show number of followers for multiple accounts.",
"mock_user": {
"display_name": "Another follower",
"account_name": "another@follower.social"
}
},
"latest_followers": {
"configuration_display_name": "Latest followers",
"configuration_description": "Show latest followers.",
"title": "Latest followers",
"last_update": "Last update: %s"
}
} }
} }

View File

@ -4,13 +4,13 @@
"CsR7G2" = "Mastodonに投稿"; "CsR7G2" = "Mastodonに投稿";
"HZSGTr" = "What content to post?"; "HZSGTr" = "なにを投稿しますか?";
"HdGikU" = "投稿に失敗しました"; "HdGikU" = "投稿に失敗しました";
"KDNTJ4" = "失敗の理由"; "KDNTJ4" = "失敗の理由";
"RHxKOw" = "Send Post with text content"; "RHxKOw" = "テキストコンテンツを投稿";
"RxSqsb" = "投稿"; "RxSqsb" = "投稿";

View File

@ -349,11 +349,11 @@ public enum L10n {
public static let unfavorite = L10n.tr("Localizable", "Common.Controls.Status.Actions.Unfavorite", fallback: "Unfavorite") public static let unfavorite = L10n.tr("Localizable", "Common.Controls.Status.Actions.Unfavorite", fallback: "Unfavorite")
/// Undo reblog /// Undo reblog
public static let unreblog = L10n.tr("Localizable", "Common.Controls.Status.Actions.Unreblog", fallback: "Undo reblog") public static let unreblog = L10n.tr("Localizable", "Common.Controls.Status.Actions.Unreblog", fallback: "Undo reblog")
public enum A11yLabels { public enum A11YLabels {
/// Re-blog /// Re-blog
public static let reblog = L10n.tr("Localizable", "Common.Controls.Status.Actions.A11yLabels.Reblog", fallback: "Re-blog") public static let reblog = L10n.tr("Localizable", "Common.Controls.Status.Actions.A11YLabels.Reblog", fallback: "Re-blog")
/// Undo re-blog /// Undo re-blog
public static let unreblog = L10n.tr("Localizable", "Common.Controls.Status.Actions.A11yLabels.Unreblog", fallback: "Undo re-blog") public static let unreblog = L10n.tr("Localizable", "Common.Controls.Status.Actions.A11YLabels.Unreblog", fallback: "Undo re-blog")
} }
} }
public enum Buttons { public enum Buttons {
@ -690,9 +690,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")
@ -870,13 +870,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
@ -1094,12 +1092,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 {
@ -1284,10 +1282,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")
@ -1381,8 +1377,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 {
@ -1500,33 +1496,33 @@ public enum L10n {
/// back in your hands. /// back in your hands.
public static let slogan = L10n.tr("Localizable", "Scene.Welcome.Slogan", fallback: "Social networking\nback in your hands.") public static let slogan = L10n.tr("Localizable", "Scene.Welcome.Slogan", fallback: "Social networking\nback in your hands.")
public enum Education { public enum Education {
public enum A11y { public enum A11Y {
public enum WhatIsMastodon { public enum WhatIsMastodon {
/// What is Mastodon? /// What is Mastodon?
public static let title = L10n.tr("Localizable", "Scene.Welcome.Education.A11y.WhatIsMastodon.title", fallback: "What is Mastodon?") public static let title = L10n.tr("Localizable", "Scene.Welcome.Education.A11Y.WhatIsMastodon.Title", fallback: "What is Mastodon?")
} }
} }
public enum HowDoIPickAServer { public enum HowDoIPickAServer {
/// 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

@ -40,6 +40,7 @@ Please check your internet connection.";
"Common.Controls.Actions.Discard" = "Discard"; "Common.Controls.Actions.Discard" = "Discard";
"Common.Controls.Actions.Done" = "Done"; "Common.Controls.Actions.Done" = "Done";
"Common.Controls.Actions.Edit" = "Edit"; "Common.Controls.Actions.Edit" = "Edit";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Find people to follow"; "Common.Controls.Actions.FindPeople" = "Find people to follow";
"Common.Controls.Actions.ManuallySearch" = "Manually search instead"; "Common.Controls.Actions.ManuallySearch" = "Manually search instead";
"Common.Controls.Actions.Next" = "Next"; "Common.Controls.Actions.Next" = "Next";
@ -65,7 +66,6 @@ Please check your internet connection.";
"Common.Controls.Actions.TakePhoto" = "Take Photo"; "Common.Controls.Actions.TakePhoto" = "Take Photo";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@"; "Common.Controls.Actions.TranslatePost.Title" = "Translate from %@";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown"; "Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.EditPost" = "Edit";
"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";
@ -102,6 +102,8 @@ Please check your internet connection.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Toggle Content Warning"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Toggle Content Warning";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toggle Favorite on Post"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toggle Favorite on Post";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toggle Reblog on Post"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toggle Reblog on Post";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Favorite"; "Common.Controls.Status.Actions.Favorite" = "Favorite";
"Common.Controls.Status.Actions.Hide" = "Hide"; "Common.Controls.Status.Actions.Hide" = "Hide";
"Common.Controls.Status.Actions.Menu" = "Menu"; "Common.Controls.Status.Actions.Menu" = "Menu";
@ -114,9 +116,14 @@ Please check your internet connection.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tap then hold to show menu"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tap then hold to show menu";
"Common.Controls.Status.Actions.Unfavorite" = "Unfavorite"; "Common.Controls.Status.Actions.Unfavorite" = "Unfavorite";
"Common.Controls.Status.Actions.Unreblog" = "Undo reblog"; "Common.Controls.Status.Actions.Unreblog" = "Undo reblog";
"Common.Controls.Status.Actions.A11yLabels.Reblog" = "Re-blog"; "Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Actions.A11yLabels.Unreblog" = "Undo re-blog"; "Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "Content Warning"; "Common.Controls.Status.ContentWarning" = "Content Warning";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.LoadEmbed" = "Load Embed";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, attachment %d of %d"; "Common.Controls.Status.Media.AccessibilityLabel" = "%@, attachment %d of %d";
@ -130,6 +137,7 @@ Please check your internet connection.";
"Common.Controls.Status.MetaEntity.Url" = "Link: %@"; "Common.Controls.Status.MetaEntity.Url" = "Link: %@";
"Common.Controls.Status.Poll.Closed" = "Closed"; "Common.Controls.Status.Poll.Closed" = "Closed";
"Common.Controls.Status.Poll.Vote" = "Vote"; "Common.Controls.Status.Poll.Vote" = "Vote";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Sensitive Content"; "Common.Controls.Status.SensitiveContent" = "Sensitive Content";
"Common.Controls.Status.ShowPost" = "Show Post"; "Common.Controls.Status.ShowPost" = "Show Post";
"Common.Controls.Status.ShowUserProfile" = "Show user profile"; "Common.Controls.Status.ShowUserProfile" = "Show user profile";
@ -150,14 +158,6 @@ Please check your internet connection.";
"Common.Controls.Status.Visibility.Private" = "Only their followers can see this post."; "Common.Controls.Status.Visibility.Private" = "Only their followers can see this post.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post.";
"Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline."; "Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline.";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Tabs.A11Y.Explore" = "Explore"; "Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search"; "Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "Home"; "Common.Controls.Tabs.Home" = "Home";
@ -182,6 +182,7 @@ Your profile looks like this to them.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Loading missing posts..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Loading missing posts...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Show more replies"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Show more replies";
"Common.Controls.Timeline.Timestamp.Now" = "Now"; "Common.Controls.Timeline.Timestamp.Now" = "Now";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Add Account"; "Scene.AccountList.AddAccount" = "Add Account";
"Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher"; "Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher";
"Scene.AccountList.TabBarHint" = "Current selected profile: %@. Double tap then hold to show account switcher"; "Scene.AccountList.TabBarHint" = "Current selected profile: %@. Double tap then hold to show account switcher";
@ -240,14 +241,17 @@ uploaded to Mastodon.";
"Scene.Compose.Poll.ThreeDays" = "3 Days"; "Scene.Compose.Poll.ThreeDays" = "3 Days";
"Scene.Compose.Poll.Title" = "Poll"; "Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "replying to %@"; "Scene.Compose.ReplyingToUser" = "replying to %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "New Post"; "Scene.Compose.Title.NewPost" = "New Post";
"Scene.Compose.Title.NewReply" = "New Reply"; "Scene.Compose.Title.NewReply" = "New Reply";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Visibility.Direct" = "Only people I mention"; "Scene.Compose.Visibility.Direct" = "Only people I mention";
"Scene.Compose.Visibility.Private" = "Followers only"; "Scene.Compose.Visibility.Private" = "Followers only";
"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";
@ -255,11 +259,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";
@ -307,6 +308,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";
@ -370,9 +375,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";
@ -452,9 +457,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...";
@ -463,14 +468,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.";
@ -514,41 +518,35 @@ 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.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"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.A11y.WhatIsMastodon.title" = "What is Mastodon?";
"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 - %@";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported."; "Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account."; "Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers."; "Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.Title" = "FOLLOWERS"; "Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today"; "Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers"; "Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers."; "Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.Title" = "Latest followers"; "Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@"; "Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -231,28 +231,28 @@
<string>%ld reblogs</string> <string>%ld reblogs</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key> <key>plural.count.reblog_a11y</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string> <string>%#@reblog_count@</string>
<key>reblog_count</key> <key>reblog_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string> <string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>zero</key> <key>zero</key>
<string>0 re-blogs</string> <string>0 re-blogs</string>
<key>one</key> <key>one</key>
<string>1 re-blog</string> <string>1 re-blog</string>
<key>few</key> <key>few</key>
<string>%ld re-blogs</string> <string>%ld re-blogs</string>
<key>many</key> <key>many</key>
<string>%ld re-blogs</string> <string>%ld re-blogs</string>
<key>other</key> <key>other</key>
<string>%ld re-blogs</string> <string>%ld re-blogs</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -40,6 +40,7 @@
"Common.Controls.Actions.Discard" = "تجاهُل"; "Common.Controls.Actions.Discard" = "تجاهُل";
"Common.Controls.Actions.Done" = "تمّ"; "Common.Controls.Actions.Done" = "تمّ";
"Common.Controls.Actions.Edit" = "تَحرير"; "Common.Controls.Actions.Edit" = "تَحرير";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "ابحث عن أشخاص لِمُتابعتهم"; "Common.Controls.Actions.FindPeople" = "ابحث عن أشخاص لِمُتابعتهم";
"Common.Controls.Actions.ManuallySearch" = "البحث يدويًا بدلًا من ذلك"; "Common.Controls.Actions.ManuallySearch" = "البحث يدويًا بدلًا من ذلك";
"Common.Controls.Actions.Next" = "التالي"; "Common.Controls.Actions.Next" = "التالي";
@ -63,8 +64,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" = "حظر";
@ -101,21 +102,34 @@
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "تبديل تحذير المُحتَوى"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "تبديل تحذير المُحتَوى";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "تبديل المفضلة لِمنشور"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "تبديل المفضلة لِمنشور";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "تبديل إعادة تدوين مَنشور"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "تبديل إعادة تدوين مَنشور";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "التفضيل"; "Common.Controls.Status.Actions.Favorite" = "التفضيل";
"Common.Controls.Status.Actions.Hide" = "إخفاء"; "Common.Controls.Status.Actions.Hide" = "إخفاء";
"Common.Controls.Status.Actions.Menu" = "القائمة"; "Common.Controls.Status.Actions.Menu" = "القائمة";
"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" = "أظْهِر مُشَغِّلَ المَقاطِعِ المَرئِيَّة";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "اُنقُر مُطَوَّلًا لِإظْهَارِ القائِمَة"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "اُنقُر مُطَوَّلًا لِإظْهَارِ القائِمَة";
"Common.Controls.Status.Actions.Unfavorite" = "إزالة التفضيل"; "Common.Controls.Status.Actions.Unfavorite" = "إزالة التفضيل";
"Common.Controls.Status.Actions.Unreblog" = "التراجُع عن إعادة النشر"; "Common.Controls.Status.Actions.Unreblog" = "التراجُع عن إعادة النشر";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "تحذير المُحتوى"; "Common.Controls.Status.ContentWarning" = "تحذير المُحتوى";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.LoadEmbed" = "تحميل المُضمَن";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, attachment %d of %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Expands the GIF. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandImageHint" = "Expands the image. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandVideoHint" = "Shows the video player. Double-tap and hold to show actions";
"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" = "وَسْم: %@";
@ -123,6 +137,7 @@
"Common.Controls.Status.MetaEntity.Url" = "رابِط: %@"; "Common.Controls.Status.MetaEntity.Url" = "رابِط: %@";
"Common.Controls.Status.Poll.Closed" = "انتهى"; "Common.Controls.Status.Poll.Closed" = "انتهى";
"Common.Controls.Status.Poll.Vote" = "صَوِّت"; "Common.Controls.Status.Poll.Vote" = "صَوِّت";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "مُحتَوى حَسَّاس"; "Common.Controls.Status.SensitiveContent" = "مُحتَوى حَسَّاس";
"Common.Controls.Status.ShowPost" = "أظْهِر مَنشور"; "Common.Controls.Status.ShowPost" = "أظْهِر مَنشور";
"Common.Controls.Status.ShowUserProfile" = "أظْهِر المِلَفَّ التَّعريفِيَّ لِلمُستَخدِم"; "Common.Controls.Status.ShowUserProfile" = "أظْهِر المِلَفَّ التَّعريفِيَّ لِلمُستَخدِم";
@ -133,16 +148,18 @@
"Common.Controls.Status.Tag.Mention" = "إشارة"; "Common.Controls.Status.Tag.Mention" = "إشارة";
"Common.Controls.Status.Tag.Url" = "عنوان URL"; "Common.Controls.Status.Tag.Url" = "عنوان URL";
"Common.Controls.Status.TapToReveal" = "اُنقُر لِلكَشف"; "Common.Controls.Status.TapToReveal" = "اُنقُر لِلكَشف";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original"; "Common.Controls.Status.Translation.ShowOriginal" = "Show 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" = "المُستخدمِونَ المُشارِ إليهم فَقَطْ مَن يُمكِنُهُم رُؤيَةُ هَذَا المَنشُور.";
"Common.Controls.Status.Visibility.Private" = "فَقَطْ مُتابِعينَهُم مَن يُمكِنُهُم رُؤيَةُ هَذَا المَنشُور."; "Common.Controls.Status.Visibility.Private" = "فَقَطْ مُتابِعينَهُم مَن يُمكِنُهُم رُؤيَةُ هَذَا المَنشُور.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "فَقَطْ مُتابِعيني أنَا مَن يُمكِنُهُم رُؤيَةُ هَذَا المَنشُور."; "Common.Controls.Status.Visibility.PrivateFromMe" = "فَقَطْ مُتابِعيني أنَا مَن يُمكِنُهُم رُؤيَةُ هَذَا المَنشُور.";
"Common.Controls.Status.Visibility.Unlisted" = "يُمكِنُ لِلجَميعِ رُؤيَةُ هَذَا المَنشورِ وَلكِنَّهُ لَا يُعرَضُ فِي الخَطِّ الزَمنيّ العام."; "Common.Controls.Status.Visibility.Unlisted" = "يُمكِنُ لِلجَميعِ رُؤيَةُ هَذَا المَنشورِ وَلكِنَّهُ لَا يُعرَضُ فِي الخَطِّ الزَمنيّ العام.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "الرَّئِيسَة"; "Common.Controls.Tabs.Home" = "الرَّئِيسَة";
"Common.Controls.Tabs.Notifications" = "الإشعارات"; "Common.Controls.Tabs.Notifications" = "الإشعارات";
"Common.Controls.Tabs.Profile" = "المِلَفُّ التَّعريفِيّ"; "Common.Controls.Tabs.Profile" = "المِلَفُّ التَّعريفِيّ";
@ -165,6 +182,7 @@
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "يَجري تحميل المَنشورات المَفقودَة..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "يَجري تحميل المَنشورات المَفقودَة...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "أظْهِر مَزيدًا مِنَ الرُّدود"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "أظْهِر مَزيدًا مِنَ الرُّدود";
"Common.Controls.Timeline.Timestamp.Now" = "الآن"; "Common.Controls.Timeline.Timestamp.Now" = "الآن";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "إضافَةُ حِساب"; "Scene.AccountList.AddAccount" = "إضافَةُ حِساب";
"Scene.AccountList.DismissAccountSwitcher" = "تجاهُل مبدِّل الحِساب"; "Scene.AccountList.DismissAccountSwitcher" = "تجاهُل مبدِّل الحِساب";
"Scene.AccountList.TabBarHint" = "المِلَفُّ المُحدَّدُ حالِيًّا: %@. اُنقُر نَقرًا مُزدَوَجًا مَعَ الاِستِمرارِ لِإظهارِ مُبدِّلِ الحِساب"; "Scene.AccountList.TabBarHint" = "المِلَفُّ المُحدَّدُ حالِيًّا: %@. اُنقُر نَقرًا مُزدَوَجًا مَعَ الاِستِمرارِ لِإظهارِ مُبدِّلِ الحِساب";
@ -200,28 +218,40 @@
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "اختر مدى الظهور - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "اختر مدى الظهور - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "تبديل تحذير المُحتَوى"; "Scene.Compose.Keyboard.ToggleContentWarning" = "تبديل تحذير المُحتَوى";
"Scene.Compose.Keyboard.TogglePoll" = "تبديل الاستطلاع"; "Scene.Compose.Keyboard.TogglePoll" = "تبديل الاستطلاع";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "تَصَفَّح"; "Scene.Compose.MediaSelection.Browse" = "تَصَفَّح";
"Scene.Compose.MediaSelection.Camera" = "اِلتِقاطُ صُورَة"; "Scene.Compose.MediaSelection.Camera" = "اِلتِقاطُ صُورَة";
"Scene.Compose.MediaSelection.PhotoLibrary" = "مَكتَبَةُ الصُّوَر"; "Scene.Compose.MediaSelection.PhotoLibrary" = "مَكتَبَةُ الصُّوَر";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "المُدَّة: %@"; "Scene.Compose.Poll.DurationTime" = "المُدَّة: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "يومٌ واحِد"; "Scene.Compose.Poll.OneDay" = "يومٌ واحِد";
"Scene.Compose.Poll.OneHour" = "ساعةٌ واحدة"; "Scene.Compose.Poll.OneHour" = "ساعةٌ واحدة";
"Scene.Compose.Poll.OptionNumber" = "الخيار %ld"; "Scene.Compose.Poll.OptionNumber" = "الخيار %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "سبعةُ أيام"; "Scene.Compose.Poll.SevenDays" = "سبعةُ أيام";
"Scene.Compose.Poll.SixHours" = "سِتُّ ساعات"; "Scene.Compose.Poll.SixHours" = "سِتُّ ساعات";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "يوجَدُ خِيارٌ فارِغٌ فِي الاِستِطلاع"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "يوجَدُ خِيارٌ فارِغٌ فِي الاِستِطلاع";
"Scene.Compose.Poll.ThePollIsInvalid" = "الاِستِطلاعُ غيرُ صالِح"; "Scene.Compose.Poll.ThePollIsInvalid" = "الاِستِطلاعُ غيرُ صالِح";
"Scene.Compose.Poll.ThirtyMinutes" = "ثلاثون دقيقة"; "Scene.Compose.Poll.ThirtyMinutes" = "ثلاثون دقيقة";
"Scene.Compose.Poll.ThreeDays" = "ثلاثةُ أيام"; "Scene.Compose.Poll.ThreeDays" = "ثلاثةُ أيام";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "رَدًا على %@"; "Scene.Compose.ReplyingToUser" = "رَدًا على %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "مَنشُورٌ جَديد"; "Scene.Compose.Title.NewPost" = "مَنشُورٌ جَديد";
"Scene.Compose.Title.NewReply" = "رَدٌّ جديد"; "Scene.Compose.Title.NewReply" = "رَدٌّ جديد";
"Scene.Compose.Visibility.Direct" = "لِمَن أشرتُ إليهِم فَقَط"; "Scene.Compose.Visibility.Direct" = "لِمَن أشرتُ إليهِم فَقَط";
"Scene.Compose.Visibility.Private" = "للمُتابِعينَ فقط"; "Scene.Compose.Visibility.Private" = "للمُتابِعينَ فقط";
"Scene.Compose.Visibility.Public" = "لِلعَامَّة"; "Scene.Compose.Visibility.Public" = "لِلعَامَّة";
"Scene.Compose.Visibility.Unlisted" = "غير مُدرَج"; "Scene.Compose.Visibility.Unlisted" = "غير مُدرَج";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "فتح تطبيق البريد الإلكتروني";
"Scene.ConfirmEmail.Button.Resend" = "إعادَةُ الإرسال"; "Scene.ConfirmEmail.Button.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" = "تحقق ممَّ إذا كان عنوان بريدك الإلكتروني صحيحًا، وكذلك تأكد مِن مجلد البريد غير الهام إذا لم تكن قد فعلت ذلك."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "تحقق ممَّ إذا كان عنوان بريدك الإلكتروني صحيحًا، وكذلك تأكد مِن مجلد البريد غير الهام إذا لم تكن قد فعلت ذلك.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "إعادة إرسال البريد الإلكتروني"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "إعادة إرسال البريد الإلكتروني";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "تحقق من بريدك الإلكتروني"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "تحقق من بريدك الإلكتروني";
@ -229,9 +259,8 @@
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "البريد"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "البريد";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "فتح عميل البريد الإلكتروني"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "فتح عميل البريد الإلكتروني";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "تحقَّق من بريدك الوارِد."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "تحقَّق من بريدك الوارِد.";
"Scene.ConfirmEmail.Subtitle" = "أنقر على الرابط المرسل إليك لاستيثاق حسابك."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "اُنقُر عَلَى الرَّابِطِ الَّذي أرسَلناهُ إليكَ عَبرَ البَريدِ الإلِكتُرُونيّ لِلتَّحَقُقِ مِن حِسابِك"; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.Title" = "شيءٌ أخير.";
"Scene.Discovery.Intro" = "هَذِهِ هِيَ المَنشُوراتُ الَّتي تَكْتَسِبُ شَعبِيَّةً فِي الرُّكنِ الخاصِّ بِكَ مِن مَاستُودون."; "Scene.Discovery.Intro" = "هَذِهِ هِيَ المَنشُوراتُ الَّتي تَكْتَسِبُ شَعبِيَّةً فِي الرُّكنِ الخاصِّ بِكَ مِن مَاستُودون.";
"Scene.Discovery.Tabs.Community" = "المُجتَمَع"; "Scene.Discovery.Tabs.Community" = "المُجتَمَع";
"Scene.Discovery.Tabs.ForYou" = "لَك"; "Scene.Discovery.Tabs.ForYou" = "لَك";
@ -240,7 +269,7 @@
"Scene.Discovery.Tabs.Posts" = "مَنشُورات"; "Scene.Discovery.Tabs.Posts" = "مَنشُورات";
"Scene.Familiarfollowers.FollowedByNames" = "مُتابَعٌ مِن قِبَلِ %@"; "Scene.Familiarfollowers.FollowedByNames" = "مُتابَعٌ مِن قِبَلِ %@";
"Scene.Familiarfollowers.Title" = "مُتابِعُونَ مَألُوفُونَ بِالنِّسبَةِ لَك"; "Scene.Familiarfollowers.Title" = "مُتابِعُونَ مَألُوفُونَ بِالنِّسبَةِ لَك";
"Scene.Favorite.Title" = "مُفضَّلَتُك"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "مُفَضَّلٌ مِن قِبَلِ"; "Scene.FavoritedBy.Title" = "مُفَضَّلٌ مِن قِبَلِ";
"Scene.FollowedTags.Actions.Follow" = "مُتابَعَة"; "Scene.FollowedTags.Actions.Follow" = "مُتابَعَة";
"Scene.FollowedTags.Actions.Unfollow" = "إلغاءُ المُتابَعَة"; "Scene.FollowedTags.Actions.Unfollow" = "إلغاءُ المُتابَعَة";
@ -253,7 +282,7 @@
"Scene.Following.Footer" = "لا يُمكِن عَرض المُتابَعات مِنَ الخوادم الأُخرى."; "Scene.Following.Footer" = "لا يُمكِن عَرض المُتابَعات مِنَ الخوادم الأُخرى.";
"Scene.Following.Title" = "مُتابَعُون"; "Scene.Following.Title" = "مُتابَعُون";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "اُنقُر لِلتمريرِ لأعلى واُنقُر مَرّةً أُخرَى لِلذَّهابِ إلَى المَوقِعِ السَّابِق"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "اُنقُر لِلتمريرِ لأعلى واُنقُر مَرّةً أُخرَى لِلذَّهابِ إلَى المَوقِعِ السَّابِق";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "ُّزِرُّ الشِّعار"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "إظهار منشورات جديدة"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "إظهار منشورات جديدة";
"Scene.HomeTimeline.NavigationBarState.Offline" = "غَير مُتَّصِل"; "Scene.HomeTimeline.NavigationBarState.Offline" = "غَير مُتَّصِل";
"Scene.HomeTimeline.NavigationBarState.Published" = "تمَّ النَّشر!"; "Scene.HomeTimeline.NavigationBarState.Published" = "تمَّ النَّشر!";
@ -279,13 +308,21 @@
"Scene.Preview.Keyboard.ClosePreview" = "إغلاق المُعايَنَة"; "Scene.Preview.Keyboard.ClosePreview" = "إغلاق المُعايَنَة";
"Scene.Preview.Keyboard.ShowNext" = "أظْهِر التَّالي"; "Scene.Preview.Keyboard.ShowNext" = "أظْهِر التَّالي";
"Scene.Preview.Keyboard.ShowPrevious" = "أظْهِر السَّابِق"; "Scene.Preview.Keyboard.ShowPrevious" = "أظْهِر السَّابِق";
"Scene.Privacy.Button.Confirm" = "I agree";
"Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS";
"Scene.Privacy.Policy.Server" = "Privacy Policy - %@";
"Scene.Privacy.Title" = "Privacy";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "اُنقُر نَقرًا مُزدَوَجًا لِفَتحِ القائِمَة"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "اُنقُر نَقرًا مُزدَوَجًا لِفَتحِ القائِمَة";
"Scene.Profile.Accessibility.EditAvatarImage" = "تَحريرُ الصُّورَةِ الرَّمزِيَّة"; "Scene.Profile.Accessibility.EditAvatarImage" = "تَحريرُ الصُّورَةِ الرَّمزِيَّة";
"Scene.Profile.Accessibility.ShowAvatarImage" = "أظْهِر الصُّورَةَ الرَّمزِيَّة"; "Scene.Profile.Accessibility.ShowAvatarImage" = "أظْهِر الصُّورَةَ الرَّمزِيَّة";
"Scene.Profile.Accessibility.ShowBannerImage" = "أظْهِر صُورَةَ الرَّايَة"; "Scene.Profile.Accessibility.ShowBannerImage" = "أظْهِر صُورَةَ الرَّايَة";
"Scene.Profile.Dashboard.Followers" = "مُتابِع"; "Scene.Profile.Dashboard.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "مُتابَع"; "Scene.Profile.Dashboard.MyFollowers" = "مُتابِعُون";
"Scene.Profile.Dashboard.Posts" = "مَنشورات"; "Scene.Profile.Dashboard.MyFollowing" = "مُتابَعُون";
"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" = "المُحتَوى";
@ -338,13 +375,14 @@
"Scene.Register.Input.Password.Accessibility.Checked" = "مُتَحَققٌ مِنه"; "Scene.Register.Input.Password.Accessibility.Checked" = "مُتَحَققٌ مِنه";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "غيرُ مُتَحَققٍ مِنه"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "غيرُ مُتَحَققٍ مِنه";
"Scene.Register.Input.Password.CharacterLimit" = "ثمانيةُ خانات"; "Scene.Register.Input.Password.CharacterLimit" = "ثمانيةُ خانات";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "يَجِبُ أن يَحتَوي رَمزُكَ السِرِّيَ علَى ثَمانِ خاناتٍ أقلًا"; "Scene.Register.Input.Password.Hint" = "يَجِبُ أن يَحتَوي رَمزُكَ السِرِّيَ علَى ثَمانِ خاناتٍ أقلًا";
"Scene.Register.Input.Password.Placeholder" = "رمز سري"; "Scene.Register.Input.Password.Placeholder" = "رمز سري";
"Scene.Register.Input.Password.Require" = "رمز المرور الخاص بك يجب أن يحتوي على الأقل:"; "Scene.Register.Input.Password.Require" = "رمز المرور الخاص بك يجب أن يحتوي على الأقل:";
"Scene.Register.Input.Username.DuplicatePrompt" = "اِسم المُستَخدِم هذا مأخوذٌ بالفعل."; "Scene.Register.Input.Username.DuplicatePrompt" = "اِسم المُستَخدِم هذا مأخوذٌ بالفعل.";
"Scene.Register.Input.Username.Placeholder" = "اِسمُ مُستَخدِم"; "Scene.Register.Input.Username.Placeholder" = "اِسمُ مُستَخدِم";
"Scene.Register.LetsGetYouSetUpOnDomain" = "دَعنا نَبدَأُ بِإعدادِكَ عَلَى %@"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "أخبرنا عن نفسك."; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "هل ترغب في إضافة أي منشورات أُخرى إلى البلاغ؟"; "Scene.Report.Content1" = "هل ترغب في إضافة أي منشورات أُخرى إلى البلاغ؟";
"Scene.Report.Content2" = "هل هناك أي شيء يجب أن يعرفه المُراقبين حول هذا البلاغ؟"; "Scene.Report.Content2" = "هل هناك أي شيء يجب أن يعرفه المُراقبين حول هذا البلاغ؟";
"Scene.Report.ReportSentTitle" = "شُكرًا لَكَ على الإبلاغ، سَوفَ نَنظُرُ فِي هَذَا الأمر."; "Scene.Report.ReportSentTitle" = "شُكرًا لَكَ على الإبلاغ، سَوفَ نَنظُرُ فِي هَذَا الأمر.";
@ -419,8 +457,10 @@
"Scene.ServerPicker.Button.Category.Music" = "مُوسيقى"; "Scene.ServerPicker.Button.Category.Music" = "مُوسيقى";
"Scene.ServerPicker.Button.Category.Regional" = "إقليمي"; "Scene.ServerPicker.Button.Category.Regional" = "إقليمي";
"Scene.ServerPicker.Button.Category.Tech" = "تَقنِيَة"; "Scene.ServerPicker.Button.Category.Tech" = "تَقنِيَة";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "عَرضُ عَناصِرٍ أقَل"; "Scene.ServerPicker.Button.SeeLess" = "عَرضُ عَناصِرٍ أقَل";
"Scene.ServerPicker.Button.SeeMore" = "عَرضُ عَناصِرٍ أكثَر"; "Scene.ServerPicker.Button.SeeMore" = "عَرضُ عَناصِرٍ أكثَر";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "حدث خطأٌ ما أثناء تحميل البيانات. تحقَّق من اتصالك بالإنترنت."; "Scene.ServerPicker.EmptyState.BadNetwork" = "حدث خطأٌ ما أثناء تحميل البيانات. تحقَّق من اتصالك بالإنترنت.";
"Scene.ServerPicker.EmptyState.FindingServers" = "يجري إيجاد خوادم متوفِّرَة..."; "Scene.ServerPicker.EmptyState.FindingServers" = "يجري إيجاد خوادم متوفِّرَة...";
"Scene.ServerPicker.EmptyState.NoResults" = "لا توجد نتائج"; "Scene.ServerPicker.EmptyState.NoResults" = "لا توجد نتائج";
@ -428,10 +468,13 @@
"Scene.ServerPicker.Label.Category" = "الفئة"; "Scene.ServerPicker.Label.Category" = "الفئة";
"Scene.ServerPicker.Label.Language" = "اللُّغَة"; "Scene.ServerPicker.Label.Language" = "اللُّغَة";
"Scene.ServerPicker.Label.Users" = "مُستَخدِم"; "Scene.ServerPicker.Label.Users" = "مُستَخدِم";
"Scene.ServerPicker.Subtitle" = "اِختر خادمًا بناءً على منطقتك، اِهتماماتك أو يُمكنك حتى اِختيارُ مجتمعٍ ذِي غرضٍ عام. بِإمكانِكَ الدردشة مع أي شخص على مَاستودُون، بغض النظر عن الخادم الخاصة بك."; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Title" = "اِختر خادِم، "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
أيًّا مِنهُم."; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerRules.Button.Confirm" = "أنا مُوافِق"; "Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "سِياسَة الخُصُوصيَّة"; "Scene.ServerRules.PrivacyPolicy" = "سِياسَة الخُصُوصيَّة";
"Scene.ServerRules.Prompt" = "في حال إختيارك للمواصلة، أنت تخضع لشروط الخدمة وسياسة الخصوصية لِـ%@."; "Scene.ServerRules.Prompt" = "في حال إختيارك للمواصلة، أنت تخضع لشروط الخدمة وسياسة الخصوصية لِـ%@.";
"Scene.ServerRules.Subtitle" = "سُنَّت هذه القواعد من قِبل مشرفي %@."; "Scene.ServerRules.Subtitle" = "سُنَّت هذه القواعد من قِبل مشرفي %@.";
@ -475,6 +518,17 @@
"Scene.SuggestionAccount.Title" = "ابحث عن أشخاص لمتابعتهم"; "Scene.SuggestionAccount.Title" = "ابحث عن أشخاص لمتابعتهم";
"Scene.Thread.BackTitle" = "منشور"; "Scene.Thread.BackTitle" = "منشور";
"Scene.Thread.Title" = "مَنشور مِن %@"; "Scene.Thread.Title" = "مَنشور مِن %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.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" = "ابدأ الآن"; "Scene.Welcome.GetStarted" = "ابدأ الآن";
"Scene.Welcome.LogIn" = "تسجيلُ الدخول"; "Scene.Welcome.LogIn" = "تسجيلُ الدخول";
"Scene.Welcome.Slogan" = "شبكات التواصل الاجتماعي "Scene.Welcome.Slogan" = "شبكات التواصل الاجتماعي
@ -482,3 +536,17 @@
"Scene.Wizard.AccessibilityHint" = "انقر نقرًا مزدوجًا لتجاهُل النافذة المنبثقة"; "Scene.Wizard.AccessibilityHint" = "انقر نقرًا مزدوجًا لتجاهُل النافذة المنبثقة";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "بدِّل بين حسابات متعددة عبر الاستمرار بالضغط على زر الملف الشخصي."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "بدِّل بين حسابات متعددة عبر الاستمرار بالضغط على زر الملف الشخصي.";
"Scene.Wizard.NewInMastodon" = "جديد في ماستودون"; "Scene.Wizard.NewInMastodon" = "جديد في ماستودون";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -77,7 +77,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@</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -85,17 +85,17 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>zero</key> <key>zero</key>
<string>لَا حَرف</string> <string>%ld characters left</string>
<key>one</key> <key>one</key>
<string>حَرفٌ واحِد</string> <string>1 character left</string>
<key>two</key> <key>two</key>
<string>حَرفانِ اِثنان</string> <string>%ld characters left</string>
<key>few</key> <key>few</key>
<string>%ld أحرُف</string> <string>%ld characters left</string>
<key>many</key> <key>many</key>
<string>%ld حَرفًا</string> <string>%ld characters left</string>
<key>other</key> <key>other</key>
<string>%ld حَرف</string> <string>%ld characters left</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -261,6 +261,30 @@
<string>%ld إعادَة تَدوين</string> <string>%ld إعادَة تَدوين</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>zero</key>
<string>%ld re-blogs</string>
<key>one</key>
<string>1 re-blog</string>
<key>two</key>
<string>%ld re-blogs</string>
<key>few</key>
<string>%ld re-blogs</string>
<key>many</key>
<string>%ld re-blogs</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -6,12 +6,12 @@
"Common.Alerts.Common.PleaseTryAgainLater" = "Prova-ho més tard."; "Common.Alerts.Common.PleaseTryAgainLater" = "Prova-ho més tard.";
"Common.Alerts.DeletePost.Message" = "Segur que vols eliminar aquesta publicació?"; "Common.Alerts.DeletePost.Message" = "Segur que vols eliminar aquesta publicació?";
"Common.Alerts.DeletePost.Title" = "Eliminar la publicació"; "Common.Alerts.DeletePost.Title" = "Eliminar la publicació";
"Common.Alerts.DiscardPostContent.Message" = "Confirma per a descartar el contingut de la publicació."; "Common.Alerts.DiscardPostContent.Message" = "Confirma per a descartar el contingut del tut.";
"Common.Alerts.DiscardPostContent.Title" = "Descarta l'esborrany"; "Common.Alerts.DiscardPostContent.Title" = "Descarta l'esborrany";
"Common.Alerts.EditProfileFailure.Message" = "No es pot editar el perfil. Torna-ho a provar."; "Common.Alerts.EditProfileFailure.Message" = "No es pot editar el perfil. Torna-ho a provar.";
"Common.Alerts.EditProfileFailure.Title" = "Error en editar el perfil"; "Common.Alerts.EditProfileFailure.Title" = "Error en editar el perfil";
"Common.Alerts.PublishPostFailure.AttachmentsMessage.MoreThanOneVideo" = "No es pot adjuntar més d'un vídeo."; "Common.Alerts.PublishPostFailure.AttachmentsMessage.MoreThanOneVideo" = "No es pot adjuntar més d'un vídeo.";
"Common.Alerts.PublishPostFailure.AttachmentsMessage.VideoAttachWithPhoto" = "No es pot adjuntar un vídeo a una publicació que ja contingui imatges."; "Common.Alerts.PublishPostFailure.AttachmentsMessage.VideoAttachWithPhoto" = "No es pot adjuntar un vídeo a un tut que ja contingui imatges.";
"Common.Alerts.PublishPostFailure.Message" = "No s'ha pogut enviar la publicació. "Common.Alerts.PublishPostFailure.Message" = "No s'ha pogut enviar la publicació.
Comprova la connexió a Internet."; Comprova la connexió a Internet.";
"Common.Alerts.PublishPostFailure.Title" = "Error en publicar"; "Common.Alerts.PublishPostFailure.Title" = "Error en publicar";
@ -40,6 +40,7 @@ Comprova la connexió a Internet.";
"Common.Controls.Actions.Discard" = "Descarta"; "Common.Controls.Actions.Discard" = "Descarta";
"Common.Controls.Actions.Done" = "Fet"; "Common.Controls.Actions.Done" = "Fet";
"Common.Controls.Actions.Edit" = "Edita"; "Common.Controls.Actions.Edit" = "Edita";
"Common.Controls.Actions.EditPost" = "Edita";
"Common.Controls.Actions.FindPeople" = "Busca persones a seguir"; "Common.Controls.Actions.FindPeople" = "Busca persones a seguir";
"Common.Controls.Actions.ManuallySearch" = "Cerca manualment a canvi"; "Common.Controls.Actions.ManuallySearch" = "Cerca manualment a canvi";
"Common.Controls.Actions.Next" = "Següent"; "Common.Controls.Actions.Next" = "Següent";
@ -66,7 +67,7 @@ Comprova la connexió a Internet.";
"Common.Controls.Actions.TranslatePost.Title" = "Traduït del %@"; "Common.Controls.Actions.TranslatePost.Title" = "Traduït del %@";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Desconegut"; "Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Desconegut";
"Common.Controls.Actions.TryAgain" = "Torna a provar"; "Common.Controls.Actions.TryAgain" = "Torna a provar";
"Common.Controls.Actions.UnblockDomain" = "Desbloqueja %@"; "Common.Controls.Actions.UnblockDomain" = "Desbloca %@";
"Common.Controls.Friendship.Block" = "Bloca"; "Common.Controls.Friendship.Block" = "Bloca";
"Common.Controls.Friendship.BlockDomain" = "Bloca %@"; "Common.Controls.Friendship.BlockDomain" = "Bloca %@";
"Common.Controls.Friendship.BlockUser" = "Bloca %@"; "Common.Controls.Friendship.BlockUser" = "Bloca %@";
@ -85,22 +86,24 @@ Comprova la connexió a Internet.";
"Common.Controls.Friendship.UnblockUser" = "Desbloca %@"; "Common.Controls.Friendship.UnblockUser" = "Desbloca %@";
"Common.Controls.Friendship.Unmute" = "Deixa de silenciar"; "Common.Controls.Friendship.Unmute" = "Deixa de silenciar";
"Common.Controls.Friendship.UnmuteUser" = "Treure silenci de %@"; "Common.Controls.Friendship.UnmuteUser" = "Treure silenci de %@";
"Common.Controls.Keyboard.Common.ComposeNewPost" = "Redacta un nova publicació"; "Common.Controls.Keyboard.Common.ComposeNewPost" = "Redacta un Nou Tut";
"Common.Controls.Keyboard.Common.OpenSettings" = "Obre la configuració"; "Common.Controls.Keyboard.Common.OpenSettings" = "Obre la configuració";
"Common.Controls.Keyboard.Common.ShowFavorites" = "Mostra els Favorits"; "Common.Controls.Keyboard.Common.ShowFavorites" = "Mostra els Favorits";
"Common.Controls.Keyboard.Common.SwitchToTab" = "Canviar a %@"; "Common.Controls.Keyboard.Common.SwitchToTab" = "Canviar a %@";
"Common.Controls.Keyboard.SegmentedControl.NextSection" = "Secció Següent"; "Common.Controls.Keyboard.SegmentedControl.NextSection" = "Secció Següent";
"Common.Controls.Keyboard.SegmentedControl.PreviousSection" = "Secció Anterior"; "Common.Controls.Keyboard.SegmentedControl.PreviousSection" = "Secció Anterior";
"Common.Controls.Keyboard.Timeline.NextStatus" = "Publicació següent"; "Common.Controls.Keyboard.Timeline.NextStatus" = "Tut Següent";
"Common.Controls.Keyboard.Timeline.OpenAuthorProfile" = "Obre el perfil de l'autor"; "Common.Controls.Keyboard.Timeline.OpenAuthorProfile" = "Obre el perfil de l'autor";
"Common.Controls.Keyboard.Timeline.OpenRebloggerProfile" = "Obre el perfil de l'impuls"; "Common.Controls.Keyboard.Timeline.OpenRebloggerProfile" = "Obre el perfil de l'impuls";
"Common.Controls.Keyboard.Timeline.OpenStatus" = "Obre la publicació"; "Common.Controls.Keyboard.Timeline.OpenStatus" = "Obre el Tut";
"Common.Controls.Keyboard.Timeline.PreviewImage" = "Vista prèvia de l'Imatge"; "Common.Controls.Keyboard.Timeline.PreviewImage" = "Vista prèvia de l'Imatge";
"Common.Controls.Keyboard.Timeline.PreviousStatus" = "Publicació anterior"; "Common.Controls.Keyboard.Timeline.PreviousStatus" = "Tut Anterior";
"Common.Controls.Keyboard.Timeline.ReplyStatus" = "Respon a la publicació"; "Common.Controls.Keyboard.Timeline.ReplyStatus" = "Respon a la publicació";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Commuta l'Avís de Contingut"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Commuta l'Avís de Contingut";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Commuta el Favorit de la Publicació"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Commuta el Favorit del Tut";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Commuta l'Impuls de la Publicació"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Commuta l'Impuls del Tut";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Impulsa";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Desfés l'impuls";
"Common.Controls.Status.Actions.Favorite" = "Favorit"; "Common.Controls.Status.Actions.Favorite" = "Favorit";
"Common.Controls.Status.Actions.Hide" = "Amaga"; "Common.Controls.Status.Actions.Hide" = "Amaga";
"Common.Controls.Status.Actions.Menu" = "Menú"; "Common.Controls.Status.Actions.Menu" = "Menú";
@ -113,9 +116,20 @@ Comprova la connexió a Internet.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Toca i manté per a veure el menú"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Toca i manté per a veure el menú";
"Common.Controls.Status.Actions.Unfavorite" = "Desfés el favorit"; "Common.Controls.Status.Actions.Unfavorite" = "Desfés el favorit";
"Common.Controls.Status.Actions.Unreblog" = "Desfés l'impuls"; "Common.Controls.Status.Actions.Unreblog" = "Desfés l'impuls";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Darrera edició: %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edita l'Historial";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorits";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Impulsos";
"Common.Controls.Status.ContentWarning" = "Advertència de Contingut"; "Common.Controls.Status.ContentWarning" = "Advertència de Contingut";
"Common.Controls.Status.EditHistory.OriginalPost" = "Tut Original · %@";
"Common.Controls.Status.EditHistory.Title" = "Edita l'Historial";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Editat %@";
"Common.Controls.Status.LinkViaUser" = "%@ través de %@"; "Common.Controls.Status.LinkViaUser" = "%@ través de %@";
"Common.Controls.Status.LoadEmbed" = "Carregar incrustat"; "Common.Controls.Status.LoadEmbed" = "Carregar incrustat";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, adjunt %d de %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Expandeix el GIF. Toca dues vegades i manté pressionat per a mostrar les opcions";
"Common.Controls.Status.Media.ExpandImageHint" = "Expandeix l'imatge. Toca dues vegades i manté pressionat per a mostrar les opcions";
"Common.Controls.Status.Media.ExpandVideoHint" = "Mostra el reproductor de vídeo. Toca dues vegades i manté pressionat per a mostrar les opcions";
"Common.Controls.Status.MediaContentWarning" = "Toca qualsevol lloc per a mostrar"; "Common.Controls.Status.MediaContentWarning" = "Toca qualsevol lloc per a mostrar";
"Common.Controls.Status.MetaEntity.Email" = "Correu electrònic: %@"; "Common.Controls.Status.MetaEntity.Email" = "Correu electrònic: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Etiqueta: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Etiqueta: %@";
@ -123,8 +137,9 @@ Comprova la connexió a Internet.";
"Common.Controls.Status.MetaEntity.Url" = "Enllaç: %@"; "Common.Controls.Status.MetaEntity.Url" = "Enllaç: %@";
"Common.Controls.Status.Poll.Closed" = "Finalitzada"; "Common.Controls.Status.Poll.Closed" = "Finalitzada";
"Common.Controls.Status.Poll.Vote" = "Vota"; "Common.Controls.Status.Poll.Vote" = "Vota";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Contingut sensible"; "Common.Controls.Status.SensitiveContent" = "Contingut sensible";
"Common.Controls.Status.ShowPost" = "Mostra la Publicació"; "Common.Controls.Status.ShowPost" = "Mostra el Tut";
"Common.Controls.Status.ShowUserProfile" = "Mostra el perfil de l'usuari"; "Common.Controls.Status.ShowUserProfile" = "Mostra el perfil de l'usuari";
"Common.Controls.Status.Tag.Email" = "Correu electrònic"; "Common.Controls.Status.Tag.Email" = "Correu electrònic";
"Common.Controls.Status.Tag.Emoji" = "Emojis"; "Common.Controls.Status.Tag.Emoji" = "Emojis";
@ -133,16 +148,18 @@ Comprova la connexió a Internet.";
"Common.Controls.Status.Tag.Mention" = "Menciona"; "Common.Controls.Status.Tag.Mention" = "Menciona";
"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 aquest tut.";
"Common.Controls.Status.Visibility.Private" = "Només els seus seguidors poden veure aquesta publicació."; "Common.Controls.Status.Visibility.Private" = "Només els seus seguidors poden veure aquest tut.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Només els meus seguidors poden veure aquesta publicació."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Només els meus seguidors poden veure aquest tut.";
"Common.Controls.Status.Visibility.Unlisted" = "Tothom pot veure aquesta publicació, però no es mostra en la línia de temps pública."; "Common.Controls.Status.Visibility.Unlisted" = "Tothom pot veure aquesta publicació, però no es mostra en la línia de temps pública.";
"Common.Controls.Tabs.A11Y.Explore" = "Explora";
"Common.Controls.Tabs.A11Y.Search" = "Cerca";
"Common.Controls.Tabs.Home" = "Inici"; "Common.Controls.Tabs.Home" = "Inici";
"Common.Controls.Tabs.Notifications" = "Notificacions"; "Common.Controls.Tabs.Notifications" = "Notificacions";
"Common.Controls.Tabs.Profile" = "Perfil"; "Common.Controls.Tabs.Profile" = "Perfil";
@ -153,18 +170,19 @@ fins que et desbloqui.";
"Common.Controls.Timeline.Header.BlockingWarning" = "No pots veure el perfil d'aquest usuari "Common.Controls.Timeline.Header.BlockingWarning" = "No pots veure el perfil d'aquest usuari
fins que el desbloquis. fins que el desbloquis.
El teu perfil els sembla així."; El teu perfil els sembla així.";
"Common.Controls.Timeline.Header.NoStatusFound" = "No s'ha trobat cap publicació"; "Common.Controls.Timeline.Header.NoStatusFound" = "No s'ha Trobat cap Tut";
"Common.Controls.Timeline.Header.SuspendedWarning" = "Aquest usuari ha estat suspès."; "Common.Controls.Timeline.Header.SuspendedWarning" = "Aquest usuari ha estat suspès.";
"Common.Controls.Timeline.Header.UserBlockedWarning" = "No pots veure el perfil de %@ "Common.Controls.Timeline.Header.UserBlockedWarning" = "No pots veure el perfil de %@
fins que et desbloqui."; fins que et desbloqui.";
"Common.Controls.Timeline.Header.UserBlockingWarning" = "No pots veure el perfil de %@ "Common.Controls.Timeline.Header.UserBlockingWarning" = "No pots veure el perfil de %@
fins que el desbloquis. fins que el desbloquis.
El teu perfil els sembla així."; El teu perfil els sembla així.";
"Common.Controls.Timeline.Header.UserSuspendedWarning" = "El compte de %@ ha estat suspès."; "Common.Controls.Timeline.Header.UserSuspendedWarning" = "El compte de %@ ha estat suspès.";
"Common.Controls.Timeline.Loader.LoadMissingPosts" = "Carrega les publicacions restants"; "Common.Controls.Timeline.Loader.LoadMissingPosts" = "Carrega els tuts restants";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Carregant les publicacions restants..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Carregant els tuts restants...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostra més respostes"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostra més respostes";
"Common.Controls.Timeline.Timestamp.Now" = "Ara"; "Common.Controls.Timeline.Timestamp.Now" = "Ara";
"Extension.OpenIn.InvalidLinkError" = "Aquest no sembla ser un enllaç vàlid de Mastodon.";
"Scene.AccountList.AddAccount" = "Afegir compte"; "Scene.AccountList.AddAccount" = "Afegir compte";
"Scene.AccountList.DismissAccountSwitcher" = "Descartar el commutador de comptes"; "Scene.AccountList.DismissAccountSwitcher" = "Descartar el commutador de comptes";
"Scene.AccountList.TabBarHint" = "Perfil actual seleccionat: %@. Toca dues vegades i manté el dit per a mostrar el commutador de comptes"; "Scene.AccountList.TabBarHint" = "Perfil actual seleccionat: %@. Toca dues vegades i manté el dit per a mostrar el commutador de comptes";
@ -200,28 +218,40 @@ carregat a Mastodon.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Selecciona la Visibilitat - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Selecciona la Visibilitat - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Commuta l'Avís de Contingut"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Commuta l'Avís de Contingut";
"Scene.Compose.Keyboard.TogglePoll" = "Commuta l'enquesta"; "Scene.Compose.Keyboard.TogglePoll" = "Commuta l'enquesta";
"Scene.Compose.Language.Other" = "Altre Llengua…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggerit";
"Scene.Compose.Language.Title" = "Llengua del Tut";
"Scene.Compose.MediaSelection.Browse" = "Navega"; "Scene.Compose.MediaSelection.Browse" = "Navega";
"Scene.Compose.MediaSelection.Camera" = "Fes una Foto"; "Scene.Compose.MediaSelection.Camera" = "Fes una Foto";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Fototeca"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Fototeca";
"Scene.Compose.Poll.AddOption" = "Afegeix Opció";
"Scene.Compose.Poll.DurationTime" = "Durada: %@"; "Scene.Compose.Poll.DurationTime" = "Durada: %@";
"Scene.Compose.Poll.MoveDown" = "Desplaça Avall";
"Scene.Compose.Poll.MoveUp" = "Desplaça Amunt";
"Scene.Compose.Poll.OneDay" = "1 Dia"; "Scene.Compose.Poll.OneDay" = "1 Dia";
"Scene.Compose.Poll.OneHour" = "1 Hora"; "Scene.Compose.Poll.OneHour" = "1 Hora";
"Scene.Compose.Poll.OptionNumber" = "Opció %ld"; "Scene.Compose.Poll.OptionNumber" = "Opció %ld";
"Scene.Compose.Poll.RemoveOption" = "Treu Opció";
"Scene.Compose.Poll.SevenDays" = "7 Dies"; "Scene.Compose.Poll.SevenDays" = "7 Dies";
"Scene.Compose.Poll.SixHours" = "6 Hores"; "Scene.Compose.Poll.SixHours" = "6 Hores";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "L'enquesta té una opció buida"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "L'enquesta té una opció buida";
"Scene.Compose.Poll.ThePollIsInvalid" = "L'enquesta no és vàlida"; "Scene.Compose.Poll.ThePollIsInvalid" = "L'enquesta no és vàlida";
"Scene.Compose.Poll.ThirtyMinutes" = "30 minuts"; "Scene.Compose.Poll.ThirtyMinutes" = "30 minuts";
"Scene.Compose.Poll.ThreeDays" = "3 Dies"; "Scene.Compose.Poll.ThreeDays" = "3 Dies";
"Scene.Compose.Poll.Title" = "Enquesta";
"Scene.Compose.ReplyingToUser" = "responent a %@"; "Scene.Compose.ReplyingToUser" = "responent a %@";
"Scene.Compose.Title.EditPost" = "Edita el Tut";
"Scene.Compose.Title.NewPost" = "Nou Tut"; "Scene.Compose.Title.NewPost" = "Nou Tut";
"Scene.Compose.Title.NewReply" = "Nova Resposta"; "Scene.Compose.Title.NewReply" = "Nova Resposta";
"Scene.Compose.Visibility.Direct" = "Només les persones que menciono"; "Scene.Compose.Visibility.Direct" = "Només les persones que menciono";
"Scene.Compose.Visibility.Private" = "Només seguidors"; "Scene.Compose.Visibility.Private" = "Només seguidors";
"Scene.Compose.Visibility.Public" = "Públic"; "Scene.Compose.Visibility.Public" = "Públic";
"Scene.Compose.Visibility.Unlisted" = "No llistat"; "Scene.Compose.Visibility.Unlisted" = "No llistat";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Obre l'aplicació de correu";
"Scene.ConfirmEmail.Button.Resend" = "Reenvia"; "Scene.ConfirmEmail.Button.Resend" = "Reenvia";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "No has rebut l'enllaç?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Torna a enviar (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Reenvia ara.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Comprova que la teva adreça de correu electrònic és correcte i revisa la carpeta de correu brossa si encara no ho has fet."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Comprova que la teva adreça de correu electrònic és correcte i revisa la carpeta de correu brossa si encara no ho has fet.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Torna a enviar el correu"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Torna a enviar el correu";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Comprova el teu correu"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Comprova el teu correu";
@ -229,9 +259,8 @@ carregat a Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Correu electrònic"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Correu electrònic";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Obre el Client de Correu electrònic"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Obre el Client de Correu electrònic";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Comprova la teva safata d'entrada."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Comprova la teva safata d'entrada.";
"Scene.ConfirmEmail.Subtitle" = "Toca l'enllaç del correu electrònic que t'hem enviat per a confirmar el teu compte."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Toca l'enllaç que t'hem enviat per a verificar %@. Esperarem aquí mateix.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Toca l'enllaç del correu electrònic que t'hem enviat per a confirmar el teu compte"; "Scene.ConfirmEmail.Title" = "Comprova la Teva Safata d'entrada";
"Scene.ConfirmEmail.Title" = "Una última cosa.";
"Scene.Discovery.Intro" = "Aquests son els tuts que criden l'atenció en el teu racó de Mastodon."; "Scene.Discovery.Intro" = "Aquests son els tuts que criden l'atenció en el teu racó de Mastodon.";
"Scene.Discovery.Tabs.Community" = "Comunitat"; "Scene.Discovery.Tabs.Community" = "Comunitat";
"Scene.Discovery.Tabs.ForYou" = "Per a tu"; "Scene.Discovery.Tabs.ForYou" = "Per a tu";
@ -240,7 +269,7 @@ carregat a Mastodon.";
"Scene.Discovery.Tabs.Posts" = "Tuts"; "Scene.Discovery.Tabs.Posts" = "Tuts";
"Scene.Familiarfollowers.FollowedByNames" = "Seguit per %@"; "Scene.Familiarfollowers.FollowedByNames" = "Seguit per %@";
"Scene.Familiarfollowers.Title" = "Seguidors coneguts"; "Scene.Familiarfollowers.Title" = "Seguidors coneguts";
"Scene.Favorite.Title" = "Els teus Favorits"; "Scene.Favorite.Title" = "Favorits";
"Scene.FavoritedBy.Title" = "Preferit per"; "Scene.FavoritedBy.Title" = "Preferit per";
"Scene.FollowedTags.Actions.Follow" = "Segueix"; "Scene.FollowedTags.Actions.Follow" = "Segueix";
"Scene.FollowedTags.Actions.Unfollow" = "Deixa de seguir"; "Scene.FollowedTags.Actions.Unfollow" = "Deixa de seguir";
@ -253,8 +282,8 @@ carregat a Mastodon.";
"Scene.Following.Footer" = "Els seguits d'altres servidors no son mostrats."; "Scene.Following.Footer" = "Els seguits d'altres servidors no son mostrats.";
"Scene.Following.Title" = "seguint"; "Scene.Following.Title" = "seguint";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Toca per desplaçar-te cap a dalt i torna a toca de nou per tornar a la ubicació anterior"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Toca per desplaçar-te cap a dalt i torna a toca de nou per tornar a la ubicació anterior";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Botó de logotip"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Veure noves publicacions"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Veure nous tuts";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Fora de línia"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Fora de línia";
"Scene.HomeTimeline.NavigationBarState.Published" = "Publicat!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Publicat!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "S'està publicant..."; "Scene.HomeTimeline.NavigationBarState.Publishing" = "S'està publicant...";
@ -279,13 +308,21 @@ carregat a Mastodon.";
"Scene.Preview.Keyboard.ClosePreview" = "Tanca la Vista Prèvia"; "Scene.Preview.Keyboard.ClosePreview" = "Tanca la Vista Prèvia";
"Scene.Preview.Keyboard.ShowNext" = "Mostrar Següent"; "Scene.Preview.Keyboard.ShowNext" = "Mostrar Següent";
"Scene.Preview.Keyboard.ShowPrevious" = "Mostrar Anterior"; "Scene.Preview.Keyboard.ShowPrevious" = "Mostrar Anterior";
"Scene.Privacy.Button.Confirm" = "Hi estic d'acord";
"Scene.Privacy.Policy.Ios" = "Política de Privacitat - Mastodon per a iOS";
"Scene.Privacy.Policy.Server" = "Politìca de Privacitat - %@";
"Scene.Privacy.Title" = "Privacitat";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Doble toc per a veure la llista"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Doble toc per a veure la llista";
"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.FamiliarFollowers" = "mutu";
"Scene.Profile.Dashboard.Following" = "seguint"; "Scene.Profile.Dashboard.MyFollowers" = "seguidors";
"Scene.Profile.Dashboard.Posts" = "tuts"; "Scene.Profile.Dashboard.MyFollowing" = "seguint";
"Scene.Profile.Dashboard.MyPosts" = "tuts";
"Scene.Profile.Dashboard.OtherFollowers" = "seguidors";
"Scene.Profile.Dashboard.OtherFollowing" = "seguint";
"Scene.Profile.Dashboard.OtherPosts" = "tuts";
"Scene.Profile.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";
@ -310,7 +347,7 @@ carregat a Mastodon.";
"Scene.Profile.SegmentedControl.Posts" = "Tuts"; "Scene.Profile.SegmentedControl.Posts" = "Tuts";
"Scene.Profile.SegmentedControl.PostsAndReplies" = "Tuts i Respostes"; "Scene.Profile.SegmentedControl.PostsAndReplies" = "Tuts i Respostes";
"Scene.Profile.SegmentedControl.Replies" = "Respostes"; "Scene.Profile.SegmentedControl.Replies" = "Respostes";
"Scene.RebloggedBy.Title" = "Impulsat per"; "Scene.RebloggedBy.Title" = "Impulsat Per";
"Scene.Register.Error.Item.Agreement" = "Acord"; "Scene.Register.Error.Item.Agreement" = "Acord";
"Scene.Register.Error.Item.Email" = "Correu electrònic"; "Scene.Register.Error.Item.Email" = "Correu electrònic";
"Scene.Register.Error.Item.Locale" = "Idioma"; "Scene.Register.Error.Item.Locale" = "Idioma";
@ -338,13 +375,14 @@ carregat a Mastodon.";
"Scene.Register.Input.Password.Accessibility.Checked" = "verificat"; "Scene.Register.Input.Password.Accessibility.Checked" = "verificat";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "no verificat"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "no verificat";
"Scene.Register.Input.Password.CharacterLimit" = "8 caràcters"; "Scene.Register.Input.Password.CharacterLimit" = "8 caràcters";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirma la Contrasenya";
"Scene.Register.Input.Password.Hint" = "La teva contrasenya ha de tenir com a mínim vuit caràcters"; "Scene.Register.Input.Password.Hint" = "La teva contrasenya ha de tenir com a mínim vuit caràcters";
"Scene.Register.Input.Password.Placeholder" = "contrasenya"; "Scene.Register.Input.Password.Placeholder" = "contrasenya";
"Scene.Register.Input.Password.Require" = "La teva contrasenya com a mínim necessita:"; "Scene.Register.Input.Password.Require" = "La teva contrasenya com a mínim necessita:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Aquest nom d'usuari ja està en ús."; "Scene.Register.Input.Username.DuplicatePrompt" = "Aquest nom d'usuari ja està en ús.";
"Scene.Register.Input.Username.Placeholder" = "nom d'usuari"; "Scene.Register.Input.Username.Placeholder" = "nom d'usuari";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Anem a configurar-te a %@"; "Scene.Register.Input.Username.Suggestion" = "increible_%@";
"Scene.Register.Title" = "Anem a configurar-te a %@"; "Scene.Register.Title" = "Crea un compte";
"Scene.Report.Content1" = "Hi ha algun altre tut que vulguis afegir a l'informe?"; "Scene.Report.Content1" = "Hi ha algun altre tut que vulguis afegir a l'informe?";
"Scene.Report.Content2" = "Hi ha alguna cosa que els moderadors hagin de saber sobre aquest informe?"; "Scene.Report.Content2" = "Hi ha alguna cosa que els moderadors hagin de saber sobre aquest informe?";
"Scene.Report.ReportSentTitle" = "Gràcies per informar, ho investigarem."; "Scene.Report.ReportSentTitle" = "Gràcies per informar, ho investigarem.";
@ -356,7 +394,7 @@ carregat a Mastodon.";
"Scene.Report.StepFinal.BlockUser" = "Bloca %@"; "Scene.Report.StepFinal.BlockUser" = "Bloca %@";
"Scene.Report.StepFinal.DontWantToSeeThis" = "No vols veure això?"; "Scene.Report.StepFinal.DontWantToSeeThis" = "No vols veure això?";
"Scene.Report.StepFinal.MuteUser" = "Silencia %@"; "Scene.Report.StepFinal.MuteUser" = "Silencia %@";
"Scene.Report.StepFinal.TheyWillNoLongerBeAbleToFollowOrSeeYourPostsButTheyCanSeeIfTheyveBeenBlocked" = "Ja no podran seguir ni veure els teus tus, però poden veure si han estat blocats."; "Scene.Report.StepFinal.TheyWillNoLongerBeAbleToFollowOrSeeYourPostsButTheyCanSeeIfTheyveBeenBlocked" = "Ja no podran seguir ni veure els teus tuts, però poden veure si han estat blocats.";
"Scene.Report.StepFinal.Unfollow" = "Deixa de seguir"; "Scene.Report.StepFinal.Unfollow" = "Deixa de seguir";
"Scene.Report.StepFinal.UnfollowUser" = "Deixa de seguir %@"; "Scene.Report.StepFinal.UnfollowUser" = "Deixa de seguir %@";
"Scene.Report.StepFinal.Unfollowed" = "S'ha deixat de seguir"; "Scene.Report.StepFinal.Unfollowed" = "S'ha deixat de seguir";
@ -419,8 +457,10 @@ carregat a Mastodon.";
"Scene.ServerPicker.Button.Category.Music" = "música"; "Scene.ServerPicker.Button.Category.Music" = "música";
"Scene.ServerPicker.Button.Category.Regional" = "regional"; "Scene.ServerPicker.Button.Category.Regional" = "regional";
"Scene.ServerPicker.Button.Category.Tech" = "tecnologia"; "Scene.ServerPicker.Button.Category.Tech" = "tecnologia";
"Scene.ServerPicker.Button.Language" = "Llengua";
"Scene.ServerPicker.Button.SeeLess" = "Veure Menys"; "Scene.ServerPicker.Button.SeeLess" = "Veure Menys";
"Scene.ServerPicker.Button.SeeMore" = "Veure Més"; "Scene.ServerPicker.Button.SeeMore" = "Veure Més";
"Scene.ServerPicker.Button.SignupSpeed" = "Velocitat de registre";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Alguna cosa no ha anat bé en carregar les dades. Comprova la teva connexió a Internet."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Alguna cosa no ha anat bé en carregar les dades. Comprova la teva connexió a Internet.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Cercant els servidors disponibles..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Cercant els servidors disponibles...";
"Scene.ServerPicker.EmptyState.NoResults" = "No hi ha resultats"; "Scene.ServerPicker.EmptyState.NoResults" = "No hi ha resultats";
@ -428,8 +468,12 @@ carregat a Mastodon.";
"Scene.ServerPicker.Label.Category" = "CATEGORIA"; "Scene.ServerPicker.Label.Category" = "CATEGORIA";
"Scene.ServerPicker.Label.Language" = "LLENGUATGE"; "Scene.ServerPicker.Label.Language" = "LLENGUATGE";
"Scene.ServerPicker.Label.Users" = "USUARIS"; "Scene.ServerPicker.Label.Users" = "USUARIS";
"Scene.ServerPicker.Subtitle" = "Tria un servidor en funció de la teva regió, interessos o un de propòsit general. Seguiràs podent connectar amb tothom a Mastodon, independentment del servidor."; "Scene.ServerPicker.Language.All" = "Totes";
"Scene.ServerPicker.Title" = "Mastodon està fet d'usuaris en diferents servidors."; "Scene.ServerPicker.Search.Placeholder" = "Cerca nom o URL";
"Scene.ServerPicker.SignupSpeed.All" = "Tots";
"Scene.ServerPicker.SignupSpeed.Instant" = "Registre instàntani";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Revisió manual";
"Scene.ServerPicker.Title" = "Tria un Servidor";
"Scene.ServerRules.Button.Confirm" = "Hi estic d'acord"; "Scene.ServerRules.Button.Confirm" = "Hi estic d'acord";
"Scene.ServerRules.PrivacyPolicy" = "política de privadesa"; "Scene.ServerRules.PrivacyPolicy" = "política de privadesa";
"Scene.ServerRules.Prompt" = "Al continuar, estàs subjecte als termes de servei i a la política de privacitat de %@."; "Scene.ServerRules.Prompt" = "Al continuar, estàs subjecte als termes de servei i a la política de privacitat de %@.";
@ -474,6 +518,17 @@ carregat a Mastodon.";
"Scene.SuggestionAccount.Title" = "Cerca Persones a Seguir"; "Scene.SuggestionAccount.Title" = "Cerca Persones a Seguir";
"Scene.Thread.BackTitle" = "Tut"; "Scene.Thread.BackTitle" = "Tut";
"Scene.Thread.Title" = "Tut de %@"; "Scene.Thread.Title" = "Tut de %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Què és Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Diferents persones trien diferents servidors per qualsevol número de motius. art.exemple és un bon lloc per els artistes mentres que glasgow.example podria seru una bona elecció per els escocesos.
No et pots equivocar amb cap dels nostres servidors recomanats així que independentment de quin hagis triat (o si tecleges el teu propi servidor en la barra de cerca) no et perderàs res d'enlloc.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "Com trio un servidor?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "El teu usuari podria ser @maria@exemple.cat però encara pots seguir, impulsar i xatejar amb @joan@exemple.social.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon és així";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imagina't que tens un adreça de correu electrònic que acaba amb @exemple.com.
Encara pots enviar i rebre correus de qualsevol, inclòs si el seu correu acaba amb @gmail.com o @icloud.com o @exemple.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "Què és";
"Scene.Welcome.GetStarted" = "Comença"; "Scene.Welcome.GetStarted" = "Comença";
"Scene.Welcome.LogIn" = "Inicia sessió"; "Scene.Welcome.LogIn" = "Inicia sessió";
"Scene.Welcome.Slogan" = "Xarxa social "Scene.Welcome.Slogan" = "Xarxa social
@ -481,3 +536,17 @@ de nou a les teves mans.";
"Scene.Wizard.AccessibilityHint" = "Toca dues vegades per descartar l'assistent"; "Scene.Wizard.AccessibilityHint" = "Toca dues vegades per descartar l'assistent";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Commuta entre diversos comptes mantenint premut el botó del perfil."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Commuta entre diversos comptes mantenint premut el botó del perfil.";
"Scene.Wizard.NewInMastodon" = "Nou a Mastodon"; "Scene.Wizard.NewInMastodon" = "Nou a Mastodon";
"Widget.Common.UnsupportedWidgetFamily" = "Ho sentim però aquesta familia de ginys no està suportada.";
"Widget.Common.UserNotLoggedIn" = "Si us plau obre Mastodon per a iniciar sessió en un Compte.";
"Widget.FollowersCount.ConfigurationDescription" = "Mostra el número de seguidors.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Seguidors";
"Widget.FollowersCount.FollowersToday" = "%@ seguidors avui";
"Widget.FollowersCount.Title" = "SEGUIDORS";
"Widget.LatestFollowers.ConfigurationDescription" = "Mostra els darrers seguidors.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Els darrers seguidors";
"Widget.LatestFollowers.LastUpdate" = "Darrera actualització: %@";
"Widget.LatestFollowers.Title" = "Els darrers seguidors";
"Widget.MultipleFollowers.ConfigurationDescription" = "Mostra el número de seguidors per a múltiples comptes.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Múltiples seguidors";
"Widget.MultipleFollowers.MockUser.AccountName" = "unaltre@seguidor.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Un altre seguidor";

View File

@ -53,7 +53,7 @@
<key>a11y.plural.count.characters_left</key> <key>a11y.plural.count.characters_left</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>resten %#@character_count@</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 caràcter</string> <string>1 caràcter restant</string>
<key>other</key> <key>other</key>
<string>%ld caràcters</string> <string>%ld caràcters restants</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -173,6 +173,22 @@
<string>%ld impulsos</string> <string>%ld impulsos</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 impuls</string>
<key>other</key>
<string>%ld impulsos</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -40,6 +40,7 @@
"Common.Controls.Actions.Discard" = "وازی لێ بێنە"; "Common.Controls.Actions.Discard" = "وازی لێ بێنە";
"Common.Controls.Actions.Done" = "تەواو"; "Common.Controls.Actions.Done" = "تەواو";
"Common.Controls.Actions.Edit" = "دەستکاری"; "Common.Controls.Actions.Edit" = "دەستکاری";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "خەڵک بدۆزەوە"; "Common.Controls.Actions.FindPeople" = "خەڵک بدۆزەوە";
"Common.Controls.Actions.ManuallySearch" = "خۆت بگەڕێ"; "Common.Controls.Actions.ManuallySearch" = "خۆت بگەڕێ";
"Common.Controls.Actions.Next" = "دواتر"; "Common.Controls.Actions.Next" = "دواتر";
@ -101,6 +102,8 @@
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "ئاگاداریی ناوەڕۆک نیشان بدە"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "ئاگاداریی ناوەڕۆک نیشان بدە";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "بەدڵبوونی پۆست"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "بەدڵبوونی پۆست";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "پۆستکردنەوەی پۆست"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "پۆستکردنەوەی پۆست";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "بەدڵمە"; "Common.Controls.Status.Actions.Favorite" = "بەدڵمە";
"Common.Controls.Status.Actions.Hide" = "بیشارەوە"; "Common.Controls.Status.Actions.Hide" = "بیشارەوە";
"Common.Controls.Status.Actions.Menu" = "پێڕست"; "Common.Controls.Status.Actions.Menu" = "پێڕست";
@ -113,9 +116,20 @@
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "دەستی پیا بنێ و بیگرە بۆ نیشاندانی پێڕستەکە"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "دەستی پیا بنێ و بیگرە بۆ نیشاندانی پێڕستەکە";
"Common.Controls.Status.Actions.Unfavorite" = "بەدڵبوونەکە بگەڕێنەوە"; "Common.Controls.Status.Actions.Unfavorite" = "بەدڵبوونەکە بگەڕێنەوە";
"Common.Controls.Status.Actions.Unreblog" = "پۆستکردنەکە بگەڕێنەوە"; "Common.Controls.Status.Actions.Unreblog" = "پۆستکردنەکە بگەڕێنەوە";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "ئاگاداریی ناوەڕۆک"; "Common.Controls.Status.ContentWarning" = "ئاگاداریی ناوەڕۆک";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.LoadEmbed" = "Load Embed";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, attachment %d of %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Expands the GIF. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandImageHint" = "Expands the image. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandVideoHint" = "Shows the video player. Double-tap and hold to show actions";
"Common.Controls.Status.MediaContentWarning" = "دەستی پیا بنێ بۆ نیشاندانی"; "Common.Controls.Status.MediaContentWarning" = "دەستی پیا بنێ بۆ نیشاندانی";
"Common.Controls.Status.MetaEntity.Email" = "Email address: %@"; "Common.Controls.Status.MetaEntity.Email" = "Email address: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@";
@ -123,6 +137,7 @@
"Common.Controls.Status.MetaEntity.Url" = "Link: %@"; "Common.Controls.Status.MetaEntity.Url" = "Link: %@";
"Common.Controls.Status.Poll.Closed" = "داخراوە"; "Common.Controls.Status.Poll.Closed" = "داخراوە";
"Common.Controls.Status.Poll.Vote" = "دەنگ بدە"; "Common.Controls.Status.Poll.Vote" = "دەنگ بدە";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "ناوەڕۆکی هەستیار"; "Common.Controls.Status.SensitiveContent" = "ناوەڕۆکی هەستیار";
"Common.Controls.Status.ShowPost" = "پۆستەکە نیشان بدە"; "Common.Controls.Status.ShowPost" = "پۆستەکە نیشان بدە";
"Common.Controls.Status.ShowUserProfile" = "پرۆفایلەکەی نیشان بدە"; "Common.Controls.Status.ShowUserProfile" = "پرۆفایلەکەی نیشان بدە";
@ -133,7 +148,7 @@
"Common.Controls.Status.Tag.Mention" = "ئاماژە"; "Common.Controls.Status.Tag.Mention" = "ئاماژە";
"Common.Controls.Status.Tag.Url" = "بەستەر"; "Common.Controls.Status.Tag.Url" = "بەستەر";
"Common.Controls.Status.TapToReveal" = "دەستی پیا بنێ بۆ نیشاندانی"; "Common.Controls.Status.TapToReveal" = "دەستی پیا بنێ بۆ نیشاندانی";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original"; "Common.Controls.Status.Translation.ShowOriginal" = "Show Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown"; "Common.Controls.Status.Translation.UnknownLanguage" = "Unknown";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
@ -143,6 +158,8 @@
"Common.Controls.Status.Visibility.Private" = "تەنیا شوێنکەوتووەکانی دەتوانن ئەم پۆستە ببینن."; "Common.Controls.Status.Visibility.Private" = "تەنیا شوێنکەوتووەکانی دەتوانن ئەم پۆستە ببینن.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "تەنیا شوێنکەوتووەکانم دەتوانن ئەم پۆستە ببینن."; "Common.Controls.Status.Visibility.PrivateFromMe" = "تەنیا شوێنکەوتووەکانم دەتوانن ئەم پۆستە ببینن.";
"Common.Controls.Status.Visibility.Unlisted" = "هەرکەسێک دەتوانێت ئەم پۆستە ببینێت بەڵام ناچێتە بەردەمیان."; "Common.Controls.Status.Visibility.Unlisted" = "هەرکەسێک دەتوانێت ئەم پۆستە ببینێت بەڵام ناچێتە بەردەمیان.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "ماڵەوە"; "Common.Controls.Tabs.Home" = "ماڵەوە";
"Common.Controls.Tabs.Notifications" = "Notifications"; "Common.Controls.Tabs.Notifications" = "Notifications";
"Common.Controls.Tabs.Profile" = "پرۆفایل"; "Common.Controls.Tabs.Profile" = "پرۆفایل";
@ -165,6 +182,7 @@
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "پۆستە ماوەکان بار دەکرێن..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "پۆستە ماوەکان بار دەکرێن...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "وەڵامی زیاتر نیشان بدە"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "وەڵامی زیاتر نیشان بدە";
"Common.Controls.Timeline.Timestamp.Now" = "ئێستا"; "Common.Controls.Timeline.Timestamp.Now" = "ئێستا";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "هەژمارێک زیاد بکە"; "Scene.AccountList.AddAccount" = "هەژمارێک زیاد بکە";
"Scene.AccountList.DismissAccountSwitcher" = "پێڕستی هەژمارەکان دابخە"; "Scene.AccountList.DismissAccountSwitcher" = "پێڕستی هەژمارەکان دابخە";
"Scene.AccountList.TabBarHint" = "هەژماری ئێستا: %@. دوو جا دەستی پیا بنێ بۆ کردنەوەی پێڕستی هەژمارەکان."; "Scene.AccountList.TabBarHint" = "هەژماری ئێستا: %@. دوو جا دەستی پیا بنێ بۆ کردنەوەی پێڕستی هەژمارەکان.";
@ -199,28 +217,40 @@
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "شێوازی دەرکەوتن هەڵبژێرە - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "شێوازی دەرکەوتن هەڵبژێرە - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "ئاگاداریی ناوەڕۆک نیشان بدە"; "Scene.Compose.Keyboard.ToggleContentWarning" = "ئاگاداریی ناوەڕۆک نیشان بدە";
"Scene.Compose.Keyboard.TogglePoll" = "دەنگدانەکە نیشان بدە"; "Scene.Compose.Keyboard.TogglePoll" = "دەنگدانەکە نیشان بدە";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "بگەڕێ"; "Scene.Compose.MediaSelection.Browse" = "بگەڕێ";
"Scene.Compose.MediaSelection.Camera" = "وێنە بگرە"; "Scene.Compose.MediaSelection.Camera" = "وێنە بگرە";
"Scene.Compose.MediaSelection.PhotoLibrary" = "وێنەکان"; "Scene.Compose.MediaSelection.PhotoLibrary" = "وێنەکان";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "کات: %@"; "Scene.Compose.Poll.DurationTime" = "کات: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 ڕۆژ"; "Scene.Compose.Poll.OneDay" = "1 ڕۆژ";
"Scene.Compose.Poll.OneHour" = "1 کاتژمێر"; "Scene.Compose.Poll.OneHour" = "1 کاتژمێر";
"Scene.Compose.Poll.OptionNumber" = "بژاردەی %ld"; "Scene.Compose.Poll.OptionNumber" = "بژاردەی %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 ڕۆژ"; "Scene.Compose.Poll.SevenDays" = "7 ڕۆژ";
"Scene.Compose.Poll.SixHours" = "6 کاتژمێر"; "Scene.Compose.Poll.SixHours" = "6 کاتژمێر";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option";
"Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid"; "Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid";
"Scene.Compose.Poll.ThirtyMinutes" = "30 خولەک"; "Scene.Compose.Poll.ThirtyMinutes" = "30 خولەک";
"Scene.Compose.Poll.ThreeDays" = "3 ڕۆژ"; "Scene.Compose.Poll.ThreeDays" = "3 ڕۆژ";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "لە وەڵامدا بۆ %@"; "Scene.Compose.ReplyingToUser" = "لە وەڵامدا بۆ %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "پۆستی نوێ"; "Scene.Compose.Title.NewPost" = "پۆستی نوێ";
"Scene.Compose.Title.NewReply" = "وەڵامی نوێ"; "Scene.Compose.Title.NewReply" = "وەڵامی نوێ";
"Scene.Compose.Visibility.Direct" = "ئەوانەی ئاماژەیان پێ دەکەم"; "Scene.Compose.Visibility.Direct" = "ئەوانەی ئاماژەیان پێ دەکەم";
"Scene.Compose.Visibility.Private" = "تەنیا شوێنکەوتووان"; "Scene.Compose.Visibility.Private" = "تەنیا شوێنکەوتووان";
"Scene.Compose.Visibility.Public" = "گشتی"; "Scene.Compose.Visibility.Public" = "گشتی";
"Scene.Compose.Visibility.Unlisted" = "پێشنیارنەکراو"; "Scene.Compose.Visibility.Unlisted" = "پێشنیارنەکراو";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "بەرنامەی ئیمێڵەکەت بکەوە";
"Scene.ConfirmEmail.Button.Resend" = "بینێرەوە"; "Scene.ConfirmEmail.Button.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" = "دڵنیا بە لەوەی ئیمێڵەکەت دروستە و هەموو بوخچەکانت بگەڕێ."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "دڵنیا بە لەوەی ئیمێڵەکەت دروستە و هەموو بوخچەکانت بگەڕێ.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "ئیمێڵەکە بنێرەوە"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "ئیمێڵەکە بنێرەوە";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "ئیمێڵەکەت ببینە"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "ئیمێڵەکەت ببینە";
@ -228,9 +258,8 @@
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Mail"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Mail";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "بەرنامەی ئیمێڵەکەت بکەوە"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "بەرنامەی ئیمێڵەکەت بکەوە";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "ئیمێڵەکانت ببینە."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "ئیمێڵەکانت ببینە.";
"Scene.ConfirmEmail.Subtitle" = "بۆ پشتڕاستکردنەوەی هەژمارەکەت ئەو بەستەرە بکەوە کە بە ئیمێڵ بۆمان ناردوویت."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well 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" = "کۆتا شت.";
"Scene.Discovery.Intro" = "پۆست هەیە سەرنجیان لەسەرە لە گۆشەکەی تۆ."; "Scene.Discovery.Intro" = "پۆست هەیە سەرنجیان لەسەرە لە گۆشەکەی تۆ.";
"Scene.Discovery.Tabs.Community" = "Community"; "Scene.Discovery.Tabs.Community" = "Community";
"Scene.Discovery.Tabs.ForYou" = "بۆ تۆ"; "Scene.Discovery.Tabs.ForYou" = "بۆ تۆ";
@ -239,7 +268,7 @@
"Scene.Discovery.Tabs.Posts" = "پۆستەکان"; "Scene.Discovery.Tabs.Posts" = "پۆستەکان";
"Scene.Familiarfollowers.FollowedByNames" = "Followed by %@"; "Scene.Familiarfollowers.FollowedByNames" = "Followed by %@";
"Scene.Familiarfollowers.Title" = "Followers you familiar"; "Scene.Familiarfollowers.Title" = "Followers you familiar";
"Scene.Favorite.Title" = "بەدڵبووەکانت"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Favorited By"; "Scene.FavoritedBy.Title" = "Favorited By";
"Scene.FollowedTags.Actions.Follow" = "Follow"; "Scene.FollowedTags.Actions.Follow" = "Follow";
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow"; "Scene.FollowedTags.Actions.Unfollow" = "Unfollow";
@ -252,7 +281,7 @@
"Scene.Following.Footer" = "شوێنکەوتنەکانی بۆ هەژماری ڕاژەکارەکانی تر نیشان نادرێت."; "Scene.Following.Footer" = "شوێنکەوتنەکانی بۆ هەژماری ڕاژەکارەکانی تر نیشان نادرێت.";
"Scene.Following.Title" = "following"; "Scene.Following.Title" = "following";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Logo Button"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "پۆستە نوێکان ببینە"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "پۆستە نوێکان ببینە";
"Scene.HomeTimeline.NavigationBarState.Offline" = "دەرهێڵ"; "Scene.HomeTimeline.NavigationBarState.Offline" = "دەرهێڵ";
"Scene.HomeTimeline.NavigationBarState.Published" = "بڵاوکرایەوە!"; "Scene.HomeTimeline.NavigationBarState.Published" = "بڵاوکرایەوە!";
@ -260,7 +289,7 @@
"Scene.HomeTimeline.Title" = "ماڵەوە"; "Scene.HomeTimeline.Title" = "ماڵەوە";
"Scene.Login.ServerSearchField.Placeholder" = "Enter URL or search for your server"; "Scene.Login.ServerSearchField.Placeholder" = "Enter URL or search for your server";
"Scene.Login.Subtitle" = "Log you in on the server you created your account on."; "Scene.Login.Subtitle" = "Log you in on the server you created your account on.";
"Scene.Login.Title" = "Welcome back"; "Scene.Login.Title" = "Welcome Back";
"Scene.Notification.FollowRequest.Accept" = "Accept"; "Scene.Notification.FollowRequest.Accept" = "Accept";
"Scene.Notification.FollowRequest.Accepted" = "Accepted"; "Scene.Notification.FollowRequest.Accepted" = "Accepted";
"Scene.Notification.FollowRequest.Reject" = "reject"; "Scene.Notification.FollowRequest.Reject" = "reject";
@ -278,13 +307,21 @@
"Scene.Preview.Keyboard.ClosePreview" = "پێشبینینەکە دابخە"; "Scene.Preview.Keyboard.ClosePreview" = "پێشبینینەکە دابخە";
"Scene.Preview.Keyboard.ShowNext" = "هی دواتر نیشان بدە"; "Scene.Preview.Keyboard.ShowNext" = "هی دواتر نیشان بدە";
"Scene.Preview.Keyboard.ShowPrevious" = "هی پێشتر نیشان بدە"; "Scene.Preview.Keyboard.ShowPrevious" = "هی پێشتر نیشان بدە";
"Scene.Privacy.Button.Confirm" = "I agree";
"Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS";
"Scene.Privacy.Policy.Server" = "Privacy Policy - %@";
"Scene.Privacy.Title" = "Privacy";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "دوو جار دەستی پیا بنێ بۆ کردنەوەی لیستەکە"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "دوو جار دەستی پیا بنێ بۆ کردنەوەی لیستەکە";
"Scene.Profile.Accessibility.EditAvatarImage" = "دەستکاریی وێنەکە بکە"; "Scene.Profile.Accessibility.EditAvatarImage" = "دەستکاریی وێنەکە بکە";
"Scene.Profile.Accessibility.ShowAvatarImage" = "وێنەکە نیشان بدە"; "Scene.Profile.Accessibility.ShowAvatarImage" = "وێنەکە نیشان بدە";
"Scene.Profile.Accessibility.ShowBannerImage" = "وێنەکەی پشتەوە نیشان بدە"; "Scene.Profile.Accessibility.ShowBannerImage" = "وێنەکەی پشتەوە نیشان بدە";
"Scene.Profile.Dashboard.Followers" = "شوێنکەوتوو"; "Scene.Profile.Dashboard.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "شوێنکەوتن"; "Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.Posts" = "پۆستەکان"; "Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.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" = "ناوەڕۆک";
@ -337,13 +374,14 @@
"Scene.Register.Input.Password.Accessibility.Checked" = "هەڵبژێردراو"; "Scene.Register.Input.Password.Accessibility.Checked" = "هەڵبژێردراو";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "هەڵنەبژێردراو"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "هەڵنەبژێردراو";
"Scene.Register.Input.Password.CharacterLimit" = "8 پیت"; "Scene.Register.Input.Password.CharacterLimit" = "8 پیت";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "دەبێت تێپەڕوشەکەت لایەنی کەم هەشت نووسە بێت"; "Scene.Register.Input.Password.Hint" = "دەبێت تێپەڕوشەکەت لایەنی کەم هەشت نووسە بێت";
"Scene.Register.Input.Password.Placeholder" = "تێپەڕوشە"; "Scene.Register.Input.Password.Placeholder" = "تێپەڕوشە";
"Scene.Register.Input.Password.Require" = "تێپەڕوشەکەت لایەنی کەم پێویستیی هەیە بە:"; "Scene.Register.Input.Password.Require" = "تێپەڕوشەکەت لایەنی کەم پێویستیی هەیە بە:";
"Scene.Register.Input.Username.DuplicatePrompt" = "ئەم ناوە گیراوە."; "Scene.Register.Input.Username.DuplicatePrompt" = "ئەم ناوە گیراوە.";
"Scene.Register.Input.Username.Placeholder" = "ناوی بەکارهێنەر"; "Scene.Register.Input.Username.Placeholder" = "ناوی بەکارهێنەر";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Lets get you set up on %@"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "خۆت تۆمار بکە لە %@"; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "پۆستی تر هەیە بتەوێت سکاڵایان لێ بکەیت؟"; "Scene.Report.Content1" = "پۆستی تر هەیە بتەوێت سکاڵایان لێ بکەیت؟";
"Scene.Report.Content2" = "هیچ شتێکی هەیە بە چاودێرەکان بیزانن دەربارەی ئەم سکاڵایە؟"; "Scene.Report.Content2" = "هیچ شتێکی هەیە بە چاودێرەکان بیزانن دەربارەی ئەم سکاڵایە؟";
"Scene.Report.ReportSentTitle" = "سپاس بۆ سکاڵاکات، پێیدا دەچینەوە."; "Scene.Report.ReportSentTitle" = "سپاس بۆ سکاڵاکات، پێیدا دەچینەوە.";
@ -418,8 +456,10 @@
"Scene.ServerPicker.Button.Category.Music" = "موزیک"; "Scene.ServerPicker.Button.Category.Music" = "موزیک";
"Scene.ServerPicker.Button.Category.Regional" = "هەرێمی"; "Scene.ServerPicker.Button.Category.Regional" = "هەرێمی";
"Scene.ServerPicker.Button.Category.Tech" = "تەکنۆلۆژیا"; "Scene.ServerPicker.Button.Category.Tech" = "تەکنۆلۆژیا";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "کەمتر ببینە"; "Scene.ServerPicker.Button.SeeLess" = "کەمتر ببینە";
"Scene.ServerPicker.Button.SeeMore" = "زیاتر ببینە"; "Scene.ServerPicker.Button.SeeMore" = "زیاتر ببینە";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "هەڵەیەک ڕوویدا لە کاتی بارکردن. لە هەبوونی هێڵی ئینتەرنێت دڵنیا بە."; "Scene.ServerPicker.EmptyState.BadNetwork" = "هەڵەیەک ڕوویدا لە کاتی بارکردن. لە هەبوونی هێڵی ئینتەرنێت دڵنیا بە.";
"Scene.ServerPicker.EmptyState.FindingServers" = "ڕاژەکار دەدۆزرێتەوە..."; "Scene.ServerPicker.EmptyState.FindingServers" = "ڕاژەکار دەدۆزرێتەوە...";
"Scene.ServerPicker.EmptyState.NoResults" = "ئەنجام نییە"; "Scene.ServerPicker.EmptyState.NoResults" = "ئەنجام نییە";
@ -427,9 +467,13 @@
"Scene.ServerPicker.Label.Category" = "بەش"; "Scene.ServerPicker.Label.Category" = "بەش";
"Scene.ServerPicker.Label.Language" = "زمان"; "Scene.ServerPicker.Label.Language" = "زمان";
"Scene.ServerPicker.Label.Users" = "بەکارهێنەر"; "Scene.ServerPicker.Label.Users" = "بەکارهێنەر";
"Scene.ServerPicker.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.Language.All" = "All";
"Scene.ServerPicker.Title" = "ماستۆدۆن لە چەندان بەکارهێنەر پێک دێت کە لە ڕاژەکاری جیاواز دان."; "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerRules.Button.Confirm" = "ڕازیم"; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "سیاسەتی تایبەتێتی"; "Scene.ServerRules.PrivacyPolicy" = "سیاسەتی تایبەتێتی";
"Scene.ServerRules.Prompt" = "بەردەوامبوونت واتای ڕازیبوونتە بە مەرجەکانی خزمەتگوزاری و سیاسەتی تایبەتێتیی %@."; "Scene.ServerRules.Prompt" = "بەردەوامبوونت واتای ڕازیبوونتە بە مەرجەکانی خزمەتگوزاری و سیاسەتی تایبەتێتیی %@.";
"Scene.ServerRules.Subtitle" = "ئەمانە لەلایەن چاودێرەکانی %@ دانراون و ناچار دەکرێن."; "Scene.ServerRules.Subtitle" = "ئەمانە لەلایەن چاودێرەکانی %@ دانراون و ناچار دەکرێن.";
@ -473,6 +517,17 @@
"Scene.SuggestionAccount.Title" = "خەڵک بدۆزەوە"; "Scene.SuggestionAccount.Title" = "خەڵک بدۆزەوە";
"Scene.Thread.BackTitle" = "پۆستەکە"; "Scene.Thread.BackTitle" = "پۆستەکە";
"Scene.Thread.Title" = "پۆستی %@"; "Scene.Thread.Title" = "پۆستی %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.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" = "دەست پێ بکە"; "Scene.Welcome.GetStarted" = "دەست پێ بکە";
"Scene.Welcome.LogIn" = "بچۆ ژوورەوە"; "Scene.Welcome.LogIn" = "بچۆ ژوورەوە";
"Scene.Welcome.Slogan" = "تۆڕی کۆمەڵایەتی "Scene.Welcome.Slogan" = "تۆڕی کۆمەڵایەتی
@ -480,3 +535,17 @@
"Scene.Wizard.AccessibilityHint" = "دوو جار دەستی پیا بنێ بۆ داخستنی"; "Scene.Wizard.AccessibilityHint" = "دوو جار دەستی پیا بنێ بۆ داخستنی";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "هەژمارەکەت بگۆڕە بە دەستڕاگرتن لەسەر دوگمەی پرۆفایلەکە."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "هەژمارەکەت بگۆڕە بە دەستڕاگرتن لەسەر دوگمەی پرۆفایلەکە.";
"Scene.Wizard.NewInMastodon" = "نوێ"; "Scene.Wizard.NewInMastodon" = "نوێ";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -53,7 +53,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@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>1 character left</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld characters left</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -173,6 +173,22 @@
<string>%ld پۆستکردنەوە</string> <string>%ld پۆستکردنەوە</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 re-blog</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

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,12 +34,13 @@ 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";
"Common.Controls.Actions.Done" = "Hotovo"; "Common.Controls.Actions.Done" = "Hotovo";
"Common.Controls.Actions.Edit" = "Upravit"; "Common.Controls.Actions.Edit" = "Upravit";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Najít lidi ke sledování"; "Common.Controls.Actions.FindPeople" = "Najít lidi ke sledování";
"Common.Controls.Actions.ManuallySearch" = "Místo toho ručně vyhledat"; "Common.Controls.Actions.ManuallySearch" = "Místo toho ručně vyhledat";
"Common.Controls.Actions.Next" = "Další"; "Common.Controls.Actions.Next" = "Další";
@ -63,8 +64,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,23 +100,36 @@ 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.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"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č";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Klepnutím podržte pro zobrazení nabídky"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Klepnutím podržte pro zobrazení nabídky";
"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.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "Varování o obsahu"; "Common.Controls.Status.ContentWarning" = "Varování o obsahu";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ přes %@";
"Common.Controls.Status.LoadEmbed" = "Načíst vložené";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, attachment %d of %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Rozšíří GIF. Dvojitým klepnutím a podržením zobrazíte akce";
"Common.Controls.Status.Media.ExpandImageHint" = "Rozšíří obrázek. Dvojitým klepnutím a podržením zobrazíte akce";
"Common.Controls.Status.Media.ExpandVideoHint" = "Zobrazí přehrávač videa. Dvojitým klepnutím a podržením zobrazíte akce";
"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: %@";
@ -123,6 +137,7 @@ Zkontrolujte prosím připojení k internetu.";
"Common.Controls.Status.MetaEntity.Url" = "Odkaz: %@"; "Common.Controls.Status.MetaEntity.Url" = "Odkaz: %@";
"Common.Controls.Status.Poll.Closed" = "Uzavřeno"; "Common.Controls.Status.Poll.Closed" = "Uzavřeno";
"Common.Controls.Status.Poll.Vote" = "Hlasovat"; "Common.Controls.Status.Poll.Vote" = "Hlasovat";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Citlivý obsah"; "Common.Controls.Status.SensitiveContent" = "Citlivý obsah";
"Common.Controls.Status.ShowPost" = "Zobrazit příspěvek"; "Common.Controls.Status.ShowPost" = "Zobrazit příspěvek";
"Common.Controls.Status.ShowUserProfile" = "Zobrazit profil uživatele"; "Common.Controls.Status.ShowUserProfile" = "Zobrazit profil uživatele";
@ -133,20 +148,22 @@ 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" = "Show Original";
"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.";
"Common.Controls.Status.Visibility.Private" = "Pouze jejich sledující mohou vidět tento příspěvek."; "Common.Controls.Status.Visibility.Private" = "Pouze jejich sledující mohou vidět tento příspěvek.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Pouze moji sledující mohou vidět tento příspěvek."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Pouze moji sledující mohou vidět tento příspěvek.";
"Common.Controls.Status.Visibility.Unlisted" = "Každý může vidět tento příspěvek, ale nezobrazovat ve veřejné časové ose."; "Common.Controls.Status.Visibility.Unlisted" = "Každý může vidět tento příspěvek, ale nezobrazovat ve veřejné časové ose.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"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.
@ -161,6 +178,7 @@ Váš profil pro něj vypadá takto.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Načíst chybějící příspěvky..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Načíst chybějící příspěvky...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Zobrazit více odovědí"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Zobrazit více odovědí";
"Common.Controls.Timeline.Timestamp.Now" = "Nyní"; "Common.Controls.Timeline.Timestamp.Now" = "Nyní";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Přidat účet"; "Scene.AccountList.AddAccount" = "Přidat účet";
"Scene.AccountList.DismissAccountSwitcher" = "Zrušit přepínač účtů"; "Scene.AccountList.DismissAccountSwitcher" = "Zrušit přepínač účtů";
"Scene.AccountList.TabBarHint" = "Aktuální vybraný profil: %@. Dvojitým poklepáním zobrazíte přepínač účtů"; "Scene.AccountList.TabBarHint" = "Aktuální vybraný profil: %@. Dvojitým poklepáním zobrazíte přepínač účtů";
@ -196,28 +214,40 @@ nahrán do Mastodonu.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Vyberte viditelnost - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Vyberte viditelnost - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Přepnout varování obsahu"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Přepnout varování obsahu";
"Scene.Compose.Keyboard.TogglePoll" = "Přepnout anketu"; "Scene.Compose.Keyboard.TogglePoll" = "Přepnout anketu";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Procházet"; "Scene.Compose.MediaSelection.Browse" = "Procházet";
"Scene.Compose.MediaSelection.Camera" = "Vyfotit"; "Scene.Compose.MediaSelection.Camera" = "Vyfotit";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Knihovna fotografií"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Knihovna fotografií";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Doba trvání: %@"; "Scene.Compose.Poll.DurationTime" = "Doba trvání: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 den"; "Scene.Compose.Poll.OneDay" = "1 den";
"Scene.Compose.Poll.OneHour" = "1 hodina"; "Scene.Compose.Poll.OneHour" = "1 hodina";
"Scene.Compose.Poll.OptionNumber" = "Možnost %ld"; "Scene.Compose.Poll.OptionNumber" = "Možnost %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 dní"; "Scene.Compose.Poll.SevenDays" = "7 dní";
"Scene.Compose.Poll.SixHours" = "6 hodin"; "Scene.Compose.Poll.SixHours" = "6 hodin";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "Anketa má prázdnou možnost"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "Anketa má prázdnou možnost";
"Scene.Compose.Poll.ThePollIsInvalid" = "Anketa je neplatná"; "Scene.Compose.Poll.ThePollIsInvalid" = "Anketa je neplatná";
"Scene.Compose.Poll.ThirtyMinutes" = "30 minut"; "Scene.Compose.Poll.ThirtyMinutes" = "30 minut";
"Scene.Compose.Poll.ThreeDays" = "3 dny"; "Scene.Compose.Poll.ThreeDays" = "3 dny";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "odpovídá na %@"; "Scene.Compose.ReplyingToUser" = "odpovídá na %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "Nový příspěvek"; "Scene.Compose.Title.NewPost" = "Nový příspěvek";
"Scene.Compose.Title.NewReply" = "Nová odpověď"; "Scene.Compose.Title.NewReply" = "Nová odpověď";
"Scene.Compose.Visibility.Direct" = "Pouze lidé, které zmíním"; "Scene.Compose.Visibility.Direct" = "Pouze lidé, které zmíním";
"Scene.Compose.Visibility.Private" = "Pouze sledující"; "Scene.Compose.Visibility.Private" = "Pouze sledující";
"Scene.Compose.Visibility.Public" = "Veřejný"; "Scene.Compose.Visibility.Public" = "Veřejný";
"Scene.Compose.Visibility.Unlisted" = "Neuvedeno"; "Scene.Compose.Visibility.Unlisted" = "Neuvedeno";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Otevřít e-mailovou aplikaci";
"Scene.ConfirmEmail.Button.Resend" = "Poslat znovu"; "Scene.ConfirmEmail.Button.Resend" = "Poslat znovu";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Zkontrolujte, zda je vaše e-mailová adresa správná, stejně jako složka nevyžádané pošty, pokud ji máte."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Zkontrolujte, zda je vaše e-mailová adresa správná, stejně jako složka nevyžádané pošty, pokud ji máte.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Znovu odeslat e-mail"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Znovu odeslat e-mail";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Zkontrolujte svůj e-mail"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Zkontrolujte svůj e-mail";
@ -225,9 +255,8 @@ nahrán do Mastodonu.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Pošta"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Pošta";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Otevřít e-mailového klienta"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Otevřít e-mailového klienta";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Zkontrolujte doručenou poštu."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Zkontrolujte doručenou poštu.";
"Scene.ConfirmEmail.Subtitle" = "Klepněte na odkaz, který jsme vám poslali e-mailem, abyste ověřili Váš účet."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Klepněte na odkaz, který jsme vám poslali e-mailem, abyste ověřili Váš účet"; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.Title" = "Ještě jedna věc.";
"Scene.Discovery.Intro" = "Toto jsou příspěvky, které získávají pozornost ve vašem koutu Mastodonu."; "Scene.Discovery.Intro" = "Toto jsou příspěvky, které získávají pozornost ve vašem koutu Mastodonu.";
"Scene.Discovery.Tabs.Community" = "Komunita"; "Scene.Discovery.Tabs.Community" = "Komunita";
"Scene.Discovery.Tabs.ForYou" = "Pro vás"; "Scene.Discovery.Tabs.ForYou" = "Pro vás";
@ -236,7 +265,7 @@ nahrán do Mastodonu.";
"Scene.Discovery.Tabs.Posts" = "Příspěvky"; "Scene.Discovery.Tabs.Posts" = "Příspěvky";
"Scene.Familiarfollowers.FollowedByNames" = "Sledován od %@"; "Scene.Familiarfollowers.FollowedByNames" = "Sledován od %@";
"Scene.Familiarfollowers.Title" = "Sledující, které znáte"; "Scene.Familiarfollowers.Title" = "Sledující, které znáte";
"Scene.Favorite.Title" = "Vaše oblíbené"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Oblíben"; "Scene.FavoritedBy.Title" = "Oblíben";
"Scene.FollowedTags.Actions.Follow" = "Sledovat"; "Scene.FollowedTags.Actions.Follow" = "Sledovat";
"Scene.FollowedTags.Actions.Unfollow" = "Přestat sledovat"; "Scene.FollowedTags.Actions.Unfollow" = "Přestat sledovat";
@ -249,7 +278,7 @@ nahrán do Mastodonu.";
"Scene.Following.Footer" = "Sledování z jiných serverů není zobrazeno."; "Scene.Following.Footer" = "Sledování z jiných serverů není zobrazeno.";
"Scene.Following.Title" = "sledování"; "Scene.Following.Title" = "sledování";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Klepnutím přejdete nahoru a znovu klepněte na předchozí místo"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Klepnutím přejdete nahoru a znovu klepněte na předchozí místo";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Tlačítko s logem"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Nové příspěvky"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Nové příspěvky";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Offline"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Offline";
"Scene.HomeTimeline.NavigationBarState.Published" = "Publikováno!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Publikováno!";
@ -275,15 +304,23 @@ nahrán do Mastodonu.";
"Scene.Preview.Keyboard.ClosePreview" = "Zavřít náhled"; "Scene.Preview.Keyboard.ClosePreview" = "Zavřít náhled";
"Scene.Preview.Keyboard.ShowNext" = "Zobrazit další"; "Scene.Preview.Keyboard.ShowNext" = "Zobrazit další";
"Scene.Preview.Keyboard.ShowPrevious" = "Zobrazit předchozí"; "Scene.Preview.Keyboard.ShowPrevious" = "Zobrazit předchozí";
"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" = "Dvojitým poklepáním otevřete seznam"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Dvojitým poklepáním otevřete seznam";
"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.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "sledování"; "Scene.Profile.Dashboard.MyFollowers" = "sledující";
"Scene.Profile.Dashboard.Posts" = "příspěvky"; "Scene.Profile.Dashboard.MyFollowing" = "sledování";
"Scene.Profile.Dashboard.MyPosts" = "příspěvky";
"Scene.Profile.Dashboard.OtherFollowers" = "sledující";
"Scene.Profile.Dashboard.OtherFollowing" = "sledování";
"Scene.Profile.Dashboard.OtherPosts" = "příspěvky";
"Scene.Profile.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 %@";
@ -334,13 +371,14 @@ nahrán do Mastodonu.";
"Scene.Register.Input.Password.Accessibility.Checked" = "zaškrtnuto"; "Scene.Register.Input.Password.Accessibility.Checked" = "zaškrtnuto";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "nezaškrtnuto"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "nezaškrtnuto";
"Scene.Register.Input.Password.CharacterLimit" = "8 znaků"; "Scene.Register.Input.Password.CharacterLimit" = "8 znaků";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "Vaše heslo musí obsahovat alespoň 8 znaků"; "Scene.Register.Input.Password.Hint" = "Vaše heslo musí obsahovat alespoň 8 znaků";
"Scene.Register.Input.Password.Placeholder" = "heslo"; "Scene.Register.Input.Password.Placeholder" = "heslo";
"Scene.Register.Input.Password.Require" = "Heslo musí být alespoň:"; "Scene.Register.Input.Password.Require" = "Heslo musí být alespoň:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Toto uživatelské jméno je použito."; "Scene.Register.Input.Username.DuplicatePrompt" = "Toto uživatelské jméno je použito.";
"Scene.Register.Input.Username.Placeholder" = "uživatelské jméno"; "Scene.Register.Input.Username.Placeholder" = "uživatelské jméno";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Pojďme si nastavit %@"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Pojďme si nastavit %@"; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "Existují nějaké další příspěvky, které byste chtěli přidat do zprávy?"; "Scene.Report.Content1" = "Existují nějaké další příspěvky, které byste chtěli přidat do zprávy?";
"Scene.Report.Content2" = "Je o tomto hlášení něco, co by měli vědět moderátoři?"; "Scene.Report.Content2" = "Je o tomto hlášení něco, co by měli vědět moderátoři?";
"Scene.Report.ReportSentTitle" = "Děkujeme za nahlášení, podíváme se na to."; "Scene.Report.ReportSentTitle" = "Děkujeme za nahlášení, podíváme se na to.";
@ -415,8 +453,10 @@ nahrán do Mastodonu.";
"Scene.ServerPicker.Button.Category.Music" = "hudba"; "Scene.ServerPicker.Button.Category.Music" = "hudba";
"Scene.ServerPicker.Button.Category.Regional" = "regionální"; "Scene.ServerPicker.Button.Category.Regional" = "regionální";
"Scene.ServerPicker.Button.Category.Tech" = "technologie"; "Scene.ServerPicker.Button.Category.Tech" = "technologie";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "Zobrazit méně"; "Scene.ServerPicker.Button.SeeLess" = "Zobrazit méně";
"Scene.ServerPicker.Button.SeeMore" = "Zobrazit více"; "Scene.ServerPicker.Button.SeeMore" = "Zobrazit více";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Při načítání dat nastala chyba. Zkontrolujte připojení k internetu."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Při načítání dat nastala chyba. Zkontrolujte připojení k internetu.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Hledání dostupných serverů..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Hledání dostupných serverů...";
"Scene.ServerPicker.EmptyState.NoResults" = "Žádné výsledky"; "Scene.ServerPicker.EmptyState.NoResults" = "Žádné výsledky";
@ -424,9 +464,13 @@ nahrán do Mastodonu.";
"Scene.ServerPicker.Label.Category" = "KATEGORIE"; "Scene.ServerPicker.Label.Category" = "KATEGORIE";
"Scene.ServerPicker.Label.Language" = "JAZYK"; "Scene.ServerPicker.Label.Language" = "JAZYK";
"Scene.ServerPicker.Label.Users" = "UŽIVATELÉ"; "Scene.ServerPicker.Label.Users" = "UŽIVATELÉ";
"Scene.ServerPicker.Subtitle" = "Vyberte server založený ve vašem regionu, podle zájmů nebo podle obecného účelu. Stále můžete chatovat s kýmkoli na Mastodonu bez ohledu na vaše servery."; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Title" = "Mastodon tvoří uživatelé z různých serverů."; "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerRules.Button.Confirm" = "Souhlasím"; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "zásady ochrany osobních údajů"; "Scene.ServerRules.PrivacyPolicy" = "zásady ochrany osobních údajů";
"Scene.ServerRules.Prompt" = "Pokračováním budete podléhat podmínkám služby a zásad ochrany osobních údajů pro uživatele %@."; "Scene.ServerRules.Prompt" = "Pokračováním budete podléhat podmínkám služby a zásad ochrany osobních údajů pro uživatele %@.";
"Scene.ServerRules.Subtitle" = "Ty nastavují a prosazují moderátoři %@."; "Scene.ServerRules.Subtitle" = "Ty nastavují a prosazují moderátoři %@.";
@ -470,9 +514,34 @@ nahrán do Mastodonu.";
"Scene.SuggestionAccount.Title" = "Najít lidi pro sledování"; "Scene.SuggestionAccount.Title" = "Najít lidi pro sledování";
"Scene.Thread.BackTitle" = "Příspěvek"; "Scene.Thread.BackTitle" = "Příspěvek";
"Scene.Thread.Title" = "Příspěvek od %@"; "Scene.Thread.Title" = "Příspěvek od %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"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" = "Začínáme"; "Scene.Welcome.GetStarted" = "Začínáme";
"Scene.Welcome.LogIn" = "Přihlásit se"; "Scene.Welcome.LogIn" = "Přihlásit se";
"Scene.Welcome.Slogan" = "Sociální sítě opět ve vašich rukou."; "Scene.Welcome.Slogan" = "Sociální sítě opět ve vašich rukou.";
"Scene.Wizard.AccessibilityHint" = "Dvojitým poklepáním tohoto průvodce odmítnete"; "Scene.Wizard.AccessibilityHint" = "Dvojitým poklepáním tohoto průvodce odmítnete";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Přepínání mezi více účty podržením tlačítka profilu."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Přepínání mezi více účty podržením tlačítka profilu.";
"Scene.Wizard.NewInMastodon" = "Nový v Mastodonu"; "Scene.Wizard.NewInMastodon" = "Nový v Mastodonu";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

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@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -73,13 +73,13 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 znak</string> <string>1 character left</string>
<key>few</key> <key>few</key>
<string>%ld znaky</string> <string>%ld characters left</string>
<key>many</key> <key>many</key>
<string>%ld znaků</string> <string>%ld characters left</string>
<key>other</key> <key>other</key>
<string>%ld znaků</string> <string>%ld characters left</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -217,6 +217,26 @@
<string>%ld reblogs</string> <string>%ld reblogs</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 re-blog</string>
<key>few</key>
<string>%ld re-blogs</string>
<key>many</key>
<string>%ld re-blogs</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -40,6 +40,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Actions.Discard" = "Verwerfen"; "Common.Controls.Actions.Discard" = "Verwerfen";
"Common.Controls.Actions.Done" = "Fertig"; "Common.Controls.Actions.Done" = "Fertig";
"Common.Controls.Actions.Edit" = "Bearbeiten"; "Common.Controls.Actions.Edit" = "Bearbeiten";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Personen zum Folgen finden"; "Common.Controls.Actions.FindPeople" = "Personen zum Folgen finden";
"Common.Controls.Actions.ManuallySearch" = "Stattdessen manuell suchen"; "Common.Controls.Actions.ManuallySearch" = "Stattdessen manuell suchen";
"Common.Controls.Actions.Next" = "Weiter"; "Common.Controls.Actions.Next" = "Weiter";
@ -101,6 +102,8 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Inhaltswarnung umschalten"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Inhaltswarnung umschalten";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Favorit vom Beitrag umschalten"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Favorit vom Beitrag umschalten";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Teilen vom Beitrag umschalten"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Teilen vom Beitrag umschalten";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Favorit"; "Common.Controls.Status.Actions.Favorite" = "Favorit";
"Common.Controls.Status.Actions.Hide" = "Verstecken"; "Common.Controls.Status.Actions.Hide" = "Verstecken";
"Common.Controls.Status.Actions.Menu" = "Menü"; "Common.Controls.Status.Actions.Menu" = "Menü";
@ -109,13 +112,24 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Status.Actions.ShareLinkInPost" = "Link im Beitrag teilen"; "Common.Controls.Status.Actions.ShareLinkInPost" = "Link im Beitrag teilen";
"Common.Controls.Status.Actions.ShowGif" = "GIF anzeigen"; "Common.Controls.Status.Actions.ShowGif" = "GIF anzeigen";
"Common.Controls.Status.Actions.ShowImage" = "Bild anzeigen"; "Common.Controls.Status.Actions.ShowImage" = "Bild anzeigen";
"Common.Controls.Status.Actions.ShowVideoPlayer" = "Zeige Video-Player"; "Common.Controls.Status.Actions.ShowVideoPlayer" = "Filmwiedergabe anzeigen";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Halte gedrückt um das Menü anzuzeigen"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Halte gedrückt um das Menü anzuzeigen";
"Common.Controls.Status.Actions.Unfavorite" = "Aus Favoriten entfernen"; "Common.Controls.Status.Actions.Unfavorite" = "Aus Favoriten entfernen";
"Common.Controls.Status.Actions.Unreblog" = "Nicht mehr teilen"; "Common.Controls.Status.Actions.Unreblog" = "Nicht mehr teilen";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "Inhaltswarnung"; "Common.Controls.Status.ContentWarning" = "Inhaltswarnung";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Eingebettetes laden"; "Common.Controls.Status.LoadEmbed" = "Eingebettetes laden";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, Anhang %d von %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Erweitert das GIF. Doppeltippen und halten um Aktionen anzuzeigen.";
"Common.Controls.Status.Media.ExpandImageHint" = "Erweitert das Bild. Doppeltippen und halten um Aktionen anzuzeigen.";
"Common.Controls.Status.Media.ExpandVideoHint" = "Zeigt die Filmwiedergabe. Doppeltippen und halten um Aktionen anzuzeigen.";
"Common.Controls.Status.MediaContentWarning" = "Tippe irgendwo zum Anzeigen"; "Common.Controls.Status.MediaContentWarning" = "Tippe irgendwo zum Anzeigen";
"Common.Controls.Status.MetaEntity.Email" = "E-Mail-Adresse: %@"; "Common.Controls.Status.MetaEntity.Email" = "E-Mail-Adresse: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@";
@ -123,6 +137,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Status.MetaEntity.Url" = "Link: %@"; "Common.Controls.Status.MetaEntity.Url" = "Link: %@";
"Common.Controls.Status.Poll.Closed" = "Beendet"; "Common.Controls.Status.Poll.Closed" = "Beendet";
"Common.Controls.Status.Poll.Vote" = "Abstimmen"; "Common.Controls.Status.Poll.Vote" = "Abstimmen";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "NSFW-Inhalt"; "Common.Controls.Status.SensitiveContent" = "NSFW-Inhalt";
"Common.Controls.Status.ShowPost" = "Beitrag anzeigen"; "Common.Controls.Status.ShowPost" = "Beitrag anzeigen";
"Common.Controls.Status.ShowUserProfile" = "Benutzerprofil anzeigen"; "Common.Controls.Status.ShowUserProfile" = "Benutzerprofil anzeigen";
@ -133,16 +148,18 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Status.Tag.Mention" = "Erwähnung"; "Common.Controls.Status.Tag.Mention" = "Erwähnung";
"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" = "Show Original";
"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.";
"Common.Controls.Status.Visibility.Private" = "Nur die, die dem Autor folgen, können diesen Beitrag sehen."; "Common.Controls.Status.Visibility.Private" = "Nur die, die dem Autor folgen, können diesen Beitrag sehen.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Nur die, die mir folgen, können diesen Beitrag sehen."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Nur die, die mir folgen, können diesen Beitrag sehen.";
"Common.Controls.Status.Visibility.Unlisted" = "Jeder kann diesen Post sehen, aber nicht in der öffentlichen Timeline zeigen."; "Common.Controls.Status.Visibility.Unlisted" = "Jeder kann diesen Post sehen, aber nicht in der öffentlichen Timeline zeigen.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "Startseite"; "Common.Controls.Tabs.Home" = "Startseite";
"Common.Controls.Tabs.Notifications" = "Mitteilungen"; "Common.Controls.Tabs.Notifications" = "Mitteilungen";
"Common.Controls.Tabs.Profile" = "Profil"; "Common.Controls.Tabs.Profile" = "Profil";
@ -165,6 +182,7 @@ Dein Profil sieht für diesen Benutzer auch so aus.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Fehlende Beiträge werden geladen …"; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Fehlende Beiträge werden geladen …";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Weitere Antworten anzeigen"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Weitere Antworten anzeigen";
"Common.Controls.Timeline.Timestamp.Now" = "Gerade"; "Common.Controls.Timeline.Timestamp.Now" = "Gerade";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Konto hinzufügen"; "Scene.AccountList.AddAccount" = "Konto hinzufügen";
"Scene.AccountList.DismissAccountSwitcher" = "Dialog zum Wechseln des Kontos schließen"; "Scene.AccountList.DismissAccountSwitcher" = "Dialog zum Wechseln des Kontos schließen";
"Scene.AccountList.TabBarHint" = "Aktuell ausgewähltes Profil: %@. Doppeltippen dann gedrückt halten, um den Kontoschalter anzuzeigen"; "Scene.AccountList.TabBarHint" = "Aktuell ausgewähltes Profil: %@. Doppeltippen dann gedrückt halten, um den Kontoschalter anzuzeigen";
@ -200,28 +218,40 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Sichtbarkeit auswählen - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Sichtbarkeit auswählen - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Inhaltswarnung umschalten"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Inhaltswarnung umschalten";
"Scene.Compose.Keyboard.TogglePoll" = "Umfrage umschalten"; "Scene.Compose.Keyboard.TogglePoll" = "Umfrage umschalten";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Durchsuchen"; "Scene.Compose.MediaSelection.Browse" = "Durchsuchen";
"Scene.Compose.MediaSelection.Camera" = "Foto aufnehmen"; "Scene.Compose.MediaSelection.Camera" = "Foto aufnehmen";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Fotobibliothek"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Fotobibliothek";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Dauer: %@"; "Scene.Compose.Poll.DurationTime" = "Dauer: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 Tag"; "Scene.Compose.Poll.OneDay" = "1 Tag";
"Scene.Compose.Poll.OneHour" = "1 Stunde"; "Scene.Compose.Poll.OneHour" = "1 Stunde";
"Scene.Compose.Poll.OptionNumber" = "Auswahlmöglichkeit %ld"; "Scene.Compose.Poll.OptionNumber" = "Auswahlmöglichkeit %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 Tage"; "Scene.Compose.Poll.SevenDays" = "7 Tage";
"Scene.Compose.Poll.SixHours" = "6 Stunden"; "Scene.Compose.Poll.SixHours" = "6 Stunden";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "Die Umfrage hat eine leere Option"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "Die Umfrage hat eine leere Option";
"Scene.Compose.Poll.ThePollIsInvalid" = "Die Umfrage ist ungültig"; "Scene.Compose.Poll.ThePollIsInvalid" = "Die Umfrage ist ungültig";
"Scene.Compose.Poll.ThirtyMinutes" = "30 Minuten"; "Scene.Compose.Poll.ThirtyMinutes" = "30 Minuten";
"Scene.Compose.Poll.ThreeDays" = "3 Tage"; "Scene.Compose.Poll.ThreeDays" = "3 Tage";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "antwortet auf %@"; "Scene.Compose.ReplyingToUser" = "antwortet auf %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "Neuer Beitrag"; "Scene.Compose.Title.NewPost" = "Neuer Beitrag";
"Scene.Compose.Title.NewReply" = "Neue Antwort"; "Scene.Compose.Title.NewReply" = "Neue Antwort";
"Scene.Compose.Visibility.Direct" = "Nur für Leute, die ich erwähne"; "Scene.Compose.Visibility.Direct" = "Nur für Leute, die ich erwähne";
"Scene.Compose.Visibility.Private" = "Nur für Folgende"; "Scene.Compose.Visibility.Private" = "Nur für Folgende";
"Scene.Compose.Visibility.Public" = "Öffentlich"; "Scene.Compose.Visibility.Public" = "Öffentlich";
"Scene.Compose.Visibility.Unlisted" = "Nicht gelistet"; "Scene.Compose.Visibility.Unlisted" = "Nicht gelistet";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "E-Mail-App öffnen";
"Scene.ConfirmEmail.Button.Resend" = "Erneut senden"; "Scene.ConfirmEmail.Button.Resend" = "Erneut senden";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Überprüfe, ob deine E-Mail-Adresse korrekt ist und sieh im Spam-Ordner nach, falls du es noch nicht getan hast."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Überprüfe, ob deine E-Mail-Adresse korrekt ist und sieh im Spam-Ordner nach, falls du es noch nicht getan hast.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "E-Mail erneut versenden"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "E-Mail erneut versenden";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Bitte überprüfe deine E-Mails"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Bitte überprüfe deine E-Mails";
@ -229,9 +259,8 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "E-Mail"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "E-Mail";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "E-Mail-Client öffnen"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "E-Mail-Client öffnen";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Überprüfe deinen Posteingang."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Überprüfe deinen Posteingang.";
"Scene.ConfirmEmail.Subtitle" = "Schaue kurz in dein E-Mail-Postfach und tippe den Link an, den wir dir gesendet haben."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Schaue kurz in dein E-Mail-Postfach und tippe den Link an, den wir dir gesendet haben"; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.Title" = "Noch eine letzte Sache.";
"Scene.Discovery.Intro" = "Dies sind die Beiträge, die in deiner Umgebung auf Mastodon beliebter werden."; "Scene.Discovery.Intro" = "Dies sind die Beiträge, die in deiner Umgebung auf Mastodon beliebter werden.";
"Scene.Discovery.Tabs.Community" = "Community"; "Scene.Discovery.Tabs.Community" = "Community";
"Scene.Discovery.Tabs.ForYou" = "Für dich"; "Scene.Discovery.Tabs.ForYou" = "Für dich";
@ -240,7 +269,7 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Discovery.Tabs.Posts" = "Beiträge"; "Scene.Discovery.Tabs.Posts" = "Beiträge";
"Scene.Familiarfollowers.FollowedByNames" = "Gefolgt von %@"; "Scene.Familiarfollowers.FollowedByNames" = "Gefolgt von %@";
"Scene.Familiarfollowers.Title" = "Folgende, die du kennst"; "Scene.Familiarfollowers.Title" = "Folgende, die du kennst";
"Scene.Favorite.Title" = "Deine Favoriten"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Favorisiert von"; "Scene.FavoritedBy.Title" = "Favorisiert von";
"Scene.FollowedTags.Actions.Follow" = "Folgen"; "Scene.FollowedTags.Actions.Follow" = "Folgen";
"Scene.FollowedTags.Actions.Unfollow" = "Entfolgen"; "Scene.FollowedTags.Actions.Unfollow" = "Entfolgen";
@ -253,7 +282,7 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Following.Footer" = "Gefolgte, die nicht auf deinem Server registriert sind, werden nicht angezeigt."; "Scene.Following.Footer" = "Gefolgte, die nicht auf deinem Server registriert sind, werden nicht angezeigt.";
"Scene.Following.Title" = "Gefolgte"; "Scene.Following.Title" = "Gefolgte";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Zum Scrollen nach oben tippen und zum vorherigen Ort erneut tippen"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Zum Scrollen nach oben tippen und zum vorherigen Ort erneut tippen";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Logo-Button"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Neue Beiträge anzeigen"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Neue Beiträge anzeigen";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Offline"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Offline";
"Scene.HomeTimeline.NavigationBarState.Published" = "Veröffentlicht!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Veröffentlicht!";
@ -279,13 +308,21 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Preview.Keyboard.ClosePreview" = "Vorschau schließen"; "Scene.Preview.Keyboard.ClosePreview" = "Vorschau schließen";
"Scene.Preview.Keyboard.ShowNext" = "Nächstes anzeigen"; "Scene.Preview.Keyboard.ShowNext" = "Nächstes anzeigen";
"Scene.Preview.Keyboard.ShowPrevious" = "Vorheriges anzeigen"; "Scene.Preview.Keyboard.ShowPrevious" = "Vorheriges anzeigen";
"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" = "Doppeltippen, um die Liste zu öffnen"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Doppeltippen, um die Liste zu öffnen";
"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.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "Gefolgte"; "Scene.Profile.Dashboard.MyFollowers" = "Follower";
"Scene.Profile.Dashboard.Posts" = "Beiträge"; "Scene.Profile.Dashboard.MyFollowing" = "folge ich";
"Scene.Profile.Dashboard.MyPosts" = "Beiträge";
"Scene.Profile.Dashboard.OtherFollowers" = "Followers";
"Scene.Profile.Dashboard.OtherFollowing" = "folge ich";
"Scene.Profile.Dashboard.OtherPosts" = "Beiträge";
"Scene.Profile.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";
@ -338,13 +375,14 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Register.Input.Password.Accessibility.Checked" = "Häkchen gesetzt"; "Scene.Register.Input.Password.Accessibility.Checked" = "Häkchen gesetzt";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "Häkchen entfernt"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "Häkchen entfernt";
"Scene.Register.Input.Password.CharacterLimit" = "8 Zeichen"; "Scene.Register.Input.Password.CharacterLimit" = "8 Zeichen";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "Ihr Passwort muss mindestens 8 Zeichen lang sein"; "Scene.Register.Input.Password.Hint" = "Ihr Passwort muss mindestens 8 Zeichen lang sein";
"Scene.Register.Input.Password.Placeholder" = "Passwort"; "Scene.Register.Input.Password.Placeholder" = "Passwort";
"Scene.Register.Input.Password.Require" = "Anforderungen an dein Passwort:"; "Scene.Register.Input.Password.Require" = "Anforderungen an dein Passwort:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Dieser Benutzername ist vergeben."; "Scene.Register.Input.Username.DuplicatePrompt" = "Dieser Benutzername ist vergeben.";
"Scene.Register.Input.Username.Placeholder" = "Benutzername"; "Scene.Register.Input.Username.Placeholder" = "Benutzername";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Okay, lass uns mit %@ anfangen"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Erzähle uns von dir."; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "Gibt es noch weitere Beiträge, die du der Meldung hinzufügen möchtest?"; "Scene.Report.Content1" = "Gibt es noch weitere Beiträge, die du der Meldung hinzufügen möchtest?";
"Scene.Report.Content2" = "Gibt es etwas, was die Moderatoren über diese Meldung wissen sollten?"; "Scene.Report.Content2" = "Gibt es etwas, was die Moderatoren über diese Meldung wissen sollten?";
"Scene.Report.ReportSentTitle" = "Danke für deine Meldung, wir werden uns damit beschäftigen."; "Scene.Report.ReportSentTitle" = "Danke für deine Meldung, wir werden uns damit beschäftigen.";
@ -419,8 +457,10 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.ServerPicker.Button.Category.Music" = "Musik"; "Scene.ServerPicker.Button.Category.Music" = "Musik";
"Scene.ServerPicker.Button.Category.Regional" = "Regional"; "Scene.ServerPicker.Button.Category.Regional" = "Regional";
"Scene.ServerPicker.Button.Category.Tech" = "Technologie"; "Scene.ServerPicker.Button.Category.Tech" = "Technologie";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "Weniger anzeigen"; "Scene.ServerPicker.Button.SeeLess" = "Weniger anzeigen";
"Scene.ServerPicker.Button.SeeMore" = "Mehr anzeigen"; "Scene.ServerPicker.Button.SeeMore" = "Mehr anzeigen";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Beim Laden der Daten ist etwas schief gelaufen. Überprüfe deine Internetverbindung."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Beim Laden der Daten ist etwas schief gelaufen. Überprüfe deine Internetverbindung.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Verfügbare Server werden gesucht …"; "Scene.ServerPicker.EmptyState.FindingServers" = "Verfügbare Server werden gesucht …";
"Scene.ServerPicker.EmptyState.NoResults" = "Keine Ergebnisse"; "Scene.ServerPicker.EmptyState.NoResults" = "Keine Ergebnisse";
@ -428,10 +468,13 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.ServerPicker.Label.Category" = "KATEGORIE"; "Scene.ServerPicker.Label.Category" = "KATEGORIE";
"Scene.ServerPicker.Label.Language" = "SPRACHE"; "Scene.ServerPicker.Label.Language" = "SPRACHE";
"Scene.ServerPicker.Label.Users" = "BENUTZER"; "Scene.ServerPicker.Label.Users" = "BENUTZER";
"Scene.ServerPicker.Subtitle" = "Wähle einen Server basierend auf deinen Interessen oder deiner Region oder einfach einen allgemeinen. Du kannst trotzdem mit jedem interagieren, egal auf welchem Server."; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Title" = "Wähle einen Server, "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
beliebigen Server."; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerRules.Button.Confirm" = "Ich stimme zu"; "Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "Datenschutzerklärung"; "Scene.ServerRules.PrivacyPolicy" = "Datenschutzerklärung";
"Scene.ServerRules.Prompt" = "Wenn du fortfährst, unterliegst du den Nutzungsbedingungen und den Datenschutzrichtlinien für %@."; "Scene.ServerRules.Prompt" = "Wenn du fortfährst, unterliegst du den Nutzungsbedingungen und den Datenschutzrichtlinien für %@.";
"Scene.ServerRules.Subtitle" = "Diese Regeln werden von den Administratoren von %@ festgelegt."; "Scene.ServerRules.Subtitle" = "Diese Regeln werden von den Administratoren von %@ festgelegt.";
@ -475,9 +518,34 @@ beliebigen Server.";
"Scene.SuggestionAccount.Title" = "Finde Personen zum Folgen"; "Scene.SuggestionAccount.Title" = "Finde Personen zum Folgen";
"Scene.Thread.BackTitle" = "Beitrag"; "Scene.Thread.BackTitle" = "Beitrag";
"Scene.Thread.Title" = "Beitrag von %@"; "Scene.Thread.Title" = "Beitrag von %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"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" = "Registrieren"; "Scene.Welcome.GetStarted" = "Registrieren";
"Scene.Welcome.LogIn" = "Anmelden"; "Scene.Welcome.LogIn" = "Anmelden";
"Scene.Welcome.Slogan" = "Soziale Netzwerke wieder in deinen Händen."; "Scene.Welcome.Slogan" = "Soziale Netzwerke wieder in deinen Händen.";
"Scene.Wizard.AccessibilityHint" = "Doppeltippen, um diesen Assistenten zu schließen"; "Scene.Wizard.AccessibilityHint" = "Doppeltippen, um diesen Assistenten zu schließen";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Wechsel zwischen mehreren Konten durch Drücken der Profil-Schaltfläche."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Wechsel zwischen mehreren Konten durch Drücken der Profil-Schaltfläche.";
"Scene.Wizard.NewInMastodon" = "Neu in Mastodon"; "Scene.Wizard.NewInMastodon" = "Neu in Mastodon";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -53,7 +53,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@ übrig</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 Zeichen</string> <string>1 Zeichen übrig</string>
<key>other</key> <key>other</key>
<string>%ld Zeichen</string> <string>%ld Zeichen übrig</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -173,6 +173,22 @@
<string>%ld Reblogs</string> <string>%ld Reblogs</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 re-blog</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -40,6 +40,7 @@ Please check your internet connection.";
"Common.Controls.Actions.Discard" = "Discard"; "Common.Controls.Actions.Discard" = "Discard";
"Common.Controls.Actions.Done" = "Done"; "Common.Controls.Actions.Done" = "Done";
"Common.Controls.Actions.Edit" = "Edit"; "Common.Controls.Actions.Edit" = "Edit";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Find people to follow"; "Common.Controls.Actions.FindPeople" = "Find people to follow";
"Common.Controls.Actions.ManuallySearch" = "Manually search instead"; "Common.Controls.Actions.ManuallySearch" = "Manually search instead";
"Common.Controls.Actions.Next" = "Next"; "Common.Controls.Actions.Next" = "Next";
@ -63,6 +64,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";
@ -99,6 +102,8 @@ Please check your internet connection.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Toggle Content Warning"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Toggle Content Warning";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toggle Favorite on Post"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toggle Favorite on Post";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toggle Reblog on Post"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toggle Reblog on Post";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Favorite"; "Common.Controls.Status.Actions.Favorite" = "Favorite";
"Common.Controls.Status.Actions.Hide" = "Hide"; "Common.Controls.Status.Actions.Hide" = "Hide";
"Common.Controls.Status.Actions.Menu" = "Menu"; "Common.Controls.Status.Actions.Menu" = "Menu";
@ -111,9 +116,20 @@ Please check your internet connection.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tap then hold to show menu"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tap then hold to show menu";
"Common.Controls.Status.Actions.Unfavorite" = "Unfavorite"; "Common.Controls.Status.Actions.Unfavorite" = "Unfavorite";
"Common.Controls.Status.Actions.Unreblog" = "Undo reblog"; "Common.Controls.Status.Actions.Unreblog" = "Undo reblog";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "Content Warning"; "Common.Controls.Status.ContentWarning" = "Content Warning";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.LoadEmbed" = "Load Embed";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, attachment %d of %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Expands the GIF. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandImageHint" = "Expands the image. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandVideoHint" = "Shows the video player. Double-tap and hold to show actions";
"Common.Controls.Status.MediaContentWarning" = "Tap anywhere to reveal"; "Common.Controls.Status.MediaContentWarning" = "Tap anywhere to reveal";
"Common.Controls.Status.MetaEntity.Email" = "Email address: %@"; "Common.Controls.Status.MetaEntity.Email" = "Email address: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@";
@ -121,6 +137,7 @@ Please check your internet connection.";
"Common.Controls.Status.MetaEntity.Url" = "Link: %@"; "Common.Controls.Status.MetaEntity.Url" = "Link: %@";
"Common.Controls.Status.Poll.Closed" = "Closed"; "Common.Controls.Status.Poll.Closed" = "Closed";
"Common.Controls.Status.Poll.Vote" = "Vote"; "Common.Controls.Status.Poll.Vote" = "Vote";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Sensitive Content"; "Common.Controls.Status.SensitiveContent" = "Sensitive Content";
"Common.Controls.Status.ShowPost" = "Show Post"; "Common.Controls.Status.ShowPost" = "Show Post";
"Common.Controls.Status.ShowUserProfile" = "Show user profile"; "Common.Controls.Status.ShowUserProfile" = "Show user profile";
@ -131,7 +148,7 @@ Please check your internet connection.";
"Common.Controls.Status.Tag.Mention" = "Mention"; "Common.Controls.Status.Tag.Mention" = "Mention";
"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" = "Show Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown"; "Common.Controls.Status.Translation.UnknownLanguage" = "Unknown";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
@ -141,6 +158,8 @@ Please check your internet connection.";
"Common.Controls.Status.Visibility.Private" = "Only their followers can see this post."; "Common.Controls.Status.Visibility.Private" = "Only their followers can see this post.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post.";
"Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline."; "Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "Home"; "Common.Controls.Tabs.Home" = "Home";
"Common.Controls.Tabs.Notifications" = "Notifications"; "Common.Controls.Tabs.Notifications" = "Notifications";
"Common.Controls.Tabs.Profile" = "Profile"; "Common.Controls.Tabs.Profile" = "Profile";
@ -163,6 +182,7 @@ Your profile looks like this to them.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Loading missing posts..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Loading missing posts...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Show more replies"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Show more replies";
"Common.Controls.Timeline.Timestamp.Now" = "Now"; "Common.Controls.Timeline.Timestamp.Now" = "Now";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Add Account"; "Scene.AccountList.AddAccount" = "Add Account";
"Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher"; "Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher";
"Scene.AccountList.TabBarHint" = "Current selected profile: %@. Double tap then hold to show account switcher"; "Scene.AccountList.TabBarHint" = "Current selected profile: %@. Double tap then hold to show account switcher";
@ -198,28 +218,40 @@ uploaded to Mastodon.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Select Visibility - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Select Visibility - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Toggle Content Warning"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Toggle Content Warning";
"Scene.Compose.Keyboard.TogglePoll" = "Toggle Poll"; "Scene.Compose.Keyboard.TogglePoll" = "Toggle Poll";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Browse"; "Scene.Compose.MediaSelection.Browse" = "Browse";
"Scene.Compose.MediaSelection.Camera" = "Take Photo"; "Scene.Compose.MediaSelection.Camera" = "Take Photo";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Photo Library"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Photo Library";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Duration: %@"; "Scene.Compose.Poll.DurationTime" = "Duration: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 Day"; "Scene.Compose.Poll.OneDay" = "1 Day";
"Scene.Compose.Poll.OneHour" = "1 Hour"; "Scene.Compose.Poll.OneHour" = "1 Hour";
"Scene.Compose.Poll.OptionNumber" = "Option %ld"; "Scene.Compose.Poll.OptionNumber" = "Option %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 Days"; "Scene.Compose.Poll.SevenDays" = "7 Days";
"Scene.Compose.Poll.SixHours" = "6 Hours"; "Scene.Compose.Poll.SixHours" = "6 Hours";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option";
"Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid"; "Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid";
"Scene.Compose.Poll.ThirtyMinutes" = "30 minutes"; "Scene.Compose.Poll.ThirtyMinutes" = "30 minutes";
"Scene.Compose.Poll.ThreeDays" = "3 Days"; "Scene.Compose.Poll.ThreeDays" = "3 Days";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "replying to %@"; "Scene.Compose.ReplyingToUser" = "replying to %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "New Post"; "Scene.Compose.Title.NewPost" = "New Post";
"Scene.Compose.Title.NewReply" = "New Reply"; "Scene.Compose.Title.NewReply" = "New Reply";
"Scene.Compose.Visibility.Direct" = "Only people I mention"; "Scene.Compose.Visibility.Direct" = "Only people I mention";
"Scene.Compose.Visibility.Private" = "Followers only"; "Scene.Compose.Visibility.Private" = "Followers only";
"Scene.Compose.Visibility.Public" = "Public"; "Scene.Compose.Visibility.Public" = "Public";
"Scene.Compose.Visibility.Unlisted" = "Unlisted"; "Scene.Compose.Visibility.Unlisted" = "Unlisted";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Open Email App";
"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";
@ -227,12 +259,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.Subtitle" = "Tap the link we emailed to you to verify your account."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. We'll wait right here.";
"Scene.ConfirmEmail.Title" = "Check Your Inbox"; "Scene.ConfirmEmail.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";
@ -262,7 +290,7 @@ uploaded to Mastodon.";
"Scene.HomeTimeline.Title" = "Home"; "Scene.HomeTimeline.Title" = "Home";
"Scene.Login.ServerSearchField.Placeholder" = "Enter URL or search for your server"; "Scene.Login.ServerSearchField.Placeholder" = "Enter URL or search for your server";
"Scene.Login.Subtitle" = "Log you in on the server you created your account on."; "Scene.Login.Subtitle" = "Log you in on the server you created your account on.";
"Scene.Login.Title" = "Welcome back"; "Scene.Login.Title" = "Welcome Back";
"Scene.Notification.FollowRequest.Accept" = "Accept"; "Scene.Notification.FollowRequest.Accept" = "Accept";
"Scene.Notification.FollowRequest.Accepted" = "Accepted"; "Scene.Notification.FollowRequest.Accepted" = "Accepted";
"Scene.Notification.FollowRequest.Reject" = "reject"; "Scene.Notification.FollowRequest.Reject" = "reject";
@ -280,13 +308,21 @@ 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";
"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image"; "Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image";
"Scene.Profile.Dashboard.Followers" = "followers"; "Scene.Profile.Dashboard.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "following"; "Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.Posts" = "posts"; "Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.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";
@ -339,9 +375,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";
@ -421,9 +457,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...";
@ -432,14 +468,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.";
@ -483,6 +518,17 @@ 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.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"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
@ -490,8 +536,17 @@ 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"; "Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"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."; "Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Scene.Privacy.Button.confirm" = "I agree"; "Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS"; "Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Scene.Privacy.Policy.Server" = "Privacy Policy - %@"; "Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -53,7 +53,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@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>1 character left</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld characters left</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -175,25 +175,19 @@
</dict> </dict>
<key>plural.count.reblog_a11y</key> <key>plural.count.reblog_a11y</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string> <string>%#@reblog_count@</string>
<key>reblog_count</key> <key>reblog_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string> <string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>zero</key> <key>one</key>
<string>0 re-blogs</string> <string>1 re-blog</string>
<key>one</key> <key>other</key>
<string>1 re-blog</string> <string>%ld re-blogs</string>
<key>few</key> </dict>
<string>%ld re-blogs</string>
<key>many</key>
<string>%ld re-blogs</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict> </dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>

View File

@ -40,6 +40,7 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Actions.Discard" = "Descartar"; "Common.Controls.Actions.Discard" = "Descartar";
"Common.Controls.Actions.Done" = "Hecho"; "Common.Controls.Actions.Done" = "Hecho";
"Common.Controls.Actions.Edit" = "Editar"; "Common.Controls.Actions.Edit" = "Editar";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Encuentra gente a la que seguir"; "Common.Controls.Actions.FindPeople" = "Encuentra gente a la que seguir";
"Common.Controls.Actions.ManuallySearch" = "Mejor hacer una búsqueda manual"; "Common.Controls.Actions.ManuallySearch" = "Mejor hacer una búsqueda manual";
"Common.Controls.Actions.Next" = "Siguiente"; "Common.Controls.Actions.Next" = "Siguiente";
@ -101,6 +102,8 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Alternar la Advertencia de Contenido"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Alternar la Advertencia de Contenido";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Conmutar la Marca de Favorito en la Publicación"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Conmutar la Marca de Favorito en la Publicación";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Conmutar el Reblogueo en la Publicación"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Conmutar el Reblogueo en la Publicación";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Favorito"; "Common.Controls.Status.Actions.Favorite" = "Favorito";
"Common.Controls.Status.Actions.Hide" = "Ocultar"; "Common.Controls.Status.Actions.Hide" = "Ocultar";
"Common.Controls.Status.Actions.Menu" = "Menú"; "Common.Controls.Status.Actions.Menu" = "Menú";
@ -113,9 +116,20 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Toca, después mantén para mostrar el menú"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Toca, después mantén para mostrar el menú";
"Common.Controls.Status.Actions.Unfavorite" = "No favorito"; "Common.Controls.Status.Actions.Unfavorite" = "No favorito";
"Common.Controls.Status.Actions.Unreblog" = "Deshacer reblogueo"; "Common.Controls.Status.Actions.Unreblog" = "Deshacer reblogueo";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "Advertencia de Contenido"; "Common.Controls.Status.ContentWarning" = "Advertencia de Contenido";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ vía %@"; "Common.Controls.Status.LinkViaUser" = "%@ vía %@";
"Common.Controls.Status.LoadEmbed" = "Cargar incrustado"; "Common.Controls.Status.LoadEmbed" = "Cargar incrustado";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, adjunto %d de %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Expande el GIF. Toca dos veces y mantén presionado para mostrar acciones";
"Common.Controls.Status.Media.ExpandImageHint" = "Expande la imagen. Toca dos veces y mantén presionado para mostrar acciones";
"Common.Controls.Status.Media.ExpandVideoHint" = "Muestra el reproductor de video. Toca dos veces y mantén presionado para mostrar acciones";
"Common.Controls.Status.MediaContentWarning" = "Pulsa en cualquier sitio para mostrar"; "Common.Controls.Status.MediaContentWarning" = "Pulsa en cualquier sitio para mostrar";
"Common.Controls.Status.MetaEntity.Email" = "Dirección de correo electrónico: %@"; "Common.Controls.Status.MetaEntity.Email" = "Dirección de correo electrónico: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Etiqueta: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Etiqueta: %@";
@ -123,6 +137,7 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Status.MetaEntity.Url" = "Enlace: %@"; "Common.Controls.Status.MetaEntity.Url" = "Enlace: %@";
"Common.Controls.Status.Poll.Closed" = "Cerrado"; "Common.Controls.Status.Poll.Closed" = "Cerrado";
"Common.Controls.Status.Poll.Vote" = "Vota"; "Common.Controls.Status.Poll.Vote" = "Vota";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Contenido sensible"; "Common.Controls.Status.SensitiveContent" = "Contenido sensible";
"Common.Controls.Status.ShowPost" = "Mostrar Publicación"; "Common.Controls.Status.ShowPost" = "Mostrar Publicación";
"Common.Controls.Status.ShowUserProfile" = "Mostrar perfil del usuario"; "Common.Controls.Status.ShowUserProfile" = "Mostrar perfil del usuario";
@ -133,16 +148,18 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Status.Tag.Mention" = "Mención"; "Common.Controls.Status.Tag.Mention" = "Mención";
"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" = "Show 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.";
"Common.Controls.Status.Visibility.Private" = "Sólo sus seguidores pueden ver este mensaje."; "Common.Controls.Status.Visibility.Private" = "Sólo sus seguidores pueden ver este mensaje.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Sólo mis seguidores pueden ver este mensaje."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Sólo mis seguidores pueden ver este mensaje.";
"Common.Controls.Status.Visibility.Unlisted" = "Todo el mundo puede ver este post pero no mostrar en la línea de tiempo pública."; "Common.Controls.Status.Visibility.Unlisted" = "Todo el mundo puede ver este post pero no mostrar en la línea de tiempo pública.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "Inicio"; "Common.Controls.Tabs.Home" = "Inicio";
"Common.Controls.Tabs.Notifications" = "Notificaciones"; "Common.Controls.Tabs.Notifications" = "Notificaciones";
"Common.Controls.Tabs.Profile" = "Perfil"; "Common.Controls.Tabs.Profile" = "Perfil";
@ -165,6 +182,7 @@ Tu perfil se ve así para él.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Cargando publicaciones faltantes..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Cargando publicaciones faltantes...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostrar más respuestas"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostrar más respuestas";
"Common.Controls.Timeline.Timestamp.Now" = "Ahora"; "Common.Controls.Timeline.Timestamp.Now" = "Ahora";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Añadir cuenta"; "Scene.AccountList.AddAccount" = "Añadir cuenta";
"Scene.AccountList.DismissAccountSwitcher" = "Descartar el selector de cuentas"; "Scene.AccountList.DismissAccountSwitcher" = "Descartar el selector de cuentas";
"Scene.AccountList.TabBarHint" = "Perfil seleccionado actualmente: %@. Haz un doble toque y mantén pulsado para mostrar el selector de cuentas"; "Scene.AccountList.TabBarHint" = "Perfil seleccionado actualmente: %@. Haz un doble toque y mantén pulsado para mostrar el selector de cuentas";
@ -200,28 +218,40 @@ subirse a Mastodon.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Seleccionar Visibilidad - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Seleccionar Visibilidad - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Conmutar Advertencia de Contenido"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Conmutar Advertencia de Contenido";
"Scene.Compose.Keyboard.TogglePoll" = "Conmutar Encuesta"; "Scene.Compose.Keyboard.TogglePoll" = "Conmutar Encuesta";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Explorar"; "Scene.Compose.MediaSelection.Browse" = "Explorar";
"Scene.Compose.MediaSelection.Camera" = "Hacer Foto"; "Scene.Compose.MediaSelection.Camera" = "Hacer Foto";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Galería de Fotos"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Galería de Fotos";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Duración: %@"; "Scene.Compose.Poll.DurationTime" = "Duración: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 Día"; "Scene.Compose.Poll.OneDay" = "1 Día";
"Scene.Compose.Poll.OneHour" = "1 Hora"; "Scene.Compose.Poll.OneHour" = "1 Hora";
"Scene.Compose.Poll.OptionNumber" = "Opción %ld"; "Scene.Compose.Poll.OptionNumber" = "Opción %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 Días"; "Scene.Compose.Poll.SevenDays" = "7 Días";
"Scene.Compose.Poll.SixHours" = "6 Horas"; "Scene.Compose.Poll.SixHours" = "6 Horas";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "La encuesta tiene una opción vacía"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "La encuesta tiene una opción vacía";
"Scene.Compose.Poll.ThePollIsInvalid" = "La encuesta no es válida"; "Scene.Compose.Poll.ThePollIsInvalid" = "La encuesta no es válida";
"Scene.Compose.Poll.ThirtyMinutes" = "30 minutos"; "Scene.Compose.Poll.ThirtyMinutes" = "30 minutos";
"Scene.Compose.Poll.ThreeDays" = "4 Días"; "Scene.Compose.Poll.ThreeDays" = "4 Días";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "en respuesta a %@"; "Scene.Compose.ReplyingToUser" = "en respuesta a %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "Nueva Publicación"; "Scene.Compose.Title.NewPost" = "Nueva Publicación";
"Scene.Compose.Title.NewReply" = "Nueva Respuesta"; "Scene.Compose.Title.NewReply" = "Nueva Respuesta";
"Scene.Compose.Visibility.Direct" = "Solo la gente que yo menciono"; "Scene.Compose.Visibility.Direct" = "Solo la gente que yo menciono";
"Scene.Compose.Visibility.Private" = "Solo seguidores"; "Scene.Compose.Visibility.Private" = "Solo seguidores";
"Scene.Compose.Visibility.Public" = "Pública"; "Scene.Compose.Visibility.Public" = "Pública";
"Scene.Compose.Visibility.Unlisted" = "Sin listar"; "Scene.Compose.Visibility.Unlisted" = "Sin listar";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Abrir Aplicación de Correo Electrónico";
"Scene.ConfirmEmail.Button.Resend" = "Reenviar"; "Scene.ConfirmEmail.Button.Resend" = "Reenviar";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Comprueba que tu dirección de correo electrónico sea correcta y revisa la carpeta de correo no deseado si no lo has hecho ya."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Comprueba que tu dirección de correo electrónico sea correcta y revisa la carpeta de correo no deseado si no lo has hecho ya.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Volver a Enviar Correo Electrónico"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Volver a Enviar Correo Electrónico";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Revisa tu correo electrónico"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Revisa tu correo electrónico";
@ -229,10 +259,8 @@ subirse a Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Correo"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Correo";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Abrir Cliente de Correo Electrónico"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Abrir Cliente de Correo Electrónico";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Revisa tu bandeja de entrada."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Revisa tu bandeja de entrada.";
"Scene.ConfirmEmail.Subtitle" = "Te acabamos de enviar un correo a %@, "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
pulsa en el enlace para confirmar tu cuenta."; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Toca el enlace que te enviamos por correo electrónico para verificar tu cuenta";
"Scene.ConfirmEmail.Title" = "Una última cosa.";
"Scene.Discovery.Intro" = "Estas son las publicaciones que están ganando tracción en tu rincón de Mastodon."; "Scene.Discovery.Intro" = "Estas son las publicaciones que están ganando tracción en tu rincón de Mastodon.";
"Scene.Discovery.Tabs.Community" = "Comunidad"; "Scene.Discovery.Tabs.Community" = "Comunidad";
"Scene.Discovery.Tabs.ForYou" = "Para Ti"; "Scene.Discovery.Tabs.ForYou" = "Para Ti";
@ -241,7 +269,7 @@ pulsa en el enlace para confirmar tu cuenta.";
"Scene.Discovery.Tabs.Posts" = "Publicaciones"; "Scene.Discovery.Tabs.Posts" = "Publicaciones";
"Scene.Familiarfollowers.FollowedByNames" = "Seguido por %@"; "Scene.Familiarfollowers.FollowedByNames" = "Seguido por %@";
"Scene.Familiarfollowers.Title" = "Seguidores que conoces"; "Scene.Familiarfollowers.Title" = "Seguidores que conoces";
"Scene.Favorite.Title" = "Tus Favoritos"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Hecho favorito por"; "Scene.FavoritedBy.Title" = "Hecho favorito por";
"Scene.FollowedTags.Actions.Follow" = "Seguir"; "Scene.FollowedTags.Actions.Follow" = "Seguir";
"Scene.FollowedTags.Actions.Unfollow" = "Dejar de seguir"; "Scene.FollowedTags.Actions.Unfollow" = "Dejar de seguir";
@ -254,7 +282,7 @@ pulsa en el enlace para confirmar tu cuenta.";
"Scene.Following.Footer" = "No se muestran los seguidos de otros servidores."; "Scene.Following.Footer" = "No se muestran los seguidos de otros servidores.";
"Scene.Following.Title" = "siguiendo"; "Scene.Following.Title" = "siguiendo";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Toca para desplazarte hacia arriba y toca de nuevo para la localización anterior"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Toca para desplazarte hacia arriba y toca de nuevo para la localización anterior";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Botón del logo"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Ver nuevas publicaciones"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Ver nuevas publicaciones";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Sin Conexión"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Sin Conexión";
"Scene.HomeTimeline.NavigationBarState.Published" = "¡Publicado!"; "Scene.HomeTimeline.NavigationBarState.Published" = "¡Publicado!";
@ -280,15 +308,23 @@ pulsa en el enlace para confirmar tu cuenta.";
"Scene.Preview.Keyboard.ClosePreview" = "Cerrar Previsualización"; "Scene.Preview.Keyboard.ClosePreview" = "Cerrar Previsualización";
"Scene.Preview.Keyboard.ShowNext" = "Mostrar Siguiente"; "Scene.Preview.Keyboard.ShowNext" = "Mostrar Siguiente";
"Scene.Preview.Keyboard.ShowPrevious" = "Mostrar Anterior"; "Scene.Preview.Keyboard.ShowPrevious" = "Mostrar Anterior";
"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" = "Pulsa dos veces para abrir la lista"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Pulsa dos veces para abrir la lista";
"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.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "siguiendo"; "Scene.Profile.Dashboard.MyFollowers" = "seguidores";
"Scene.Profile.Dashboard.Posts" = "publicaciones"; "Scene.Profile.Dashboard.MyFollowing" = "siguiendo";
"Scene.Profile.Dashboard.MyPosts" = "publicaciones";
"Scene.Profile.Dashboard.OtherFollowers" = "seguidores";
"Scene.Profile.Dashboard.OtherFollowing" = "siguiendo";
"Scene.Profile.Dashboard.OtherPosts" = "publicaciones";
"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 %@";
@ -339,13 +375,14 @@ pulsa en el enlace para confirmar tu cuenta.";
"Scene.Register.Input.Password.Accessibility.Checked" = "marcado"; "Scene.Register.Input.Password.Accessibility.Checked" = "marcado";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "sin marcar"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "sin marcar";
"Scene.Register.Input.Password.CharacterLimit" = "8 caracteres"; "Scene.Register.Input.Password.CharacterLimit" = "8 caracteres";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "Tu contraseña necesita tener al menos ocho caracteres"; "Scene.Register.Input.Password.Hint" = "Tu contraseña necesita tener al menos ocho caracteres";
"Scene.Register.Input.Password.Placeholder" = "contraseña"; "Scene.Register.Input.Password.Placeholder" = "contraseña";
"Scene.Register.Input.Password.Require" = "Tu contraseña debe contener como mínimo:"; "Scene.Register.Input.Password.Require" = "Tu contraseña debe contener como mínimo:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Este nombre de usuario ya está en uso."; "Scene.Register.Input.Username.DuplicatePrompt" = "Este nombre de usuario ya está en uso.";
"Scene.Register.Input.Username.Placeholder" = "nombre de usuario"; "Scene.Register.Input.Username.Placeholder" = "nombre de usuario";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Deja que te preparemos en %@"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Háblanos de ti."; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "¿Hay alguna otra publicación que te gustaría añadir al reporte?"; "Scene.Report.Content1" = "¿Hay alguna otra publicación que te gustaría añadir al reporte?";
"Scene.Report.Content2" = "¿Hay algo que los moderadores deberían saber acerca de este reporte?"; "Scene.Report.Content2" = "¿Hay algo que los moderadores deberían saber acerca de este reporte?";
"Scene.Report.ReportSentTitle" = "Gracias por reportar, estudiaremos esto."; "Scene.Report.ReportSentTitle" = "Gracias por reportar, estudiaremos esto.";
@ -420,8 +457,10 @@ pulsa en el enlace para confirmar tu cuenta.";
"Scene.ServerPicker.Button.Category.Music" = "música"; "Scene.ServerPicker.Button.Category.Music" = "música";
"Scene.ServerPicker.Button.Category.Regional" = "regional"; "Scene.ServerPicker.Button.Category.Regional" = "regional";
"Scene.ServerPicker.Button.Category.Tech" = "tecnología"; "Scene.ServerPicker.Button.Category.Tech" = "tecnología";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "Ver Menos"; "Scene.ServerPicker.Button.SeeLess" = "Ver Menos";
"Scene.ServerPicker.Button.SeeMore" = "Ver Más"; "Scene.ServerPicker.Button.SeeMore" = "Ver Más";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Algo ha ido mal al cargar los datos. Comprueba tu conexión a Internet."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Algo ha ido mal al cargar los datos. Comprueba tu conexión a Internet.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Encontrando servidores disponibles..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Encontrando servidores disponibles...";
"Scene.ServerPicker.EmptyState.NoResults" = "Sin resultados"; "Scene.ServerPicker.EmptyState.NoResults" = "Sin resultados";
@ -429,10 +468,13 @@ pulsa en el enlace para confirmar tu cuenta.";
"Scene.ServerPicker.Label.Category" = "CATEGORÍA"; "Scene.ServerPicker.Label.Category" = "CATEGORÍA";
"Scene.ServerPicker.Label.Language" = "IDIOMA"; "Scene.ServerPicker.Label.Language" = "IDIOMA";
"Scene.ServerPicker.Label.Users" = "USUARIOS"; "Scene.ServerPicker.Label.Users" = "USUARIOS";
"Scene.ServerPicker.Subtitle" = "Escoge un servidor basado en tu región, intereses o un propósito general. Aún puedes chatear con cualquiera en Mastodon, independientemente de tus servidores."; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Title" = "Elige un servidor, "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
cualquier servidor."; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerRules.Button.Confirm" = "Acepto"; "Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "política de privacidad"; "Scene.ServerRules.PrivacyPolicy" = "política de privacidad";
"Scene.ServerRules.Prompt" = "Si continúas estarás sujeto a los términos de servicio y la política de privacidad de %@."; "Scene.ServerRules.Prompt" = "Si continúas estarás sujeto a los términos de servicio y la política de privacidad de %@.";
"Scene.ServerRules.Subtitle" = "Estas reglas están establecidas por los administradores de %@."; "Scene.ServerRules.Subtitle" = "Estas reglas están establecidas por los administradores de %@.";
@ -476,6 +518,17 @@ cualquier servidor.";
"Scene.SuggestionAccount.Title" = "Encuentra Gente a la que Seguir"; "Scene.SuggestionAccount.Title" = "Encuentra Gente a la que Seguir";
"Scene.Thread.BackTitle" = "Publicación"; "Scene.Thread.BackTitle" = "Publicación";
"Scene.Thread.Title" = "Publicación de %@"; "Scene.Thread.Title" = "Publicación de %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"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" = "Empezar"; "Scene.Welcome.GetStarted" = "Empezar";
"Scene.Welcome.LogIn" = "Iniciar sesión"; "Scene.Welcome.LogIn" = "Iniciar sesión";
"Scene.Welcome.Slogan" = "Las redes sociales "Scene.Welcome.Slogan" = "Las redes sociales
@ -483,3 +536,17 @@ de nuevo en tus manos.";
"Scene.Wizard.AccessibilityHint" = "Haz doble toque para descartar este asistente"; "Scene.Wizard.AccessibilityHint" = "Haz doble toque para descartar este asistente";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Cambie entre varias cuentas manteniendo presionado el botón de perfil."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Cambie entre varias cuentas manteniendo presionado el botón de perfil.";
"Scene.Wizard.NewInMastodon" = "Nuevo en Mastodon"; "Scene.Wizard.NewInMastodon" = "Nuevo en Mastodon";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -53,7 +53,7 @@
<key>a11y.plural.count.characters_left</key> <key>a11y.plural.count.characters_left</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>Quedan %#@character_count@</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 carácter</string> <string>1 carácter restante</string>
<key>other</key> <key>other</key>
<string>%ld caracteres</string> <string>%ld caracteres restantes</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -173,6 +173,22 @@
<string>%ld reblogueos</string> <string>%ld reblogueos</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 re-blog</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -40,6 +40,7 @@ Egiaztatu Interneteko konexioa.";
"Common.Controls.Actions.Discard" = "Baztertu"; "Common.Controls.Actions.Discard" = "Baztertu";
"Common.Controls.Actions.Done" = "Egina"; "Common.Controls.Actions.Done" = "Egina";
"Common.Controls.Actions.Edit" = "Editatu"; "Common.Controls.Actions.Edit" = "Editatu";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Bilatu jarraitzeko jendea"; "Common.Controls.Actions.FindPeople" = "Bilatu jarraitzeko jendea";
"Common.Controls.Actions.ManuallySearch" = "Eskuz bilatu"; "Common.Controls.Actions.ManuallySearch" = "Eskuz bilatu";
"Common.Controls.Actions.Next" = "Hurrengoa"; "Common.Controls.Actions.Next" = "Hurrengoa";
@ -101,6 +102,8 @@ Egiaztatu Interneteko konexioa.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Txandakatu edukiaren abisua"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Txandakatu edukiaren abisua";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Txandakatu bidalketa gogoko egitea"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Txandakatu bidalketa gogoko egitea";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Txandakatu bidalketaren bultzada"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Txandakatu bidalketaren bultzada";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Gogokoa"; "Common.Controls.Status.Actions.Favorite" = "Gogokoa";
"Common.Controls.Status.Actions.Hide" = "Ezkutatu"; "Common.Controls.Status.Actions.Hide" = "Ezkutatu";
"Common.Controls.Status.Actions.Menu" = "Menua"; "Common.Controls.Status.Actions.Menu" = "Menua";
@ -113,9 +116,20 @@ Egiaztatu Interneteko konexioa.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Sakatu eta eutsi menua erakusteko"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Sakatu eta eutsi menua erakusteko";
"Common.Controls.Status.Actions.Unfavorite" = "Kendu gogokoa"; "Common.Controls.Status.Actions.Unfavorite" = "Kendu gogokoa";
"Common.Controls.Status.Actions.Unreblog" = "Desegin bultzada"; "Common.Controls.Status.Actions.Unreblog" = "Desegin bultzada";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "Edukiaren abisua"; "Common.Controls.Status.ContentWarning" = "Edukiaren abisua";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.LoadEmbed" = "Load Embed";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, attachment %d of %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Expands the GIF. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandImageHint" = "Expands the image. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandVideoHint" = "Shows the video player. Double-tap and hold to show actions";
"Common.Controls.Status.MediaContentWarning" = "Ukitu edonon bistaratzeko"; "Common.Controls.Status.MediaContentWarning" = "Ukitu edonon bistaratzeko";
"Common.Controls.Status.MetaEntity.Email" = "E-posta helbidea: %@"; "Common.Controls.Status.MetaEntity.Email" = "E-posta helbidea: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Traolak: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Traolak: %@";
@ -123,6 +137,7 @@ Egiaztatu Interneteko konexioa.";
"Common.Controls.Status.MetaEntity.Url" = "Lotura: %@"; "Common.Controls.Status.MetaEntity.Url" = "Lotura: %@";
"Common.Controls.Status.Poll.Closed" = "Itxita"; "Common.Controls.Status.Poll.Closed" = "Itxita";
"Common.Controls.Status.Poll.Vote" = "Bozkatu"; "Common.Controls.Status.Poll.Vote" = "Bozkatu";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Eduki hunkigarria"; "Common.Controls.Status.SensitiveContent" = "Eduki hunkigarria";
"Common.Controls.Status.ShowPost" = "Erakutsi bidalketa"; "Common.Controls.Status.ShowPost" = "Erakutsi bidalketa";
"Common.Controls.Status.ShowUserProfile" = "Erakutsi erabiltzailearen profila"; "Common.Controls.Status.ShowUserProfile" = "Erakutsi erabiltzailearen profila";
@ -133,7 +148,7 @@ Egiaztatu Interneteko konexioa.";
"Common.Controls.Status.Tag.Mention" = "Aipatu"; "Common.Controls.Status.Tag.Mention" = "Aipatu";
"Common.Controls.Status.Tag.Url" = "URLa"; "Common.Controls.Status.Tag.Url" = "URLa";
"Common.Controls.Status.TapToReveal" = "Sakatu erakusteko"; "Common.Controls.Status.TapToReveal" = "Sakatu erakusteko";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original"; "Common.Controls.Status.Translation.ShowOriginal" = "Show Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown"; "Common.Controls.Status.Translation.UnknownLanguage" = "Unknown";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
@ -143,6 +158,8 @@ Egiaztatu Interneteko konexioa.";
"Common.Controls.Status.Visibility.Private" = "Beren jarraitzaileek soilik ikus dezakete bidalketa hau."; "Common.Controls.Status.Visibility.Private" = "Beren jarraitzaileek soilik ikus dezakete bidalketa hau.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Nire jarraitzaileek soilik ikus dezakete bidalketa hau."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Nire jarraitzaileek soilik ikus dezakete bidalketa hau.";
"Common.Controls.Status.Visibility.Unlisted" = "Edozeinek ikusi dezake bidalketa hau baina ez da denbora-lerro publikoan bistaratuko."; "Common.Controls.Status.Visibility.Unlisted" = "Edozeinek ikusi dezake bidalketa hau baina ez da denbora-lerro publikoan bistaratuko.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "Hasiera"; "Common.Controls.Tabs.Home" = "Hasiera";
"Common.Controls.Tabs.Notifications" = "Notifications"; "Common.Controls.Tabs.Notifications" = "Notifications";
"Common.Controls.Tabs.Profile" = "Profila"; "Common.Controls.Tabs.Profile" = "Profila";
@ -165,6 +182,7 @@ Zure profilak itxura hau du berarentzat.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Falta diren bidalketak kargatzen..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Falta diren bidalketak kargatzen...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Erakutsi erantzun gehiago"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Erakutsi erantzun gehiago";
"Common.Controls.Timeline.Timestamp.Now" = "Orain"; "Common.Controls.Timeline.Timestamp.Now" = "Orain";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Gehitu kontua"; "Scene.AccountList.AddAccount" = "Gehitu kontua";
"Scene.AccountList.DismissAccountSwitcher" = "Baztertu kontu-aldatzailea"; "Scene.AccountList.DismissAccountSwitcher" = "Baztertu kontu-aldatzailea";
"Scene.AccountList.TabBarHint" = "Unean hautatutako profila: %@. Ukitu birritan, ondoren eduki sakatuta kontu-aldatzailea erakusteko"; "Scene.AccountList.TabBarHint" = "Unean hautatutako profila: %@. Ukitu birritan, ondoren eduki sakatuta kontu-aldatzailea erakusteko";
@ -200,28 +218,40 @@ Mastodonera igo.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Hautatu ikusgaitasuna - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Hautatu ikusgaitasuna - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Txandakatu edukiaren abisua"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Txandakatu edukiaren abisua";
"Scene.Compose.Keyboard.TogglePoll" = "Txandakatu inkesta"; "Scene.Compose.Keyboard.TogglePoll" = "Txandakatu inkesta";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Arakatu"; "Scene.Compose.MediaSelection.Browse" = "Arakatu";
"Scene.Compose.MediaSelection.Camera" = "Atera argazkia"; "Scene.Compose.MediaSelection.Camera" = "Atera argazkia";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Argazki-liburutegia"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Argazki-liburutegia";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Iraupena: %@"; "Scene.Compose.Poll.DurationTime" = "Iraupena: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "Egun 1"; "Scene.Compose.Poll.OneDay" = "Egun 1";
"Scene.Compose.Poll.OneHour" = "Ordu 1"; "Scene.Compose.Poll.OneHour" = "Ordu 1";
"Scene.Compose.Poll.OptionNumber" = "%ld aukera"; "Scene.Compose.Poll.OptionNumber" = "%ld aukera";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 egun"; "Scene.Compose.Poll.SevenDays" = "7 egun";
"Scene.Compose.Poll.SixHours" = "6 ordu"; "Scene.Compose.Poll.SixHours" = "6 ordu";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option";
"Scene.Compose.Poll.ThePollIsInvalid" = "Inkesta ez da balekoa"; "Scene.Compose.Poll.ThePollIsInvalid" = "Inkesta ez da balekoa";
"Scene.Compose.Poll.ThirtyMinutes" = "30 minutu"; "Scene.Compose.Poll.ThirtyMinutes" = "30 minutu";
"Scene.Compose.Poll.ThreeDays" = "3 egun"; "Scene.Compose.Poll.ThreeDays" = "3 egun";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "%@(r)i erantzuten"; "Scene.Compose.ReplyingToUser" = "%@(r)i erantzuten";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "Bidalketa berria"; "Scene.Compose.Title.NewPost" = "Bidalketa berria";
"Scene.Compose.Title.NewReply" = "Erantzun berria"; "Scene.Compose.Title.NewReply" = "Erantzun berria";
"Scene.Compose.Visibility.Direct" = "Aipatzen dudan jendea soilik"; "Scene.Compose.Visibility.Direct" = "Aipatzen dudan jendea soilik";
"Scene.Compose.Visibility.Private" = "Jarraitzaileak soilik"; "Scene.Compose.Visibility.Private" = "Jarraitzaileak soilik";
"Scene.Compose.Visibility.Public" = "Publikoa"; "Scene.Compose.Visibility.Public" = "Publikoa";
"Scene.Compose.Visibility.Unlisted" = "Zerrendatu gabea"; "Scene.Compose.Visibility.Unlisted" = "Zerrendatu gabea";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Ireki eposta aplikazioa";
"Scene.ConfirmEmail.Button.Resend" = "Berbidali"; "Scene.ConfirmEmail.Button.Resend" = "Berbidali";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Egiaztatu zure eposta helbidea zuzena den eta begiratu zaborraren karpeta."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Egiaztatu zure eposta helbidea zuzena den eta begiratu zaborraren karpeta.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Birbidali eposta"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Birbidali eposta";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Begiratu zure eposta"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Begiratu zure eposta";
@ -229,9 +259,8 @@ Mastodonera igo.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Posta"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Posta";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Ireki eposta bezeroa"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Ireki eposta bezeroa";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Egiaztatu zure sarrerako ontzia."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Egiaztatu zure sarrerako ontzia.";
"Scene.ConfirmEmail.Subtitle" = "Sakatu epostaz bidali dizugun loturan zure kontua egiaztatzeko."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Sakatu epostaz bidali dizugun loturan zure kontua egiaztatzeko"; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.Title" = "Eta azkenik...";
"Scene.Discovery.Intro" = "Hauek dira zure Mastodon txokoan beraien lekua hartzen ari diren argitalpenak."; "Scene.Discovery.Intro" = "Hauek dira zure Mastodon txokoan beraien lekua hartzen ari diren argitalpenak.";
"Scene.Discovery.Tabs.Community" = "Komunitatea"; "Scene.Discovery.Tabs.Community" = "Komunitatea";
"Scene.Discovery.Tabs.ForYou" = "Zuretzat"; "Scene.Discovery.Tabs.ForYou" = "Zuretzat";
@ -240,7 +269,7 @@ Mastodonera igo.";
"Scene.Discovery.Tabs.Posts" = "Argitalpenak"; "Scene.Discovery.Tabs.Posts" = "Argitalpenak";
"Scene.Familiarfollowers.FollowedByNames" = "Followed by %@"; "Scene.Familiarfollowers.FollowedByNames" = "Followed by %@";
"Scene.Familiarfollowers.Title" = "Followers you familiar"; "Scene.Familiarfollowers.Title" = "Followers you familiar";
"Scene.Favorite.Title" = "Zure gogokoak"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Favorited By"; "Scene.FavoritedBy.Title" = "Favorited By";
"Scene.FollowedTags.Actions.Follow" = "Follow"; "Scene.FollowedTags.Actions.Follow" = "Follow";
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow"; "Scene.FollowedTags.Actions.Unfollow" = "Unfollow";
@ -253,7 +282,7 @@ Mastodonera igo.";
"Scene.Following.Footer" = "Beste zerbitzarietan jarraitutakoak ez dira bistaratzen."; "Scene.Following.Footer" = "Beste zerbitzarietan jarraitutakoak ez dira bistaratzen.";
"Scene.Following.Title" = "jarraitzen"; "Scene.Following.Title" = "jarraitzen";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Logo botoia"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Ikusi bidal. berriak"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Ikusi bidal. berriak";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Konexio gabe"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Konexio gabe";
"Scene.HomeTimeline.NavigationBarState.Published" = "Argitaratua!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Argitaratua!";
@ -279,13 +308,21 @@ Mastodonera igo.";
"Scene.Preview.Keyboard.ClosePreview" = "Itxi aurrebista"; "Scene.Preview.Keyboard.ClosePreview" = "Itxi aurrebista";
"Scene.Preview.Keyboard.ShowNext" = "Erakutsi hurrengoa"; "Scene.Preview.Keyboard.ShowNext" = "Erakutsi hurrengoa";
"Scene.Preview.Keyboard.ShowPrevious" = "Erakutsi aurrekoa"; "Scene.Preview.Keyboard.ShowPrevious" = "Erakutsi aurrekoa";
"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" = "Sakatu birritan zerrenda irekitzeko"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Sakatu birritan zerrenda irekitzeko";
"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.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "jarraitzen"; "Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.Posts" = "bidalketa"; "Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.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";
@ -338,13 +375,14 @@ Mastodonera igo.";
"Scene.Register.Input.Password.Accessibility.Checked" = "hautatuta"; "Scene.Register.Input.Password.Accessibility.Checked" = "hautatuta";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "hautatu gabe"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "hautatu gabe";
"Scene.Register.Input.Password.CharacterLimit" = "8 karaktere"; "Scene.Register.Input.Password.CharacterLimit" = "8 karaktere";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "Pasahitzak zortzi karaktere izan behar ditu gutxienez"; "Scene.Register.Input.Password.Hint" = "Pasahitzak zortzi karaktere izan behar ditu gutxienez";
"Scene.Register.Input.Password.Placeholder" = "pasahitza"; "Scene.Register.Input.Password.Placeholder" = "pasahitza";
"Scene.Register.Input.Password.Require" = "Zure pasahitzak izan behar ditu gutxienez:"; "Scene.Register.Input.Password.Require" = "Zure pasahitzak izan behar ditu gutxienez:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Erabiltzaile-izen hau hartuta dago."; "Scene.Register.Input.Username.DuplicatePrompt" = "Erabiltzaile-izen hau hartuta dago.";
"Scene.Register.Input.Username.Placeholder" = "erabiltzaile-izena"; "Scene.Register.Input.Username.Placeholder" = "erabiltzaile-izena";
"Scene.Register.LetsGetYouSetUpOnDomain" = "%@ zerbitzariko kontua prestatuko dizugu"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Hitz egin iezaguzu zuri buruz."; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "Salaketan beste bidalketarik gehitu nahi duzu?"; "Scene.Report.Content1" = "Salaketan beste bidalketarik gehitu nahi duzu?";
"Scene.Report.Content2" = "Moderatzaileek besterik jakin behar dute salaketa honi buruz?"; "Scene.Report.Content2" = "Moderatzaileek besterik jakin behar dute salaketa honi buruz?";
"Scene.Report.ReportSentTitle" = "Mila esker salaketagatik, berrikusiko dugu."; "Scene.Report.ReportSentTitle" = "Mila esker salaketagatik, berrikusiko dugu.";
@ -419,8 +457,10 @@ Mastodonera igo.";
"Scene.ServerPicker.Button.Category.Music" = "musika"; "Scene.ServerPicker.Button.Category.Music" = "musika";
"Scene.ServerPicker.Button.Category.Regional" = "herrialdekoa"; "Scene.ServerPicker.Button.Category.Regional" = "herrialdekoa";
"Scene.ServerPicker.Button.Category.Tech" = "teknologia"; "Scene.ServerPicker.Button.Category.Tech" = "teknologia";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "Ikusi gutxiago"; "Scene.ServerPicker.Button.SeeLess" = "Ikusi gutxiago";
"Scene.ServerPicker.Button.SeeMore" = "Ikusi gehiago"; "Scene.ServerPicker.Button.SeeMore" = "Ikusi gehiago";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Arazoren bat egon da datuak kargatzean. Egiaztatu zure Interneteko konexioa."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Arazoren bat egon da datuak kargatzean. Egiaztatu zure Interneteko konexioa.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Erabilgarri dauden zerbitzariak bilatzen..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Erabilgarri dauden zerbitzariak bilatzen...";
"Scene.ServerPicker.EmptyState.NoResults" = "Emaitzarik ez"; "Scene.ServerPicker.EmptyState.NoResults" = "Emaitzarik ez";
@ -428,10 +468,13 @@ Mastodonera igo.";
"Scene.ServerPicker.Label.Category" = "KATEGORIA"; "Scene.ServerPicker.Label.Category" = "KATEGORIA";
"Scene.ServerPicker.Label.Language" = "HIZKUNTZA"; "Scene.ServerPicker.Label.Language" = "HIZKUNTZA";
"Scene.ServerPicker.Label.Users" = "ERABILTZAILEAK"; "Scene.ServerPicker.Label.Users" = "ERABILTZAILEAK";
"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.Language.All" = "All";
"Scene.ServerPicker.Title" = "Aukeratu zerbitzari bat, "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
edozein zerbitzari."; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerRules.Button.Confirm" = "Ados nago"; "Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "pribatutasun-gidalerroak"; "Scene.ServerRules.PrivacyPolicy" = "pribatutasun-gidalerroak";
"Scene.ServerRules.Prompt" = "Jarraituz gero, %@ instantziaren zerbitzu-baldintzak eta pribatutasun-gidalerroak onartzen dituzu."; "Scene.ServerRules.Prompt" = "Jarraituz gero, %@ instantziaren zerbitzu-baldintzak eta pribatutasun-gidalerroak onartzen dituzu.";
"Scene.ServerRules.Subtitle" = "Arau hauek %@ instantziako administratzaileek ezarri dituzte."; "Scene.ServerRules.Subtitle" = "Arau hauek %@ instantziako administratzaileek ezarri dituzte.";
@ -475,6 +518,17 @@ edozein zerbitzari.";
"Scene.SuggestionAccount.Title" = "Bilatu jarraitzeko jendea"; "Scene.SuggestionAccount.Title" = "Bilatu jarraitzeko jendea";
"Scene.Thread.BackTitle" = "Bidalketa"; "Scene.Thread.BackTitle" = "Bidalketa";
"Scene.Thread.Title" = "%@(e)n bidalketa"; "Scene.Thread.Title" = "%@(e)n bidalketa";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"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" = "Nola hasi"; "Scene.Welcome.GetStarted" = "Nola hasi";
"Scene.Welcome.LogIn" = "Hasi saioa"; "Scene.Welcome.LogIn" = "Hasi saioa";
"Scene.Welcome.Slogan" = "Sare sozialak "Scene.Welcome.Slogan" = "Sare sozialak
@ -482,3 +536,17 @@ berriz zure eskuetan.";
"Scene.Wizard.AccessibilityHint" = "Ukitu birritan morroi hau baztertzeko"; "Scene.Wizard.AccessibilityHint" = "Ukitu birritan morroi hau baztertzeko";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Aldatu hainbat konturen artean profilaren botoia sakatuta edukiz."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Aldatu hainbat konturen artean profilaren botoia sakatuta edukiz.";
"Scene.Wizard.NewInMastodon" = "Berria Mastodonen"; "Scene.Wizard.NewInMastodon" = "Berria Mastodonen";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -53,7 +53,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@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>1 character left</string>
<key>other</key> <key>other</key>
<string>%ld karaktere</string> <string>%ld characters left</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -173,6 +173,22 @@
<string>%ld bultzada</string> <string>%ld bultzada</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 re-blog</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -40,6 +40,7 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Actions.Discard" = "Hylkää"; "Common.Controls.Actions.Discard" = "Hylkää";
"Common.Controls.Actions.Done" = "Valmis"; "Common.Controls.Actions.Done" = "Valmis";
"Common.Controls.Actions.Edit" = "Muokkaa"; "Common.Controls.Actions.Edit" = "Muokkaa";
"Common.Controls.Actions.EditPost" = "Muokkaa";
"Common.Controls.Actions.FindPeople" = "Löydä tilejä seurattavaksi"; "Common.Controls.Actions.FindPeople" = "Löydä tilejä seurattavaksi";
"Common.Controls.Actions.ManuallySearch" = "Manually search instead"; "Common.Controls.Actions.ManuallySearch" = "Manually search instead";
"Common.Controls.Actions.Next" = "Seuraava"; "Common.Controls.Actions.Next" = "Seuraava";
@ -101,6 +102,8 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Vaihda sisältövaroitus"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Vaihda sisältövaroitus";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toggle Favorite on Post"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toggle Favorite on Post";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toggle Reblog on Post"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toggle Reblog on Post";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Edelleenjaa";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Peru edelleenjako";
"Common.Controls.Status.Actions.Favorite" = "Favorite"; "Common.Controls.Status.Actions.Favorite" = "Favorite";
"Common.Controls.Status.Actions.Hide" = "Hide"; "Common.Controls.Status.Actions.Hide" = "Hide";
"Common.Controls.Status.Actions.Menu" = "Valikko"; "Common.Controls.Status.Actions.Menu" = "Valikko";
@ -113,9 +116,20 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tap then hold to show menu"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tap then hold to show menu";
"Common.Controls.Status.Actions.Unfavorite" = "Unfavorite"; "Common.Controls.Status.Actions.Unfavorite" = "Unfavorite";
"Common.Controls.Status.Actions.Unreblog" = "Peru edelleen jako"; "Common.Controls.Status.Actions.Unreblog" = "Peru edelleen jako";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Muokattiin viimeksi %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Muokkaushistoria";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Suosikit";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Edelleenjaot";
"Common.Controls.Status.ContentWarning" = "Sisältövaroitus"; "Common.Controls.Status.ContentWarning" = "Sisältövaroitus";
"Common.Controls.Status.EditHistory.OriginalPost" = "Alkuperäinen julkaisu · %@";
"Common.Controls.Status.EditHistory.Title" = "Muokkaushistoria";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Muokattiin %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.LoadEmbed" = "Load Embed";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, liite %d/%d";
"Common.Controls.Status.Media.ExpandGifHint" = "Laajentaa GIF-kuvan. Näytä toiminnot kaksoisnapautuksella ja painamalla";
"Common.Controls.Status.Media.ExpandImageHint" = "Laajentaa kuvan. Näytä toiminnot kaksoisnapautuksella ja painamalla";
"Common.Controls.Status.Media.ExpandVideoHint" = "Näyttää videosoittimen. Näytä toiminnot kaksoisnapautuksella ja painamalla";
"Common.Controls.Status.MediaContentWarning" = "Napauta mistä tahansa paljastaaksesi"; "Common.Controls.Status.MediaContentWarning" = "Napauta mistä tahansa paljastaaksesi";
"Common.Controls.Status.MetaEntity.Email" = "Email address: %@"; "Common.Controls.Status.MetaEntity.Email" = "Email address: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@";
@ -123,6 +137,7 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Status.MetaEntity.Url" = "Link: %@"; "Common.Controls.Status.MetaEntity.Url" = "Link: %@";
"Common.Controls.Status.Poll.Closed" = "Suljettu"; "Common.Controls.Status.Poll.Closed" = "Suljettu";
"Common.Controls.Status.Poll.Vote" = "Vote"; "Common.Controls.Status.Poll.Vote" = "Vote";
"Common.Controls.Status.PostedViaApplication" = "%@ sovelluksella %@";
"Common.Controls.Status.SensitiveContent" = "Sensitive Content"; "Common.Controls.Status.SensitiveContent" = "Sensitive Content";
"Common.Controls.Status.ShowPost" = "Näytä julkaisu"; "Common.Controls.Status.ShowPost" = "Näytä julkaisu";
"Common.Controls.Status.ShowUserProfile" = "Näytä tili"; "Common.Controls.Status.ShowUserProfile" = "Näytä tili";
@ -133,16 +148,18 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Status.Tag.Mention" = "Mention"; "Common.Controls.Status.Tag.Mention" = "Mention";
"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" = "Näytä alkuperäinen";
"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.";
"Common.Controls.Status.Visibility.Private" = "Only their followers can see this post."; "Common.Controls.Status.Visibility.Private" = "Only their followers can see this post.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post.";
"Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline."; "Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline.";
"Common.Controls.Tabs.A11Y.Explore" = "Selaa";
"Common.Controls.Tabs.A11Y.Search" = "Haku";
"Common.Controls.Tabs.Home" = "Koti"; "Common.Controls.Tabs.Home" = "Koti";
"Common.Controls.Tabs.Notifications" = "Notifications"; "Common.Controls.Tabs.Notifications" = "Notifications";
"Common.Controls.Tabs.Profile" = "Profiili"; "Common.Controls.Tabs.Profile" = "Profiili";
@ -165,6 +182,7 @@ Profiilisi näyttää tältä hänelle.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Ladataan puuttuvia julkaisuja..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Ladataan puuttuvia julkaisuja...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Näytä lisää vastauksia"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Näytä lisää vastauksia";
"Common.Controls.Timeline.Timestamp.Now" = "Nyt"; "Common.Controls.Timeline.Timestamp.Now" = "Nyt";
"Extension.OpenIn.InvalidLinkError" = "Tämä ei näytä olevan kelvollinen Mastodon-linkki.";
"Scene.AccountList.AddAccount" = "Lisää tili"; "Scene.AccountList.AddAccount" = "Lisää tili";
"Scene.AccountList.DismissAccountSwitcher" = "Sulje tilin vaihtaja"; "Scene.AccountList.DismissAccountSwitcher" = "Sulje tilin vaihtaja";
"Scene.AccountList.TabBarHint" = "Nykyinen valittu profiili: %@. Kaksoisnapauta ja pidä sitten painettuna näytääksesi tilin vaihtajan"; "Scene.AccountList.TabBarHint" = "Nykyinen valittu profiili: %@. Kaksoisnapauta ja pidä sitten painettuna näytääksesi tilin vaihtajan";
@ -200,28 +218,40 @@ uploaded to Mastodon.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Valitse näkyvyys - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Valitse näkyvyys - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Vaihda sisältövaroitus"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Vaihda sisältövaroitus";
"Scene.Compose.Keyboard.TogglePoll" = "Vaihda kysely"; "Scene.Compose.Keyboard.TogglePoll" = "Vaihda kysely";
"Scene.Compose.Language.Other" = "Muu kieli…";
"Scene.Compose.Language.Recent" = "Uusimmat";
"Scene.Compose.Language.Suggested" = "Ehdotettu";
"Scene.Compose.Language.Title" = "Julkaisun kieli";
"Scene.Compose.MediaSelection.Browse" = "Selaa"; "Scene.Compose.MediaSelection.Browse" = "Selaa";
"Scene.Compose.MediaSelection.Camera" = "Ota kuva"; "Scene.Compose.MediaSelection.Camera" = "Ota kuva";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Kuvakirjasto"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Kuvakirjasto";
"Scene.Compose.Poll.AddOption" = "Lisää vaihtoehto";
"Scene.Compose.Poll.DurationTime" = "Kesto: %@"; "Scene.Compose.Poll.DurationTime" = "Kesto: %@";
"Scene.Compose.Poll.MoveDown" = "Siirrä alemmas";
"Scene.Compose.Poll.MoveUp" = "Siirrä ylemmäs";
"Scene.Compose.Poll.OneDay" = "1 päivä"; "Scene.Compose.Poll.OneDay" = "1 päivä";
"Scene.Compose.Poll.OneHour" = "1 tunti"; "Scene.Compose.Poll.OneHour" = "1 tunti";
"Scene.Compose.Poll.OptionNumber" = "Vaihtoehto %ld"; "Scene.Compose.Poll.OptionNumber" = "Vaihtoehto %ld";
"Scene.Compose.Poll.RemoveOption" = "Poista vaihtoehto";
"Scene.Compose.Poll.SevenDays" = "7 päivää"; "Scene.Compose.Poll.SevenDays" = "7 päivää";
"Scene.Compose.Poll.SixHours" = "6 tuntia"; "Scene.Compose.Poll.SixHours" = "6 tuntia";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option";
"Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid"; "Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid";
"Scene.Compose.Poll.ThirtyMinutes" = "30 minuuttia"; "Scene.Compose.Poll.ThirtyMinutes" = "30 minuuttia";
"Scene.Compose.Poll.ThreeDays" = "3 päivää"; "Scene.Compose.Poll.ThreeDays" = "3 päivää";
"Scene.Compose.Poll.Title" = "Kysely";
"Scene.Compose.ReplyingToUser" = "vastaamassa tilille %@"; "Scene.Compose.ReplyingToUser" = "vastaamassa tilille %@";
"Scene.Compose.Title.EditPost" = "Muokkaa julkaisua";
"Scene.Compose.Title.NewPost" = "Uusi julkaisu"; "Scene.Compose.Title.NewPost" = "Uusi julkaisu";
"Scene.Compose.Title.NewReply" = "Uusi vastaus"; "Scene.Compose.Title.NewReply" = "Uusi vastaus";
"Scene.Compose.Visibility.Direct" = "Vain mainitsemani tilit"; "Scene.Compose.Visibility.Direct" = "Vain mainitsemani tilit";
"Scene.Compose.Visibility.Private" = "Vain seuraajat"; "Scene.Compose.Visibility.Private" = "Vain seuraajat";
"Scene.Compose.Visibility.Public" = "Julkinen"; "Scene.Compose.Visibility.Public" = "Julkinen";
"Scene.Compose.Visibility.Unlisted" = "Listaamaton"; "Scene.Compose.Visibility.Unlisted" = "Listaamaton";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Avaa sähköpostisovellus";
"Scene.ConfirmEmail.Button.Resend" = "Resend"; "Scene.ConfirmEmail.Button.Resend" = "Resend";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Etkö saanut linkkiä?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Lähetä uudelleen (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Lähetä uudelleen nyt.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Tarkista, että sähköpostiosoitteesi on oikea, sekä roskapostikansiosi, jos et vielä ole."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Tarkista, että sähköpostiosoitteesi on oikea, sekä roskapostikansiosi, jos et vielä ole.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Lähetä sähköposti uudelleen"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Lähetä sähköposti uudelleen";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Tarkista sähköpostisi"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Tarkista sähköpostisi";
@ -229,9 +259,8 @@ uploaded to Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Sähköposti"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Sähköposti";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Avaa sähköpostisovellus"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Avaa sähköpostisovellus";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Tarkasta postilaatikkosi."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Tarkasta postilaatikkosi.";
"Scene.ConfirmEmail.Subtitle" = "Lähetimme juuri sähköpostin osoitteeseen %@, napauta siinä olevaa linkkiä vahvistaaksesi tilisi."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Napauta lähettämäämme linkkiä vahvistaaksesi tunnuksen %@. Odotamme täällä.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we emailed to you to verify your account"; "Scene.ConfirmEmail.Title" = "Tarkasta postilaatikkosi";
"Scene.ConfirmEmail.Title" = "Viimeinen asia.";
"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";
@ -240,7 +269,7 @@ uploaded to Mastodon.";
"Scene.Discovery.Tabs.Posts" = "Posts"; "Scene.Discovery.Tabs.Posts" = "Posts";
"Scene.Familiarfollowers.FollowedByNames" = "Followed by %@"; "Scene.Familiarfollowers.FollowedByNames" = "Followed by %@";
"Scene.Familiarfollowers.Title" = "Followers you familiar"; "Scene.Familiarfollowers.Title" = "Followers you familiar";
"Scene.Favorite.Title" = "Omat suosikit"; "Scene.Favorite.Title" = "Suosikit";
"Scene.FavoritedBy.Title" = "Favorited By"; "Scene.FavoritedBy.Title" = "Favorited By";
"Scene.FollowedTags.Actions.Follow" = "Follow"; "Scene.FollowedTags.Actions.Follow" = "Follow";
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow"; "Scene.FollowedTags.Actions.Unfollow" = "Unfollow";
@ -253,7 +282,7 @@ uploaded to Mastodon.";
"Scene.Following.Footer" = "Seurauksia muilta palvelimilta ei näytetä."; "Scene.Following.Footer" = "Seurauksia muilta palvelimilta ei näytetä.";
"Scene.Following.Title" = "following"; "Scene.Following.Title" = "following";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Logo Button"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Uusia julkaisuja"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Uusia julkaisuja";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Yhteydetön"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Yhteydetön";
"Scene.HomeTimeline.NavigationBarState.Published" = "Julkaistu!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Julkaistu!";
@ -261,7 +290,7 @@ uploaded to Mastodon.";
"Scene.HomeTimeline.Title" = "Koti"; "Scene.HomeTimeline.Title" = "Koti";
"Scene.Login.ServerSearchField.Placeholder" = "Enter URL or search for your server"; "Scene.Login.ServerSearchField.Placeholder" = "Enter URL or search for your server";
"Scene.Login.Subtitle" = "Log you in on the server you created your account on."; "Scene.Login.Subtitle" = "Log you in on the server you created your account on.";
"Scene.Login.Title" = "Welcome back"; "Scene.Login.Title" = "Welcome Back";
"Scene.Notification.FollowRequest.Accept" = "Accept"; "Scene.Notification.FollowRequest.Accept" = "Accept";
"Scene.Notification.FollowRequest.Accepted" = "Accepted"; "Scene.Notification.FollowRequest.Accepted" = "Accepted";
"Scene.Notification.FollowRequest.Reject" = "reject"; "Scene.Notification.FollowRequest.Reject" = "reject";
@ -279,13 +308,21 @@ uploaded to Mastodon.";
"Scene.Preview.Keyboard.ClosePreview" = "Sulje esikatselu"; "Scene.Preview.Keyboard.ClosePreview" = "Sulje esikatselu";
"Scene.Preview.Keyboard.ShowNext" = "Näytä seuraava"; "Scene.Preview.Keyboard.ShowNext" = "Näytä seuraava";
"Scene.Preview.Keyboard.ShowPrevious" = "Näytä edellinen"; "Scene.Preview.Keyboard.ShowPrevious" = "Näytä edellinen";
"Scene.Privacy.Button.Confirm" = "Hyväksyn";
"Scene.Privacy.Policy.Ios" = "Tietosuojakäytäntö - Mastodon iOS:lle";
"Scene.Privacy.Policy.Server" = "Tietosuojakäytäntö - %@";
"Scene.Privacy.Title" = "Yksityisyys";
"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";
"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image"; "Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image";
"Scene.Profile.Dashboard.Followers" = "seuraajat"; "Scene.Profile.Dashboard.FamiliarFollowers" = "yhteiset";
"Scene.Profile.Dashboard.Following" = "seurataan"; "Scene.Profile.Dashboard.MyFollowers" = "seuraajat";
"Scene.Profile.Dashboard.Posts" = "julkaisut"; "Scene.Profile.Dashboard.MyFollowing" = "seurattavat";
"Scene.Profile.Dashboard.MyPosts" = "julkaisut";
"Scene.Profile.Dashboard.OtherFollowers" = "seuraajat";
"Scene.Profile.Dashboard.OtherFollowing" = "seurattavat";
"Scene.Profile.Dashboard.OtherPosts" = "julkaisut";
"Scene.Profile.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ö";
@ -338,13 +375,14 @@ 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" = "Vahvista salasana";
"Scene.Register.Input.Password.Hint" = "Salasanassasi on oltava vähintään kahdeksan merkkiä"; "Scene.Register.Input.Password.Hint" = "Salasanassasi on oltava vähintään kahdeksan merkkiä";
"Scene.Register.Input.Password.Placeholder" = "salasana"; "Scene.Register.Input.Password.Placeholder" = "salasana";
"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" = "Tämä käyttäjänimi on varattu."; "Scene.Register.Input.Username.DuplicatePrompt" = "Tämä käyttäjänimi on varattu.";
"Scene.Register.Input.Username.Placeholder" = "käyttäjänimi"; "Scene.Register.Input.Username.Placeholder" = "käyttäjänimi";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Lets get you set up on %@"; "Scene.Register.Input.Username.Suggestion" = "häkellyttävä_%@";
"Scene.Register.Title" = "Kerro meille sinusta."; "Scene.Register.Title" = "Luo tili";
"Scene.Report.Content1" = "Onko julkaisuja, joita haluaisit lisätä ilmiantoon?"; "Scene.Report.Content1" = "Onko julkaisuja, joita haluaisit lisätä ilmiantoon?";
"Scene.Report.Content2" = "Onko valvojien syytä tietää tästä ilmiannosta?"; "Scene.Report.Content2" = "Onko valvojien syytä tietää tästä ilmiannosta?";
"Scene.Report.ReportSentTitle" = "Thanks for reporting, well look into this."; "Scene.Report.ReportSentTitle" = "Thanks for reporting, well look into this.";
@ -419,8 +457,10 @@ uploaded to Mastodon.";
"Scene.ServerPicker.Button.Category.Music" = "musiikki"; "Scene.ServerPicker.Button.Category.Music" = "musiikki";
"Scene.ServerPicker.Button.Category.Regional" = "alueellinen"; "Scene.ServerPicker.Button.Category.Regional" = "alueellinen";
"Scene.ServerPicker.Button.Category.Tech" = "tekniikka"; "Scene.ServerPicker.Button.Category.Tech" = "tekniikka";
"Scene.ServerPicker.Button.Language" = "Kieli";
"Scene.ServerPicker.Button.SeeLess" = "Näytä vähemmän"; "Scene.ServerPicker.Button.SeeLess" = "Näytä vähemmän";
"Scene.ServerPicker.Button.SeeMore" = "Näytä lisää"; "Scene.ServerPicker.Button.SeeMore" = "Näytä lisää";
"Scene.ServerPicker.Button.SignupSpeed" = "Rekisteröintinopeus";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Jokin meni pieleen dataa ladatessa. Tarkista internet-yhteytesi."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Jokin meni pieleen dataa ladatessa. Tarkista internet-yhteytesi.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Etsistään saatavilla olevia palvelimia..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Etsistään saatavilla olevia palvelimia...";
"Scene.ServerPicker.EmptyState.NoResults" = "Ei hakutuloksia"; "Scene.ServerPicker.EmptyState.NoResults" = "Ei hakutuloksia";
@ -428,9 +468,12 @@ uploaded to Mastodon.";
"Scene.ServerPicker.Label.Category" = "KATEGORIA"; "Scene.ServerPicker.Label.Category" = "KATEGORIA";
"Scene.ServerPicker.Label.Language" = "KIELI"; "Scene.ServerPicker.Label.Language" = "KIELI";
"Scene.ServerPicker.Label.Users" = "TILIÄ"; "Scene.ServerPicker.Label.Users" = "TILIÄ";
"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.Language.All" = "Kaikki";
"Scene.ServerPicker.Title" = "Valitse palvelin, "Scene.ServerPicker.Search.Placeholder" = "Etsi nimeä tai URL-osoitetta";
mikä tahansa palvelin."; "Scene.ServerPicker.SignupSpeed.All" = "Kaikki";
"Scene.ServerPicker.SignupSpeed.Instant" = "Välitön rekisteröityminen";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manuaalinen hyväksyntä";
"Scene.ServerPicker.Title" = "Valitse palvelin";
"Scene.ServerRules.Button.Confirm" = "Hyväksyn"; "Scene.ServerRules.Button.Confirm" = "Hyväksyn";
"Scene.ServerRules.PrivacyPolicy" = "tietosuojakäytäntö"; "Scene.ServerRules.PrivacyPolicy" = "tietosuojakäytäntö";
"Scene.ServerRules.Prompt" = "Jatkamalla, hyväksyt palvelun %@ palveluehdot ja tietosuojakäytönnön."; "Scene.ServerRules.Prompt" = "Jatkamalla, hyväksyt palvelun %@ palveluehdot ja tietosuojakäytönnön.";
@ -475,6 +518,17 @@ mikä tahansa palvelin.";
"Scene.SuggestionAccount.Title" = "Löydä tilejä seurattavaksi"; "Scene.SuggestionAccount.Title" = "Löydä tilejä seurattavaksi";
"Scene.Thread.BackTitle" = "Julkaisu"; "Scene.Thread.BackTitle" = "Julkaisu";
"Scene.Thread.Title" = "Julkaisu tililtä %@"; "Scene.Thread.Title" = "Julkaisu tililtä %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mikä Mastodon on?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Eri henkilöt valitsevat eri palvelimia vaihtelevista syistä. taide.esimerkki on loistava paikka taiteilijoille, kun taas maarianhamina.esimerkki voi olla hyvä valinta ahvenanmaalaisille.
Mikään suosittelemistamme palvelimista ei vie sinua metsään, joten valinnastasi riippumatta (tai vaikka syöttäisit oman vaihtoehdon palvelinhakuun) et jää koskaan paitsi mistään.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "Miten valitsen palvelimen?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Tunnuksesi saattaa olla @gothgirl654@esimerkki.social, mutta voit silti seurata, edelleenjakaa ja keskustella tunnuksen @fallout5ever@esimerkki.online kanssa.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon on sellainen";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Kuvittele, että sinulla on sähköpostiosoite, joka päättyy @esimerkki.fi.
Voit silti lähettää ja vastaanottaa viestejä kenelle/keneltä tahansa, vaikka heidän osoitteensa päättyvät @gmail.com, @icloud.com tai @esimerkki.fi.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "Mikä on";
"Scene.Welcome.GetStarted" = "Get Started"; "Scene.Welcome.GetStarted" = "Get Started";
"Scene.Welcome.LogIn" = "Log In"; "Scene.Welcome.LogIn" = "Log In";
"Scene.Welcome.Slogan" = "Sosiaalinen verkostoituminen "Scene.Welcome.Slogan" = "Sosiaalinen verkostoituminen
@ -482,3 +536,17 @@ takaisin käsissäsi.";
"Scene.Wizard.AccessibilityHint" = "Hylkää tämä ohjattu toiminto kaksoisnapauttamalla"; "Scene.Wizard.AccessibilityHint" = "Hylkää tämä ohjattu toiminto kaksoisnapauttamalla";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Vaihda useiden tilien välillä pitämällä profiilipainiketta painettuna."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Vaihda useiden tilien välillä pitämällä profiilipainiketta painettuna.";
"Scene.Wizard.NewInMastodon" = "Uutta Mastodonissa"; "Scene.Wizard.NewInMastodon" = "Uutta Mastodonissa";
"Widget.Common.UnsupportedWidgetFamily" = "Valitettavasti tätä widgettiperhettä ei tueta.";
"Widget.Common.UserNotLoggedIn" = "Avaa Mastodon kirjautuaksesi tilille.";
"Widget.FollowersCount.ConfigurationDescription" = "Näytä seuraajien määrä.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Seuraajat";
"Widget.FollowersCount.FollowersToday" = "%@ seuraajaa tänään";
"Widget.FollowersCount.Title" = "SEURAAJAT";
"Widget.LatestFollowers.ConfigurationDescription" = "Näyyä uusimmat seuraajat.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Uusimmat seuraajat";
"Widget.LatestFollowers.LastUpdate" = "Päivitettiin viimeksi %@";
"Widget.LatestFollowers.Title" = "Uusimmat seuraajat";
"Widget.MultipleFollowers.ConfigurationDescription" = "Näytä seuraajien määrä useille tileille.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Useita seuraajia";
"Widget.MultipleFollowers.MockUser.AccountName" = "toinen@seuraaja.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Toinen seuraaja";

View File

@ -53,7 +53,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@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>1 merkki jäljellä</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld merkkiä jäljellä</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -173,6 +173,22 @@
<string>%ld edelleen jakoa</string> <string>%ld edelleen jakoa</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 edelleenjako</string>
<key>other</key>
<string>%ld edelleenjakoa</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -40,6 +40,7 @@ Veuillez vérifier votre accès à Internet.";
"Common.Controls.Actions.Discard" = "Abandonner"; "Common.Controls.Actions.Discard" = "Abandonner";
"Common.Controls.Actions.Done" = "Terminé"; "Common.Controls.Actions.Done" = "Terminé";
"Common.Controls.Actions.Edit" = "Éditer"; "Common.Controls.Actions.Edit" = "Éditer";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Trouver des personnes à suivre"; "Common.Controls.Actions.FindPeople" = "Trouver des personnes à suivre";
"Common.Controls.Actions.ManuallySearch" = "Rechercher manuellement à la place"; "Common.Controls.Actions.ManuallySearch" = "Rechercher manuellement à la place";
"Common.Controls.Actions.Next" = "Suivant"; "Common.Controls.Actions.Next" = "Suivant";
@ -101,6 +102,8 @@ Veuillez vérifier votre accès à Internet.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Basculer lavertissement de contenu"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Basculer lavertissement de contenu";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Basculer le favori lors de la publication"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Basculer le favori lors de la publication";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Basculer le reblogue lors de la publication"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Basculer le reblogue lors de la publication";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Favori"; "Common.Controls.Status.Actions.Favorite" = "Favori";
"Common.Controls.Status.Actions.Hide" = "Cacher"; "Common.Controls.Status.Actions.Hide" = "Cacher";
"Common.Controls.Status.Actions.Menu" = "Menu"; "Common.Controls.Status.Actions.Menu" = "Menu";
@ -113,9 +116,20 @@ Veuillez vérifier votre accès à Internet.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Appuyez et maintenez pour afficher le menu"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Appuyez et maintenez pour afficher le menu";
"Common.Controls.Status.Actions.Unfavorite" = "Retirer des favoris"; "Common.Controls.Status.Actions.Unfavorite" = "Retirer des favoris";
"Common.Controls.Status.Actions.Unreblog" = "Annuler le reblog"; "Common.Controls.Status.Actions.Unreblog" = "Annuler le reblog";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "Avertissement de contenu"; "Common.Controls.Status.ContentWarning" = "Avertissement de contenu";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Charger l'intégration"; "Common.Controls.Status.LoadEmbed" = "Charger l'intégration";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, pièce jointe %d sur %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Développe le GIF. Appuyez deux fois et maintenez pour afficher les actions";
"Common.Controls.Status.Media.ExpandImageHint" = "Développe l'image. Appuyez deux fois et maintenez pour afficher les actions";
"Common.Controls.Status.Media.ExpandVideoHint" = "Affiche le lecteur vidéo. Appuyez deux fois et maintenez enfoncé pour afficher les actions";
"Common.Controls.Status.MediaContentWarning" = "Tapotez nimporte où pour révéler la publication"; "Common.Controls.Status.MediaContentWarning" = "Tapotez nimporte où pour révéler la publication";
"Common.Controls.Status.MetaEntity.Email" = "Adresse e-mail : %@"; "Common.Controls.Status.MetaEntity.Email" = "Adresse e-mail : %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag : %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag : %@";
@ -123,6 +137,7 @@ Veuillez vérifier votre accès à Internet.";
"Common.Controls.Status.MetaEntity.Url" = "Lien : %@"; "Common.Controls.Status.MetaEntity.Url" = "Lien : %@";
"Common.Controls.Status.Poll.Closed" = "Fermé"; "Common.Controls.Status.Poll.Closed" = "Fermé";
"Common.Controls.Status.Poll.Vote" = "Voter"; "Common.Controls.Status.Poll.Vote" = "Voter";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Contenu sensible"; "Common.Controls.Status.SensitiveContent" = "Contenu sensible";
"Common.Controls.Status.ShowPost" = "Montrer la publication"; "Common.Controls.Status.ShowPost" = "Montrer la publication";
"Common.Controls.Status.ShowUserProfile" = "Montrer le profil de lutilisateur·rice"; "Common.Controls.Status.ShowUserProfile" = "Montrer le profil de lutilisateur·rice";
@ -133,16 +148,18 @@ Veuillez vérifier votre accès à Internet.";
"Common.Controls.Status.Tag.Mention" = "Mention"; "Common.Controls.Status.Tag.Mention" = "Mention";
"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" = "Show Original";
"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.";
"Common.Controls.Status.Visibility.Private" = "Seul·e·s leurs abonné·e·s peuvent voir ce message."; "Common.Controls.Status.Visibility.Private" = "Seul·e·s leurs abonné·e·s peuvent voir ce message.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Seul·e·s mes abonné·e·s peuvent voir ce message."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Seul·e·s mes abonné·e·s peuvent voir ce message.";
"Common.Controls.Status.Visibility.Unlisted" = "Tout le monde peut voir ce message mais ne sera pas affiché sur le fil public."; "Common.Controls.Status.Visibility.Unlisted" = "Tout le monde peut voir ce message mais ne sera pas affiché sur le fil public.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "Accueil"; "Common.Controls.Tabs.Home" = "Accueil";
"Common.Controls.Tabs.Notifications" = "Notifications"; "Common.Controls.Tabs.Notifications" = "Notifications";
"Common.Controls.Tabs.Profile" = "Profil"; "Common.Controls.Tabs.Profile" = "Profil";
@ -165,6 +182,7 @@ Votre profil ressemble à ça pour lui.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Chargement des publications manquantes..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Chargement des publications manquantes...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Charger plus de réponses"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Charger plus de réponses";
"Common.Controls.Timeline.Timestamp.Now" = "À linstant"; "Common.Controls.Timeline.Timestamp.Now" = "À linstant";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Ajouter un compte"; "Scene.AccountList.AddAccount" = "Ajouter un compte";
"Scene.AccountList.DismissAccountSwitcher" = "Rejeter le commutateur de compte"; "Scene.AccountList.DismissAccountSwitcher" = "Rejeter le commutateur de compte";
"Scene.AccountList.TabBarHint" = "Profil sélectionné actuel: %@. Double appui puis maintenez enfoncé pour afficher le changement de compte"; "Scene.AccountList.TabBarHint" = "Profil sélectionné actuel: %@. Double appui puis maintenez enfoncé pour afficher le changement de compte";
@ -200,28 +218,40 @@ téléversé sur Mastodon.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Sélectionnez la Visibilité - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Sélectionnez la Visibilité - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Basculer lavertissement de contenu"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Basculer lavertissement de contenu";
"Scene.Compose.Keyboard.TogglePoll" = "Basculer le sondage"; "Scene.Compose.Keyboard.TogglePoll" = "Basculer le sondage";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Parcourir"; "Scene.Compose.MediaSelection.Browse" = "Parcourir";
"Scene.Compose.MediaSelection.Camera" = "Prendre une photo"; "Scene.Compose.MediaSelection.Camera" = "Prendre une photo";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Bibliothèque d'images"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Bibliothèque d'images";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Durée: %@"; "Scene.Compose.Poll.DurationTime" = "Durée: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 Jour"; "Scene.Compose.Poll.OneDay" = "1 Jour";
"Scene.Compose.Poll.OneHour" = "1 Heure"; "Scene.Compose.Poll.OneHour" = "1 Heure";
"Scene.Compose.Poll.OptionNumber" = "Option %ld"; "Scene.Compose.Poll.OptionNumber" = "Option %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 jour"; "Scene.Compose.Poll.SevenDays" = "7 jour";
"Scene.Compose.Poll.SixHours" = "6 Heures"; "Scene.Compose.Poll.SixHours" = "6 Heures";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "Le sondage n'a pas d'options"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "Le sondage n'a pas d'options";
"Scene.Compose.Poll.ThePollIsInvalid" = "Le sondage est invalide"; "Scene.Compose.Poll.ThePollIsInvalid" = "Le sondage est invalide";
"Scene.Compose.Poll.ThirtyMinutes" = "30 minutes"; "Scene.Compose.Poll.ThirtyMinutes" = "30 minutes";
"Scene.Compose.Poll.ThreeDays" = "3 jour"; "Scene.Compose.Poll.ThreeDays" = "3 jour";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "répondre à %@"; "Scene.Compose.ReplyingToUser" = "répondre à %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "Nouvelle Publication"; "Scene.Compose.Title.NewPost" = "Nouvelle Publication";
"Scene.Compose.Title.NewReply" = "Nouvelle réponse"; "Scene.Compose.Title.NewReply" = "Nouvelle réponse";
"Scene.Compose.Visibility.Direct" = "Seulement les personnes que je mentionne"; "Scene.Compose.Visibility.Direct" = "Seulement les personnes que je mentionne";
"Scene.Compose.Visibility.Private" = "Abonnés seulement"; "Scene.Compose.Visibility.Private" = "Abonnés seulement";
"Scene.Compose.Visibility.Public" = "Public"; "Scene.Compose.Visibility.Public" = "Public";
"Scene.Compose.Visibility.Unlisted" = "Non listé"; "Scene.Compose.Visibility.Unlisted" = "Non listé";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Ouvrir lapplication de courriel";
"Scene.ConfirmEmail.Button.Resend" = "Renvoyer"; "Scene.ConfirmEmail.Button.Resend" = "Renvoyer";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Vérifiez que votre adresse courriel est valide ainsi que votre fichier spam si ce nest pas déjà fait."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Vérifiez que votre adresse courriel est valide ainsi que votre fichier spam si ce nest pas déjà fait.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Renvoyer le courriel"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Renvoyer le courriel";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Vérifier vos courriels"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Vérifier vos courriels";
@ -229,9 +259,8 @@ téléversé sur Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Courriel"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Courriel";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Ouvrir le client de messagerie"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Ouvrir le client de messagerie";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Vérifier votre boîte aux lettres."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Vérifier votre boîte aux lettres.";
"Scene.ConfirmEmail.Subtitle" = "Appuyez sur le lien que nous vous avons envoyé par courriel pour vérifier votre compte."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Appuyez sur le lien que nous vous avons envoyé par courriel pour vérifier votre compte"; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.Title" = "Une dernière chose.";
"Scene.Discovery.Intro" = "Ce sont les messages qui gagnent en popularité sur votre serveur Mastodon."; "Scene.Discovery.Intro" = "Ce sont les messages qui gagnent en popularité sur votre serveur Mastodon.";
"Scene.Discovery.Tabs.Community" = "Communauté"; "Scene.Discovery.Tabs.Community" = "Communauté";
"Scene.Discovery.Tabs.ForYou" = "Pour vous"; "Scene.Discovery.Tabs.ForYou" = "Pour vous";
@ -240,7 +269,7 @@ téléversé sur Mastodon.";
"Scene.Discovery.Tabs.Posts" = "Messages"; "Scene.Discovery.Tabs.Posts" = "Messages";
"Scene.Familiarfollowers.FollowedByNames" = "Suivi·e par %@"; "Scene.Familiarfollowers.FollowedByNames" = "Suivi·e par %@";
"Scene.Familiarfollowers.Title" = "Abonné·e·s que vous connaissez"; "Scene.Familiarfollowers.Title" = "Abonné·e·s que vous connaissez";
"Scene.Favorite.Title" = "Vos favoris"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Favoris par"; "Scene.FavoritedBy.Title" = "Favoris par";
"Scene.FollowedTags.Actions.Follow" = "Suivre"; "Scene.FollowedTags.Actions.Follow" = "Suivre";
"Scene.FollowedTags.Actions.Unfollow" = "Ne plus suivre"; "Scene.FollowedTags.Actions.Unfollow" = "Ne plus suivre";
@ -253,7 +282,7 @@ téléversé sur Mastodon.";
"Scene.Following.Footer" = "Les abonnés issus des autres serveurs ne sont pas affichés."; "Scene.Following.Footer" = "Les abonnés issus des autres serveurs ne sont pas affichés.";
"Scene.Following.Title" = "abonnement"; "Scene.Following.Title" = "abonnement";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Appuyez pour faire défiler vers le haut et appuyez à nouveau vers l'emplacement précédent"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Appuyez pour faire défiler vers le haut et appuyez à nouveau vers l'emplacement précédent";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Bouton logo"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Voir les nouvelles publications"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Voir les nouvelles publications";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Hors ligne"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Hors ligne";
"Scene.HomeTimeline.NavigationBarState.Published" = "Publié!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Publié!";
@ -279,13 +308,21 @@ téléversé sur Mastodon.";
"Scene.Preview.Keyboard.ClosePreview" = "Fermer l'aperçu"; "Scene.Preview.Keyboard.ClosePreview" = "Fermer l'aperçu";
"Scene.Preview.Keyboard.ShowNext" = "Afficher le suivant"; "Scene.Preview.Keyboard.ShowNext" = "Afficher le suivant";
"Scene.Preview.Keyboard.ShowPrevious" = "Afficher le précédent"; "Scene.Preview.Keyboard.ShowPrevious" = "Afficher le précédent";
"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" = "Appuyer deux fois pour ouvrir la liste"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Appuyer deux fois pour ouvrir la liste";
"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.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "abonnements"; "Scene.Profile.Dashboard.MyFollowers" = "abonnés";
"Scene.Profile.Dashboard.Posts" = "publications"; "Scene.Profile.Dashboard.MyFollowing" = "abonnement";
"Scene.Profile.Dashboard.MyPosts" = "messages";
"Scene.Profile.Dashboard.OtherFollowers" = "abonnés";
"Scene.Profile.Dashboard.OtherFollowing" = "abonnement";
"Scene.Profile.Dashboard.OtherPosts" = "publications";
"Scene.Profile.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";
@ -338,13 +375,14 @@ téléversé sur Mastodon.";
"Scene.Register.Input.Password.Accessibility.Checked" = "vérifié"; "Scene.Register.Input.Password.Accessibility.Checked" = "vérifié";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "non vérifié"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "non vérifié";
"Scene.Register.Input.Password.CharacterLimit" = "8 caractères"; "Scene.Register.Input.Password.CharacterLimit" = "8 caractères";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "Votre mot de passe doit contenir au moins 8 caractères"; "Scene.Register.Input.Password.Hint" = "Votre mot de passe doit contenir au moins 8 caractères";
"Scene.Register.Input.Password.Placeholder" = "mot de passe"; "Scene.Register.Input.Password.Placeholder" = "mot de passe";
"Scene.Register.Input.Password.Require" = "Votre mot de passe doit être composé dau moins :"; "Scene.Register.Input.Password.Require" = "Votre mot de passe doit être composé dau moins :";
"Scene.Register.Input.Username.DuplicatePrompt" = "Ce nom d'utilisateur est déjà pris."; "Scene.Register.Input.Username.DuplicatePrompt" = "Ce nom d'utilisateur est déjà pris.";
"Scene.Register.Input.Username.Placeholder" = "nom d'utilisateur"; "Scene.Register.Input.Username.Placeholder" = "nom d'utilisateur";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Mettons les choses en place pour %@"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Parlez-nous de vous."; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "Y a-t-il dautres messages que vous aimeriez ajouter au signalement?"; "Scene.Report.Content1" = "Y a-t-il dautres messages que vous aimeriez ajouter au signalement?";
"Scene.Report.Content2" = "Y a-t-il quelque chose que les modérateurs devraient savoir sur ce rapport ?"; "Scene.Report.Content2" = "Y a-t-il quelque chose que les modérateurs devraient savoir sur ce rapport ?";
"Scene.Report.ReportSentTitle" = "Merci de nous lavoir signalé, nous allons examiner cela."; "Scene.Report.ReportSentTitle" = "Merci de nous lavoir signalé, nous allons examiner cela.";
@ -419,8 +457,10 @@ téléversé sur Mastodon.";
"Scene.ServerPicker.Button.Category.Music" = "musique"; "Scene.ServerPicker.Button.Category.Music" = "musique";
"Scene.ServerPicker.Button.Category.Regional" = "régional"; "Scene.ServerPicker.Button.Category.Regional" = "régional";
"Scene.ServerPicker.Button.Category.Tech" = "tech"; "Scene.ServerPicker.Button.Category.Tech" = "tech";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "Voir moins"; "Scene.ServerPicker.Button.SeeLess" = "Voir moins";
"Scene.ServerPicker.Button.SeeMore" = "Voir plus"; "Scene.ServerPicker.Button.SeeMore" = "Voir plus";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Une erreur s'est produite lors du chargement des données. Vérifiez votre connexion Internet."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Une erreur s'est produite lors du chargement des données. Vérifiez votre connexion Internet.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Recherche des serveurs disponibles..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Recherche des serveurs disponibles...";
"Scene.ServerPicker.EmptyState.NoResults" = "Aucun résultat"; "Scene.ServerPicker.EmptyState.NoResults" = "Aucun résultat";
@ -428,10 +468,13 @@ téléversé sur Mastodon.";
"Scene.ServerPicker.Label.Category" = "CATÉGORIE"; "Scene.ServerPicker.Label.Category" = "CATÉGORIE";
"Scene.ServerPicker.Label.Language" = "LANGUE"; "Scene.ServerPicker.Label.Language" = "LANGUE";
"Scene.ServerPicker.Label.Users" = "UTILISATEUR·RICE·S"; "Scene.ServerPicker.Label.Users" = "UTILISATEUR·RICE·S";
"Scene.ServerPicker.Subtitle" = "Choisissez un serveur basé sur votre région, vos intérêts ou un généraliste. Vous pouvez toujours discuter avec n'importe qui sur Mastodon, indépendamment de vos serveurs."; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Title" = "Choisissez un serveur, "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
n'importe quel serveur."; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerRules.Button.Confirm" = "Jaccepte"; "Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "politique de confidentialité"; "Scene.ServerRules.PrivacyPolicy" = "politique de confidentialité";
"Scene.ServerRules.Prompt" = "En continuant, vous êtes assujettis à lentente de service et la politique de confidentialité de %@."; "Scene.ServerRules.Prompt" = "En continuant, vous êtes assujettis à lentente de service et la politique de confidentialité de %@.";
"Scene.ServerRules.Subtitle" = "Ces règles sont mis en place par les administrateurs de %@."; "Scene.ServerRules.Subtitle" = "Ces règles sont mis en place par les administrateurs de %@.";
@ -475,9 +518,34 @@ n'importe quel serveur.";
"Scene.SuggestionAccount.Title" = "Trouver des personnes à suivre"; "Scene.SuggestionAccount.Title" = "Trouver des personnes à suivre";
"Scene.Thread.BackTitle" = "Publication"; "Scene.Thread.BackTitle" = "Publication";
"Scene.Thread.Title" = "Publication de %@"; "Scene.Thread.Title" = "Publication de %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"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" = "Prise en main"; "Scene.Welcome.GetStarted" = "Prise en main";
"Scene.Welcome.LogIn" = "Se connecter"; "Scene.Welcome.LogIn" = "Se connecter";
"Scene.Welcome.Slogan" = "Le réseau social qui vous rend le contrôle."; "Scene.Welcome.Slogan" = "Le réseau social qui vous rend le contrôle.";
"Scene.Wizard.AccessibilityHint" = "Tapotez deux fois pour fermer cet assistant"; "Scene.Wizard.AccessibilityHint" = "Tapotez deux fois pour fermer cet assistant";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Basculez entre plusieurs comptes en appuyant de maniere prolongée sur le bouton profil."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Basculez entre plusieurs comptes en appuyant de maniere prolongée sur le bouton profil.";
"Scene.Wizard.NewInMastodon" = "Nouveau dans Mastodon"; "Scene.Wizard.NewInMastodon" = "Nouveau dans Mastodon";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -53,7 +53,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@ restants</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 caractère</string> <string>%@ caractère restant</string>
<key>other</key> <key>other</key>
<string>%ld caractères</string> <string>%ld caractères restants</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -173,6 +173,22 @@
<string>%ld reblogs</string> <string>%ld reblogs</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 re-blog</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -22,9 +22,9 @@ Thoir sùil air a cheangal agad ris an eadar-lìon.";
"Common.Alerts.SignOut.Message" = "A bheil thu cinnteach gu bheil thu airson clàradh a-mach?"; "Common.Alerts.SignOut.Message" = "A bheil thu cinnteach gu bheil thu airson clàradh a-mach?";
"Common.Alerts.SignOut.Title" = "Clàraich a-mach"; "Common.Alerts.SignOut.Title" = "Clàraich a-mach";
"Common.Alerts.SignUpFailure.Title" = "Dhfhàillig leis a chlàradh"; "Common.Alerts.SignUpFailure.Title" = "Dhfhàillig leis a chlàradh";
"Common.Alerts.TranslationFailed.Button" = "OK"; "Common.Alerts.TranslationFailed.Button" = "Ceart ma-thà";
"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" = "Dhfhàillig an t-eadar-theangachadh. Dhfhaoidte nach do chuir an rianaire na h-eadar-theangachaidhean an comas air an fhrithealaiche seo no gu bheil am frithealaiche a ruith seann-tionndadh de Mhastodon far nach eil taic ri eadar-theangachadh fhathast.";
"Common.Alerts.TranslationFailed.Title" = "Note"; "Common.Alerts.TranslationFailed.Title" = "An aire";
"Common.Alerts.VoteFailure.PollEnded" = "Thàinig an cunntas-bheachd gu crìoch"; "Common.Alerts.VoteFailure.PollEnded" = "Thàinig an cunntas-bheachd gu crìoch";
"Common.Alerts.VoteFailure.Title" = "Dhfhàillig leis a bhòt"; "Common.Alerts.VoteFailure.Title" = "Dhfhàillig leis a bhòt";
"Common.Controls.Actions.Add" = "Cuir ris"; "Common.Controls.Actions.Add" = "Cuir ris";
@ -34,12 +34,13 @@ Thoir sùil air a cheangal agad ris an eadar-lìon.";
"Common.Controls.Actions.Compose" = "Sgrìobh"; "Common.Controls.Actions.Compose" = "Sgrìobh";
"Common.Controls.Actions.Confirm" = "Dearbh"; "Common.Controls.Actions.Confirm" = "Dearbh";
"Common.Controls.Actions.Continue" = "Lean air adhart"; "Common.Controls.Actions.Continue" = "Lean air adhart";
"Common.Controls.Actions.Copy" = "Copy"; "Common.Controls.Actions.Copy" = "Dèan lethbhreac";
"Common.Controls.Actions.CopyPhoto" = "Dèan lethbhreac dhen dealbh"; "Common.Controls.Actions.CopyPhoto" = "Dèan lethbhreac dhen dealbh";
"Common.Controls.Actions.Delete" = "Sguab às"; "Common.Controls.Actions.Delete" = "Sguab às";
"Common.Controls.Actions.Discard" = "Tilg air falbh"; "Common.Controls.Actions.Discard" = "Tilg air falbh";
"Common.Controls.Actions.Done" = "Deiseil"; "Common.Controls.Actions.Done" = "Deiseil";
"Common.Controls.Actions.Edit" = "Deasaich"; "Common.Controls.Actions.Edit" = "Deasaich";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Lorg daoine a leanas tu"; "Common.Controls.Actions.FindPeople" = "Lorg daoine a leanas tu";
"Common.Controls.Actions.ManuallySearch" = "Lorg a làimh na àite"; "Common.Controls.Actions.ManuallySearch" = "Lorg a làimh na àite";
"Common.Controls.Actions.Next" = "Air adhart"; "Common.Controls.Actions.Next" = "Air adhart";
@ -63,8 +64,8 @@ Thoir sùil air a cheangal agad ris an eadar-lìon.";
"Common.Controls.Actions.SignUp" = "Cruthaich cunntas"; "Common.Controls.Actions.SignUp" = "Cruthaich cunntas";
"Common.Controls.Actions.Skip" = "Leum thairis air"; "Common.Controls.Actions.Skip" = "Leum thairis air";
"Common.Controls.Actions.TakePhoto" = "Tog dealbh"; "Common.Controls.Actions.TakePhoto" = "Tog dealbh";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@"; "Common.Controls.Actions.TranslatePost.Title" = "Eadar-theangaich o: %@";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown"; "Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Chan eil fhios";
"Common.Controls.Actions.TryAgain" = "Feuch ris a-rithist"; "Common.Controls.Actions.TryAgain" = "Feuch ris a-rithist";
"Common.Controls.Actions.UnblockDomain" = "Dì-bhac %@"; "Common.Controls.Actions.UnblockDomain" = "Dì-bhac %@";
"Common.Controls.Friendship.Block" = "Bac"; "Common.Controls.Friendship.Block" = "Bac";
@ -101,21 +102,34 @@ Thoir sùil air a cheangal agad ris an eadar-lìon.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Toglaich rabhadh susbainte a phuist"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Toglaich rabhadh susbainte a phuist";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toglaich annsachd a phuist"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toglaich annsachd a phuist";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toglaich brosnachadh a phuist"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toglaich brosnachadh a phuist";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Cuir ris na h-annsachdan"; "Common.Controls.Status.Actions.Favorite" = "Cuir ris na h-annsachdan";
"Common.Controls.Status.Actions.Hide" = "Falaich"; "Common.Controls.Status.Actions.Hide" = "Falaich";
"Common.Controls.Status.Actions.Menu" = "Clàr-taice"; "Common.Controls.Status.Actions.Menu" = "Clàr-taice";
"Common.Controls.Status.Actions.Reblog" = "Brosnaich"; "Common.Controls.Status.Actions.Reblog" = "Brosnaich";
"Common.Controls.Status.Actions.Reply" = "Freagair"; "Common.Controls.Status.Actions.Reply" = "Freagair";
"Common.Controls.Status.Actions.ShareLinkInPost" = "Share Link in Post"; "Common.Controls.Status.Actions.ShareLinkInPost" = "Co-roinn an ceangal sa phost";
"Common.Controls.Status.Actions.ShowGif" = "Seall an GIF"; "Common.Controls.Status.Actions.ShowGif" = "Seall an GIF";
"Common.Controls.Status.Actions.ShowImage" = "Seall an dealbh"; "Common.Controls.Status.Actions.ShowImage" = "Seall an dealbh";
"Common.Controls.Status.Actions.ShowVideoPlayer" = "Seall cluicheadair video"; "Common.Controls.Status.Actions.ShowVideoPlayer" = "Seall cluicheadair video";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Thoir gnogag s cùm sìos a shealltainn a chlàir-thaice"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Thoir gnogag s cùm sìos a shealltainn a chlàir-thaice";
"Common.Controls.Status.Actions.Unfavorite" = "Thoir air falbh o na h-annsachdan"; "Common.Controls.Status.Actions.Unfavorite" = "Thoir air falbh o na h-annsachdan";
"Common.Controls.Status.Actions.Unreblog" = "Na brosnaich tuilleadh"; "Common.Controls.Status.Actions.Unreblog" = "Na brosnaich tuilleadh";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "Rabhadh susbainte"; "Common.Controls.Status.ContentWarning" = "Rabhadh susbainte";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ slighe %@";
"Common.Controls.Status.LoadEmbed" = "Luchdaich na tha ga leabachadh";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, ceanglachan %d à %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Leudaichidh seo an GIF. Thoir gnogag dhùbailte is cùm sìos airson gnìomhan a shealltainn";
"Common.Controls.Status.Media.ExpandImageHint" = "Leudaichidh seo an dealbh. Thoir gnogag dhùbailte is cùm sìos airson gnìomhan a shealltainn";
"Common.Controls.Status.Media.ExpandVideoHint" = "Seallaidh seo an cluicheadair video. Thoir gnogag dhùbailte is cùm sìos airson gnìomhan a shealltainn";
"Common.Controls.Status.MediaContentWarning" = "Thoir gnogag àite sam bith gus a nochdadh"; "Common.Controls.Status.MediaContentWarning" = "Thoir gnogag àite sam bith gus a nochdadh";
"Common.Controls.Status.MetaEntity.Email" = "Seòladh puist-d: %@"; "Common.Controls.Status.MetaEntity.Email" = "Seòladh puist-d: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Taga hais: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Taga hais: %@";
@ -123,6 +137,7 @@ Thoir sùil air a cheangal agad ris an eadar-lìon.";
"Common.Controls.Status.MetaEntity.Url" = "Ceangal: %@"; "Common.Controls.Status.MetaEntity.Url" = "Ceangal: %@";
"Common.Controls.Status.Poll.Closed" = "Dùinte"; "Common.Controls.Status.Poll.Closed" = "Dùinte";
"Common.Controls.Status.Poll.Vote" = "Cuir bhòt"; "Common.Controls.Status.Poll.Vote" = "Cuir bhòt";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Susbaint fhrionasach"; "Common.Controls.Status.SensitiveContent" = "Susbaint fhrionasach";
"Common.Controls.Status.ShowPost" = "Seall am post"; "Common.Controls.Status.ShowPost" = "Seall am post";
"Common.Controls.Status.ShowUserProfile" = "Seall pròifil a chleachdaiche"; "Common.Controls.Status.ShowUserProfile" = "Seall pròifil a chleachdaiche";
@ -133,20 +148,22 @@ Thoir sùil air a cheangal agad ris an eadar-lìon.";
"Common.Controls.Status.Tag.Mention" = "Iomradh"; "Common.Controls.Status.Tag.Mention" = "Iomradh";
"Common.Controls.Status.Tag.Url" = "URL"; "Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Thoir gnogag gus a nochdadh"; "Common.Controls.Status.TapToReveal" = "Thoir gnogag gus a nochdadh";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original"; "Common.Controls.Status.Translation.ShowOriginal" = "Show Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Air eadar-theangachadh o %@ le %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown"; "Common.Controls.Status.Translation.UnknownLanguage" = "Chan eil fhios";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Chan eil fhios";
"Common.Controls.Status.UserReblogged" = "Tha %@ ga bhrosnachadh"; "Common.Controls.Status.UserReblogged" = "Tha %@ ga bhrosnachadh";
"Common.Controls.Status.UserRepliedTo" = "Air %@ fhreagairt"; "Common.Controls.Status.UserRepliedTo" = "Air %@ fhreagairt";
"Common.Controls.Status.Visibility.Direct" = "Chan fhaic ach an cleachdaiche air an dugadh iomradh am post seo."; "Common.Controls.Status.Visibility.Direct" = "Chan fhaic ach an cleachdaiche air an dugadh iomradh am post seo.";
"Common.Controls.Status.Visibility.Private" = "Chan fhaic ach an luchd-leantainn aca am post seo."; "Common.Controls.Status.Visibility.Private" = "Chan fhaic ach an luchd-leantainn aca am post seo.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Chan fhaic ach an luchd-leantainn agam am post seo."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Chan fhaic ach an luchd-leantainn agam am post seo.";
"Common.Controls.Status.Visibility.Unlisted" = "Chì a h-uile duine am post seo ach cha nochd e air an loidhne-ama phoblach."; "Common.Controls.Status.Visibility.Unlisted" = "Chì a h-uile duine am post seo ach cha nochd e air an loidhne-ama phoblach.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "Dachaigh"; "Common.Controls.Tabs.Home" = "Dachaigh";
"Common.Controls.Tabs.Notifications" = "Notifications"; "Common.Controls.Tabs.Notifications" = "Brathan";
"Common.Controls.Tabs.Profile" = "Pròifil"; "Common.Controls.Tabs.Profile" = "Pròifil";
"Common.Controls.Tabs.SearchAndExplore" = "Search and Explore"; "Common.Controls.Tabs.SearchAndExplore" = "Lorg is rùraich";
"Common.Controls.Timeline.Filtered" = "Criathraichte"; "Common.Controls.Timeline.Filtered" = "Criathraichte";
"Common.Controls.Timeline.Header.BlockedWarning" = "Chan fhaic thu pròifil a chleachdaiche seo "Common.Controls.Timeline.Header.BlockedWarning" = "Chan fhaic thu pròifil a chleachdaiche seo
mus dì-bhac iad thu."; mus dì-bhac iad thu.";
@ -165,6 +182,7 @@ Seo an coltas a th air a phròifil agad dhaibh-san.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "A luchdadh nam post a tha a dhìth…"; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "A luchdadh nam post a tha a dhìth…";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Seall barrachd freagairtean"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Seall barrachd freagairtean";
"Common.Controls.Timeline.Timestamp.Now" = "An-dràsta"; "Common.Controls.Timeline.Timestamp.Now" = "An-dràsta";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Cuir cunntas ris"; "Scene.AccountList.AddAccount" = "Cuir cunntas ris";
"Scene.AccountList.DismissAccountSwitcher" = "Leig seachad taghadh a chunntais"; "Scene.AccountList.DismissAccountSwitcher" = "Leig seachad taghadh a chunntais";
"Scene.AccountList.TabBarHint" = "A phròifil air a taghadh: %@. Thoir gnogag dhùbailte is cùm sìos a ghearradh leum gu cunntas eile"; "Scene.AccountList.TabBarHint" = "A phròifil air a taghadh: %@. Thoir gnogag dhùbailte is cùm sìos a ghearradh leum gu cunntas eile";
@ -200,28 +218,40 @@ a luchdadh suas gu Mastodon.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Tagh an fhaicsinneachd %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Tagh an fhaicsinneachd %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Toglaich rabhadh susbainte"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Toglaich rabhadh susbainte";
"Scene.Compose.Keyboard.TogglePoll" = "Toglaich an cunntas-bheachd"; "Scene.Compose.Keyboard.TogglePoll" = "Toglaich an cunntas-bheachd";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Rùraich"; "Scene.Compose.MediaSelection.Browse" = "Rùraich";
"Scene.Compose.MediaSelection.Camera" = "Tog dealbh"; "Scene.Compose.MediaSelection.Camera" = "Tog dealbh";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Leabhar-lann nan dealbhan"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Leabhar-lann nan dealbhan";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Faide: %@"; "Scene.Compose.Poll.DurationTime" = "Faide: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "Latha"; "Scene.Compose.Poll.OneDay" = "Latha";
"Scene.Compose.Poll.OneHour" = "Uair a thìde"; "Scene.Compose.Poll.OneHour" = "Uair a thìde";
"Scene.Compose.Poll.OptionNumber" = "Roghainn %ld"; "Scene.Compose.Poll.OptionNumber" = "Roghainn %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "Seachdain"; "Scene.Compose.Poll.SevenDays" = "Seachdain";
"Scene.Compose.Poll.SixHours" = "6 uairean a thìde"; "Scene.Compose.Poll.SixHours" = "6 uairean a thìde";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "Tha roghainn fhalamh aig a chunntas-bheachd"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "Tha roghainn fhalamh aig a chunntas-bheachd";
"Scene.Compose.Poll.ThePollIsInvalid" = "Tha an cunntas-bheachd mì-dhligheach"; "Scene.Compose.Poll.ThePollIsInvalid" = "Tha an cunntas-bheachd mì-dhligheach";
"Scene.Compose.Poll.ThirtyMinutes" = "Leth-uair a thìde"; "Scene.Compose.Poll.ThirtyMinutes" = "Leth-uair a thìde";
"Scene.Compose.Poll.ThreeDays" = "3 làithean"; "Scene.Compose.Poll.ThreeDays" = "3 làithean";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "a freagairt gu %@"; "Scene.Compose.ReplyingToUser" = "a freagairt gu %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "Post ùr"; "Scene.Compose.Title.NewPost" = "Post ùr";
"Scene.Compose.Title.NewReply" = "Freagairt ùr"; "Scene.Compose.Title.NewReply" = "Freagairt ùr";
"Scene.Compose.Visibility.Direct" = "Daoine air an dug mi iomradh a-mhàin"; "Scene.Compose.Visibility.Direct" = "Daoine air an dug mi iomradh a-mhàin";
"Scene.Compose.Visibility.Private" = "Luchd-leantainn a-mhàin"; "Scene.Compose.Visibility.Private" = "Luchd-leantainn a-mhàin";
"Scene.Compose.Visibility.Public" = "Poblach"; "Scene.Compose.Visibility.Public" = "Poblach";
"Scene.Compose.Visibility.Unlisted" = "Falaichte o liostaichean"; "Scene.Compose.Visibility.Unlisted" = "Falaichte o liostaichean";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Fosgail aplacaid a phuist-d";
"Scene.ConfirmEmail.Button.Resend" = "Ath-chuir"; "Scene.ConfirmEmail.Button.Resend" = "Ath-chuir";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Dearbh gu bheil an seòladh puist-d agad mar bu chòir agus nach eil dad ann am pasgan an truilleis."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Dearbh gu bheil an seòladh puist-d agad mar bu chòir agus nach eil dad ann am pasgan an truilleis.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Cuir am post-d a-rithist"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Cuir am post-d a-rithist";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Thoir sùil air a phost-d agad"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Thoir sùil air a phost-d agad";
@ -229,9 +259,8 @@ a luchdadh suas gu Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Post"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Post";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Fosgail cliant puist-d"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Fosgail cliant puist-d";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Thoir sùil air a bhogsa a-steach agad."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Thoir sùil air a bhogsa a-steach agad.";
"Scene.ConfirmEmail.Subtitle" = "Thoir gnogag air a cheangal a chuir sinn thugad air a phost-d airson an cunntas agad a dhearbhadh."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Thoir gnogag air a cheangal a chuir sinn thugad air a phost-d airson an cunntas agad a dhearbhadh"; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.Title" = "Aon rud eile.";
"Scene.Discovery.Intro" = "Seo na postaichean fèillmhor nad cheàrnaidh de Mhastodon."; "Scene.Discovery.Intro" = "Seo na postaichean fèillmhor nad cheàrnaidh de Mhastodon.";
"Scene.Discovery.Tabs.Community" = "Coimhearsnachd"; "Scene.Discovery.Tabs.Community" = "Coimhearsnachd";
"Scene.Discovery.Tabs.ForYou" = "Dhut-sa"; "Scene.Discovery.Tabs.ForYou" = "Dhut-sa";
@ -240,20 +269,20 @@ a luchdadh suas gu Mastodon.";
"Scene.Discovery.Tabs.Posts" = "Postaichean"; "Scene.Discovery.Tabs.Posts" = "Postaichean";
"Scene.Familiarfollowers.FollowedByNames" = "Ga leantainn le %@"; "Scene.Familiarfollowers.FollowedByNames" = "Ga leantainn le %@";
"Scene.Familiarfollowers.Title" = "Luchd-leantainn aithnichte"; "Scene.Familiarfollowers.Title" = "Luchd-leantainn aithnichte";
"Scene.Favorite.Title" = "Na h-annsachdan agad"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Na annsachd aig"; "Scene.FavoritedBy.Title" = "Na annsachd aig";
"Scene.FollowedTags.Actions.Follow" = "Follow"; "Scene.FollowedTags.Actions.Follow" = "Lean";
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow"; "Scene.FollowedTags.Actions.Unfollow" = "Na lean tuilleadh";
"Scene.FollowedTags.Header.Participants" = "participants"; "Scene.FollowedTags.Header.Participants" = "com-pàirtichean";
"Scene.FollowedTags.Header.Posts" = "posts"; "Scene.FollowedTags.Header.Posts" = "postaichean";
"Scene.FollowedTags.Header.PostsToday" = "posts today"; "Scene.FollowedTags.Header.PostsToday" = "postaichean an-diugh";
"Scene.FollowedTags.Title" = "Followed Tags"; "Scene.FollowedTags.Title" = "Tagaichean gan leantainn";
"Scene.Follower.Footer" = "Cha dèid luchd-leantainn o fhrithealaichean eile a shealltainn."; "Scene.Follower.Footer" = "Cha dèid luchd-leantainn o fhrithealaichean eile a shealltainn.";
"Scene.Follower.Title" = "neach-leantainn"; "Scene.Follower.Title" = "neach-leantainn";
"Scene.Following.Footer" = "Cha dèid cò a leanas tu air frithealaichean eile a shealltainn."; "Scene.Following.Footer" = "Cha dèid cò a leanas tu air frithealaichean eile a shealltainn.";
"Scene.Following.Title" = "ga leantainn"; "Scene.Following.Title" = "ga leantainn";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Thoir gnogag a sgroladh dhan bhàrr is thoir gnogag a-rithist a dhol dhan ionad roimhe"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Thoir gnogag a sgroladh dhan bhàrr is thoir gnogag a-rithist a dhol dhan ionad roimhe";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Putan an t-suaicheantais"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Seall na postaichean ùra"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Seall na postaichean ùra";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Far loidhne"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Far loidhne";
"Scene.HomeTimeline.NavigationBarState.Published" = "Chaidh fhoillseachadh!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Chaidh fhoillseachadh!";
@ -279,15 +308,23 @@ a luchdadh suas gu Mastodon.";
"Scene.Preview.Keyboard.ClosePreview" = "Dùin an ro-shealladh"; "Scene.Preview.Keyboard.ClosePreview" = "Dùin an ro-shealladh";
"Scene.Preview.Keyboard.ShowNext" = "Air adhart"; "Scene.Preview.Keyboard.ShowNext" = "Air adhart";
"Scene.Preview.Keyboard.ShowPrevious" = "Air ais"; "Scene.Preview.Keyboard.ShowPrevious" = "Air ais";
"Scene.Privacy.Button.Confirm" = "I agree";
"Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS";
"Scene.Privacy.Policy.Server" = "Privacy Policy - %@";
"Scene.Privacy.Title" = "Privacy";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Thoir gnogag dhùbailte a dhfhosgladh na liosta"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Thoir gnogag dhùbailte a dhfhosgladh na liosta";
"Scene.Profile.Accessibility.EditAvatarImage" = "Deasaich dealbh an avatar"; "Scene.Profile.Accessibility.EditAvatarImage" = "Deasaich dealbh an avatar";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Seall dealbh an avatar"; "Scene.Profile.Accessibility.ShowAvatarImage" = "Seall dealbh an avatar";
"Scene.Profile.Accessibility.ShowBannerImage" = "Seall dealbh brataich"; "Scene.Profile.Accessibility.ShowBannerImage" = "Seall dealbh brataich";
"Scene.Profile.Dashboard.Followers" = "luchd-leantainn"; "Scene.Profile.Dashboard.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "a leantainn"; "Scene.Profile.Dashboard.MyFollowers" = "luchd-leantainn";
"Scene.Profile.Dashboard.Posts" = "postaichean"; "Scene.Profile.Dashboard.MyFollowing" = "a leantainn";
"Scene.Profile.Dashboard.MyPosts" = "postaichean";
"Scene.Profile.Dashboard.OtherFollowers" = "luchd-leantainn";
"Scene.Profile.Dashboard.OtherFollowing" = "a leantainn";
"Scene.Profile.Dashboard.OtherPosts" = "postaichean";
"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" = "Air ballrachd fhaighinn";
"Scene.Profile.Fields.Placeholder.Content" = "Susbaint"; "Scene.Profile.Fields.Placeholder.Content" = "Susbaint";
"Scene.Profile.Fields.Placeholder.Label" = "Leubail"; "Scene.Profile.Fields.Placeholder.Label" = "Leubail";
"Scene.Profile.Fields.Verified.Long" = "Chaidh dearbhadh cò leis a tha an ceangal seo %@"; "Scene.Profile.Fields.Verified.Long" = "Chaidh dearbhadh cò leis a tha an ceangal seo %@";
@ -338,13 +375,14 @@ a luchdadh suas gu Mastodon.";
"Scene.Register.Input.Password.Accessibility.Checked" = "le cromag"; "Scene.Register.Input.Password.Accessibility.Checked" = "le cromag";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "gun chromag"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "gun chromag";
"Scene.Register.Input.Password.CharacterLimit" = "8 caractaran"; "Scene.Register.Input.Password.CharacterLimit" = "8 caractaran";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "Feumaidh ochd caractaran a bhith san fhacal-fhaire agad air a char as giorra"; "Scene.Register.Input.Password.Hint" = "Feumaidh ochd caractaran a bhith san fhacal-fhaire agad air a char as giorra";
"Scene.Register.Input.Password.Placeholder" = "facal-faire"; "Scene.Register.Input.Password.Placeholder" = "facal-faire";
"Scene.Register.Input.Password.Require" = "Feumaidh am facal-faire agad co-dhiù:"; "Scene.Register.Input.Password.Require" = "Feumaidh am facal-faire agad co-dhiù:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Tha an t-ainm-cleachdaiche seo aig cuideigin eile."; "Scene.Register.Input.Username.DuplicatePrompt" = "Tha an t-ainm-cleachdaiche seo aig cuideigin eile.";
"Scene.Register.Input.Username.Placeholder" = "ainm-cleachdaiche"; "Scene.Register.Input.Username.Placeholder" = "ainm-cleachdaiche";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Gad rèiteachadh air %@"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Gad rèiteachadh air %@"; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "A bheil post sam bith eile ann a bu mhiann leat cur ris a ghearan?"; "Scene.Report.Content1" = "A bheil post sam bith eile ann a bu mhiann leat cur ris a ghearan?";
"Scene.Report.Content2" = "A bheil rud sam bith ann a bu mhiann leat innse dha na maoir mun ghearan seo?"; "Scene.Report.Content2" = "A bheil rud sam bith ann a bu mhiann leat innse dha na maoir mun ghearan seo?";
"Scene.Report.ReportSentTitle" = "Mòran taing airson a ghearain, bheir sinn sùil air."; "Scene.Report.ReportSentTitle" = "Mòran taing airson a ghearain, bheir sinn sùil air.";
@ -419,8 +457,10 @@ a luchdadh suas gu Mastodon.";
"Scene.ServerPicker.Button.Category.Music" = "ceòl"; "Scene.ServerPicker.Button.Category.Music" = "ceòl";
"Scene.ServerPicker.Button.Category.Regional" = "ionadail"; "Scene.ServerPicker.Button.Category.Regional" = "ionadail";
"Scene.ServerPicker.Button.Category.Tech" = "teicneolas"; "Scene.ServerPicker.Button.Category.Tech" = "teicneolas";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "Seall nas lugha"; "Scene.ServerPicker.Button.SeeLess" = "Seall nas lugha";
"Scene.ServerPicker.Button.SeeMore" = "Seall a bharrachd"; "Scene.ServerPicker.Button.SeeMore" = "Seall a bharrachd";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Chaidh rudeigin ceàrr le luchdadh an dàta. Thoir sùil air a cheangal agad ris an eadar-lìon."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Chaidh rudeigin ceàrr le luchdadh an dàta. Thoir sùil air a cheangal agad ris an eadar-lìon.";
"Scene.ServerPicker.EmptyState.FindingServers" = "A lorg nam frithealaichean ri am faighinn…"; "Scene.ServerPicker.EmptyState.FindingServers" = "A lorg nam frithealaichean ri am faighinn…";
"Scene.ServerPicker.EmptyState.NoResults" = "Gun toradh"; "Scene.ServerPicker.EmptyState.NoResults" = "Gun toradh";
@ -428,9 +468,13 @@ a luchdadh suas gu Mastodon.";
"Scene.ServerPicker.Label.Category" = "ROINN-SEÒRSA"; "Scene.ServerPicker.Label.Category" = "ROINN-SEÒRSA";
"Scene.ServerPicker.Label.Language" = "CÀNAN"; "Scene.ServerPicker.Label.Language" = "CÀNAN";
"Scene.ServerPicker.Label.Users" = "CLEACHDAICHEAN"; "Scene.ServerPicker.Label.Users" = "CLEACHDAICHEAN";
"Scene.ServerPicker.Subtitle" = "Tagh frithealaiche stèidhichte air na sgìre agad, d ùidhean, air far a bheil thu no fear coitcheann. S urrainn dhut fhathast conaltradh le duine sam bith air Mastodon ge b e na frithealaichean agaibh-se."; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Title" = "Tha cleachdaichean Mhastodon air iomadh frithealaiche eadar-dhealaichte."; "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerRules.Button.Confirm" = "Gabhaidh mi ris"; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "poileasaidh prìobhaideachd"; "Scene.ServerRules.PrivacyPolicy" = "poileasaidh prìobhaideachd";
"Scene.ServerRules.Prompt" = "Ma leanas tu air adhart, bidh thu fo bhuaidh teirmichean seirbheise is poileasaidh prìobhaideachd %@."; "Scene.ServerRules.Prompt" = "Ma leanas tu air adhart, bidh thu fo bhuaidh teirmichean seirbheise is poileasaidh prìobhaideachd %@.";
"Scene.ServerRules.Subtitle" = "Tha na riaghailtean seo gan stèidheachadh is a chur an gnìomh leis na maoir aig %@."; "Scene.ServerRules.Subtitle" = "Tha na riaghailtean seo gan stèidheachadh is a chur an gnìomh leis na maoir aig %@.";
@ -474,6 +518,17 @@ a luchdadh suas gu Mastodon.";
"Scene.SuggestionAccount.Title" = "Lorg daoine a leanas tu"; "Scene.SuggestionAccount.Title" = "Lorg daoine a leanas tu";
"Scene.Thread.BackTitle" = "Post"; "Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post le %@"; "Scene.Thread.Title" = "Post le %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.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" = "Dèan toiseach-tòiseachaidh"; "Scene.Welcome.GetStarted" = "Dèan toiseach-tòiseachaidh";
"Scene.Welcome.LogIn" = "Clàraich a-steach"; "Scene.Welcome.LogIn" = "Clàraich a-steach";
"Scene.Welcome.Slogan" = "A cur nan lìonraidhean sòisealta "Scene.Welcome.Slogan" = "A cur nan lìonraidhean sòisealta
@ -481,3 +536,17 @@ a luchdadh suas gu Mastodon.";
"Scene.Wizard.AccessibilityHint" = "Thoir gnogag dhùbailte a leigeil seachad an draoidh seo"; "Scene.Wizard.AccessibilityHint" = "Thoir gnogag dhùbailte a leigeil seachad an draoidh seo";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Geàrr leum eadar iomadh cunntas le cumail sìos putan na pròifil."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Geàrr leum eadar iomadh cunntas le cumail sìos putan na pròifil.";
"Scene.Wizard.NewInMastodon" = "Na tha ùr ann am Mastodon"; "Scene.Wizard.NewInMastodon" = "Na tha ùr ann am Mastodon";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

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@ air fhàgail</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -73,13 +73,13 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>%ld charactar</string> <string>%ld charactar air fhàgail</string>
<key>two</key> <key>two</key>
<string>%ld charactar</string> <string>%ld charactar air fhàgail</string>
<key>few</key> <key>few</key>
<string>%ld caractaran</string> <string>%ld caractaran air fhàgail</string>
<key>other</key> <key>other</key>
<string>%ld caractar</string> <string>%ld caractar air fhàgail</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -217,6 +217,26 @@
<string>%ld brosnachadh</string> <string>%ld brosnachadh</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 re-blog</string>
<key>two</key>
<string>%ld re-blogs</string>
<key>few</key>
<string>%ld re-blogs</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -40,6 +40,7 @@ Comproba a conexión a internet.";
"Common.Controls.Actions.Discard" = "Descartar"; "Common.Controls.Actions.Discard" = "Descartar";
"Common.Controls.Actions.Done" = "Feito"; "Common.Controls.Actions.Done" = "Feito";
"Common.Controls.Actions.Edit" = "Editar"; "Common.Controls.Actions.Edit" = "Editar";
"Common.Controls.Actions.EditPost" = "Editar";
"Common.Controls.Actions.FindPeople" = "Atopar persoas para seguir"; "Common.Controls.Actions.FindPeople" = "Atopar persoas para seguir";
"Common.Controls.Actions.ManuallySearch" = "Buscar de xeito manual"; "Common.Controls.Actions.ManuallySearch" = "Buscar de xeito manual";
"Common.Controls.Actions.Next" = "Seguinte"; "Common.Controls.Actions.Next" = "Seguinte";
@ -101,6 +102,8 @@ Comproba a conexión a internet.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Marcar con Aviso sobre o contido"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Marcar con Aviso sobre o contido";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Engadir publicación a Favoritas"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Engadir publicación a Favoritas";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Promover a publicación"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Promover a publicación";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Promover";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Retirar promoción";
"Common.Controls.Status.Actions.Favorite" = "Favorecer"; "Common.Controls.Status.Actions.Favorite" = "Favorecer";
"Common.Controls.Status.Actions.Hide" = "Agochar"; "Common.Controls.Status.Actions.Hide" = "Agochar";
"Common.Controls.Status.Actions.Menu" = "Menú"; "Common.Controls.Status.Actions.Menu" = "Menú";
@ -113,9 +116,20 @@ Comproba a conexión a internet.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Toca e mantén preso para menú"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Toca e mantén preso para menú";
"Common.Controls.Status.Actions.Unfavorite" = "Eliminar dos favoritos"; "Common.Controls.Status.Actions.Unfavorite" = "Eliminar dos favoritos";
"Common.Controls.Status.Actions.Unreblog" = "Retirar promoción"; "Common.Controls.Status.Actions.Unreblog" = "Retirar promoción";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Última edición %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Editar historial";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favoritas";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Promocións";
"Common.Controls.Status.ContentWarning" = "Aviso sobre o contido"; "Common.Controls.Status.ContentWarning" = "Aviso sobre o contido";
"Common.Controls.Status.EditHistory.OriginalPost" = "Orixinal · %@";
"Common.Controls.Status.EditHistory.Title" = "Historial de edicións";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Editada %@";
"Common.Controls.Status.LinkViaUser" = "%@ vía %@"; "Common.Controls.Status.LinkViaUser" = "%@ vía %@";
"Common.Controls.Status.LoadEmbed" = "Cargar o contido"; "Common.Controls.Status.LoadEmbed" = "Cargar o contido";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, adxunto %d de %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Desprega o GIF. Dobre toque e manter para mostrar accións";
"Common.Controls.Status.Media.ExpandImageHint" = "Desprega a imaxe. Dobre toque e manter para mostrar accións";
"Common.Controls.Status.Media.ExpandVideoHint" = "Mostra o reprodutor. Dobre toque e manter para mostrar accións";
"Common.Controls.Status.MediaContentWarning" = "Toca nalgures para mostrar"; "Common.Controls.Status.MediaContentWarning" = "Toca nalgures para mostrar";
"Common.Controls.Status.MetaEntity.Email" = "Enderezo de email: %@"; "Common.Controls.Status.MetaEntity.Email" = "Enderezo de email: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Cancelo: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Cancelo: %@";
@ -123,6 +137,7 @@ Comproba a conexión a internet.";
"Common.Controls.Status.MetaEntity.Url" = "Ligazón: %@"; "Common.Controls.Status.MetaEntity.Url" = "Ligazón: %@";
"Common.Controls.Status.Poll.Closed" = "Pechada"; "Common.Controls.Status.Poll.Closed" = "Pechada";
"Common.Controls.Status.Poll.Vote" = "Votar"; "Common.Controls.Status.Poll.Vote" = "Votar";
"Common.Controls.Status.PostedViaApplication" = "%@ vía %@";
"Common.Controls.Status.SensitiveContent" = "Contido sensible"; "Common.Controls.Status.SensitiveContent" = "Contido sensible";
"Common.Controls.Status.ShowPost" = "Mostrar publicación"; "Common.Controls.Status.ShowPost" = "Mostrar publicación";
"Common.Controls.Status.ShowUserProfile" = "Mostrar perfil da usuaria"; "Common.Controls.Status.ShowUserProfile" = "Mostrar perfil da usuaria";
@ -134,15 +149,17 @@ 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.";
"Common.Controls.Status.Visibility.Private" = "Só as seguidoras poden ver a publicación."; "Common.Controls.Status.Visibility.Private" = "Só as seguidoras poden ver a publicación.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Só as miñas seguidoras poden ver esta publicación."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Só as miñas seguidoras poden ver esta publicación.";
"Common.Controls.Status.Visibility.Unlisted" = "A publicación é visible para calquera pero non aparece na cronoloxía pública."; "Common.Controls.Status.Visibility.Unlisted" = "A publicación é visible para calquera pero non aparece na cronoloxía pública.";
"Common.Controls.Tabs.A11Y.Explore" = "Descubrir";
"Common.Controls.Tabs.A11Y.Search" = "Buscar";
"Common.Controls.Tabs.Home" = "Inicio"; "Common.Controls.Tabs.Home" = "Inicio";
"Common.Controls.Tabs.Notifications" = "Notificacións"; "Common.Controls.Tabs.Notifications" = "Notificacións";
"Common.Controls.Tabs.Profile" = "Perfil"; "Common.Controls.Tabs.Profile" = "Perfil";
@ -165,6 +182,7 @@ Así se ve o teu perfil.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Cargando as publicacións que faltan..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Cargando as publicacións que faltan...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostrar máis respostas"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostrar máis respostas";
"Common.Controls.Timeline.Timestamp.Now" = "Agora"; "Common.Controls.Timeline.Timestamp.Now" = "Agora";
"Extension.OpenIn.InvalidLinkError" = "Non semella ser unha ligazón válida de Mastodon.";
"Scene.AccountList.AddAccount" = "Engadir conta"; "Scene.AccountList.AddAccount" = "Engadir conta";
"Scene.AccountList.DismissAccountSwitcher" = "Desbotar intercambiador de contas"; "Scene.AccountList.DismissAccountSwitcher" = "Desbotar intercambiador de contas";
"Scene.AccountList.TabBarHint" = "Perfil seleccionado: %@. Dobre toque e manter para mostrar o intercambiador de contas"; "Scene.AccountList.TabBarHint" = "Perfil seleccionado: %@. Dobre toque e manter para mostrar o intercambiador de contas";
@ -200,28 +218,40 @@ ser subido a Mastodon.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Elexir visibilidade - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Elexir visibilidade - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Marcar con Aviso sobre o contido"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Marcar con Aviso sobre o contido";
"Scene.Compose.Keyboard.TogglePoll" = "Activar enquisa"; "Scene.Compose.Keyboard.TogglePoll" = "Activar enquisa";
"Scene.Compose.Language.Other" = "Outro idioma…";
"Scene.Compose.Language.Recent" = "Recentes";
"Scene.Compose.Language.Suggested" = "Suxerido";
"Scene.Compose.Language.Title" = "Idioma de publicación";
"Scene.Compose.MediaSelection.Browse" = "Explorar"; "Scene.Compose.MediaSelection.Browse" = "Explorar";
"Scene.Compose.MediaSelection.Camera" = "Facer foto"; "Scene.Compose.MediaSelection.Camera" = "Facer foto";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Biblioteca de fotos"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Biblioteca de fotos";
"Scene.Compose.Poll.AddOption" = "Engadir opción";
"Scene.Compose.Poll.DurationTime" = "Duración: %@"; "Scene.Compose.Poll.DurationTime" = "Duración: %@";
"Scene.Compose.Poll.MoveDown" = "Mover cara abaixo";
"Scene.Compose.Poll.MoveUp" = "Mover cara arriba";
"Scene.Compose.Poll.OneDay" = "1 Día"; "Scene.Compose.Poll.OneDay" = "1 Día";
"Scene.Compose.Poll.OneHour" = "1 Hora"; "Scene.Compose.Poll.OneHour" = "1 Hora";
"Scene.Compose.Poll.OptionNumber" = "Opción %ld"; "Scene.Compose.Poll.OptionNumber" = "Opción %ld";
"Scene.Compose.Poll.RemoveOption" = "Quitar opción";
"Scene.Compose.Poll.SevenDays" = "7 Días"; "Scene.Compose.Poll.SevenDays" = "7 Días";
"Scene.Compose.Poll.SixHours" = "6 Horas"; "Scene.Compose.Poll.SixHours" = "6 Horas";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "A enquisa ten unha opción baleira"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "A enquisa ten unha opción baleira";
"Scene.Compose.Poll.ThePollIsInvalid" = "A enquisa non é válida"; "Scene.Compose.Poll.ThePollIsInvalid" = "A enquisa non é válida";
"Scene.Compose.Poll.ThirtyMinutes" = "30 minutos"; "Scene.Compose.Poll.ThirtyMinutes" = "30 minutos";
"Scene.Compose.Poll.ThreeDays" = "3 Días"; "Scene.Compose.Poll.ThreeDays" = "3 Días";
"Scene.Compose.Poll.Title" = "Enquisa";
"Scene.Compose.ReplyingToUser" = "en resposta a %@"; "Scene.Compose.ReplyingToUser" = "en resposta a %@";
"Scene.Compose.Title.EditPost" = "Editar publicación";
"Scene.Compose.Title.NewPost" = "Nova publicación"; "Scene.Compose.Title.NewPost" = "Nova publicación";
"Scene.Compose.Title.NewReply" = "Nova resposta"; "Scene.Compose.Title.NewReply" = "Nova resposta";
"Scene.Compose.Visibility.Direct" = "Só para persoas mencionadas"; "Scene.Compose.Visibility.Direct" = "Só para persoas mencionadas";
"Scene.Compose.Visibility.Private" = "Só para seguidoras"; "Scene.Compose.Visibility.Private" = "Só para seguidoras";
"Scene.Compose.Visibility.Public" = "Público"; "Scene.Compose.Visibility.Public" = "Público";
"Scene.Compose.Visibility.Unlisted" = "Non listado"; "Scene.Compose.Visibility.Unlisted" = "Non listado";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Abrir app de email";
"Scene.ConfirmEmail.Button.Resend" = "Reenviar"; "Scene.ConfirmEmail.Button.Resend" = "Reenviar";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Non recibiches a Ligazón?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Reenviar (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Reenviar agora.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Comproba que o enderezo de email é correcto e que non vaia directo ao cartafol de spam."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Comproba que o enderezo de email é correcto e que non vaia directo ao cartafol de spam.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Volver enviar o correo"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Volver enviar o correo";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Revisa o teu correo"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Revisa o teu correo";
@ -229,9 +259,8 @@ ser subido a Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Correo"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Correo";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Abrir cliente de email"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Abrir cliente de email";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Mira na caixa de correo."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Mira na caixa de correo.";
"Scene.ConfirmEmail.Subtitle" = "Preme na ligazón que che enviamos ao email para verificar a conta."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Preme na ligazón que che enviamos para verificar a conta %@. Agardamos por ti.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Preme na ligazón que che enviamos ao email para verificar a conta"; "Scene.ConfirmEmail.Title" = "Mira na caixa de correo";
"Scene.ConfirmEmail.Title" = "O último detalle.";
"Scene.Discovery.Intro" = "Estas son as publicacións en voga no teu recuncho de Mastodon."; "Scene.Discovery.Intro" = "Estas son as publicacións en voga no teu recuncho de Mastodon.";
"Scene.Discovery.Tabs.Community" = "Comunidade"; "Scene.Discovery.Tabs.Community" = "Comunidade";
"Scene.Discovery.Tabs.ForYou" = "Para ti"; "Scene.Discovery.Tabs.ForYou" = "Para ti";
@ -240,7 +269,7 @@ ser subido a Mastodon.";
"Scene.Discovery.Tabs.Posts" = "Publicacións"; "Scene.Discovery.Tabs.Posts" = "Publicacións";
"Scene.Familiarfollowers.FollowedByNames" = "Seguimentos de %@"; "Scene.Familiarfollowers.FollowedByNames" = "Seguimentos de %@";
"Scene.Familiarfollowers.Title" = "Seguimentos próximos"; "Scene.Familiarfollowers.Title" = "Seguimentos próximos";
"Scene.Favorite.Title" = "Publicacións Favoritas"; "Scene.Favorite.Title" = "Favoritas";
"Scene.FavoritedBy.Title" = "Favorecido por"; "Scene.FavoritedBy.Title" = "Favorecido por";
"Scene.FollowedTags.Actions.Follow" = "Seguir"; "Scene.FollowedTags.Actions.Follow" = "Seguir";
"Scene.FollowedTags.Actions.Unfollow" = "Deixar de seguir"; "Scene.FollowedTags.Actions.Unfollow" = "Deixar de seguir";
@ -253,7 +282,7 @@ ser subido a Mastodon.";
"Scene.Following.Footer" = "Non se mostran os seguimentos desde outros servidores."; "Scene.Following.Footer" = "Non se mostran os seguimentos desde outros servidores.";
"Scene.Following.Title" = "seguindo"; "Scene.Following.Title" = "seguindo";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Toca para ir arriba e toca outra vez para volver ao mesmo lugar"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Toca para ir arriba e toca outra vez para volver ao mesmo lugar";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Botón do logo"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Novas publicacións"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Novas publicacións";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Sen conexión"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Sen conexión";
"Scene.HomeTimeline.NavigationBarState.Published" = "Publicado!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Publicado!";
@ -279,13 +308,21 @@ ser subido a Mastodon.";
"Scene.Preview.Keyboard.ClosePreview" = "Pechar vista previa"; "Scene.Preview.Keyboard.ClosePreview" = "Pechar vista previa";
"Scene.Preview.Keyboard.ShowNext" = "Mostrar Seguinte"; "Scene.Preview.Keyboard.ShowNext" = "Mostrar Seguinte";
"Scene.Preview.Keyboard.ShowPrevious" = "Mostar Anterior"; "Scene.Preview.Keyboard.ShowPrevious" = "Mostar Anterior";
"Scene.Privacy.Button.Confirm" = "Acepto";
"Scene.Privacy.Policy.Ios" = "Política de Privacidade - Mastodon para iOS";
"Scene.Privacy.Policy.Server" = "Política de Privacidade - %@";
"Scene.Privacy.Title" = "Privacidade";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Dous toques para abrir a lista"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Dous toques para abrir a lista";
"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.FamiliarFollowers" = "mutuo";
"Scene.Profile.Dashboard.Following" = "seguindo"; "Scene.Profile.Dashboard.MyFollowers" = "seguidoras";
"Scene.Profile.Dashboard.Posts" = "publicacións"; "Scene.Profile.Dashboard.MyFollowing" = "seguindo";
"Scene.Profile.Dashboard.MyPosts" = "publicacións";
"Scene.Profile.Dashboard.OtherFollowers" = "seguidoras";
"Scene.Profile.Dashboard.OtherFollowing" = "seguindo";
"Scene.Profile.Dashboard.OtherPosts" = "publicacións";
"Scene.Profile.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";
@ -338,13 +375,14 @@ ser subido a Mastodon.";
"Scene.Register.Input.Password.Accessibility.Checked" = "validado"; "Scene.Register.Input.Password.Accessibility.Checked" = "validado";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "non validado"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "non validado";
"Scene.Register.Input.Password.CharacterLimit" = "8 caracteres"; "Scene.Register.Input.Password.CharacterLimit" = "8 caracteres";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirmar contrasinal";
"Scene.Register.Input.Password.Hint" = "O teu contrasinal debe ter cando menos oito caracteres"; "Scene.Register.Input.Password.Hint" = "O teu contrasinal debe ter cando menos oito caracteres";
"Scene.Register.Input.Password.Placeholder" = "contrasinal"; "Scene.Register.Input.Password.Placeholder" = "contrasinal";
"Scene.Register.Input.Password.Require" = "O contrasinal debe ter polo menos:"; "Scene.Register.Input.Password.Require" = "O contrasinal debe ter polo menos:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Este nome de usuaria xa está en uso."; "Scene.Register.Input.Username.DuplicatePrompt" = "Este nome de usuaria xa está en uso.";
"Scene.Register.Input.Username.Placeholder" = "identificador"; "Scene.Register.Input.Username.Placeholder" = "identificador";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Imos crear a túa conta en %@"; "Scene.Register.Input.Username.Suggestion" = "rula_%@";
"Scene.Register.Title" = "Imos crear a túa conta en %@"; "Scene.Register.Title" = "Crear conta";
"Scene.Report.Content1" = "Hai outras publicacións que desexes engadir á denuncia?"; "Scene.Report.Content1" = "Hai outras publicacións que desexes engadir á denuncia?";
"Scene.Report.Content2" = "Hai algo que a moderación deba saber acerca desta denuncia?"; "Scene.Report.Content2" = "Hai algo que a moderación deba saber acerca desta denuncia?";
"Scene.Report.ReportSentTitle" = "Grazas pola denuncia, investigarémola."; "Scene.Report.ReportSentTitle" = "Grazas pola denuncia, investigarémola.";
@ -419,8 +457,10 @@ ser subido a Mastodon.";
"Scene.ServerPicker.Button.Category.Music" = "música"; "Scene.ServerPicker.Button.Category.Music" = "música";
"Scene.ServerPicker.Button.Category.Regional" = "rexional"; "Scene.ServerPicker.Button.Category.Regional" = "rexional";
"Scene.ServerPicker.Button.Category.Tech" = "tecnoloxía"; "Scene.ServerPicker.Button.Category.Tech" = "tecnoloxía";
"Scene.ServerPicker.Button.Language" = "Idioma";
"Scene.ServerPicker.Button.SeeLess" = "Ver menos"; "Scene.ServerPicker.Button.SeeLess" = "Ver menos";
"Scene.ServerPicker.Button.SeeMore" = "Ver máis"; "Scene.ServerPicker.Button.SeeMore" = "Ver máis";
"Scene.ServerPicker.Button.SignupSpeed" = "Rapidez no rexistro";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Algo fallou ao cargar os datos. Comproba a conexión a internet."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Algo fallou ao cargar os datos. Comproba a conexión a internet.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Buscando servidores dispoñibles..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Buscando servidores dispoñibles...";
"Scene.ServerPicker.EmptyState.NoResults" = "Sen resultados"; "Scene.ServerPicker.EmptyState.NoResults" = "Sen resultados";
@ -428,8 +468,12 @@ ser subido a Mastodon.";
"Scene.ServerPicker.Label.Category" = "CATEGORÍA"; "Scene.ServerPicker.Label.Category" = "CATEGORÍA";
"Scene.ServerPicker.Label.Language" = "IDIOMA"; "Scene.ServerPicker.Label.Language" = "IDIOMA";
"Scene.ServerPicker.Label.Users" = "USUARIAS"; "Scene.ServerPicker.Label.Users" = "USUARIAS";
"Scene.ServerPicker.Subtitle" = "Elixe un servidor en función dos teus intereses, rexión o un de propósito xeral. Poderás conversar con calquera en Mastodon, independentemente do servidor que elixas."; "Scene.ServerPicker.Language.All" = "Todo";
"Scene.ServerPicker.Title" = "Mastodon fórmano as persoas das diferentes comunidades."; "Scene.ServerPicker.Search.Placeholder" = "Buscar por nome ou URL";
"Scene.ServerPicker.SignupSpeed.All" = "Todo";
"Scene.ServerPicker.SignupSpeed.Instant" = "Rexistro Instantáneo";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Revisión manual";
"Scene.ServerPicker.Title" = "Elixe un Servidor";
"Scene.ServerRules.Button.Confirm" = "Acepto"; "Scene.ServerRules.Button.Confirm" = "Acepto";
"Scene.ServerRules.PrivacyPolicy" = "polícica de privacidade"; "Scene.ServerRules.PrivacyPolicy" = "polícica de privacidade";
"Scene.ServerRules.Prompt" = "Ao continuar, acatas os termos do servizo e a política de privacidade para %@."; "Scene.ServerRules.Prompt" = "Ao continuar, acatas os termos do servizo e a política de privacidade para %@.";
@ -474,6 +518,17 @@ ser subido a Mastodon.";
"Scene.SuggestionAccount.Title" = "Atopar persoas para seguir"; "Scene.SuggestionAccount.Title" = "Atopar persoas para seguir";
"Scene.Thread.BackTitle" = "Publicación"; "Scene.Thread.BackTitle" = "Publicación";
"Scene.Thread.Title" = "Publicación de %@"; "Scene.Thread.Title" = "Publicación de %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Que é Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Pode haber moitas razóns para elexir un servidor. art.exemplo é un bo lugar para artistas, mentras glasgow.exemplo podería ser axeitado para persoas escocesas.
Non terás problemas con calquera dos servidores recomendados, así que independentemente do que elixas (ou se escribes o teu propio na caixa de busca) non botarás nada en falta.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "Como elexir un servidor?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "O teu identificador pode ser @rula654@exemplo.social, pero podes seguir, promover e conversar con @gz4libre@exemplo.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon é o mesmo";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Imaxina que tes un enderezo de email que remata con @exemplo.com.
Podes intercambiar mensaxes con calquera persoa, incluso se o seu email remata en @gmail.com ou @icloud.com ou @exemplo.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "Que é";
"Scene.Welcome.GetStarted" = "Crear conta"; "Scene.Welcome.GetStarted" = "Crear conta";
"Scene.Welcome.LogIn" = "Acceder"; "Scene.Welcome.LogIn" = "Acceder";
"Scene.Welcome.Slogan" = "Comunicación social "Scene.Welcome.Slogan" = "Comunicación social
@ -481,3 +536,17 @@ de volta ás túas mans.";
"Scene.Wizard.AccessibilityHint" = "Dobre toque para desbotar este asistente"; "Scene.Wizard.AccessibilityHint" = "Dobre toque para desbotar este asistente";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Cambia dunha conta a outra mantendo preso o botón do perfil."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Cambia dunha conta a outra mantendo preso o botón do perfil.";
"Scene.Wizard.NewInMastodon" = "Novidade en Mastodon"; "Scene.Wizard.NewInMastodon" = "Novidade en Mastodon";
"Widget.Common.UnsupportedWidgetFamily" = "Unha mágoa, pero hai soporte para esta familia de Widgets.";
"Widget.Common.UserNotLoggedIn" = "Abre Mastodon para iniciar sesión coa Conta.";
"Widget.FollowersCount.ConfigurationDescription" = "Mostrar o número de seguidoras.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Seguidoras";
"Widget.FollowersCount.FollowersToday" = "%@ seguidoras hoxe";
"Widget.FollowersCount.Title" = "SEGUIDORAS";
"Widget.LatestFollowers.ConfigurationDescription" = "Mostra seguidoras recentes.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Últimas seguidoras";
"Widget.LatestFollowers.LastUpdate" = "Última actualización: %@";
"Widget.LatestFollowers.Title" = "Últimas seguidoras";
"Widget.MultipleFollowers.ConfigurationDescription" = "Mostrar o número de seguidoras para varias contas.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Varias seguidoras";
"Widget.MultipleFollowers.MockUser.AccountName" = "fulanito@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Outra seguidora";

View File

@ -53,7 +53,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@ restantes</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 caracter</string> <string>Queda 1 carácter</string>
<key>other</key> <key>other</key>
<string>%ld caracteres</string> <string>Quedan %ld caracteres</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -173,6 +173,22 @@
<string>%ld promocións</string> <string>%ld promocións</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 promoción</string>
<key>other</key>
<string>%ld promocións</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -40,6 +40,7 @@ Per favore verifica la tua connessione internet.";
"Common.Controls.Actions.Discard" = "Abbandona"; "Common.Controls.Actions.Discard" = "Abbandona";
"Common.Controls.Actions.Done" = "Fatto"; "Common.Controls.Actions.Done" = "Fatto";
"Common.Controls.Actions.Edit" = "Modifica"; "Common.Controls.Actions.Edit" = "Modifica";
"Common.Controls.Actions.EditPost" = "Modifica";
"Common.Controls.Actions.FindPeople" = "Trova persone da seguire"; "Common.Controls.Actions.FindPeople" = "Trova persone da seguire";
"Common.Controls.Actions.ManuallySearch" = "Cerca manualmente invece"; "Common.Controls.Actions.ManuallySearch" = "Cerca manualmente invece";
"Common.Controls.Actions.Next" = "Avanti"; "Common.Controls.Actions.Next" = "Avanti";
@ -101,6 +102,8 @@ Per favore verifica la tua connessione internet.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Attiva/Disattiva avvertimento contenuti"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Attiva/Disattiva avvertimento contenuti";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Attiva/Disattiva preferito nel post"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Attiva/Disattiva preferito nel post";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Attiva/Disattiva condivisione sul post"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Attiva/Disattiva condivisione sul post";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Condividi";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Annulla la condivisione";
"Common.Controls.Status.Actions.Favorite" = "Preferito"; "Common.Controls.Status.Actions.Favorite" = "Preferito";
"Common.Controls.Status.Actions.Hide" = "Nascondi"; "Common.Controls.Status.Actions.Hide" = "Nascondi";
"Common.Controls.Status.Actions.Menu" = "Menù"; "Common.Controls.Status.Actions.Menu" = "Menù";
@ -113,9 +116,20 @@ Per favore verifica la tua connessione internet.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tocca quindi tieni premuto per mostrare il menu"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tocca quindi tieni premuto per mostrare il menu";
"Common.Controls.Status.Actions.Unfavorite" = "Non preferito"; "Common.Controls.Status.Actions.Unfavorite" = "Non preferito";
"Common.Controls.Status.Actions.Unreblog" = "Annulla condivisione"; "Common.Controls.Status.Actions.Unreblog" = "Annulla condivisione";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Ultima modifica: %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Modifica la cronologia";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Preferiti";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Condivisioni";
"Common.Controls.Status.ContentWarning" = "Avviso sul contenuto"; "Common.Controls.Status.ContentWarning" = "Avviso sul contenuto";
"Common.Controls.Status.EditHistory.OriginalPost" = "Post originale · %@";
"Common.Controls.Status.EditHistory.Title" = "Modifica la cronologia";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Modificato %@";
"Common.Controls.Status.LinkViaUser" = "%@ tramite %@"; "Common.Controls.Status.LinkViaUser" = "%@ tramite %@";
"Common.Controls.Status.LoadEmbed" = "Carica Incorpora"; "Common.Controls.Status.LoadEmbed" = "Carica Incorpora";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, allegato %d di %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Espande la GIF. Tocca due volte e tieni premuto per mostrare le azioni";
"Common.Controls.Status.Media.ExpandImageHint" = "Espande l'immagine. Tocca due volte e tieni premuto per mostrare le azioni";
"Common.Controls.Status.Media.ExpandVideoHint" = "Mostra il lettore video. Tocca due volte e tieni premuto per mostrare le azioni";
"Common.Controls.Status.MediaContentWarning" = "Tocca ovunque per rivelare"; "Common.Controls.Status.MediaContentWarning" = "Tocca ovunque per rivelare";
"Common.Controls.Status.MetaEntity.Email" = "Indirizzo email: %@"; "Common.Controls.Status.MetaEntity.Email" = "Indirizzo email: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@";
@ -123,6 +137,7 @@ Per favore verifica la tua connessione internet.";
"Common.Controls.Status.MetaEntity.Url" = "Collegamento: %@"; "Common.Controls.Status.MetaEntity.Url" = "Collegamento: %@";
"Common.Controls.Status.Poll.Closed" = "Chiuso"; "Common.Controls.Status.Poll.Closed" = "Chiuso";
"Common.Controls.Status.Poll.Vote" = "Vota"; "Common.Controls.Status.Poll.Vote" = "Vota";
"Common.Controls.Status.PostedViaApplication" = "%@ tramite %@";
"Common.Controls.Status.SensitiveContent" = "Contenuto sensibile"; "Common.Controls.Status.SensitiveContent" = "Contenuto sensibile";
"Common.Controls.Status.ShowPost" = "Mostra il post"; "Common.Controls.Status.ShowPost" = "Mostra il post";
"Common.Controls.Status.ShowUserProfile" = "Mostra il profilo dell'utente"; "Common.Controls.Status.ShowUserProfile" = "Mostra il profilo dell'utente";
@ -134,15 +149,17 @@ 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.";
"Common.Controls.Status.Visibility.Private" = "Solo i loro seguaci possono vedere questo post."; "Common.Controls.Status.Visibility.Private" = "Solo i loro seguaci possono vedere questo post.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Solo i miei seguaci possono vedere questo post."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Solo i miei seguaci possono vedere questo post.";
"Common.Controls.Status.Visibility.Unlisted" = "Tutti possono vedere questo post ma non mostrare nella cronologia pubblica."; "Common.Controls.Status.Visibility.Unlisted" = "Tutti possono vedere questo post ma non mostrare nella cronologia pubblica.";
"Common.Controls.Tabs.A11Y.Explore" = "Esplora";
"Common.Controls.Tabs.A11Y.Search" = "Cerca";
"Common.Controls.Tabs.Home" = "Inizio"; "Common.Controls.Tabs.Home" = "Inizio";
"Common.Controls.Tabs.Notifications" = "Notifiche"; "Common.Controls.Tabs.Notifications" = "Notifiche";
"Common.Controls.Tabs.Profile" = "Profilo"; "Common.Controls.Tabs.Profile" = "Profilo";
@ -165,6 +182,7 @@ Il tuo profilo sembra questo per loro.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Caricamento post mancanti..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Caricamento post mancanti...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostra più risposte"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Mostra più risposte";
"Common.Controls.Timeline.Timestamp.Now" = "Ora"; "Common.Controls.Timeline.Timestamp.Now" = "Ora";
"Extension.OpenIn.InvalidLinkError" = "Questo non sembra essere un collegamento valido di Mastodon.";
"Scene.AccountList.AddAccount" = "Aggiungi account"; "Scene.AccountList.AddAccount" = "Aggiungi account";
"Scene.AccountList.DismissAccountSwitcher" = "Ignora il cambio account"; "Scene.AccountList.DismissAccountSwitcher" = "Ignora il cambio account";
"Scene.AccountList.TabBarHint" = "Profilo corrente selezionato: %@. Doppio tocco e tieni premuto per mostrare il cambio account"; "Scene.AccountList.TabBarHint" = "Profilo corrente selezionato: %@. Doppio tocco e tieni premuto per mostrare il cambio account";
@ -200,28 +218,40 @@ caricato su Mastodon.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Seleziona visibilità - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Seleziona visibilità - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Attiva/Disattiva avviso contenuti"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Attiva/Disattiva avviso contenuti";
"Scene.Compose.Keyboard.TogglePoll" = "Attiva/Disattiva Sondaggio"; "Scene.Compose.Keyboard.TogglePoll" = "Attiva/Disattiva Sondaggio";
"Scene.Compose.Language.Other" = "Altra lingua…";
"Scene.Compose.Language.Recent" = "Recente";
"Scene.Compose.Language.Suggested" = "Suggerita";
"Scene.Compose.Language.Title" = "Lingua del post";
"Scene.Compose.MediaSelection.Browse" = "Sfoglia"; "Scene.Compose.MediaSelection.Browse" = "Sfoglia";
"Scene.Compose.MediaSelection.Camera" = "Scatta foto"; "Scene.Compose.MediaSelection.Camera" = "Scatta foto";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Libreria foto"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Libreria foto";
"Scene.Compose.Poll.AddOption" = "Aggiungi opzione";
"Scene.Compose.Poll.DurationTime" = "Durata: %@"; "Scene.Compose.Poll.DurationTime" = "Durata: %@";
"Scene.Compose.Poll.MoveDown" = "Sposta in basso";
"Scene.Compose.Poll.MoveUp" = "Sposta in alto";
"Scene.Compose.Poll.OneDay" = "1 giorno"; "Scene.Compose.Poll.OneDay" = "1 giorno";
"Scene.Compose.Poll.OneHour" = "1 ora"; "Scene.Compose.Poll.OneHour" = "1 ora";
"Scene.Compose.Poll.OptionNumber" = "Opzione %ld"; "Scene.Compose.Poll.OptionNumber" = "Opzione %ld";
"Scene.Compose.Poll.RemoveOption" = "Rimuovi opzione";
"Scene.Compose.Poll.SevenDays" = "7 giorni"; "Scene.Compose.Poll.SevenDays" = "7 giorni";
"Scene.Compose.Poll.SixHours" = "6 ore"; "Scene.Compose.Poll.SixHours" = "6 ore";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "Il sondaggio ha un'opzione vuota"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "Il sondaggio ha un'opzione vuota";
"Scene.Compose.Poll.ThePollIsInvalid" = "Il sondaggio non è valido"; "Scene.Compose.Poll.ThePollIsInvalid" = "Il sondaggio non è valido";
"Scene.Compose.Poll.ThirtyMinutes" = "30 minuti"; "Scene.Compose.Poll.ThirtyMinutes" = "30 minuti";
"Scene.Compose.Poll.ThreeDays" = "3 giorni"; "Scene.Compose.Poll.ThreeDays" = "3 giorni";
"Scene.Compose.Poll.Title" = "Sondaggio";
"Scene.Compose.ReplyingToUser" = "rispondendo a %@"; "Scene.Compose.ReplyingToUser" = "rispondendo a %@";
"Scene.Compose.Title.EditPost" = "Modifica il post";
"Scene.Compose.Title.NewPost" = "Nuovo post"; "Scene.Compose.Title.NewPost" = "Nuovo post";
"Scene.Compose.Title.NewReply" = "Nuova risposta"; "Scene.Compose.Title.NewReply" = "Nuova risposta";
"Scene.Compose.Visibility.Direct" = "Solo le persone che menziono"; "Scene.Compose.Visibility.Direct" = "Solo le persone che menziono";
"Scene.Compose.Visibility.Private" = "Solo i seguaci"; "Scene.Compose.Visibility.Private" = "Solo i seguaci";
"Scene.Compose.Visibility.Public" = "Pubblico"; "Scene.Compose.Visibility.Public" = "Pubblico";
"Scene.Compose.Visibility.Unlisted" = "Non elencato"; "Scene.Compose.Visibility.Unlisted" = "Non elencato";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Apri l'app Email";
"Scene.ConfirmEmail.Button.Resend" = "Invia di nuovo"; "Scene.ConfirmEmail.Button.Resend" = "Invia di nuovo";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Non hai ricevuto un collegamento?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Invia di nuovo (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Invia di nuovo ora.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Controlla se il tuo indirizzo email sia corretto, così come la tua cartella spazzatura se non ce l'hai."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Controlla se il tuo indirizzo email sia corretto, così come la tua cartella spazzatura se non ce l'hai.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Invia e-mail di nuovo"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Invia e-mail di nuovo";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Controlla la tua e-mail"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Controlla la tua e-mail";
@ -229,9 +259,8 @@ caricato su Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Posta"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Posta";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Apri client Email"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Apri client Email";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Controlla la tua posta in arrivo."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Controlla la tua posta in arrivo.";
"Scene.ConfirmEmail.Subtitle" = "Tocca il link che ti abbiamo inviato per verificare il tuo account."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tocca il collegamento che ti abbiamo inviato per verificare %@. Aspetteremo proprio qui.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tocca sul collegamento che ti abbiamo inviato, per verificare il tuo account"; "Scene.ConfirmEmail.Title" = "Controlla la tua casella di posta";
"Scene.ConfirmEmail.Title" = "Un'ultima cosa.";
"Scene.Discovery.Intro" = "Questi sono i post che stanno guadagnando popolarità nel tuo angolo di Mastodon."; "Scene.Discovery.Intro" = "Questi sono i post che stanno guadagnando popolarità nel tuo angolo di Mastodon.";
"Scene.Discovery.Tabs.Community" = "Comunità"; "Scene.Discovery.Tabs.Community" = "Comunità";
"Scene.Discovery.Tabs.ForYou" = "Per Te"; "Scene.Discovery.Tabs.ForYou" = "Per Te";
@ -240,7 +269,7 @@ caricato su Mastodon.";
"Scene.Discovery.Tabs.Posts" = "Post"; "Scene.Discovery.Tabs.Posts" = "Post";
"Scene.Familiarfollowers.FollowedByNames" = "Seguito da %@"; "Scene.Familiarfollowers.FollowedByNames" = "Seguito da %@";
"Scene.Familiarfollowers.Title" = "Seguaci che conosci"; "Scene.Familiarfollowers.Title" = "Seguaci che conosci";
"Scene.Favorite.Title" = "I tuoi preferiti"; "Scene.Favorite.Title" = "Preferiti";
"Scene.FavoritedBy.Title" = "Preferito Da"; "Scene.FavoritedBy.Title" = "Preferito Da";
"Scene.FollowedTags.Actions.Follow" = "Segui"; "Scene.FollowedTags.Actions.Follow" = "Segui";
"Scene.FollowedTags.Actions.Unfollow" = "Smetti di seguire"; "Scene.FollowedTags.Actions.Unfollow" = "Smetti di seguire";
@ -253,7 +282,7 @@ caricato su Mastodon.";
"Scene.Following.Footer" = "I follow da altri server non vengono visualizzati."; "Scene.Following.Footer" = "I follow da altri server non vengono visualizzati.";
"Scene.Following.Title" = "seguendo"; "Scene.Following.Title" = "seguendo";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tocca per scorrere verso l'alto e tocca di nuovo verso la posizione precedente"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tocca per scorrere verso l'alto e tocca di nuovo verso la posizione precedente";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Pulsante Logo"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Vedi i nuovi post"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Vedi i nuovi post";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Non in linea"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Non in linea";
"Scene.HomeTimeline.NavigationBarState.Published" = "Pubblicato!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Pubblicato!";
@ -279,13 +308,21 @@ caricato su Mastodon.";
"Scene.Preview.Keyboard.ClosePreview" = "Chiudi anteprima"; "Scene.Preview.Keyboard.ClosePreview" = "Chiudi anteprima";
"Scene.Preview.Keyboard.ShowNext" = "Mostra successivo"; "Scene.Preview.Keyboard.ShowNext" = "Mostra successivo";
"Scene.Preview.Keyboard.ShowPrevious" = "Mostra precedente"; "Scene.Preview.Keyboard.ShowPrevious" = "Mostra precedente";
"Scene.Privacy.Button.Confirm" = "Sono d'accordo";
"Scene.Privacy.Policy.Ios" = "Informativa sulla privacy - Mastodon per iOS";
"Scene.Privacy.Policy.Server" = "Informativa sulla privacy - %@";
"Scene.Privacy.Title" = "Privacy";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Doppio tocco per aprire la lista"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Doppio tocco per aprire la lista";
"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.FamiliarFollowers" = "in comune";
"Scene.Profile.Dashboard.Following" = "seguendo"; "Scene.Profile.Dashboard.MyFollowers" = "seguaci";
"Scene.Profile.Dashboard.Posts" = "post"; "Scene.Profile.Dashboard.MyFollowing" = "seguendo";
"Scene.Profile.Dashboard.MyPosts" = "post";
"Scene.Profile.Dashboard.OtherFollowers" = "seguaci";
"Scene.Profile.Dashboard.OtherFollowing" = "seguendo";
"Scene.Profile.Dashboard.OtherPosts" = "post";
"Scene.Profile.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";
@ -338,13 +375,14 @@ caricato su Mastodon.";
"Scene.Register.Input.Password.Accessibility.Checked" = "verificato"; "Scene.Register.Input.Password.Accessibility.Checked" = "verificato";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "non verificato"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "non verificato";
"Scene.Register.Input.Password.CharacterLimit" = "8 caratteri"; "Scene.Register.Input.Password.CharacterLimit" = "8 caratteri";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Conferma la password";
"Scene.Register.Input.Password.Hint" = "La tua password deve essere di almeno 8 caratteri"; "Scene.Register.Input.Password.Hint" = "La tua password deve essere di almeno 8 caratteri";
"Scene.Register.Input.Password.Placeholder" = "password"; "Scene.Register.Input.Password.Placeholder" = "password";
"Scene.Register.Input.Password.Require" = "La tua password ha bisogno di almeno:"; "Scene.Register.Input.Password.Require" = "La tua password ha bisogno di almeno:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Questo nome utente è già stato preso."; "Scene.Register.Input.Username.DuplicatePrompt" = "Questo nome utente è già stato preso.";
"Scene.Register.Input.Username.Placeholder" = "nome utente"; "Scene.Register.Input.Username.Placeholder" = "nome utente";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Facciamo in modo che sia configurato su %@"; "Scene.Register.Input.Username.Suggestion" = "incredibile_%@";
"Scene.Register.Title" = "Facciamo in modo che sia configurato il %@"; "Scene.Register.Title" = "Crea un account";
"Scene.Report.Content1" = "Ci sono altri post che vorresti aggiungere alla segnalazione?"; "Scene.Report.Content1" = "Ci sono altri post che vorresti aggiungere alla segnalazione?";
"Scene.Report.Content2" = "C'è qualcosa che i moderatori dovrebbero sapere su questa segnalazione?"; "Scene.Report.Content2" = "C'è qualcosa che i moderatori dovrebbero sapere su questa segnalazione?";
"Scene.Report.ReportSentTitle" = "Grazie per la segnalazione, esamineremo questo aspetto."; "Scene.Report.ReportSentTitle" = "Grazie per la segnalazione, esamineremo questo aspetto.";
@ -419,8 +457,10 @@ caricato su Mastodon.";
"Scene.ServerPicker.Button.Category.Music" = "musica"; "Scene.ServerPicker.Button.Category.Music" = "musica";
"Scene.ServerPicker.Button.Category.Regional" = "locale"; "Scene.ServerPicker.Button.Category.Regional" = "locale";
"Scene.ServerPicker.Button.Category.Tech" = "tecnologia"; "Scene.ServerPicker.Button.Category.Tech" = "tecnologia";
"Scene.ServerPicker.Button.Language" = "Lingua";
"Scene.ServerPicker.Button.SeeLess" = "Vedi meno"; "Scene.ServerPicker.Button.SeeLess" = "Vedi meno";
"Scene.ServerPicker.Button.SeeMore" = "Vedi di più"; "Scene.ServerPicker.Button.SeeMore" = "Vedi di più";
"Scene.ServerPicker.Button.SignupSpeed" = "Velocità di iscrizione";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Qualcosa è andato storto durante il caricamento dei dati. Controlla la tua connessione internet."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Qualcosa è andato storto durante il caricamento dei dati. Controlla la tua connessione internet.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Ricerca server disponibili..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Ricerca server disponibili...";
"Scene.ServerPicker.EmptyState.NoResults" = "Nessun risultato"; "Scene.ServerPicker.EmptyState.NoResults" = "Nessun risultato";
@ -428,9 +468,13 @@ caricato su Mastodon.";
"Scene.ServerPicker.Label.Category" = "CATEGORIA"; "Scene.ServerPicker.Label.Category" = "CATEGORIA";
"Scene.ServerPicker.Label.Language" = "LINGUA"; "Scene.ServerPicker.Label.Language" = "LINGUA";
"Scene.ServerPicker.Label.Users" = "UTENTI"; "Scene.ServerPicker.Label.Users" = "UTENTI";
"Scene.ServerPicker.Subtitle" = "Scegli un server in base alla tua regione, ai tuoi interessi o uno generico. Puoi comunque chattare con chiunque su Mastodon, indipendentemente dai tuoi server."; "Scene.ServerPicker.Language.All" = "Tutte";
"Scene.ServerPicker.Title" = "Mastodon è fatto di utenti in diverse comunità."; "Scene.ServerPicker.Search.Placeholder" = "Cerca il nome o URL";
"Scene.ServerRules.Button.Confirm" = "Accetto"; "Scene.ServerPicker.SignupSpeed.All" = "Tutte";
"Scene.ServerPicker.SignupSpeed.Instant" = "Iscrizione istantanea";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Revisione manuale";
"Scene.ServerPicker.Title" = "Scegli server";
"Scene.ServerRules.Button.Confirm" = "Sono d'accordo";
"Scene.ServerRules.PrivacyPolicy" = "privacy policy"; "Scene.ServerRules.PrivacyPolicy" = "privacy policy";
"Scene.ServerRules.Prompt" = "Continuando, sei soggetto alle condizioni di servizio e all'informativa sulla privacy per %@."; "Scene.ServerRules.Prompt" = "Continuando, sei soggetto alle condizioni di servizio e all'informativa sulla privacy per %@.";
"Scene.ServerRules.Subtitle" = "Questi sono impostati e applicati dai moderatori %@."; "Scene.ServerRules.Subtitle" = "Questi sono impostati e applicati dai moderatori %@.";
@ -474,9 +518,34 @@ caricato su Mastodon.";
"Scene.SuggestionAccount.Title" = "Trova alcune persone da seguire"; "Scene.SuggestionAccount.Title" = "Trova alcune persone da seguire";
"Scene.Thread.BackTitle" = "Post"; "Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post da %@"; "Scene.Thread.Title" = "Post da %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Cosa è Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Persone diverse scelgono server diversi per una serie di motivi. art.example è un ottimo posto per gli artisti, mentre glasgow.example potrebbe essere una buona scelta per gli scozzesi.
Non puoi sbagliare con nessuno dei nostri server consigliati, quindi indipendentemente da quale scegli (o se inserisci il tuo nella barra di ricerca dei server), non perderai mai un colpo da nessuna parte.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "Come scelgo un server?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Il tuo account potrebbe essere @gothgirl654@esempio.social, ma puoi comunque seguire, condividere e chattare con @fallout5ever@esempio.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon è così";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Immagina di avere un indirizzo email che termini con @esempio.com.
Puoi comunque inviare e ricevere email da chiunque, anche se la loro email terminasse con @gmail.com o @icloud.com o @esempio.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "Cos'è";
"Scene.Welcome.GetStarted" = "Inizia"; "Scene.Welcome.GetStarted" = "Inizia";
"Scene.Welcome.LogIn" = "Accedi"; "Scene.Welcome.LogIn" = "Accedi";
"Scene.Welcome.Slogan" = "Il social network, di nuovo nelle tue mani."; "Scene.Welcome.Slogan" = "Il social network, di nuovo nelle tue mani.";
"Scene.Wizard.AccessibilityHint" = "Doppio tocco per eliminare questa procedura guidata"; "Scene.Wizard.AccessibilityHint" = "Doppio tocco per eliminare questa procedura guidata";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Passa tra più account tenendo premuto il pulsante del profilo."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Passa tra più account tenendo premuto il pulsante del profilo.";
"Scene.Wizard.NewInMastodon" = "Nuovo su Mastodon"; "Scene.Wizard.NewInMastodon" = "Nuovo su Mastodon";
"Widget.Common.UnsupportedWidgetFamily" = "Siamo spiacenti, ma questa famiglia di widget non è supportata.";
"Widget.Common.UserNotLoggedIn" = "Per favore apri Mastodon per accedere ad un account.";
"Widget.FollowersCount.ConfigurationDescription" = "Mostra il numero dei seguaci.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Seguaci";
"Widget.FollowersCount.FollowersToday" = "%@ seguaci oggi";
"Widget.FollowersCount.Title" = "SEGUACI";
"Widget.LatestFollowers.ConfigurationDescription" = "Mostra gli ultimi seguaci.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Ultimi seguaci";
"Widget.LatestFollowers.LastUpdate" = "Ultimo aggiornamento: %@";
"Widget.LatestFollowers.Title" = "Ultimi seguaci";
"Widget.MultipleFollowers.ConfigurationDescription" = "Mostra il numero di seguaci per più account.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Più seguaci";
"Widget.MultipleFollowers.MockUser.AccountName" = "altro@seguace.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Un altro seguace";

View File

@ -53,7 +53,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@ rimanenti</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 carattere</string> <string>1 carattere rimasto</string>
<key>other</key> <key>other</key>
<string>%ld caratteri</string> <string>%ld caratteri rimasti</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -173,6 +173,22 @@
<string>%ld condivisioni</string> <string>%ld condivisioni</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 condivisione</string>
<key>other</key>
<string>%ld condivisioni</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -23,8 +23,8 @@
"Common.Alerts.SignOut.Title" = "サインアウト"; "Common.Alerts.SignOut.Title" = "サインアウト";
"Common.Alerts.SignUpFailure.Title" = "サインアップに失敗しました"; "Common.Alerts.SignUpFailure.Title" = "サインアップに失敗しました";
"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" = "翻訳に失敗しました。管理者がこのサーバーで翻訳を有効にしていないか、このサーバーが翻訳をサポートしていない古いバージョンの Mastodon を実行している可能性があります。";
"Common.Alerts.TranslationFailed.Title" = "Note"; "Common.Alerts.TranslationFailed.Title" = "注意";
"Common.Alerts.VoteFailure.PollEnded" = "投票は終了しました"; "Common.Alerts.VoteFailure.PollEnded" = "投票は終了しました";
"Common.Alerts.VoteFailure.Title" = "投票の失敗"; "Common.Alerts.VoteFailure.Title" = "投票の失敗";
"Common.Controls.Actions.Add" = "追加"; "Common.Controls.Actions.Add" = "追加";
@ -34,12 +34,13 @@
"Common.Controls.Actions.Compose" = "新規作成"; "Common.Controls.Actions.Compose" = "新規作成";
"Common.Controls.Actions.Confirm" = "確認"; "Common.Controls.Actions.Confirm" = "確認";
"Common.Controls.Actions.Continue" = "続ける"; "Common.Controls.Actions.Continue" = "続ける";
"Common.Controls.Actions.Copy" = "Copy"; "Common.Controls.Actions.Copy" = "コピー";
"Common.Controls.Actions.CopyPhoto" = "写真をコピー"; "Common.Controls.Actions.CopyPhoto" = "写真をコピー";
"Common.Controls.Actions.Delete" = "削除"; "Common.Controls.Actions.Delete" = "削除";
"Common.Controls.Actions.Discard" = "破棄"; "Common.Controls.Actions.Discard" = "破棄";
"Common.Controls.Actions.Done" = "完了"; "Common.Controls.Actions.Done" = "完了";
"Common.Controls.Actions.Edit" = "編集"; "Common.Controls.Actions.Edit" = "編集";
"Common.Controls.Actions.EditPost" = "編集";
"Common.Controls.Actions.FindPeople" = "フォローする人を見つける"; "Common.Controls.Actions.FindPeople" = "フォローする人を見つける";
"Common.Controls.Actions.ManuallySearch" = "手動で検索する"; "Common.Controls.Actions.ManuallySearch" = "手動で検索する";
"Common.Controls.Actions.Next" = "次へ"; "Common.Controls.Actions.Next" = "次へ";
@ -63,8 +64,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" = "ブロック";
@ -101,21 +102,34 @@
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "閲覧注意を切り替える"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "閲覧注意を切り替える";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "お気に入り登録を切り替える"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "お気に入り登録を切り替える";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "ブーストを切り替える"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "ブーストを切り替える";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "ブーストする";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "ブーストを取り消す";
"Common.Controls.Status.Actions.Favorite" = "お気に入り"; "Common.Controls.Status.Actions.Favorite" = "お気に入り";
"Common.Controls.Status.Actions.Hide" = "非表示"; "Common.Controls.Status.Actions.Hide" = "非表示";
"Common.Controls.Status.Actions.Menu" = "メニュー"; "Common.Controls.Status.Actions.Menu" = "メニュー";
"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" = "Show video player"; "Common.Controls.Status.Actions.ShowVideoPlayer" = "動画プレーヤーを表示";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tap then hold to show menu"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "長押しでメニュー表示";
"Common.Controls.Status.Actions.Unfavorite" = "お気に入り登録を取り消す"; "Common.Controls.Status.Actions.Unfavorite" = "お気に入り登録を取り消す";
"Common.Controls.Status.Actions.Unreblog" = "ブーストを戻す"; "Common.Controls.Status.Actions.Unreblog" = "ブーストを戻す";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "最終更新日 %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "編集履歴";
"Common.Controls.Status.Buttons.FavoritesTitle" = "お気に入り";
"Common.Controls.Status.Buttons.ReblogsTitle" = "ブースト";
"Common.Controls.Status.ContentWarning" = "コンテンツ警告"; "Common.Controls.Status.ContentWarning" = "コンテンツ警告";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.EditHistory.OriginalPost" = "オリジナルの投稿 · %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.EditHistory.Title" = "編集履歴";
"Common.Controls.Status.EditedAtTimestampPrefix" = "%@に編集";
"Common.Controls.Status.LinkViaUser" = "%@ (%@)";
"Common.Controls.Status.LoadEmbed" = "埋め込みを読み込む";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, これは %d 件目の添付メディアです。全部で %d 件の添付メディアがあります。";
"Common.Controls.Status.Media.ExpandGifHint" = "GIF を拡大します。ダブルタップして長押しすると動作が表示されます。";
"Common.Controls.Status.Media.ExpandImageHint" = "画像を拡大します。ダブルタップして長押しするとアクションを表示します";
"Common.Controls.Status.Media.ExpandVideoHint" = "動画を表示します。ダブルタップして長押しするとアクションを表示します";
"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" = "ハッシュタグ: %@";
@ -123,6 +137,7 @@
"Common.Controls.Status.MetaEntity.Url" = "リンク: %@"; "Common.Controls.Status.MetaEntity.Url" = "リンク: %@";
"Common.Controls.Status.Poll.Closed" = "終了"; "Common.Controls.Status.Poll.Closed" = "終了";
"Common.Controls.Status.Poll.Vote" = "投票"; "Common.Controls.Status.Poll.Vote" = "投票";
"Common.Controls.Status.PostedViaApplication" = "%@ に %@ から投稿";
"Common.Controls.Status.SensitiveContent" = "閲覧注意"; "Common.Controls.Status.SensitiveContent" = "閲覧注意";
"Common.Controls.Status.ShowPost" = "投稿を見る"; "Common.Controls.Status.ShowPost" = "投稿を見る";
"Common.Controls.Status.ShowUserProfile" = "プロフィールを見る"; "Common.Controls.Status.ShowUserProfile" = "プロフィールを見る";
@ -133,20 +148,22 @@
"Common.Controls.Status.Tag.Mention" = "メンション"; "Common.Controls.Status.Tag.Mention" = "メンション";
"Common.Controls.Status.Tag.Url" = "URL"; "Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "タップして表示"; "Common.Controls.Status.TapToReveal" = "タップして表示";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original"; "Common.Controls.Status.Translation.ShowOriginal" = "元のページを開く";
"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" = "この投稿はメンションされたユーザーに限り見ることができます。";
"Common.Controls.Status.Visibility.Private" = "この投稿はフォロワーに限り見ることができます。"; "Common.Controls.Status.Visibility.Private" = "この投稿はフォロワーに限り見ることができます。";
"Common.Controls.Status.Visibility.PrivateFromMe" = "この投稿はフォロワーに限り見ることができます。"; "Common.Controls.Status.Visibility.PrivateFromMe" = "この投稿はフォロワーに限り見ることができます。";
"Common.Controls.Status.Visibility.Unlisted" = "この投稿は誰でも見ることができますが、公開タイムラインには表示されません。"; "Common.Controls.Status.Visibility.Unlisted" = "この投稿は誰でも見ることができますが、公開タイムラインには表示されません。";
"Common.Controls.Tabs.A11Y.Explore" = "みつける";
"Common.Controls.Tabs.A11Y.Search" = "検索";
"Common.Controls.Tabs.Home" = "ホーム"; "Common.Controls.Tabs.Home" = "ホーム";
"Common.Controls.Tabs.Notifications" = "通知"; "Common.Controls.Tabs.Notifications" = "通知";
"Common.Controls.Tabs.Profile" = "プロフィール"; "Common.Controls.Tabs.Profile" = "プロフィール";
"Common.Controls.Tabs.SearchAndExplore" = "Search and Explore"; "Common.Controls.Tabs.SearchAndExplore" = "検索と探索";
"Common.Controls.Timeline.Filtered" = "フィルター済み"; "Common.Controls.Timeline.Filtered" = "フィルター済み";
"Common.Controls.Timeline.Header.BlockedWarning" = "ブロックされているようです..."; "Common.Controls.Timeline.Header.BlockedWarning" = "ブロックされているようです...";
"Common.Controls.Timeline.Header.BlockingWarning" = "ブロックを解除するまでこのユーザーをみることはできません。 "Common.Controls.Timeline.Header.BlockingWarning" = "ブロックを解除するまでこのユーザーをみることはできません。
@ -161,6 +178,7 @@
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "読込中..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "読込中...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "返信をさらに表示"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "返信をさらに表示";
"Common.Controls.Timeline.Timestamp.Now" = "今"; "Common.Controls.Timeline.Timestamp.Now" = "今";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "アカウントを追加"; "Scene.AccountList.AddAccount" = "アカウントを追加";
"Scene.AccountList.DismissAccountSwitcher" = "アカウント切替画面を閉じます"; "Scene.AccountList.DismissAccountSwitcher" = "アカウント切替画面を閉じます";
"Scene.AccountList.TabBarHint" = "現在のアカウント: %@. ダブルタップしてアカウント切替画面を表示します"; "Scene.AccountList.TabBarHint" = "現在のアカウント: %@. ダブルタップしてアカウント切替画面を表示します";
@ -172,17 +190,17 @@
"Scene.Compose.Accessibility.EnableContentWarning" = "閲覧注意を有効にする"; "Scene.Compose.Accessibility.EnableContentWarning" = "閲覧注意を有効にする";
"Scene.Compose.Accessibility.PostOptions" = "投稿オプション"; "Scene.Compose.Accessibility.PostOptions" = "投稿オプション";
"Scene.Compose.Accessibility.PostVisibilityMenu" = "投稿の表示メニュー"; "Scene.Compose.Accessibility.PostVisibilityMenu" = "投稿の表示メニュー";
"Scene.Compose.Accessibility.PostingAs" = "Posting as %@"; "Scene.Compose.Accessibility.PostingAs" = "%@ として投稿中";
"Scene.Compose.Accessibility.RemovePoll" = "投票を消去"; "Scene.Compose.Accessibility.RemovePoll" = "投票を消去";
"Scene.Compose.Attachment.AttachmentBroken" = "%@は壊れていてMastodonにアップロードできません。"; "Scene.Compose.Attachment.AttachmentBroken" = "%@は壊れていてMastodonにアップロードできません。";
"Scene.Compose.Attachment.AttachmentTooLarge" = "添付ファイルが大きすぎます"; "Scene.Compose.Attachment.AttachmentTooLarge" = "添付ファイルが大きすぎます";
"Scene.Compose.Attachment.CanNotRecognizeThisMediaAttachment" = "Can not recognize this media attachment"; "Scene.Compose.Attachment.CanNotRecognizeThisMediaAttachment" = "このメディア添付ファイルを認識できません";
"Scene.Compose.Attachment.CompressingState" = "Compressing..."; "Scene.Compose.Attachment.CompressingState" = "圧縮中...";
"Scene.Compose.Attachment.DescriptionPhoto" = "閲覧が難しいユーザーへの画像説明"; "Scene.Compose.Attachment.DescriptionPhoto" = "閲覧が難しいユーザーへの画像説明";
"Scene.Compose.Attachment.DescriptionVideo" = "閲覧が難しいユーザーへの映像説明"; "Scene.Compose.Attachment.DescriptionVideo" = "閲覧が難しいユーザーへの映像説明";
"Scene.Compose.Attachment.LoadFailed" = "読み込みに失敗しました"; "Scene.Compose.Attachment.LoadFailed" = "読み込みに失敗しました";
"Scene.Compose.Attachment.Photo" = "写真"; "Scene.Compose.Attachment.Photo" = "写真";
"Scene.Compose.Attachment.ServerProcessingState" = "Server Processing..."; "Scene.Compose.Attachment.ServerProcessingState" = "サーバー処理中...";
"Scene.Compose.Attachment.UploadFailed" = "アップロードに失敗しました"; "Scene.Compose.Attachment.UploadFailed" = "アップロードに失敗しました";
"Scene.Compose.Attachment.Video" = "動画"; "Scene.Compose.Attachment.Video" = "動画";
"Scene.Compose.AutoComplete.SpaceToAdd" = "スペースを追加"; "Scene.Compose.AutoComplete.SpaceToAdd" = "スペースを追加";
@ -195,28 +213,40 @@
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "公開設定を選択 - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "公開設定を選択 - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "閲覧注意を切り替える"; "Scene.Compose.Keyboard.ToggleContentWarning" = "閲覧注意を切り替える";
"Scene.Compose.Keyboard.TogglePoll" = "投票を切り替える"; "Scene.Compose.Keyboard.TogglePoll" = "投票を切り替える";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "ブラウズ"; "Scene.Compose.MediaSelection.Browse" = "ブラウズ";
"Scene.Compose.MediaSelection.Camera" = "写真を撮る"; "Scene.Compose.MediaSelection.Camera" = "写真を撮る";
"Scene.Compose.MediaSelection.PhotoLibrary" = "フォトライブラリ"; "Scene.Compose.MediaSelection.PhotoLibrary" = "フォトライブラリ";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "期間: %@"; "Scene.Compose.Poll.DurationTime" = "期間: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1日"; "Scene.Compose.Poll.OneDay" = "1日";
"Scene.Compose.Poll.OneHour" = "1時間"; "Scene.Compose.Poll.OneHour" = "1時間";
"Scene.Compose.Poll.OptionNumber" = "オプション %ld"; "Scene.Compose.Poll.OptionNumber" = "オプション %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7日"; "Scene.Compose.Poll.SevenDays" = "7日";
"Scene.Compose.Poll.SixHours" = "6時間"; "Scene.Compose.Poll.SixHours" = "6時間";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "アンケートに空のオプションがあります";
"Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid"; "Scene.Compose.Poll.ThePollIsInvalid" = "アンケートが無効です";
"Scene.Compose.Poll.ThirtyMinutes" = "30分"; "Scene.Compose.Poll.ThirtyMinutes" = "30分";
"Scene.Compose.Poll.ThreeDays" = "3日"; "Scene.Compose.Poll.ThreeDays" = "3日";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "%@に返信"; "Scene.Compose.ReplyingToUser" = "%@に返信";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "新しい投稿"; "Scene.Compose.Title.NewPost" = "新しい投稿";
"Scene.Compose.Title.NewReply" = "新しい返信"; "Scene.Compose.Title.NewReply" = "新しい返信";
"Scene.Compose.Visibility.Direct" = "ダイレクト"; "Scene.Compose.Visibility.Direct" = "ダイレクト";
"Scene.Compose.Visibility.Private" = "フォロワーのみ"; "Scene.Compose.Visibility.Private" = "フォロワーのみ";
"Scene.Compose.Visibility.Public" = "パブリック"; "Scene.Compose.Visibility.Public" = "パブリック";
"Scene.Compose.Visibility.Unlisted" = "非表示"; "Scene.Compose.Visibility.Unlisted" = "非表示";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "メールアプリを開く";
"Scene.ConfirmEmail.Button.Resend" = "再送信"; "Scene.ConfirmEmail.Button.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" = "メールアドレスが正しいかどうか、また、迷惑メールフォルダに入っていないかどうかも確認してください。"; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "メールアドレスが正しいかどうか、また、迷惑メールフォルダに入っていないかどうかも確認してください。";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "もう一度メールを送信"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "もう一度メールを送信";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "メールをチェックしてください"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "メールをチェックしてください";
@ -224,31 +254,30 @@
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "メール"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "メール";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "メールアプリを開く"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "メールアプリを開く";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "メールを確認"; "Scene.ConfirmEmail.OpenEmailApp.Title" = "メールを確認";
"Scene.ConfirmEmail.Subtitle" = "先程 %@ にメールを送信しました。リンクをタップしてアカウントを確認してください。"; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "メールで送られたリンクへアクセスし、アカウントを認証してください"; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.Title" = "さいごにもうひとつ。";
"Scene.Discovery.Intro" = "あなたのMastodonサーバーで注目を集めている投稿がここに表示されます。"; "Scene.Discovery.Intro" = "あなたのMastodonサーバーで注目を集めている投稿がここに表示されます。";
"Scene.Discovery.Tabs.Community" = "コミュニティ"; "Scene.Discovery.Tabs.Community" = "コミュニティ";
"Scene.Discovery.Tabs.ForYou" = "おすすめ"; "Scene.Discovery.Tabs.ForYou" = "おすすめ";
"Scene.Discovery.Tabs.Hashtags" = "ハッシュタグ"; "Scene.Discovery.Tabs.Hashtags" = "ハッシュタグ";
"Scene.Discovery.Tabs.News" = "ニュース"; "Scene.Discovery.Tabs.News" = "ニュース";
"Scene.Discovery.Tabs.Posts" = "投稿"; "Scene.Discovery.Tabs.Posts" = "投稿";
"Scene.Familiarfollowers.FollowedByNames" = "Followed by %@"; "Scene.Familiarfollowers.FollowedByNames" = "%@がフォロー";
"Scene.Familiarfollowers.Title" = "Followers you familiar"; "Scene.Familiarfollowers.Title" = "おすすめのフォロワー";
"Scene.Favorite.Title" = "お気に入り"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "お気に入り"; "Scene.FavoritedBy.Title" = "お気に入り";
"Scene.FollowedTags.Actions.Follow" = "Follow"; "Scene.FollowedTags.Actions.Follow" = "フォロー";
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow"; "Scene.FollowedTags.Actions.Unfollow" = "フォロー解除";
"Scene.FollowedTags.Header.Participants" = "participants"; "Scene.FollowedTags.Header.Participants" = "参加者";
"Scene.FollowedTags.Header.Posts" = "posts"; "Scene.FollowedTags.Header.Posts" = "投稿";
"Scene.FollowedTags.Header.PostsToday" = "posts today"; "Scene.FollowedTags.Header.PostsToday" = "今日の投稿";
"Scene.FollowedTags.Title" = "Followed Tags"; "Scene.FollowedTags.Title" = "フォロー済みタグ";
"Scene.Follower.Footer" = "他のサーバーからのフォロワーは表示されません。"; "Scene.Follower.Footer" = "他のサーバーからのフォロワーは表示されません。";
"Scene.Follower.Title" = "フォロワー"; "Scene.Follower.Title" = "フォロワー";
"Scene.Following.Footer" = "他のサーバーにいるフォローは表示されません。"; "Scene.Following.Footer" = "他のサーバーにいるフォローは表示されません。";
"Scene.Following.Title" = "フォロー"; "Scene.Following.Title" = "フォロー";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "タップすると一番上までスクロールし、もう一度タップすると元の場所に戻ります"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "タップすると一番上までスクロールし、もう一度タップすると元の場所に戻ります";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "ロゴボタン"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "新しい投稿を見る"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "新しい投稿を見る";
"Scene.HomeTimeline.NavigationBarState.Offline" = "オフライン"; "Scene.HomeTimeline.NavigationBarState.Offline" = "オフライン";
"Scene.HomeTimeline.NavigationBarState.Published" = "投稿しました!"; "Scene.HomeTimeline.NavigationBarState.Published" = "投稿しました!";
@ -256,7 +285,7 @@
"Scene.HomeTimeline.Title" = "ホーム"; "Scene.HomeTimeline.Title" = "ホーム";
"Scene.Login.ServerSearchField.Placeholder" = "URLを入力またはサーバーを検索"; "Scene.Login.ServerSearchField.Placeholder" = "URLを入力またはサーバーを検索";
"Scene.Login.Subtitle" = "アカウントを作成したサーバーにログインします。"; "Scene.Login.Subtitle" = "アカウントを作成したサーバーにログインします。";
"Scene.Login.Title" = "Welcome back"; "Scene.Login.Title" = "ようこそ";
"Scene.Notification.FollowRequest.Accept" = "承認"; "Scene.Notification.FollowRequest.Accept" = "承認";
"Scene.Notification.FollowRequest.Accepted" = "承諾済み"; "Scene.Notification.FollowRequest.Accepted" = "承諾済み";
"Scene.Notification.FollowRequest.Reject" = "拒否"; "Scene.Notification.FollowRequest.Reject" = "拒否";
@ -274,19 +303,27 @@
"Scene.Preview.Keyboard.ClosePreview" = "プレビューを閉じる"; "Scene.Preview.Keyboard.ClosePreview" = "プレビューを閉じる";
"Scene.Preview.Keyboard.ShowNext" = "次を見る"; "Scene.Preview.Keyboard.ShowNext" = "次を見る";
"Scene.Preview.Keyboard.ShowPrevious" = "前を見る"; "Scene.Preview.Keyboard.ShowPrevious" = "前を見る";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Double tap to open the list"; "Scene.Privacy.Button.Confirm" = "I agree";
"Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image"; "Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image"; "Scene.Privacy.Policy.Server" = "Privacy Policy - %@";
"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image"; "Scene.Privacy.Title" = "Privacy";
"Scene.Profile.Dashboard.Followers" = "フォロワー"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "ダブルタップでリストを開く";
"Scene.Profile.Dashboard.Following" = "フォロー"; "Scene.Profile.Accessibility.EditAvatarImage" = "アバター画像を編集";
"Scene.Profile.Dashboard.Posts" = "投稿"; "Scene.Profile.Accessibility.ShowAvatarImage" = "アバター画像を表示";
"Scene.Profile.Accessibility.ShowBannerImage" = "バナー画像を表示";
"Scene.Profile.Dashboard.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.MyFollowers" = "フォローされている";
"Scene.Profile.Dashboard.MyFollowing" = "フォロー中";
"Scene.Profile.Dashboard.MyPosts" = "投稿";
"Scene.Profile.Dashboard.OtherFollowers" = "フォロワー";
"Scene.Profile.Dashboard.OtherFollowing" = "フォロー中";
"Scene.Profile.Dashboard.OtherPosts" = "投稿";
"Scene.Profile.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" = "Ownership of this link was checked on %@"; "Scene.Profile.Fields.Verified.Long" = "このリンクの所有権は %@ に確認されました";
"Scene.Profile.Fields.Verified.Short" = "Verified on %@"; "Scene.Profile.Fields.Verified.Short" = "%@ で確認しました";
"Scene.Profile.Header.FollowsYou" = "フォローされています"; "Scene.Profile.Header.FollowsYou" = "フォローされています";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "%@をブロックしますか?"; "Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "%@をブロックしますか?";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "アカウントをブロック"; "Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "アカウントをブロック";
@ -330,16 +367,17 @@
"Scene.Register.Input.DisplayName.Placeholder" = "表示名"; "Scene.Register.Input.DisplayName.Placeholder" = "表示名";
"Scene.Register.Input.Email.Placeholder" = "メール"; "Scene.Register.Input.Email.Placeholder" = "メール";
"Scene.Register.Input.Invite.RegistrationUserInviteRequest" = "なぜ参加したいと思ったのですか?"; "Scene.Register.Input.Invite.RegistrationUserInviteRequest" = "なぜ参加したいと思ったのですか?";
"Scene.Register.Input.Password.Accessibility.Checked" = "checked"; "Scene.Register.Input.Password.Accessibility.Checked" = "選択済";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "unchecked"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "未選択";
"Scene.Register.Input.Password.CharacterLimit" = "8 characters"; "Scene.Register.Input.Password.CharacterLimit" = "8 文字";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "パスワードは最低でも8文字必要です。"; "Scene.Register.Input.Password.Hint" = "パスワードは最低でも8文字必要です。";
"Scene.Register.Input.Password.Placeholder" = "パスワード"; "Scene.Register.Input.Password.Placeholder" = "パスワード";
"Scene.Register.Input.Password.Require" = "Your password needs at least:"; "Scene.Register.Input.Password.Require" = "パスワードには少なくとも以下が含まれている必要があります:";
"Scene.Register.Input.Username.DuplicatePrompt" = "このユーザー名は使用されています"; "Scene.Register.Input.Username.DuplicatePrompt" = "このユーザー名は使用されています";
"Scene.Register.Input.Username.Placeholder" = "ユーザー名"; "Scene.Register.Input.Username.Placeholder" = "ユーザー名";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Lets get you set up on %@"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "あなたのことを教えてください"; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "他に通報したい投稿はありますか?"; "Scene.Report.Content1" = "他に通報したい投稿はありますか?";
"Scene.Report.Content2" = "この通報についてモデレーターに伝達しておきたい事項はありますか?"; "Scene.Report.Content2" = "この通報についてモデレーターに伝達しておきたい事項はありますか?";
"Scene.Report.ReportSentTitle" = "ご報告ありがとうございます、追って確認します。"; "Scene.Report.ReportSentTitle" = "ご報告ありがとうございます、追って確認します。";
@ -414,8 +452,10 @@
"Scene.ServerPicker.Button.Category.Music" = "音楽"; "Scene.ServerPicker.Button.Category.Music" = "音楽";
"Scene.ServerPicker.Button.Category.Regional" = "地域"; "Scene.ServerPicker.Button.Category.Regional" = "地域";
"Scene.ServerPicker.Button.Category.Tech" = "技術"; "Scene.ServerPicker.Button.Category.Tech" = "技術";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "閉じる"; "Scene.ServerPicker.Button.SeeLess" = "閉じる";
"Scene.ServerPicker.Button.SeeMore" = "もっと見る"; "Scene.ServerPicker.Button.SeeMore" = "もっと見る";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "データの読み込み中に何か問題が発生しました。インターネットの接続状況を確認してください。"; "Scene.ServerPicker.EmptyState.BadNetwork" = "データの読み込み中に何か問題が発生しました。インターネットの接続状況を確認してください。";
"Scene.ServerPicker.EmptyState.FindingServers" = "利用可能なサーバーの検索..."; "Scene.ServerPicker.EmptyState.FindingServers" = "利用可能なサーバーの検索...";
"Scene.ServerPicker.EmptyState.NoResults" = "なし"; "Scene.ServerPicker.EmptyState.NoResults" = "なし";
@ -423,9 +463,13 @@
"Scene.ServerPicker.Label.Category" = "カテゴリー"; "Scene.ServerPicker.Label.Category" = "カテゴリー";
"Scene.ServerPicker.Label.Language" = "言語"; "Scene.ServerPicker.Label.Language" = "言語";
"Scene.ServerPicker.Label.Users" = "ユーザー"; "Scene.ServerPicker.Label.Users" = "ユーザー";
"Scene.ServerPicker.Subtitle" = "お住まいの地域、興味、目的に基づいてサーバーを選択してください。 サーバーに関係なく、Mastodonの誰とでも話せます。"; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Title" = "サーバーを選択"; "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerRules.Button.Confirm" = "同意する"; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "プライバシーポリシー"; "Scene.ServerRules.PrivacyPolicy" = "プライバシーポリシー";
"Scene.ServerRules.Prompt" = "同意することでお客様は以下のサービスの利用規約とプライバシーポリシーに従うことになります。 %@."; "Scene.ServerRules.Prompt" = "同意することでお客様は以下のサービスの利用規約とプライバシーポリシーに従うことになります。 %@.";
"Scene.ServerRules.Subtitle" = "これらのルールは、%@の管理者によって設定されています。"; "Scene.ServerRules.Subtitle" = "これらのルールは、%@の管理者によって設定されています。";
@ -433,7 +477,7 @@
"Scene.ServerRules.Title" = "いくつかのルールがあります。"; "Scene.ServerRules.Title" = "いくつかのルールがあります。";
"Scene.Settings.Footer.MastodonDescription" = "Mastodonはオープンソースです。バグの報告はGithubの%@ (%@)で行うことができます。"; "Scene.Settings.Footer.MastodonDescription" = "Mastodonはオープンソースです。バグの報告はGithubの%@ (%@)で行うことができます。";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "設定を閉じる"; "Scene.Settings.Keyboard.CloseSettingsWindow" = "設定を閉じる";
"Scene.Settings.Section.Appearance.Automatic" = "システムに合わせる"; "Scene.Settings.Section.Appearance.Automatic" = "システムに準拠";
"Scene.Settings.Section.Appearance.Dark" = "ダーク"; "Scene.Settings.Section.Appearance.Dark" = "ダーク";
"Scene.Settings.Section.Appearance.Light" = "ライト"; "Scene.Settings.Section.Appearance.Light" = "ライト";
"Scene.Settings.Section.Appearance.Title" = "外観"; "Scene.Settings.Section.Appearance.Title" = "外観";
@ -463,15 +507,40 @@
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "既定のブラウザでリンクを開く"; "Scene.Settings.Section.Preference.UsingDefaultBrowser" = "既定のブラウザでリンクを開く";
"Scene.Settings.Section.SpicyZone.Clear" = "メディアキャッシュをクリア"; "Scene.Settings.Section.SpicyZone.Clear" = "メディアキャッシュをクリア";
"Scene.Settings.Section.SpicyZone.Signout" = "サインアウト"; "Scene.Settings.Section.SpicyZone.Signout" = "サインアウト";
"Scene.Settings.Section.SpicyZone.Title" = "スパイシーゾーン"; "Scene.Settings.Section.SpicyZone.Title" = "取り扱い注意項目";
"Scene.Settings.Title" = "設定"; "Scene.Settings.Title" = "設定";
"Scene.SuggestionAccount.FollowExplain" = "誰かをフォローすると、その人の投稿がタイムラインに表示されるようになります。"; "Scene.SuggestionAccount.FollowExplain" = "誰かをフォローすると、その人の投稿がタイムラインに表示されるようになります。";
"Scene.SuggestionAccount.Title" = "フォローする人を探す"; "Scene.SuggestionAccount.Title" = "フォローする人を探す";
"Scene.Thread.BackTitle" = "投稿"; "Scene.Thread.BackTitle" = "投稿";
"Scene.Thread.Title" = "%@の投稿"; "Scene.Thread.Title" = "%@の投稿";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mastodon とは?";
"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" = "はじめる"; "Scene.Welcome.GetStarted" = "はじめる";
"Scene.Welcome.LogIn" = "ログイン"; "Scene.Welcome.LogIn" = "ログイン";
"Scene.Welcome.Slogan" = "ソーシャルネットワーキングを、あなたの手の中に."; "Scene.Welcome.Slogan" = "ソーシャルネットワーキングを、あなたの手の中に.";
"Scene.Wizard.AccessibilityHint" = "チュートリアルを閉じるには、ダブルタップしてください"; "Scene.Wizard.AccessibilityHint" = "チュートリアルを閉じるには、ダブルタップしてください";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "プロフィールボタンを押して複数のアカウントを切り替えます。"; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "プロフィールボタンを押して複数のアカウントを切り替えます。";
"Scene.Wizard.NewInMastodon" = "Mastodon の新機能"; "Scene.Wizard.NewInMastodon" = "Mastodon の新機能";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -19,7 +19,7 @@
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>Input limit exceeds %#@character_count@</string> <string>最大文字数を %#@character_count@ 文字超えています</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -33,7 +33,7 @@
<key>a11y.plural.count.input_limit_remains</key> <key>a11y.plural.count.input_limit_remains</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>Input limit remains %#@character_count@</string> <string>最大文字数まで %#@character_count@ 文字</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -47,7 +47,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@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -55,7 +55,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>残り %ld 文字</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -78,7 +78,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>other</key> <key>other</key>
<string>Followed by %1$@, and %ld mutuals</string> <string>%1$@および%ld人の相互フォロワーがフォロー</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
@ -151,6 +151,20 @@
<string>%ld ブースト</string> <string>%ld ブースト</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -40,6 +40,7 @@ Ma ulac aɣilif, senqed tuqqna-inek internet.";
"Common.Controls.Actions.Discard" = "Sefsex"; "Common.Controls.Actions.Discard" = "Sefsex";
"Common.Controls.Actions.Done" = "Immed"; "Common.Controls.Actions.Done" = "Immed";
"Common.Controls.Actions.Edit" = "Ẓreg"; "Common.Controls.Actions.Edit" = "Ẓreg";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Af imdanen ara tḍefreḍ"; "Common.Controls.Actions.FindPeople" = "Af imdanen ara tḍefreḍ";
"Common.Controls.Actions.ManuallySearch" = "Anadi s ufus deg wadeg-is"; "Common.Controls.Actions.ManuallySearch" = "Anadi s ufus deg wadeg-is";
"Common.Controls.Actions.Next" = "Uḍfir"; "Common.Controls.Actions.Next" = "Uḍfir";
@ -101,6 +102,8 @@ Ma ulac aɣilif, senqed tuqqna-inek internet.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Beddel alɣu n ugbur"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Beddel alɣu n ugbur";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Abeddel n usmenyaf i tsuffeɣt"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Abeddel n usmenyaf i tsuffeɣt";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Abeddel n unallas n tsuffeɣt"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Abeddel n unallas n tsuffeɣt";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Anurif"; "Common.Controls.Status.Actions.Favorite" = "Anurif";
"Common.Controls.Status.Actions.Hide" = "Ffer"; "Common.Controls.Status.Actions.Hide" = "Ffer";
"Common.Controls.Status.Actions.Menu" = "Umuɣ"; "Common.Controls.Status.Actions.Menu" = "Umuɣ";
@ -113,9 +116,20 @@ Ma ulac aɣilif, senqed tuqqna-inek internet.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Sit teǧǧeḍ aḍad-ik•im i wakken ad d-iffeɣ wumuɣ"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Sit teǧǧeḍ aḍad-ik•im i wakken ad d-iffeɣ wumuɣ";
"Common.Controls.Status.Actions.Unfavorite" = "Kkes seg yismenyifen"; "Common.Controls.Status.Actions.Unfavorite" = "Kkes seg yismenyifen";
"Common.Controls.Status.Actions.Unreblog" = "Sefsex allus n usuffeɣ"; "Common.Controls.Status.Actions.Unreblog" = "Sefsex allus n usuffeɣ";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "Alɣu n ugbur"; "Common.Controls.Status.ContentWarning" = "Alɣu n ugbur";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.LoadEmbed" = "Load Embed";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, attachment %d of %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Expands the GIF. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandImageHint" = "Expands the image. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandVideoHint" = "Shows the video player. Double-tap and hold to show actions";
"Common.Controls.Status.MediaContentWarning" = "Sit anida tebɣiḍ i wakken ad twaliḍ"; "Common.Controls.Status.MediaContentWarning" = "Sit anida tebɣiḍ i wakken ad twaliḍ";
"Common.Controls.Status.MetaEntity.Email" = "Tansa imayl : %@"; "Common.Controls.Status.MetaEntity.Email" = "Tansa imayl : %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Ahacṭag : %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Ahacṭag : %@";
@ -123,6 +137,7 @@ Ma ulac aɣilif, senqed tuqqna-inek internet.";
"Common.Controls.Status.MetaEntity.Url" = "Asaɣ : %@"; "Common.Controls.Status.MetaEntity.Url" = "Asaɣ : %@";
"Common.Controls.Status.Poll.Closed" = "Ifukk"; "Common.Controls.Status.Poll.Closed" = "Ifukk";
"Common.Controls.Status.Poll.Vote" = "Dɣeṛ"; "Common.Controls.Status.Poll.Vote" = "Dɣeṛ";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Agbur amḥulfu"; "Common.Controls.Status.SensitiveContent" = "Agbur amḥulfu";
"Common.Controls.Status.ShowPost" = "Sken-d tasuffeɣt"; "Common.Controls.Status.ShowPost" = "Sken-d tasuffeɣt";
"Common.Controls.Status.ShowUserProfile" = "Ssken-d amaɣnu n useqdac"; "Common.Controls.Status.ShowUserProfile" = "Ssken-d amaɣnu n useqdac";
@ -133,7 +148,7 @@ Ma ulac aɣilif, senqed tuqqna-inek internet.";
"Common.Controls.Status.Tag.Mention" = "Tabdart"; "Common.Controls.Status.Tag.Mention" = "Tabdart";
"Common.Controls.Status.Tag.Url" = "URL"; "Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Sit i uskan"; "Common.Controls.Status.TapToReveal" = "Sit i uskan";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original"; "Common.Controls.Status.Translation.ShowOriginal" = "Show Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown"; "Common.Controls.Status.Translation.UnknownLanguage" = "Unknown";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
@ -143,6 +158,8 @@ Ma ulac aɣilif, senqed tuqqna-inek internet.";
"Common.Controls.Status.Visibility.Private" = "D ineḍfaren-is kan i izemren ad walin tsuffeɣ-a."; "Common.Controls.Status.Visibility.Private" = "D ineḍfaren-is kan i izemren ad walin tsuffeɣ-a.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "D ineḍfaren-is kan i izemren ad walin tsuffeɣ-a."; "Common.Controls.Status.Visibility.PrivateFromMe" = "D ineḍfaren-is kan i izemren ad walin tsuffeɣ-a.";
"Common.Controls.Status.Visibility.Unlisted" = "Yal wa yezmer ad iwali tsuffeɣt-a maca ur d-tettwaskaneḍ ara deg yizirig n wakud azayaz."; "Common.Controls.Status.Visibility.Unlisted" = "Yal wa yezmer ad iwali tsuffeɣt-a maca ur d-tettwaskaneḍ ara deg yizirig n wakud azayaz.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "Agejdan"; "Common.Controls.Tabs.Home" = "Agejdan";
"Common.Controls.Tabs.Notifications" = "Notifications"; "Common.Controls.Tabs.Notifications" = "Notifications";
"Common.Controls.Tabs.Profile" = "Amaɣnu"; "Common.Controls.Tabs.Profile" = "Amaɣnu";
@ -165,6 +182,7 @@ Akka i as-d-yettban umaɣnu-inek.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Asali n tsuffaɣ i iruḥen..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Asali n tsuffaɣ i iruḥen...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Ssken-d ugar n tririyin"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Ssken-d ugar n tririyin";
"Common.Controls.Timeline.Timestamp.Now" = "Tura"; "Common.Controls.Timeline.Timestamp.Now" = "Tura";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Rnu amiḍan"; "Scene.AccountList.AddAccount" = "Rnu amiḍan";
"Scene.AccountList.DismissAccountSwitcher" = "Sefsex abeddel n umiḍan"; "Scene.AccountList.DismissAccountSwitcher" = "Sefsex abeddel n umiḍan";
"Scene.AccountList.TabBarHint" = "Amaɣnu amiran yettwafernen: %@. Sit berdayen syen teǧǧeḍ aḍad-ik·im i uskan abeddel n umiḍan"; "Scene.AccountList.TabBarHint" = "Amaɣnu amiran yettwafernen: %@. Sit berdayen syen teǧǧeḍ aḍad-ik·im i uskan abeddel n umiḍan";
@ -200,28 +218,40 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Fren timeẓriwt - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Fren timeẓriwt - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Beddel alɣu n ugbur"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Beddel alɣu n ugbur";
"Scene.Compose.Keyboard.TogglePoll" = "Beddel asenqed"; "Scene.Compose.Keyboard.TogglePoll" = "Beddel asenqed";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Snirem"; "Scene.Compose.MediaSelection.Browse" = "Snirem";
"Scene.Compose.MediaSelection.Camera" = "Ṭṭef tawlaft"; "Scene.Compose.MediaSelection.Camera" = "Ṭṭef tawlaft";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Tanedlist n tewlaft"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Tanedlist n tewlaft";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Tangazt: %@"; "Scene.Compose.Poll.DurationTime" = "Tangazt: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 n wass"; "Scene.Compose.Poll.OneDay" = "1 n wass";
"Scene.Compose.Poll.OneHour" = "1 n wesrag"; "Scene.Compose.Poll.OneHour" = "1 n wesrag";
"Scene.Compose.Poll.OptionNumber" = "Taxtiṛt %ld"; "Scene.Compose.Poll.OptionNumber" = "Taxtiṛt %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 n wussan"; "Scene.Compose.Poll.SevenDays" = "7 n wussan";
"Scene.Compose.Poll.SixHours" = "6 n yisragen"; "Scene.Compose.Poll.SixHours" = "6 n yisragen";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option";
"Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid"; "Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid";
"Scene.Compose.Poll.ThirtyMinutes" = "30 n tesdatin"; "Scene.Compose.Poll.ThirtyMinutes" = "30 n tesdatin";
"Scene.Compose.Poll.ThreeDays" = "3 n wussan"; "Scene.Compose.Poll.ThreeDays" = "3 n wussan";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "tiririt ɣef %@"; "Scene.Compose.ReplyingToUser" = "tiririt ɣef %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "Tasuffeɣt tamaynut"; "Scene.Compose.Title.NewPost" = "Tasuffeɣt tamaynut";
"Scene.Compose.Title.NewReply" = "Tiririt tamaynut"; "Scene.Compose.Title.NewReply" = "Tiririt tamaynut";
"Scene.Compose.Visibility.Direct" = "Imdanen i d-bedreɣ kan"; "Scene.Compose.Visibility.Direct" = "Imdanen i d-bedreɣ kan";
"Scene.Compose.Visibility.Private" = "Imeḍfaṛen kan"; "Scene.Compose.Visibility.Private" = "Imeḍfaṛen kan";
"Scene.Compose.Visibility.Public" = "Azayez"; "Scene.Compose.Visibility.Public" = "Azayez";
"Scene.Compose.Visibility.Unlisted" = "War tabdert"; "Scene.Compose.Visibility.Unlisted" = "War tabdert";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Ldi asnas n yimayl";
"Scene.ConfirmEmail.Button.Resend" = "Ales tuzna"; "Scene.ConfirmEmail.Button.Resend" = "Ales tuzna";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Senqed ma yella tansa-inek n imayl d tameɣut akked uspam ma yella ur t-tufiḍ ara."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Senqed ma yella tansa-inek n imayl d tameɣut akked uspam ma yella ur t-tufiḍ ara.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Ales tuzna n yimayl"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Ales tuzna n yimayl";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Senqed imayl-ik·im"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Senqed imayl-ik·im";
@ -229,9 +259,8 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Imayl"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Imayl";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Ldi amsaɣ n yimayl"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Ldi amsaɣ n yimayl";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Sefqed Tanaka-inek."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Sefqed Tanaka-inek.";
"Scene.ConfirmEmail.Subtitle" = "Sit ɣef useɣwen i ak-n-uznen i wakken ad tesneqdeḍ amiḍan-ik."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Sit ɣef useɣwen i ak-n-uznen i wakken ad tesneqdeḍ amiḍan-ik"; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.Title" = "Taɣawsa taneggarut.";
"Scene.Discovery.Intro" = "Tigi d tisuffaɣ i d-ijebbden s waṭas deg tama-inek•inem n Mastodon."; "Scene.Discovery.Intro" = "Tigi d tisuffaɣ i d-ijebbden s waṭas deg tama-inek•inem n Mastodon.";
"Scene.Discovery.Tabs.Community" = "Tamɣiwent"; "Scene.Discovery.Tabs.Community" = "Tamɣiwent";
"Scene.Discovery.Tabs.ForYou" = "I kečč·kem"; "Scene.Discovery.Tabs.ForYou" = "I kečč·kem";
@ -240,7 +269,7 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.Discovery.Tabs.Posts" = "Tisuffaɣ"; "Scene.Discovery.Tabs.Posts" = "Tisuffaɣ";
"Scene.Familiarfollowers.FollowedByNames" = "Yeṭṭafar-it %@"; "Scene.Familiarfollowers.FollowedByNames" = "Yeṭṭafar-it %@";
"Scene.Familiarfollowers.Title" = "Ineḍfaren i tessneḍ"; "Scene.Familiarfollowers.Title" = "Ineḍfaren i tessneḍ";
"Scene.Favorite.Title" = "Ismenyifen-ik·im"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Ismenyaf-it"; "Scene.FavoritedBy.Title" = "Ismenyaf-it";
"Scene.FollowedTags.Actions.Follow" = "Follow"; "Scene.FollowedTags.Actions.Follow" = "Follow";
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow"; "Scene.FollowedTags.Actions.Unfollow" = "Unfollow";
@ -253,7 +282,7 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.Following.Footer" = "Ineḍfaren seg yiqeddacen-nniḍen ur d-ttwaskanen ara."; "Scene.Following.Footer" = "Ineḍfaren seg yiqeddacen-nniḍen ur d-ttwaskanen ara.";
"Scene.Following.Title" = "yeṭṭafar"; "Scene.Following.Title" = "yeṭṭafar";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Sit i wakken ad tɛeddiḍ i usawen, sit tikkelt-nniḍen i wakken ad tɛeddiḍ ɣer wadig yezrin"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Sit i wakken ad tɛeddiḍ i usawen, sit tikkelt-nniḍen i wakken ad tɛeddiḍ ɣer wadig yezrin";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Taqeffalt n ulugu"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Tissufaɣ timaynutin"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Tissufaɣ timaynutin";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Beṛṛa n tuqqna"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Beṛṛa n tuqqna";
"Scene.HomeTimeline.NavigationBarState.Published" = "Tettwasuffeɣ!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Tettwasuffeɣ!";
@ -279,13 +308,21 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.Preview.Keyboard.ClosePreview" = "Mdel timeẓri"; "Scene.Preview.Keyboard.ClosePreview" = "Mdel timeẓri";
"Scene.Preview.Keyboard.ShowNext" = "Sken uḍfir"; "Scene.Preview.Keyboard.ShowNext" = "Sken uḍfir";
"Scene.Preview.Keyboard.ShowPrevious" = "Sken udfir"; "Scene.Preview.Keyboard.ShowPrevious" = "Sken udfir";
"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" = "Sin isitiyen i twaledyawt n tebdart"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Sin isitiyen i twaledyawt n tebdart";
"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.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "iṭafaṛ"; "Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.Posts" = "tisuffaɣ"; "Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.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";
@ -338,13 +375,14 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.Register.Input.Password.Accessibility.Checked" = "yettwasenqed"; "Scene.Register.Input.Password.Accessibility.Checked" = "yettwasenqed";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "ur yettwasenqed ara"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "ur yettwasenqed ara";
"Scene.Register.Input.Password.CharacterLimit" = "8 n yisekkilen"; "Scene.Register.Input.Password.CharacterLimit" = "8 n yisekkilen";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "Awal-ik uffir yesra ma drus ṭam n yisekkilen"; "Scene.Register.Input.Password.Hint" = "Awal-ik uffir yesra ma drus ṭam n yisekkilen";
"Scene.Register.Input.Password.Placeholder" = "awal uffir"; "Scene.Register.Input.Password.Placeholder" = "awal uffir";
"Scene.Register.Input.Password.Require" = "Awal-ik uffir yesra ma drus:"; "Scene.Register.Input.Password.Require" = "Awal-ik uffir yesra ma drus:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Isem-ayi n umseqdac yettwaṭṭef yakan."; "Scene.Register.Input.Username.DuplicatePrompt" = "Isem-ayi n umseqdac yettwaṭṭef yakan.";
"Scene.Register.Input.Username.Placeholder" = "isem n useqdac"; "Scene.Register.Input.Username.Placeholder" = "isem n useqdac";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Aha ad nebdu asbadu ɣef %@"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Aha ad nebdu asbadu ɣef %@"; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "Tebɣiḍ ad ternuḍ tisuffaɣ-nniḍen ɣer uneqqis?"; "Scene.Report.Content1" = "Tebɣiḍ ad ternuḍ tisuffaɣ-nniḍen ɣer uneqqis?";
"Scene.Report.Content2" = "Yella wayen i ilaqen ad teẓren yimḍebbren ɣef uneqqis-a?"; "Scene.Report.Content2" = "Yella wayen i ilaqen ad teẓren yimḍebbren ɣef uneqqis-a?";
"Scene.Report.ReportSentTitle" = "Tanemmirt ɣef uneqqis, ad nwali deg waya."; "Scene.Report.ReportSentTitle" = "Tanemmirt ɣef uneqqis, ad nwali deg waya.";
@ -419,8 +457,10 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.ServerPicker.Button.Category.Music" = "aẓawan"; "Scene.ServerPicker.Button.Category.Music" = "aẓawan";
"Scene.ServerPicker.Button.Category.Regional" = "amnaḍan"; "Scene.ServerPicker.Button.Category.Regional" = "amnaḍan";
"Scene.ServerPicker.Button.Category.Tech" = "atiknikan"; "Scene.ServerPicker.Button.Category.Tech" = "atiknikan";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "Sken cwiṭ"; "Scene.ServerPicker.Button.SeeLess" = "Sken cwiṭ";
"Scene.ServerPicker.Button.SeeMore" = "Wali ugar"; "Scene.ServerPicker.Button.SeeMore" = "Wali ugar";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Tella-d tuccḍa lawan n usali n yisefka. Senqed tuqqna-ink internet."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Tella-d tuccḍa lawan n usali n yisefka. Senqed tuqqna-ink internet.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Tifin n yiqeddacen yellan..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Tifin n yiqeddacen yellan...";
"Scene.ServerPicker.EmptyState.NoResults" = "Ulac igemmaḍ"; "Scene.ServerPicker.EmptyState.NoResults" = "Ulac igemmaḍ";
@ -428,9 +468,13 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.ServerPicker.Label.Category" = "TAGGAYT"; "Scene.ServerPicker.Label.Category" = "TAGGAYT";
"Scene.ServerPicker.Label.Language" = "TUTLAYT"; "Scene.ServerPicker.Label.Language" = "TUTLAYT";
"Scene.ServerPicker.Label.Users" = "ISEQDACEN"; "Scene.ServerPicker.Label.Users" = "ISEQDACEN";
"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.Language.All" = "All";
"Scene.ServerPicker.Title" = "Mastodon yettwaxdem i yiseqdacen deg waṭas n temɣiwnin."; "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerRules.Button.Confirm" = "Qebleɣ"; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "tasertit tabaḍnit"; "Scene.ServerRules.PrivacyPolicy" = "tasertit tabaḍnit";
"Scene.ServerRules.Prompt" = "Mi ara tkemmleḍ, ilaq ad tqebleḍ tiwtilin n yimeẓla d tsertit tabaḍnit n %@."; "Scene.ServerRules.Prompt" = "Mi ara tkemmleḍ, ilaq ad tqebleḍ tiwtilin n yimeẓla d tsertit tabaḍnit n %@.";
"Scene.ServerRules.Subtitle" = "Ilugan-a ttusbadun sɣur inedbalen n %@."; "Scene.ServerRules.Subtitle" = "Ilugan-a ttusbadun sɣur inedbalen n %@.";
@ -474,6 +518,17 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.SuggestionAccount.Title" = "Af imdanen ara tḍefreḍ"; "Scene.SuggestionAccount.Title" = "Af imdanen ara tḍefreḍ";
"Scene.Thread.BackTitle" = "Amagrad"; "Scene.Thread.BackTitle" = "Amagrad";
"Scene.Thread.Title" = "Tasuffeɣt sɣur %@"; "Scene.Thread.Title" = "Tasuffeɣt sɣur %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"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" = "Aha bdu tura"; "Scene.Welcome.GetStarted" = "Aha bdu tura";
"Scene.Welcome.LogIn" = "Qqen"; "Scene.Welcome.LogIn" = "Qqen";
"Scene.Welcome.Slogan" = "Izeḍwa inmettiyen "Scene.Welcome.Slogan" = "Izeḍwa inmettiyen
@ -481,3 +536,17 @@ uɣalen-d ɣer ufus-ik.";
"Scene.Wizard.AccessibilityHint" = "Sin isitiyen i usefsex n umarag-a"; "Scene.Wizard.AccessibilityHint" = "Sin isitiyen i usefsex n umarag-a";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Beddel gar waṭas n yimiḍanen s tussda ɣezzifen ɣef tqeffalt n umaɣnu."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Beddel gar waṭas n yimiḍanen s tussda ɣezzifen ɣef tqeffalt n umaɣnu.";
"Scene.Wizard.NewInMastodon" = "Amaynut deg Maṣṭudun"; "Scene.Wizard.NewInMastodon" = "Amaynut deg Maṣṭudun";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -53,7 +53,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@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 n usekkil</string> <string>1 character left</string>
<key>other</key> <key>other</key>
<string>%ld n isekkilen</string> <string>%ld characters left</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -173,6 +173,22 @@
<string>%ld n uɛiwed n usuffeɣ</string> <string>%ld n uɛiwed n usuffeɣ</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 re-blog</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -34,12 +34,13 @@ 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";
"Common.Controls.Actions.Done" = "Qediya"; "Common.Controls.Actions.Done" = "Qediya";
"Common.Controls.Actions.Edit" = "Serrast bike"; "Common.Controls.Actions.Edit" = "Serrast bike";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Mirovan bo şopandinê bibîne"; "Common.Controls.Actions.FindPeople" = "Mirovan bo şopandinê bibîne";
"Common.Controls.Actions.ManuallySearch" = "Ji devlê bi destan lêgerînê bike"; "Common.Controls.Actions.ManuallySearch" = "Ji devlê bi destan lêgerînê bike";
"Common.Controls.Actions.Next" = "Pêş"; "Common.Controls.Actions.Next" = "Pêş";
@ -63,7 +64,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";
@ -101,21 +102,34 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Hişyariya naverokê biguherîne"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Hişyariya naverokê biguherîne";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Li ser şandiyê bijarte biguherîne"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Li ser şandiyê bijarte biguherîne";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Ji nû ve nivîsandin di şandiyê de biguherîne"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Ji nû ve nivîsandin di şandiyê de biguherîne";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Bijarte"; "Common.Controls.Status.Actions.Favorite" = "Bijarte";
"Common.Controls.Status.Actions.Hide" = "Veşêre"; "Common.Controls.Status.Actions.Hide" = "Veşêre";
"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";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Ji bo nîşandana menuyê dirêj bitikîne"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Ji bo nîşandana menuyê dirêj bitikîne";
"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.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "Hişyariya naverokê"; "Common.Controls.Status.ContentWarning" = "Hişyariya naverokê";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ bi riya %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.LoadEmbed" = "Load Embed";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, attachment %d of %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Expands the GIF. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandImageHint" = "Expands the image. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandVideoHint" = "Shows the video player. Double-tap and hold to show actions";
"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ê: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtagê: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Hashtagê: %@";
@ -123,6 +137,7 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Status.MetaEntity.Url" = "Girêdan: %@"; "Common.Controls.Status.MetaEntity.Url" = "Girêdan: %@";
"Common.Controls.Status.Poll.Closed" = "Girtî"; "Common.Controls.Status.Poll.Closed" = "Girtî";
"Common.Controls.Status.Poll.Vote" = "Deng bide"; "Common.Controls.Status.Poll.Vote" = "Deng bide";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Naveroka hestiyarî"; "Common.Controls.Status.SensitiveContent" = "Naveroka hestiyarî";
"Common.Controls.Status.ShowPost" = "Şandiyê nîşan bide"; "Common.Controls.Status.ShowPost" = "Şandiyê nîşan bide";
"Common.Controls.Status.ShowUserProfile" = "Profîla bikarhêner nîşan bide"; "Common.Controls.Status.ShowUserProfile" = "Profîla bikarhêner nîşan bide";
@ -133,16 +148,18 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Status.Tag.Mention" = "Qalkirin"; "Common.Controls.Status.Tag.Mention" = "Qalkirin";
"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" = "Show Original";
"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.";
"Common.Controls.Status.Visibility.Private" = "Tenê şopînerên wan dikarin vê şandiyê bibînin."; "Common.Controls.Status.Visibility.Private" = "Tenê şopînerên wan dikarin vê şandiyê bibînin.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Tenê şopînerên min dikarin vê şandiyê bibînin."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Tenê şopînerên min dikarin vê şandiyê bibînin.";
"Common.Controls.Status.Visibility.Unlisted" = "Her kes dikare vê şandiyê bibîne lê nayê nîşandan di demnameya gelemperî de."; "Common.Controls.Status.Visibility.Unlisted" = "Her kes dikare vê şandiyê bibîne lê nayê nîşandan di demnameya gelemperî de.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "Serrûpel"; "Common.Controls.Tabs.Home" = "Serrûpel";
"Common.Controls.Tabs.Notifications" = "Agahdarî"; "Common.Controls.Tabs.Notifications" = "Agahdarî";
"Common.Controls.Tabs.Profile" = "Profîl"; "Common.Controls.Tabs.Profile" = "Profîl";
@ -165,6 +182,7 @@ Profîla te ji wan ra wiha xuya dike.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Şandiyên wendayî tên barkirin..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Şandiyên wendayî tên barkirin...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Bêtir bersivan nîşan bide"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Bêtir bersivan nîşan bide";
"Common.Controls.Timeline.Timestamp.Now" = "Niha"; "Common.Controls.Timeline.Timestamp.Now" = "Niha";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Ajimêr tevlî bike"; "Scene.AccountList.AddAccount" = "Ajimêr tevlî bike";
"Scene.AccountList.DismissAccountSwitcher" = "Guherkera ajimêrê paş guh bike"; "Scene.AccountList.DismissAccountSwitcher" = "Guherkera ajimêrê paş guh bike";
"Scene.AccountList.TabBarHint" = "Profîla hilbijartî ya niha: %@. Du caran bitikîne û paşê dest bide ser da ku guhêrbara ajimêr were nîşandan"; "Scene.AccountList.TabBarHint" = "Profîla hilbijartî ya niha: %@. Du caran bitikîne û paşê dest bide ser da ku guhêrbara ajimêr were nîşandan";
@ -200,28 +218,40 @@ Profîla te ji wan ra wiha xuya dike.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Xuyabûnê hilbijêre - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Xuyabûnê hilbijêre - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Hişyariya naverokê biguherîne"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Hişyariya naverokê biguherîne";
"Scene.Compose.Keyboard.TogglePoll" = "Rapirsiyê biguherîne"; "Scene.Compose.Keyboard.TogglePoll" = "Rapirsiyê biguherîne";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Bigere"; "Scene.Compose.MediaSelection.Browse" = "Bigere";
"Scene.Compose.MediaSelection.Camera" = "Wêne bikişîne"; "Scene.Compose.MediaSelection.Camera" = "Wêne bikişîne";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Wênegeh"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Wênegeh";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Dirêjî: %@"; "Scene.Compose.Poll.DurationTime" = "Dirêjî: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 Roj"; "Scene.Compose.Poll.OneDay" = "1 Roj";
"Scene.Compose.Poll.OneHour" = "1 Demjimêr"; "Scene.Compose.Poll.OneHour" = "1 Demjimêr";
"Scene.Compose.Poll.OptionNumber" = "Vebijêrk %ld"; "Scene.Compose.Poll.OptionNumber" = "Vebijêrk %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 Roj"; "Scene.Compose.Poll.SevenDays" = "7 Roj";
"Scene.Compose.Poll.SixHours" = "6 Demjimêr"; "Scene.Compose.Poll.SixHours" = "6 Demjimêr";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "Vebijêrkên vê dengdayînê vala ne"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "Vebijêrkên vê dengdayînê vala ne";
"Scene.Compose.Poll.ThePollIsInvalid" = "Ev dengdayîn ne derbasdar e"; "Scene.Compose.Poll.ThePollIsInvalid" = "Ev dengdayîn ne derbasdar e";
"Scene.Compose.Poll.ThirtyMinutes" = "30 xulek"; "Scene.Compose.Poll.ThirtyMinutes" = "30 xulek";
"Scene.Compose.Poll.ThreeDays" = "3 Roj"; "Scene.Compose.Poll.ThreeDays" = "3 Roj";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "bersiv bide %@"; "Scene.Compose.ReplyingToUser" = "bersiv bide %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "Şandiya nû"; "Scene.Compose.Title.NewPost" = "Şandiya nû";
"Scene.Compose.Title.NewReply" = "Bersiva nû"; "Scene.Compose.Title.NewReply" = "Bersiva nû";
"Scene.Compose.Visibility.Direct" = "Tenê mirovên ku min qalkirî"; "Scene.Compose.Visibility.Direct" = "Tenê mirovên ku min qalkirî";
"Scene.Compose.Visibility.Private" = "Tenê şopîneran"; "Scene.Compose.Visibility.Private" = "Tenê şopîneran";
"Scene.Compose.Visibility.Public" = "Gelemperî"; "Scene.Compose.Visibility.Public" = "Gelemperî";
"Scene.Compose.Visibility.Unlisted" = "Nerêzokkirî"; "Scene.Compose.Visibility.Unlisted" = "Nerêzokkirî";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Sepana e-nameyê veke";
"Scene.ConfirmEmail.Button.Resend" = "Ji nû ve bişîne"; "Scene.ConfirmEmail.Button.Resend" = "Ji nû ve bişîne";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Kontrol bike ka navnîşana e-nameya te rast e û her wiha peldanka xwe ya spam."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Kontrol bike ka navnîşana e-nameya te rast e û her wiha peldanka xwe ya spam.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "E-namyê yê dîsa bişîne"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "E-namyê yê dîsa bişîne";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "E-nameyê xwe kontrol bike"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "E-nameyê xwe kontrol bike";
@ -229,10 +259,8 @@ Profîla te ji wan ra wiha xuya dike.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "E-name"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "E-name";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Rajegirê e-nameyê veke"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Rajegirê e-nameyê veke";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Nameyên xwe yên wergirtî kontrol bike."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Nameyên xwe yên wergirtî kontrol bike.";
"Scene.ConfirmEmail.Subtitle" = "Me tenê e-nameyek ji %@ re şand, "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
girêdanê bitikne da ku ajimêra xwe bidî piştrastkirin."; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Girêdana e-nameyê ku me ji te re şand bitikîne da ku ajimêra xwe bidî piştrastkirin";
"Scene.ConfirmEmail.Title" = "Tiştekî dawî.";
"Scene.Discovery.Intro" = "Ev şandiyên ku di quncika Mastodon balê dikişîne."; "Scene.Discovery.Intro" = "Ev şandiyên ku di quncika Mastodon balê dikişîne.";
"Scene.Discovery.Tabs.Community" = "Civak"; "Scene.Discovery.Tabs.Community" = "Civak";
"Scene.Discovery.Tabs.ForYou" = "Ji bo te"; "Scene.Discovery.Tabs.ForYou" = "Ji bo te";
@ -241,7 +269,7 @@ girêdanê bitikne da ku ajimêra xwe bidî piştrastkirin.";
"Scene.Discovery.Tabs.Posts" = "Şandî"; "Scene.Discovery.Tabs.Posts" = "Şandî";
"Scene.Familiarfollowers.FollowedByNames" = "Ji aliyêm%@ hatiye şopandin"; "Scene.Familiarfollowers.FollowedByNames" = "Ji aliyêm%@ hatiye şopandin";
"Scene.Familiarfollowers.Title" = "Şopînerên ku tu wan nas dikî"; "Scene.Familiarfollowers.Title" = "Şopînerên ku tu wan nas dikî";
"Scene.Favorite.Title" = "Bijarteyên te"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Hatiye hezkirin ji aliyê"; "Scene.FavoritedBy.Title" = "Hatiye hezkirin ji aliyê";
"Scene.FollowedTags.Actions.Follow" = "Bişopîne"; "Scene.FollowedTags.Actions.Follow" = "Bişopîne";
"Scene.FollowedTags.Actions.Unfollow" = "Neşopîne"; "Scene.FollowedTags.Actions.Unfollow" = "Neşopîne";
@ -254,7 +282,7 @@ girêdanê bitikne da ku ajimêra xwe bidî piştrastkirin.";
"Scene.Following.Footer" = "Şopandin ji rajekerên din nayê dîtin."; "Scene.Following.Footer" = "Şopandin ji rajekerên din nayê dîtin.";
"Scene.Following.Title" = "dişopîne"; "Scene.Following.Title" = "dişopîne";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Ji bo şemitandina jor û dîsa li cihê berê vegerî bitikîne"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Ji bo şemitandina jor û dîsa li cihê berê vegerî bitikîne";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Bişkoka Logo"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Şandiyên nû bibîne"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Şandiyên nû bibîne";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Derhêl"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Derhêl";
"Scene.HomeTimeline.NavigationBarState.Published" = "Hate weşandin!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Hate weşandin!";
@ -280,13 +308,21 @@ girêdanê bitikne da ku ajimêra xwe bidî piştrastkirin.";
"Scene.Preview.Keyboard.ClosePreview" = "Pêşdîtin bigire"; "Scene.Preview.Keyboard.ClosePreview" = "Pêşdîtin bigire";
"Scene.Preview.Keyboard.ShowNext" = "A pêş nîşan bide"; "Scene.Preview.Keyboard.ShowNext" = "A pêş nîşan bide";
"Scene.Preview.Keyboard.ShowPrevious" = "A paş nîşan bide"; "Scene.Preview.Keyboard.ShowPrevious" = "A paş nîşan bide";
"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" = "Ducaran bitikîne bo vekirina listeyê"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Ducaran bitikîne bo vekirina listeyê";
"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.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "dişopîne"; "Scene.Profile.Dashboard.MyFollowers" = "şopîner";
"Scene.Profile.Dashboard.Posts" = "şandî"; "Scene.Profile.Dashboard.MyFollowing" = "dişopîne";
"Scene.Profile.Dashboard.MyPosts" = "şandî";
"Scene.Profile.Dashboard.OtherFollowers" = "şopîner";
"Scene.Profile.Dashboard.OtherFollowing" = "dişopîne";
"Scene.Profile.Dashboard.OtherPosts" = "şandî";
"Scene.Profile.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";
@ -315,7 +351,7 @@ girêdanê bitikne da ku ajimêra xwe bidî piştrastkirin.";
"Scene.Register.Error.Item.Agreement" = "Peyman"; "Scene.Register.Error.Item.Agreement" = "Peyman";
"Scene.Register.Error.Item.Email" = "E-name"; "Scene.Register.Error.Item.Email" = "E-name";
"Scene.Register.Error.Item.Locale" = "Zimanê navrûyê"; "Scene.Register.Error.Item.Locale" = "Zimanê navrûyê";
"Scene.Register.Error.Item.Password" = "Pêborîn"; "Scene.Register.Error.Item.Password" = "Borînpeyv";
"Scene.Register.Error.Item.Reason" = "Sedem"; "Scene.Register.Error.Item.Reason" = "Sedem";
"Scene.Register.Error.Item.Username" = "Navê bikarhêner"; "Scene.Register.Error.Item.Username" = "Navê bikarhêner";
"Scene.Register.Error.Reason.Accepted" = "%@ divê were pejirandin"; "Scene.Register.Error.Reason.Accepted" = "%@ divê were pejirandin";
@ -329,7 +365,7 @@ girêdanê bitikne da ku ajimêra xwe bidî piştrastkirin.";
"Scene.Register.Error.Reason.TooShort" = "%@ pir kurt e"; "Scene.Register.Error.Reason.TooShort" = "%@ pir kurt e";
"Scene.Register.Error.Reason.Unreachable" = "%@ xuya ye ku tune ye"; "Scene.Register.Error.Reason.Unreachable" = "%@ xuya ye ku tune ye";
"Scene.Register.Error.Special.EmailInvalid" = "Ev navnîşaneke e-nameyê ne derbasdar e"; "Scene.Register.Error.Special.EmailInvalid" = "Ev navnîşaneke e-nameyê ne derbasdar e";
"Scene.Register.Error.Special.PasswordTooShort" = "Pêborîn pir kurt e (divê herî kêm 8 tîp be)"; "Scene.Register.Error.Special.PasswordTooShort" = "Borînpeyv pir kurt e (divê herî kêm 8 tîp be)";
"Scene.Register.Error.Special.UsernameInvalid" = "Navê bikarhêner divê tenê ji tîpên alfajimarî û binxêz pêk be"; "Scene.Register.Error.Special.UsernameInvalid" = "Navê bikarhêner divê tenê ji tîpên alfajimarî û binxêz pêk be";
"Scene.Register.Error.Special.UsernameTooLong" = "Navê bikarhêner pir dirêj e (ji 30 tîpan dirêjtir nabe)"; "Scene.Register.Error.Special.UsernameTooLong" = "Navê bikarhêner pir dirêj e (ji 30 tîpan dirêjtir nabe)";
"Scene.Register.Input.Avatar.Delete" = "Jê bibe"; "Scene.Register.Input.Avatar.Delete" = "Jê bibe";
@ -339,13 +375,14 @@ girêdanê bitikne da ku ajimêra xwe bidî piştrastkirin.";
"Scene.Register.Input.Password.Accessibility.Checked" = "hate kontrolkirin"; "Scene.Register.Input.Password.Accessibility.Checked" = "hate kontrolkirin";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "nehate kontrolkirin"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "nehate kontrolkirin";
"Scene.Register.Input.Password.CharacterLimit" = "8 tîp"; "Scene.Register.Input.Password.CharacterLimit" = "8 tîp";
"Scene.Register.Input.Password.Hint" = "Pêborîna te herî kêm divê ji 8 tîpan pêk bê"; "Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Placeholder" = "pêborîn"; "Scene.Register.Input.Password.Hint" = "Borînpeyva te herî kêm divê ji 8 tîpan pêk be";
"Scene.Register.Input.Password.Placeholder" = "borînpeyv";
"Scene.Register.Input.Password.Require" = "Pêdiviya pêborîna te ya herî kêm:"; "Scene.Register.Input.Password.Require" = "Pêdiviya pêborîna te ya herî kêm:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Navê vê bikarhêner tê girtin."; "Scene.Register.Input.Username.DuplicatePrompt" = "Navê vê bikarhêner tê girtin.";
"Scene.Register.Input.Username.Placeholder" = "navê bikarhêner"; "Scene.Register.Input.Username.Placeholder" = "navê bikarhêner";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Ka em te bi rê bixin li ser %@"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Ji me re hinekî qala xwe bike %@"; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "Şandiyên din hene ku tu dixwazî tevlî ragihandinê bikî?"; "Scene.Report.Content1" = "Şandiyên din hene ku tu dixwazî tevlî ragihandinê bikî?";
"Scene.Report.Content2" = "Derbarê vê ragihandinê de tiştek heye ku divê çavdêr bizanin?"; "Scene.Report.Content2" = "Derbarê vê ragihandinê de tiştek heye ku divê çavdêr bizanin?";
"Scene.Report.ReportSentTitle" = "Spas ji bo ragihandina te, em ê binirxînin."; "Scene.Report.ReportSentTitle" = "Spas ji bo ragihandina te, em ê binirxînin.";
@ -420,8 +457,10 @@ girêdanê bitikne da ku ajimêra xwe bidî piştrastkirin.";
"Scene.ServerPicker.Button.Category.Music" = "muzîk"; "Scene.ServerPicker.Button.Category.Music" = "muzîk";
"Scene.ServerPicker.Button.Category.Regional" = "herêmî"; "Scene.ServerPicker.Button.Category.Regional" = "herêmî";
"Scene.ServerPicker.Button.Category.Tech" = "teknolojî"; "Scene.ServerPicker.Button.Category.Tech" = "teknolojî";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "Kêmtir bibîne"; "Scene.ServerPicker.Button.SeeLess" = "Kêmtir bibîne";
"Scene.ServerPicker.Button.SeeMore" = "Bêtir bibîne"; "Scene.ServerPicker.Button.SeeMore" = "Bêtir bibîne";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Di dema barkirina daneyan da çewtî derket. Girêdana xwe ya înternetê kontrol bike."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Di dema barkirina daneyan da çewtî derket. Girêdana xwe ya înternetê kontrol bike.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Peydakirina rajekarên berdest..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Peydakirina rajekarên berdest...";
"Scene.ServerPicker.EmptyState.NoResults" = "Encam tune"; "Scene.ServerPicker.EmptyState.NoResults" = "Encam tune";
@ -429,9 +468,13 @@ girêdanê bitikne da ku ajimêra xwe bidî piştrastkirin.";
"Scene.ServerPicker.Label.Category" = "BEŞ"; "Scene.ServerPicker.Label.Category" = "BEŞ";
"Scene.ServerPicker.Label.Language" = "ZIMAN"; "Scene.ServerPicker.Label.Language" = "ZIMAN";
"Scene.ServerPicker.Label.Users" = "BIKARHÊNER"; "Scene.ServerPicker.Label.Users" = "BIKARHÊNER";
"Scene.ServerPicker.Subtitle" = "Li gorî herêm, berjewendî, an jî armanceke giştî rajekarekê hilbijêre. Tu hîn jî dikarî li ser Mastodon bi her kesî re biaxivî, her rajekarê te çi be."; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Title" = "Mastodon ji bikarhênerên di civakên cuda de pêk tê."; "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerRules.Button.Confirm" = "Ez dipejirînim"; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "polîtikaya nihêniyê"; "Scene.ServerRules.PrivacyPolicy" = "polîtikaya nihêniyê";
"Scene.ServerRules.Prompt" = "Bi domandinê, tu ji bo %@ di bin mercên bikaranînê û polîtîkaya nepenîtiyê dipejirînî."; "Scene.ServerRules.Prompt" = "Bi domandinê, tu ji bo %@ di bin mercên bikaranînê û polîtîkaya nepenîtiyê dipejirînî.";
"Scene.ServerRules.Subtitle" = "Ev rêzik ji aliyê çavdêrên %@ ve tên sazkirin."; "Scene.ServerRules.Subtitle" = "Ev rêzik ji aliyê çavdêrên %@ ve tên sazkirin.";
@ -475,6 +518,17 @@ girêdanê bitikne da ku ajimêra xwe bidî piştrastkirin.";
"Scene.SuggestionAccount.Title" = "Kesên bo ku bişopînî bibîne"; "Scene.SuggestionAccount.Title" = "Kesên bo ku bişopînî bibîne";
"Scene.Thread.BackTitle" = "Şandî"; "Scene.Thread.BackTitle" = "Şandî";
"Scene.Thread.Title" = "Şandî ji %@"; "Scene.Thread.Title" = "Şandî ji %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"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" = "Dest pê bike"; "Scene.Welcome.GetStarted" = "Dest pê bike";
"Scene.Welcome.LogIn" = "Têkeve"; "Scene.Welcome.LogIn" = "Têkeve";
"Scene.Welcome.Slogan" = "Torên civakî "Scene.Welcome.Slogan" = "Torên civakî
@ -482,3 +536,17 @@ di destên te de.";
"Scene.Wizard.AccessibilityHint" = "Du caran bitikîne da ku çarçoveyahilpekok ji holê rakî"; "Scene.Wizard.AccessibilityHint" = "Du caran bitikîne da ku çarçoveyahilpekok ji holê rakî";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Dest bide ser bişkoja profîlê da ku di navbera gelek ajimêrann de biguherînî."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Dest bide ser bişkoja profîlê da ku di navbera gelek ajimêrann de biguherînî.";
"Scene.Wizard.NewInMastodon" = "Nû di Mastodon de"; "Scene.Wizard.NewInMastodon" = "Nû di Mastodon de";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -53,7 +53,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@ maye</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 peyv</string> <string>1 tîp maye</string>
<key>other</key> <key>other</key>
<string>%ld peyv</string> <string>%ld tîp maye</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -173,6 +173,22 @@
<string>%ld ji nû ve nivîsandin</string> <string>%ld ji nû ve nivîsandin</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 re-blog</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -22,8 +22,8 @@
"Common.Alerts.SignOut.Title" = "Log-uit"; "Common.Alerts.SignOut.Title" = "Log-uit";
"Common.Alerts.SignUpFailure.Title" = "Registratiefout"; "Common.Alerts.SignUpFailure.Title" = "Registratiefout";
"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" = "Vertaling mislukt. Mogelijk heeft de serverbeheerder vertalingen niet ingeschakeld op deze server, of draait deze server een oude versie van Mastodon waar vertalingen nog niet ondersteund worden.";
"Common.Alerts.TranslationFailed.Title" = "Note"; "Common.Alerts.TranslationFailed.Title" = "Opmerking";
"Common.Alerts.VoteFailure.PollEnded" = "De peiling is beëindigd"; "Common.Alerts.VoteFailure.PollEnded" = "De peiling is beëindigd";
"Common.Alerts.VoteFailure.Title" = "Stemmen Mislukt"; "Common.Alerts.VoteFailure.Title" = "Stemmen Mislukt";
"Common.Controls.Actions.Add" = "Voeg toe"; "Common.Controls.Actions.Add" = "Voeg toe";
@ -33,12 +33,13 @@
"Common.Controls.Actions.Compose" = "Schrijf bericht"; "Common.Controls.Actions.Compose" = "Schrijf bericht";
"Common.Controls.Actions.Confirm" = "Bevestigen"; "Common.Controls.Actions.Confirm" = "Bevestigen";
"Common.Controls.Actions.Continue" = "Ga verder"; "Common.Controls.Actions.Continue" = "Ga verder";
"Common.Controls.Actions.Copy" = "Copy"; "Common.Controls.Actions.Copy" = "Kopiëren";
"Common.Controls.Actions.CopyPhoto" = "Kopieer foto"; "Common.Controls.Actions.CopyPhoto" = "Kopieer foto";
"Common.Controls.Actions.Delete" = "Verwijder"; "Common.Controls.Actions.Delete" = "Verwijder";
"Common.Controls.Actions.Discard" = "Weggooien"; "Common.Controls.Actions.Discard" = "Weggooien";
"Common.Controls.Actions.Done" = "Klaar"; "Common.Controls.Actions.Done" = "Klaar";
"Common.Controls.Actions.Edit" = "Bewerk"; "Common.Controls.Actions.Edit" = "Bewerk";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Zoek mensen om te volgen"; "Common.Controls.Actions.FindPeople" = "Zoek mensen om te volgen";
"Common.Controls.Actions.ManuallySearch" = "Handmatig zoeken"; "Common.Controls.Actions.ManuallySearch" = "Handmatig zoeken";
"Common.Controls.Actions.Next" = "Volgende"; "Common.Controls.Actions.Next" = "Volgende";
@ -62,8 +63,8 @@
"Common.Controls.Actions.SignUp" = "Account aanmaken"; "Common.Controls.Actions.SignUp" = "Account aanmaken";
"Common.Controls.Actions.Skip" = "Overslaan"; "Common.Controls.Actions.Skip" = "Overslaan";
"Common.Controls.Actions.TakePhoto" = "Maak foto"; "Common.Controls.Actions.TakePhoto" = "Maak foto";
"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@"; "Common.Controls.Actions.TranslatePost.Title" = "Vertaald uit het %@";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown"; "Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Onbekend";
"Common.Controls.Actions.TryAgain" = "Probeer Opnieuw"; "Common.Controls.Actions.TryAgain" = "Probeer Opnieuw";
"Common.Controls.Actions.UnblockDomain" = "Deblokkeer %@"; "Common.Controls.Actions.UnblockDomain" = "Deblokkeer %@";
"Common.Controls.Friendship.Block" = "Blokkeren"; "Common.Controls.Friendship.Block" = "Blokkeren";
@ -100,21 +101,34 @@
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Inhoudswaarschuwing"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Inhoudswaarschuwing";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Favoriet in-/uitschakelen bij Post"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Favoriet in-/uitschakelen bij Post";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Delen bij berichten omschakelen"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Delen bij berichten omschakelen";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Toevoegen aan Favorieten"; "Common.Controls.Status.Actions.Favorite" = "Toevoegen aan Favorieten";
"Common.Controls.Status.Actions.Hide" = "Verberg"; "Common.Controls.Status.Actions.Hide" = "Verberg";
"Common.Controls.Status.Actions.Menu" = "Menu"; "Common.Controls.Status.Actions.Menu" = "Menu";
"Common.Controls.Status.Actions.Reblog" = "Delen"; "Common.Controls.Status.Actions.Reblog" = "Delen";
"Common.Controls.Status.Actions.Reply" = "Reageren"; "Common.Controls.Status.Actions.Reply" = "Reageren";
"Common.Controls.Status.Actions.ShareLinkInPost" = "Share Link in Post"; "Common.Controls.Status.Actions.ShareLinkInPost" = "Deel link in bericht";
"Common.Controls.Status.Actions.ShowGif" = "GIF weergeven"; "Common.Controls.Status.Actions.ShowGif" = "GIF weergeven";
"Common.Controls.Status.Actions.ShowImage" = "Toon afbeelding"; "Common.Controls.Status.Actions.ShowImage" = "Toon afbeelding";
"Common.Controls.Status.Actions.ShowVideoPlayer" = "Toon videospeler"; "Common.Controls.Status.Actions.ShowVideoPlayer" = "Toon videospeler";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tik en houd vast om menu te tonen"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tik en houd vast om menu te tonen";
"Common.Controls.Status.Actions.Unfavorite" = "Verwijderen uit Favorieten"; "Common.Controls.Status.Actions.Unfavorite" = "Verwijderen uit Favorieten";
"Common.Controls.Status.Actions.Unreblog" = "Delen ongedaan maken"; "Common.Controls.Status.Actions.Unreblog" = "Delen ongedaan maken";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "Inhoudswaarschuwing"; "Common.Controls.Status.ContentWarning" = "Inhoudswaarschuwing";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.LoadEmbed" = "Embed laden";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, bijlage %d van %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Vergroot de GIF. Tik twee keer en houd vast om acties te zien";
"Common.Controls.Status.Media.ExpandImageHint" = "Vergroot de afbeelding. Tik twee keer en houd vast om acties te zien";
"Common.Controls.Status.Media.ExpandVideoHint" = "Toont de videospeler. Tik twee keer en houd vast om acties te zien";
"Common.Controls.Status.MediaContentWarning" = "Tap hier om te tonen"; "Common.Controls.Status.MediaContentWarning" = "Tap hier om te tonen";
"Common.Controls.Status.MetaEntity.Email" = "E-mailadres: %@"; "Common.Controls.Status.MetaEntity.Email" = "E-mailadres: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@";
@ -122,6 +136,7 @@
"Common.Controls.Status.MetaEntity.Url" = "Link: %@"; "Common.Controls.Status.MetaEntity.Url" = "Link: %@";
"Common.Controls.Status.Poll.Closed" = "Gesloten"; "Common.Controls.Status.Poll.Closed" = "Gesloten";
"Common.Controls.Status.Poll.Vote" = "Stemmen"; "Common.Controls.Status.Poll.Vote" = "Stemmen";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Gevoelige inhoud"; "Common.Controls.Status.SensitiveContent" = "Gevoelige inhoud";
"Common.Controls.Status.ShowPost" = "Toon Bericht"; "Common.Controls.Status.ShowPost" = "Toon Bericht";
"Common.Controls.Status.ShowUserProfile" = "Toon Gebruikersprofiel"; "Common.Controls.Status.ShowUserProfile" = "Toon Gebruikersprofiel";
@ -132,20 +147,22 @@
"Common.Controls.Status.Tag.Mention" = "Vermelden"; "Common.Controls.Status.Tag.Mention" = "Vermelden";
"Common.Controls.Status.Tag.Url" = "URL"; "Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Tik om te onthullen"; "Common.Controls.Status.TapToReveal" = "Tik om te onthullen";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original"; "Common.Controls.Status.Translation.ShowOriginal" = "Show Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Vertaald uit het %@ door %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown"; "Common.Controls.Status.Translation.UnknownLanguage" = "Onbekend";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Onbekend";
"Common.Controls.Status.UserReblogged" = "%@ heeft gedeeld"; "Common.Controls.Status.UserReblogged" = "%@ heeft gedeeld";
"Common.Controls.Status.UserRepliedTo" = "Reactie op %@"; "Common.Controls.Status.UserRepliedTo" = "Reactie op %@";
"Common.Controls.Status.Visibility.Direct" = "Alleen de vermelde persoon kan dit bericht zien."; "Common.Controls.Status.Visibility.Direct" = "Alleen de vermelde persoon kan dit bericht zien.";
"Common.Controls.Status.Visibility.Private" = "Alleen hun volgers kunnen dit bericht zien."; "Common.Controls.Status.Visibility.Private" = "Alleen hun volgers kunnen dit bericht zien.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Alleen mijn volgers kunnen dit bericht zien."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Alleen mijn volgers kunnen dit bericht zien.";
"Common.Controls.Status.Visibility.Unlisted" = "Iedereen kan dit bericht zien maar het wordt niet in de publieke tijdlijn getoond."; "Common.Controls.Status.Visibility.Unlisted" = "Iedereen kan dit bericht zien maar het wordt niet in de publieke tijdlijn getoond.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "Start"; "Common.Controls.Tabs.Home" = "Start";
"Common.Controls.Tabs.Notifications" = "Notifications"; "Common.Controls.Tabs.Notifications" = "Meldingen";
"Common.Controls.Tabs.Profile" = "Profiel"; "Common.Controls.Tabs.Profile" = "Profiel";
"Common.Controls.Tabs.SearchAndExplore" = "Search and Explore"; "Common.Controls.Tabs.SearchAndExplore" = "Zoeken en verkennen";
"Common.Controls.Timeline.Filtered" = "Gefilterd"; "Common.Controls.Timeline.Filtered" = "Gefilterd";
"Common.Controls.Timeline.Header.BlockedWarning" = "U kunt het profiel van deze gebruiker niet bekijken zolang u geblokkeerd bent."; "Common.Controls.Timeline.Header.BlockedWarning" = "U kunt het profiel van deze gebruiker niet bekijken zolang u geblokkeerd bent.";
"Common.Controls.Timeline.Header.BlockingWarning" = "U kunt het profiel van deze geblokkeerde gebruiker niet bekijken. "Common.Controls.Timeline.Header.BlockingWarning" = "U kunt het profiel van deze geblokkeerde gebruiker niet bekijken.
@ -160,10 +177,11 @@ Uw profiel ziet er zo uit voor hen.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Resterende berichten laden..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Resterende berichten laden...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Toon meer reacties"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Toon meer reacties";
"Common.Controls.Timeline.Timestamp.Now" = "Nu"; "Common.Controls.Timeline.Timestamp.Now" = "Nu";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Voeg account toe"; "Scene.AccountList.AddAccount" = "Voeg account toe";
"Scene.AccountList.DismissAccountSwitcher" = "Annuleer account wisselen"; "Scene.AccountList.DismissAccountSwitcher" = "Annuleer account wisselen";
"Scene.AccountList.TabBarHint" = "Huidige geselecteerde profiel: %@. Dubbel-tik en houd vast om account te wisselen"; "Scene.AccountList.TabBarHint" = "Huidige geselecteerde profiel: %@. Dubbel-tik en houd vast om account te wisselen";
"Scene.Bookmark.Title" = "Bookmarks"; "Scene.Bookmark.Title" = "Bladwijzers";
"Scene.Compose.Accessibility.AppendAttachment" = "Bijlage Toevoegen"; "Scene.Compose.Accessibility.AppendAttachment" = "Bijlage Toevoegen";
"Scene.Compose.Accessibility.AppendPoll" = "Peiling Toevoegen"; "Scene.Compose.Accessibility.AppendPoll" = "Peiling Toevoegen";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Eigen Emojikiezer"; "Scene.Compose.Accessibility.CustomEmojiPicker" = "Eigen Emojikiezer";
@ -194,28 +212,40 @@ Uw profiel ziet er zo uit voor hen.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Zichtbaarheid Selecteren - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Zichtbaarheid Selecteren - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Inhoudswaarschuwing Omschakelen"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Inhoudswaarschuwing Omschakelen";
"Scene.Compose.Keyboard.TogglePoll" = "Peiling omschakelen"; "Scene.Compose.Keyboard.TogglePoll" = "Peiling omschakelen";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Bladeren"; "Scene.Compose.MediaSelection.Browse" = "Bladeren";
"Scene.Compose.MediaSelection.Camera" = "Foto Maken"; "Scene.Compose.MediaSelection.Camera" = "Foto Maken";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Fotobibliotheek"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Fotobibliotheek";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Duur: %@"; "Scene.Compose.Poll.DurationTime" = "Duur: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 Dag"; "Scene.Compose.Poll.OneDay" = "1 Dag";
"Scene.Compose.Poll.OneHour" = "1 Uur"; "Scene.Compose.Poll.OneHour" = "1 Uur";
"Scene.Compose.Poll.OptionNumber" = "Optie %ld"; "Scene.Compose.Poll.OptionNumber" = "Optie %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 Dagen"; "Scene.Compose.Poll.SevenDays" = "7 Dagen";
"Scene.Compose.Poll.SixHours" = "6 Uur"; "Scene.Compose.Poll.SixHours" = "6 Uur";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "De peiling heeft een lege optie"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "De peiling heeft een lege optie";
"Scene.Compose.Poll.ThePollIsInvalid" = "De peiling is ongeldig"; "Scene.Compose.Poll.ThePollIsInvalid" = "De peiling is ongeldig";
"Scene.Compose.Poll.ThirtyMinutes" = "30 minuten"; "Scene.Compose.Poll.ThirtyMinutes" = "30 minuten";
"Scene.Compose.Poll.ThreeDays" = "3 Dagen"; "Scene.Compose.Poll.ThreeDays" = "3 Dagen";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "reageren op %@"; "Scene.Compose.ReplyingToUser" = "reageren op %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "Nieuw Bericht"; "Scene.Compose.Title.NewPost" = "Nieuw Bericht";
"Scene.Compose.Title.NewReply" = "Nieuwe Reactie"; "Scene.Compose.Title.NewReply" = "Nieuwe Reactie";
"Scene.Compose.Visibility.Direct" = "Alleen vermelde gebruikers"; "Scene.Compose.Visibility.Direct" = "Alleen vermelde gebruikers";
"Scene.Compose.Visibility.Private" = "Alleen volgers"; "Scene.Compose.Visibility.Private" = "Alleen volgers";
"Scene.Compose.Visibility.Public" = "Openbaar"; "Scene.Compose.Visibility.Public" = "Openbaar";
"Scene.Compose.Visibility.Unlisted" = "Niet-vermeld"; "Scene.Compose.Visibility.Unlisted" = "Niet-vermeld";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Email Openen";
"Scene.ConfirmEmail.Button.Resend" = "Verstuur opnieuw"; "Scene.ConfirmEmail.Button.Resend" = "Verstuur opnieuw";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Controleer of uw emailadres correct is en of the email in de ongewenste email filter terecht is gekomen."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Controleer of uw emailadres correct is en of the email in de ongewenste email filter terecht is gekomen.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Email Opnieuw Versturen"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Email Opnieuw Versturen";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Controleer uw emailadres"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Controleer uw emailadres";
@ -223,10 +253,8 @@ Uw profiel ziet er zo uit voor hen.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Mail"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Mail";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Open Email Applicatie"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Open Email Applicatie";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Ga naar uw inbox."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Ga naar uw inbox.";
"Scene.ConfirmEmail.Subtitle" = "We hebben een e-mail gestuurd naar %@, "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
klik op de link om uw account te bevestigen."; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tik op de link in de e-mail die je hebt ontvangen om uw account te verifiëren";
"Scene.ConfirmEmail.Title" = "Nog één ding.";
"Scene.Discovery.Intro" = "Dit zijn de berichten die populair zijn in jouw Mastodon-kringen."; "Scene.Discovery.Intro" = "Dit zijn de berichten die populair zijn in jouw Mastodon-kringen.";
"Scene.Discovery.Tabs.Community" = "Gemeenschap"; "Scene.Discovery.Tabs.Community" = "Gemeenschap";
"Scene.Discovery.Tabs.ForYou" = "Voor jou"; "Scene.Discovery.Tabs.ForYou" = "Voor jou";
@ -235,20 +263,20 @@ klik op de link om uw account te bevestigen.";
"Scene.Discovery.Tabs.Posts" = "Berichten"; "Scene.Discovery.Tabs.Posts" = "Berichten";
"Scene.Familiarfollowers.FollowedByNames" = "Gevolgd door %@"; "Scene.Familiarfollowers.FollowedByNames" = "Gevolgd door %@";
"Scene.Familiarfollowers.Title" = "Volgers die je kent"; "Scene.Familiarfollowers.Title" = "Volgers die je kent";
"Scene.Favorite.Title" = "Uw favorieten"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Favorited By"; "Scene.FavoritedBy.Title" = "Gefavoriet door";
"Scene.FollowedTags.Actions.Follow" = "Follow"; "Scene.FollowedTags.Actions.Follow" = "Volgen";
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow"; "Scene.FollowedTags.Actions.Unfollow" = "Ontvolgen";
"Scene.FollowedTags.Header.Participants" = "participants"; "Scene.FollowedTags.Header.Participants" = "deelnemers";
"Scene.FollowedTags.Header.Posts" = "posts"; "Scene.FollowedTags.Header.Posts" = "berichten";
"Scene.FollowedTags.Header.PostsToday" = "posts today"; "Scene.FollowedTags.Header.PostsToday" = "berichten vandaag";
"Scene.FollowedTags.Title" = "Followed Tags"; "Scene.FollowedTags.Title" = "Gevolgde tags";
"Scene.Follower.Footer" = "Volgers van andere servers worden niet weergegeven."; "Scene.Follower.Footer" = "Volgers van andere servers worden niet weergegeven.";
"Scene.Follower.Title" = "volger"; "Scene.Follower.Title" = "volger";
"Scene.Following.Footer" = "Volgers van andere servers worden niet weergegeven."; "Scene.Following.Footer" = "Volgers van andere servers worden niet weergegeven.";
"Scene.Following.Title" = "volgend"; "Scene.Following.Title" = "volgend";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tik om naar boven te scrollen en tik nogmaals om terug te keren naar de vorige locatie"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tik om naar boven te scrollen en tik nogmaals om terug te keren naar de vorige locatie";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Logo knop"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Bekijk nieuwe berichten"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Bekijk nieuwe berichten";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Offline"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Offline";
"Scene.HomeTimeline.NavigationBarState.Published" = "Gepubliceerd!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Gepubliceerd!";
@ -274,15 +302,23 @@ klik op de link om uw account te bevestigen.";
"Scene.Preview.Keyboard.ClosePreview" = "Voorbeeldweergave Sluiten"; "Scene.Preview.Keyboard.ClosePreview" = "Voorbeeldweergave Sluiten";
"Scene.Preview.Keyboard.ShowNext" = "Volgende"; "Scene.Preview.Keyboard.ShowNext" = "Volgende";
"Scene.Preview.Keyboard.ShowPrevious" = "Vorige"; "Scene.Preview.Keyboard.ShowPrevious" = "Vorige";
"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" = "Dubbel tikken om de lijst te openen"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Dubbel tikken om de lijst te openen";
"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.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "volgend"; "Scene.Profile.Dashboard.MyFollowers" = "volgers";
"Scene.Profile.Dashboard.Posts" = "berichten"; "Scene.Profile.Dashboard.MyFollowing" = "volgend";
"Scene.Profile.Dashboard.MyPosts" = "berichten";
"Scene.Profile.Dashboard.OtherFollowers" = "volgers";
"Scene.Profile.Dashboard.OtherFollowing" = "volgend";
"Scene.Profile.Dashboard.OtherPosts" = "berichten";
"Scene.Profile.Fields.AddRow" = "Rij Toevoegen"; "Scene.Profile.Fields.AddRow" = "Rij Toevoegen";
"Scene.Profile.Fields.Joined" = "Joined"; "Scene.Profile.Fields.Joined" = "Geregistreerd";
"Scene.Profile.Fields.Placeholder.Content" = "Inhoud"; "Scene.Profile.Fields.Placeholder.Content" = "Inhoud";
"Scene.Profile.Fields.Placeholder.Label" = "Etiket"; "Scene.Profile.Fields.Placeholder.Label" = "Etiket";
"Scene.Profile.Fields.Verified.Long" = "Eigendom van deze link is gecontroleerd op %@"; "Scene.Profile.Fields.Verified.Long" = "Eigendom van deze link is gecontroleerd op %@";
@ -305,7 +341,7 @@ klik op de link om uw account te bevestigen.";
"Scene.Profile.SegmentedControl.Posts" = "Berichten"; "Scene.Profile.SegmentedControl.Posts" = "Berichten";
"Scene.Profile.SegmentedControl.PostsAndReplies" = "Berichten en reacties"; "Scene.Profile.SegmentedControl.PostsAndReplies" = "Berichten en reacties";
"Scene.Profile.SegmentedControl.Replies" = "Reacties"; "Scene.Profile.SegmentedControl.Replies" = "Reacties";
"Scene.RebloggedBy.Title" = "Reblogged By"; "Scene.RebloggedBy.Title" = "Geboost door";
"Scene.Register.Error.Item.Agreement" = "Overeenkomst"; "Scene.Register.Error.Item.Agreement" = "Overeenkomst";
"Scene.Register.Error.Item.Email" = "Email"; "Scene.Register.Error.Item.Email" = "Email";
"Scene.Register.Error.Item.Locale" = "Taal"; "Scene.Register.Error.Item.Locale" = "Taal";
@ -333,13 +369,14 @@ klik op de link om uw account te bevestigen.";
"Scene.Register.Input.Password.Accessibility.Checked" = "ingeschakeld"; "Scene.Register.Input.Password.Accessibility.Checked" = "ingeschakeld";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "uitgeschakeld"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "uitgeschakeld";
"Scene.Register.Input.Password.CharacterLimit" = "8 tekens"; "Scene.Register.Input.Password.CharacterLimit" = "8 tekens";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "Uw wachtwoord moet ten minste acht tekens bevatten"; "Scene.Register.Input.Password.Hint" = "Uw wachtwoord moet ten minste acht tekens bevatten";
"Scene.Register.Input.Password.Placeholder" = "wachtwoord"; "Scene.Register.Input.Password.Placeholder" = "wachtwoord";
"Scene.Register.Input.Password.Require" = "Je wachtwoord moet ten minste:"; "Scene.Register.Input.Password.Require" = "Je wachtwoord moet ten minste:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Deze gebruikersnaam is al in gebruik."; "Scene.Register.Input.Username.DuplicatePrompt" = "Deze gebruikersnaam is al in gebruik.";
"Scene.Register.Input.Username.Placeholder" = "gebruikersnaam"; "Scene.Register.Input.Username.Placeholder" = "gebruikersnaam";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Laten we je account instellen op %@"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Vertel ons over uzelf."; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "Zijn er nog meer berichten die u aan het rapport wilt toevoegen?"; "Scene.Report.Content1" = "Zijn er nog meer berichten die u aan het rapport wilt toevoegen?";
"Scene.Report.Content2" = "Is er iets anders over dit rapport dat de moderators zouden moeten weten?"; "Scene.Report.Content2" = "Is er iets anders over dit rapport dat de moderators zouden moeten weten?";
"Scene.Report.ReportSentTitle" = "Bedankt voor het rapporteren, we zullen hiernaar kijken."; "Scene.Report.ReportSentTitle" = "Bedankt voor het rapporteren, we zullen hiernaar kijken.";
@ -348,38 +385,38 @@ klik op de link om uw account te bevestigen.";
"Scene.Report.SkipToSend" = "Verstuur zonder opmerkingen"; "Scene.Report.SkipToSend" = "Verstuur zonder opmerkingen";
"Scene.Report.Step1" = "Stap 1 van 2"; "Scene.Report.Step1" = "Stap 1 van 2";
"Scene.Report.Step2" = "Stap 2 van 2"; "Scene.Report.Step2" = "Stap 2 van 2";
"Scene.Report.StepFinal.BlockUser" = "Block %@"; "Scene.Report.StepFinal.BlockUser" = "Blokkeer %@";
"Scene.Report.StepFinal.DontWantToSeeThis" = "Dont want to see this?"; "Scene.Report.StepFinal.DontWantToSeeThis" = "Wil je dit niet zien?";
"Scene.Report.StepFinal.MuteUser" = "Mute %@"; "Scene.Report.StepFinal.MuteUser" = "Negeer %@";
"Scene.Report.StepFinal.TheyWillNoLongerBeAbleToFollowOrSeeYourPostsButTheyCanSeeIfTheyveBeenBlocked" = "They will no longer be able to follow or see your posts, but they can see if theyve been blocked."; "Scene.Report.StepFinal.TheyWillNoLongerBeAbleToFollowOrSeeYourPostsButTheyCanSeeIfTheyveBeenBlocked" = "Het is niet meer mogelijk om je te volgen of om je berichten te zien, maar ze kunnen wel zien dat ze geblokkeerd zijn.";
"Scene.Report.StepFinal.Unfollow" = "Unfollow"; "Scene.Report.StepFinal.Unfollow" = "Ontvolgen";
"Scene.Report.StepFinal.UnfollowUser" = "Unfollow %@"; "Scene.Report.StepFinal.UnfollowUser" = "Ontvolg %@";
"Scene.Report.StepFinal.Unfollowed" = "Unfollowed"; "Scene.Report.StepFinal.Unfollowed" = "Ontvolgd";
"Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience." = "When you see something you dont like on Mastodon, you can remove the person from your experience."; "Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience." = "Als je iets ziet dat je niet leuk vindt op Mastodon, dan kun je die persoon op meerdere manieren verwijderen van je tijdlijn.";
"Scene.Report.StepFinal.WhileWeReviewThisYouCanTakeActionAgainstUser" = "While we review this, you can take action against %@"; "Scene.Report.StepFinal.WhileWeReviewThisYouCanTakeActionAgainstUser" = "Terwijl we dit onderzoeken kun je deze acties tegen %@ nemen";
"Scene.Report.StepFinal.YouWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted" = "You wont see their posts or reblogs in your home feed. They wont know theyve been muted."; "Scene.Report.StepFinal.YouWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted" = "Je zult niet langer berichten of boosts van deze persoon zien in je tijdlijn. Ze weten niet dat je hun negeert.";
"Scene.Report.StepFour.IsThereAnythingElseWeShouldKnow" = "Is there anything else we should know?"; "Scene.Report.StepFour.IsThereAnythingElseWeShouldKnow" = "Moeten we nog iets anders weten?";
"Scene.Report.StepFour.Step4Of4" = "Step 4 of 4"; "Scene.Report.StepFour.Step4Of4" = "Stap 4 van 4";
"Scene.Report.StepOne.IDontLikeIt" = "I dont like it"; "Scene.Report.StepOne.IDontLikeIt" = "Ik vind het niet leuk";
"Scene.Report.StepOne.ItIsNotSomethingYouWantToSee" = "It is not something you want to see"; "Scene.Report.StepOne.ItIsNotSomethingYouWantToSee" = "Iets wat je niet wilt zien";
"Scene.Report.StepOne.ItViolatesServerRules" = "It violates server rules"; "Scene.Report.StepOne.ItViolatesServerRules" = "Het schendt de serverregels";
"Scene.Report.StepOne.ItsSomethingElse" = "Its something else"; "Scene.Report.StepOne.ItsSomethingElse" = "Iets anders";
"Scene.Report.StepOne.ItsSpam" = "Its spam"; "Scene.Report.StepOne.ItsSpam" = "Spam";
"Scene.Report.StepOne.MaliciousLinksFakeEngagementOrRepetetiveReplies" = "Malicious links, fake engagement, or repetetive replies"; "Scene.Report.StepOne.MaliciousLinksFakeEngagementOrRepetetiveReplies" = "Schadelijke links, misleiding of herhalende antwoorden";
"Scene.Report.StepOne.SelectTheBestMatch" = "Selecteer de beste overeenkomst"; "Scene.Report.StepOne.SelectTheBestMatch" = "Selecteer de beste overeenkomst";
"Scene.Report.StepOne.Step1Of4" = "Stap 1 van 4"; "Scene.Report.StepOne.Step1Of4" = "Stap 1 van 4";
"Scene.Report.StepOne.TheIssueDoesNotFitIntoOtherCategories" = "The issue does not fit into other categories"; "Scene.Report.StepOne.TheIssueDoesNotFitIntoOtherCategories" = "Probleem valt niet onder de andere categorieën";
"Scene.Report.StepOne.WhatsWrongWithThisAccount" = "Wat is er mis met dit bericht?"; "Scene.Report.StepOne.WhatsWrongWithThisAccount" = "Wat is er mis met dit bericht?";
"Scene.Report.StepOne.WhatsWrongWithThisPost" = "Wat is er mis met dit bericht?"; "Scene.Report.StepOne.WhatsWrongWithThisPost" = "Wat is er mis met dit bericht?";
"Scene.Report.StepOne.WhatsWrongWithThisUsername" = "Wat is er mis met %@?"; "Scene.Report.StepOne.WhatsWrongWithThisUsername" = "Wat is er mis met %@?";
"Scene.Report.StepOne.YouAreAwareThatItBreaksSpecificRules" = "You are aware that it breaks specific rules"; "Scene.Report.StepOne.YouAreAwareThatItBreaksSpecificRules" = "Je weet dat het specifieke regels schendt";
"Scene.Report.StepThree.AreThereAnyPostsThatBackUpThisReport" = "Are there any posts that back up this report?"; "Scene.Report.StepThree.AreThereAnyPostsThatBackUpThisReport" = "Zijn er berichten die deze melding ondersteunen?";
"Scene.Report.StepThree.SelectAllThatApply" = "Select all that apply"; "Scene.Report.StepThree.SelectAllThatApply" = "Selecteer wat van toepassing is";
"Scene.Report.StepThree.Step3Of4" = "Step 3 of 4"; "Scene.Report.StepThree.Step3Of4" = "Stap 3 van 4";
"Scene.Report.StepTwo.IJustDontLikeIt" = "I just dont like it"; "Scene.Report.StepTwo.IJustDontLikeIt" = "Ik vind het gewoon niet leuk";
"Scene.Report.StepTwo.SelectAllThatApply" = "Select all that apply"; "Scene.Report.StepTwo.SelectAllThatApply" = "Selecteer wat van toepassing is";
"Scene.Report.StepTwo.Step2Of4" = "Step 2 of 4"; "Scene.Report.StepTwo.Step2Of4" = "Stap 2 van 4";
"Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "Which rules are being violated?"; "Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "Welke regels worden geschonden?";
"Scene.Report.TextPlaceholder" = "Schrijf of plak aanvullende opmerkingen"; "Scene.Report.TextPlaceholder" = "Schrijf of plak aanvullende opmerkingen";
"Scene.Report.Title" = "Rapporteer %@"; "Scene.Report.Title" = "Rapporteer %@";
"Scene.Report.TitleReport" = "Rapporteer"; "Scene.Report.TitleReport" = "Rapporteer";
@ -414,8 +451,10 @@ klik op de link om uw account te bevestigen.";
"Scene.ServerPicker.Button.Category.Music" = "muziek"; "Scene.ServerPicker.Button.Category.Music" = "muziek";
"Scene.ServerPicker.Button.Category.Regional" = "regionaal"; "Scene.ServerPicker.Button.Category.Regional" = "regionaal";
"Scene.ServerPicker.Button.Category.Tech" = "technologie"; "Scene.ServerPicker.Button.Category.Tech" = "technologie";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "Minder Weergeven"; "Scene.ServerPicker.Button.SeeLess" = "Minder Weergeven";
"Scene.ServerPicker.Button.SeeMore" = "Meer Weergeven"; "Scene.ServerPicker.Button.SeeMore" = "Meer Weergeven";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Er is een fout opgetreden bij het laden van de gegevens. Controleer uw internetverbinding."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Er is een fout opgetreden bij het laden van de gegevens. Controleer uw internetverbinding.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Beschikbare servers zoeken..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Beschikbare servers zoeken...";
"Scene.ServerPicker.EmptyState.NoResults" = "Geen resultaten"; "Scene.ServerPicker.EmptyState.NoResults" = "Geen resultaten";
@ -423,9 +462,13 @@ klik op de link om uw account te bevestigen.";
"Scene.ServerPicker.Label.Category" = "CATEGORIE"; "Scene.ServerPicker.Label.Category" = "CATEGORIE";
"Scene.ServerPicker.Label.Language" = "TAAL"; "Scene.ServerPicker.Label.Language" = "TAAL";
"Scene.ServerPicker.Label.Users" = "GEBRUIKERS"; "Scene.ServerPicker.Label.Users" = "GEBRUIKERS";
"Scene.ServerPicker.Subtitle" = "Kies een server gebaseerd op je regio, interesses, of een algemene server. Je kunt nog steeds chatten met iedereen op Mastodon, ongeacht op welke server je zit."; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Title" = "Kies een server, welke dan ook."; "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerRules.Button.Confirm" = "Ik Ga Akkoord"; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "privacybeleid"; "Scene.ServerRules.PrivacyPolicy" = "privacybeleid";
"Scene.ServerRules.Prompt" = "Als u verder gaat dan gaat u akkoord met de servicevoorwaarden en privacybeleid van %@."; "Scene.ServerRules.Prompt" = "Als u verder gaat dan gaat u akkoord met de servicevoorwaarden en privacybeleid van %@.";
"Scene.ServerRules.Subtitle" = "Deze regels zijn ingesteld door de beheerders van %@."; "Scene.ServerRules.Subtitle" = "Deze regels zijn ingesteld door de beheerders van %@.";
@ -469,9 +512,34 @@ klik op de link om uw account te bevestigen.";
"Scene.SuggestionAccount.Title" = "Zoek Mensen om te Volgen"; "Scene.SuggestionAccount.Title" = "Zoek Mensen om te Volgen";
"Scene.Thread.BackTitle" = "Bericht"; "Scene.Thread.BackTitle" = "Bericht";
"Scene.Thread.Title" = "Bericht van %@"; "Scene.Thread.Title" = "Bericht van %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"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" = "Aan de slag"; "Scene.Welcome.GetStarted" = "Aan de slag";
"Scene.Welcome.LogIn" = "Log in"; "Scene.Welcome.LogIn" = "Log in";
"Scene.Welcome.Slogan" = "Sociale media terug in uw handen."; "Scene.Welcome.Slogan" = "Sociale media terug in uw handen.";
"Scene.Wizard.AccessibilityHint" = "Tik tweemaal om het popup-scherm te sluiten"; "Scene.Wizard.AccessibilityHint" = "Tik tweemaal om het popup-scherm te sluiten";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Schakel tussen meerdere accounts door de profielknop in te drukken en vast te houden."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Schakel tussen meerdere accounts door de profielknop in te drukken en vast te houden.";
"Scene.Wizard.NewInMastodon" = "Nieuw in Mastodon"; "Scene.Wizard.NewInMastodon" = "Nieuw in Mastodon";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -13,9 +13,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 unread notification</string> <string>1 ongelezen melding</string>
<key>other</key> <key>other</key>
<string>%ld unread notifications</string> <string>%ld ongelezen meldingen</string>
</dict> </dict>
</dict> </dict>
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
@ -53,7 +53,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@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>1 teken over</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld tekens over</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -88,9 +88,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>Followed by %1$@, and another mutual</string> <string>Gevolgd door %1$@, en nog een mutual</string>
<key>other</key> <key>other</key>
<string>Followed by %1$@, and %ld mutuals</string> <string>Gevolgd door %1$@ en %ld mutuals</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
@ -173,6 +173,22 @@
<string>%ld gedeelde berichten</string> <string>%ld gedeelde berichten</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 re-blog</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
@ -184,9 +200,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 reply</string> <string>1 antwoord</string>
<key>other</key> <key>other</key>
<string>%ld replies</string> <string>%ld antwoorden</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.vote</key> <key>plural.count.vote</key>
@ -376,9 +392,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1y ago</string> <string>1 jr geleden</string>
<key>other</key> <key>other</key>
<string>%ldy ago</string> <string>%ld jr geleden</string>
</dict> </dict>
</dict> </dict>
<key>date.month.ago.abbr</key> <key>date.month.ago.abbr</key>
@ -392,9 +408,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1M ago</string> <string>1 mnd geleden</string>
<key>other</key> <key>other</key>
<string>%ldM ago</string> <string>%ld mnd geleden</string>
</dict> </dict>
</dict> </dict>
<key>date.day.ago.abbr</key> <key>date.day.ago.abbr</key>
@ -408,9 +424,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1d ago</string> <string>1 dag geleden</string>
<key>other</key> <key>other</key>
<string>%ldd ago</string> <string>%ld dgn geleden</string>
</dict> </dict>
</dict> </dict>
<key>date.hour.ago.abbr</key> <key>date.hour.ago.abbr</key>
@ -424,9 +440,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1h ago</string> <string>1 uur geleden</string>
<key>other</key> <key>other</key>
<string>%ldh ago</string> <string>%ld uur geleden</string>
</dict> </dict>
</dict> </dict>
<key>date.minute.ago.abbr</key> <key>date.minute.ago.abbr</key>
@ -440,9 +456,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1m ago</string> <string>1 min geleden</string>
<key>other</key> <key>other</key>
<string>%ldm ago</string> <string>%ld min geleden</string>
</dict> </dict>
</dict> </dict>
<key>date.second.ago.abbr</key> <key>date.second.ago.abbr</key>
@ -456,9 +472,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1s ago</string> <string>1 sec geleden</string>
<key>other</key> <key>other</key>
<string>%lds ago</string> <string>%ld sec geleden</string>
</dict> </dict>
</dict> </dict>
</dict> </dict>

View File

@ -40,6 +40,7 @@
"Common.Controls.Actions.Discard" = "Отмена"; "Common.Controls.Actions.Discard" = "Отмена";
"Common.Controls.Actions.Done" = "Готово"; "Common.Controls.Actions.Done" = "Готово";
"Common.Controls.Actions.Edit" = "Изменить"; "Common.Controls.Actions.Edit" = "Изменить";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Подпишитесь на людей"; "Common.Controls.Actions.FindPeople" = "Подпишитесь на людей";
"Common.Controls.Actions.ManuallySearch" = "Найти вручную"; "Common.Controls.Actions.ManuallySearch" = "Найти вручную";
"Common.Controls.Actions.Next" = "Далее"; "Common.Controls.Actions.Next" = "Далее";
@ -101,6 +102,8 @@
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Раскрыть или спрятать содержимое"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Раскрыть или спрятать содержимое";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Добавить или убрать из избранного"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Добавить или убрать из избранного";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Продвинуть или убрать продвижение"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Продвинуть или убрать продвижение";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Добавить в избранное"; "Common.Controls.Status.Actions.Favorite" = "Добавить в избранное";
"Common.Controls.Status.Actions.Hide" = "Скрыть"; "Common.Controls.Status.Actions.Hide" = "Скрыть";
"Common.Controls.Status.Actions.Menu" = "Меню"; "Common.Controls.Status.Actions.Menu" = "Меню";
@ -113,9 +116,20 @@
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Нажмите и удерживайте, чтобы показать меню"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Нажмите и удерживайте, чтобы показать меню";
"Common.Controls.Status.Actions.Unfavorite" = "Убрать из избранного"; "Common.Controls.Status.Actions.Unfavorite" = "Убрать из избранного";
"Common.Controls.Status.Actions.Unreblog" = "Убрать продвижение"; "Common.Controls.Status.Actions.Unreblog" = "Убрать продвижение";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "Предупреждение о содержании"; "Common.Controls.Status.ContentWarning" = "Предупреждение о содержании";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.LoadEmbed" = "Load Embed";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, attachment %d of %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Expands the GIF. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandImageHint" = "Expands the image. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandVideoHint" = "Shows the video player. Double-tap and hold to show actions";
"Common.Controls.Status.MediaContentWarning" = "Нажмите в любом месте, чтобы показать"; "Common.Controls.Status.MediaContentWarning" = "Нажмите в любом месте, чтобы показать";
"Common.Controls.Status.MetaEntity.Email" = "Email address: %@"; "Common.Controls.Status.MetaEntity.Email" = "Email address: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@";
@ -123,6 +137,7 @@
"Common.Controls.Status.MetaEntity.Url" = "Link: %@"; "Common.Controls.Status.MetaEntity.Url" = "Link: %@";
"Common.Controls.Status.Poll.Closed" = "Завершён"; "Common.Controls.Status.Poll.Closed" = "Завершён";
"Common.Controls.Status.Poll.Vote" = "Проголосовать"; "Common.Controls.Status.Poll.Vote" = "Проголосовать";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Sensitive Content"; "Common.Controls.Status.SensitiveContent" = "Sensitive Content";
"Common.Controls.Status.ShowPost" = "Показать пост"; "Common.Controls.Status.ShowPost" = "Показать пост";
"Common.Controls.Status.ShowUserProfile" = "Показать профиль пользователя"; "Common.Controls.Status.ShowUserProfile" = "Показать профиль пользователя";
@ -133,7 +148,7 @@
"Common.Controls.Status.Tag.Mention" = "Упоминание"; "Common.Controls.Status.Tag.Mention" = "Упоминание";
"Common.Controls.Status.Tag.Url" = "Ссылка"; "Common.Controls.Status.Tag.Url" = "Ссылка";
"Common.Controls.Status.TapToReveal" = "Нажмите, чтобы показать"; "Common.Controls.Status.TapToReveal" = "Нажмите, чтобы показать";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original"; "Common.Controls.Status.Translation.ShowOriginal" = "Show Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown"; "Common.Controls.Status.Translation.UnknownLanguage" = "Unknown";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
@ -143,6 +158,8 @@
"Common.Controls.Status.Visibility.Private" = "Only their followers can see this post."; "Common.Controls.Status.Visibility.Private" = "Only their followers can see this post.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post.";
"Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline."; "Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "Главная"; "Common.Controls.Tabs.Home" = "Главная";
"Common.Controls.Tabs.Notifications" = "Notifications"; "Common.Controls.Tabs.Notifications" = "Notifications";
"Common.Controls.Tabs.Profile" = "Профиль"; "Common.Controls.Tabs.Profile" = "Профиль";
@ -173,6 +190,7 @@
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Загрузка недостающих постов..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Загрузка недостающих постов...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Показать больше ответов"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Показать больше ответов";
"Common.Controls.Timeline.Timestamp.Now" = "Только что"; "Common.Controls.Timeline.Timestamp.Now" = "Только что";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Add Account"; "Scene.AccountList.AddAccount" = "Add Account";
"Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher"; "Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher";
"Scene.AccountList.TabBarHint" = "Current selected profile: %@. Double tap then hold to show account switcher"; "Scene.AccountList.TabBarHint" = "Current selected profile: %@. Double tap then hold to show account switcher";
@ -208,28 +226,40 @@
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Выбрать видимость — %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Выбрать видимость — %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Добавить/убрать предупреждение о содержании"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Добавить/убрать предупреждение о содержании";
"Scene.Compose.Keyboard.TogglePoll" = "Добавить/убрать опрос"; "Scene.Compose.Keyboard.TogglePoll" = "Добавить/убрать опрос";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Выбрать"; "Scene.Compose.MediaSelection.Browse" = "Выбрать";
"Scene.Compose.MediaSelection.Camera" = "Сделать фото"; "Scene.Compose.MediaSelection.Camera" = "Сделать фото";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Медиатека"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Медиатека";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Продолжительность: %@"; "Scene.Compose.Poll.DurationTime" = "Продолжительность: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 день"; "Scene.Compose.Poll.OneDay" = "1 день";
"Scene.Compose.Poll.OneHour" = "1 час"; "Scene.Compose.Poll.OneHour" = "1 час";
"Scene.Compose.Poll.OptionNumber" = "Вариант %ld"; "Scene.Compose.Poll.OptionNumber" = "Вариант %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 дней"; "Scene.Compose.Poll.SevenDays" = "7 дней";
"Scene.Compose.Poll.SixHours" = "6 часов"; "Scene.Compose.Poll.SixHours" = "6 часов";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option";
"Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid"; "Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid";
"Scene.Compose.Poll.ThirtyMinutes" = "30 минут"; "Scene.Compose.Poll.ThirtyMinutes" = "30 минут";
"Scene.Compose.Poll.ThreeDays" = "3 дня"; "Scene.Compose.Poll.ThreeDays" = "3 дня";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "ответ %@"; "Scene.Compose.ReplyingToUser" = "ответ %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "Новый пост"; "Scene.Compose.Title.NewPost" = "Новый пост";
"Scene.Compose.Title.NewReply" = "Новый ответ"; "Scene.Compose.Title.NewReply" = "Новый ответ";
"Scene.Compose.Visibility.Direct" = "Только для упомянутых людей"; "Scene.Compose.Visibility.Direct" = "Только для упомянутых людей";
"Scene.Compose.Visibility.Private" = "Для подписчиков"; "Scene.Compose.Visibility.Private" = "Для подписчиков";
"Scene.Compose.Visibility.Public" = "Публичный"; "Scene.Compose.Visibility.Public" = "Публичный";
"Scene.Compose.Visibility.Unlisted" = "Скрытый"; "Scene.Compose.Visibility.Unlisted" = "Скрытый";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Открыть приложение почты";
"Scene.ConfirmEmail.Button.Resend" = "Отправить заново"; "Scene.ConfirmEmail.Button.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" = "Проверьте, правильно ли указан ваш e-mail адрес, а также папку «спам», если ещё не сделали этого."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Проверьте, правильно ли указан ваш e-mail адрес, а также папку «спам», если ещё не сделали этого.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Отправить ещё раз"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Отправить ещё раз";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Проверьте свой e-mail адрес"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Проверьте свой e-mail адрес";
@ -237,12 +267,8 @@
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Почта"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Почта";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Открыть почтовый клиент"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Открыть почтовый клиент";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Проверьте вашу почту."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Проверьте вашу почту.";
"Scene.ConfirmEmail.Subtitle" = "Мы только что отправили письмо на "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
%@. "Scene.ConfirmEmail.Title" = "Check Your Inbox";
Нажмите на ссылку в нём, чтобы
подтвердить свою учётную запись.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we emailed to you to verify your account";
"Scene.ConfirmEmail.Title" = "И ещё кое-что.";
"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" = "Сообщество"; "Scene.Discovery.Tabs.Community" = "Сообщество";
"Scene.Discovery.Tabs.ForYou" = "For You"; "Scene.Discovery.Tabs.ForYou" = "For You";
@ -251,7 +277,7 @@
"Scene.Discovery.Tabs.Posts" = "Posts"; "Scene.Discovery.Tabs.Posts" = "Posts";
"Scene.Familiarfollowers.FollowedByNames" = "Followed by %@"; "Scene.Familiarfollowers.FollowedByNames" = "Followed by %@";
"Scene.Familiarfollowers.Title" = "Followers you familiar"; "Scene.Familiarfollowers.Title" = "Followers you familiar";
"Scene.Favorite.Title" = "Ваше избранное"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Favorited By"; "Scene.FavoritedBy.Title" = "Favorited By";
"Scene.FollowedTags.Actions.Follow" = "Follow"; "Scene.FollowedTags.Actions.Follow" = "Follow";
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow"; "Scene.FollowedTags.Actions.Unfollow" = "Unfollow";
@ -264,7 +290,7 @@
"Scene.Following.Footer" = "Follows from other servers are not displayed."; "Scene.Following.Footer" = "Follows from other servers are not displayed.";
"Scene.Following.Title" = "following"; "Scene.Following.Title" = "following";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Logo Button"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Показать новые"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Показать новые";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Не в сети"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Не в сети";
"Scene.HomeTimeline.NavigationBarState.Published" = "Опубликовано!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Опубликовано!";
@ -272,7 +298,7 @@
"Scene.HomeTimeline.Title" = "Главная"; "Scene.HomeTimeline.Title" = "Главная";
"Scene.Login.ServerSearchField.Placeholder" = "Enter URL or search for your server"; "Scene.Login.ServerSearchField.Placeholder" = "Enter URL or search for your server";
"Scene.Login.Subtitle" = "Log you in on the server you created your account on."; "Scene.Login.Subtitle" = "Log you in on the server you created your account on.";
"Scene.Login.Title" = "Welcome back"; "Scene.Login.Title" = "Welcome Back";
"Scene.Notification.FollowRequest.Accept" = "Accept"; "Scene.Notification.FollowRequest.Accept" = "Accept";
"Scene.Notification.FollowRequest.Accepted" = "Accepted"; "Scene.Notification.FollowRequest.Accepted" = "Accepted";
"Scene.Notification.FollowRequest.Reject" = "reject"; "Scene.Notification.FollowRequest.Reject" = "reject";
@ -290,13 +316,21 @@
"Scene.Preview.Keyboard.ClosePreview" = "Закрыть предпросмотр"; "Scene.Preview.Keyboard.ClosePreview" = "Закрыть предпросмотр";
"Scene.Preview.Keyboard.ShowNext" = "Следующее изображение"; "Scene.Preview.Keyboard.ShowNext" = "Следующее изображение";
"Scene.Preview.Keyboard.ShowPrevious" = "Предыдущее изображение"; "Scene.Preview.Keyboard.ShowPrevious" = "Предыдущее изображение";
"Scene.Privacy.Button.Confirm" = "I agree";
"Scene.Privacy.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";
"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image"; "Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image";
"Scene.Profile.Dashboard.Followers" = "подписчики"; "Scene.Profile.Dashboard.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "подписки"; "Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.Posts" = "посты"; "Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.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" = "Содержимое";
@ -349,13 +383,14 @@
"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" = "Пароль должен содержать не менее восьми символов"; "Scene.Register.Input.Password.Hint" = "Пароль должен содержать не менее восьми символов";
"Scene.Register.Input.Password.Placeholder" = "пароль"; "Scene.Register.Input.Password.Placeholder" = "пароль";
"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" = "Это имя пользователя занято."; "Scene.Register.Input.Username.DuplicatePrompt" = "Это имя пользователя занято.";
"Scene.Register.Input.Username.Placeholder" = "имя пользователя"; "Scene.Register.Input.Username.Placeholder" = "имя пользователя";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Lets get you set up on %@"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Расскажите нам о себе."; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "Есть ли другие сообщения, которые вы хотите добавить в отчёт?"; "Scene.Report.Content1" = "Есть ли другие сообщения, которые вы хотите добавить в отчёт?";
"Scene.Report.Content2" = "Есть ли что-то, что модераторы должны знать об этом сообщении?"; "Scene.Report.Content2" = "Есть ли что-то, что модераторы должны знать об этом сообщении?";
"Scene.Report.ReportSentTitle" = "Thanks for reporting, well look into this."; "Scene.Report.ReportSentTitle" = "Thanks for reporting, well look into this.";
@ -430,8 +465,10 @@
"Scene.ServerPicker.Button.Category.Music" = "музыка"; "Scene.ServerPicker.Button.Category.Music" = "музыка";
"Scene.ServerPicker.Button.Category.Regional" = "региональные"; "Scene.ServerPicker.Button.Category.Regional" = "региональные";
"Scene.ServerPicker.Button.Category.Tech" = "технологии"; "Scene.ServerPicker.Button.Category.Tech" = "технологии";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "Показать меньше"; "Scene.ServerPicker.Button.SeeLess" = "Показать меньше";
"Scene.ServerPicker.Button.SeeMore" = "Ещё"; "Scene.ServerPicker.Button.SeeMore" = "Ещё";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Что-то пошло не так при загрузке данных. Проверьте подключение к интернету."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Что-то пошло не так при загрузке данных. Проверьте подключение к интернету.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Ищем доступные сервера..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Ищем доступные сервера...";
"Scene.ServerPicker.EmptyState.NoResults" = "Нет результатов"; "Scene.ServerPicker.EmptyState.NoResults" = "Нет результатов";
@ -439,10 +476,13 @@
"Scene.ServerPicker.Label.Category" = "КАТЕГОРИЯ"; "Scene.ServerPicker.Label.Category" = "КАТЕГОРИЯ";
"Scene.ServerPicker.Label.Language" = "ЯЗЫК"; "Scene.ServerPicker.Label.Language" = "ЯЗЫК";
"Scene.ServerPicker.Label.Users" = "ПОЛЬЗОВАТЕЛИ"; "Scene.ServerPicker.Label.Users" = "ПОЛЬЗОВАТЕЛИ";
"Scene.ServerPicker.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.Language.All" = "All";
"Scene.ServerPicker.Title" = "Выберите сервер, "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
любой сервер."; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerRules.Button.Confirm" = "Принимаю"; "Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "политика конфиденциальности"; "Scene.ServerRules.PrivacyPolicy" = "политика конфиденциальности";
"Scene.ServerRules.Prompt" = "Продолжая, вы соглашаетесь с условиям использования и политикой конфиденциальности %@."; "Scene.ServerRules.Prompt" = "Продолжая, вы соглашаетесь с условиям использования и политикой конфиденциальности %@.";
"Scene.ServerRules.Subtitle" = "Эти правила установлены администраторами %@."; "Scene.ServerRules.Subtitle" = "Эти правила установлены администраторами %@.";
@ -486,6 +526,17 @@
"Scene.SuggestionAccount.Title" = "Подпишитесь на людей"; "Scene.SuggestionAccount.Title" = "Подпишитесь на людей";
"Scene.Thread.BackTitle" = "Пост"; "Scene.Thread.BackTitle" = "Пост";
"Scene.Thread.Title" = "Пост %@"; "Scene.Thread.Title" = "Пост %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.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" = "Присоединиться"; "Scene.Welcome.GetStarted" = "Присоединиться";
"Scene.Welcome.LogIn" = "Вход"; "Scene.Welcome.LogIn" = "Вход";
"Scene.Welcome.Slogan" = "Социальная сеть "Scene.Welcome.Slogan" = "Социальная сеть
@ -493,3 +544,17 @@
"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" = "Новое в Мастодоне"; "Scene.Wizard.NewInMastodon" = "Новое в Мастодоне";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

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@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -73,13 +73,13 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>1 character left</string>
<key>few</key> <key>few</key>
<string>%ld characters</string> <string>%ld characters left</string>
<key>many</key> <key>many</key>
<string>%ld characters</string> <string>%ld characters left</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld characters left</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -217,6 +217,26 @@
<string>%ld продвинули</string> <string>%ld продвинули</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 re-blog</string>
<key>few</key>
<string>%ld re-blogs</string>
<key>many</key>
<string>%ld re-blogs</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -40,6 +40,7 @@ Preverite svojo internetno povezavo.";
"Common.Controls.Actions.Discard" = "Opusti"; "Common.Controls.Actions.Discard" = "Opusti";
"Common.Controls.Actions.Done" = "Opravljeno"; "Common.Controls.Actions.Done" = "Opravljeno";
"Common.Controls.Actions.Edit" = "Uredi"; "Common.Controls.Actions.Edit" = "Uredi";
"Common.Controls.Actions.EditPost" = "Uredi";
"Common.Controls.Actions.FindPeople" = "Poiščite osebe, ki jim želite slediti"; "Common.Controls.Actions.FindPeople" = "Poiščite osebe, ki jim želite slediti";
"Common.Controls.Actions.ManuallySearch" = "Raje išči ročno"; "Common.Controls.Actions.ManuallySearch" = "Raje išči ročno";
"Common.Controls.Actions.Next" = "Naslednji"; "Common.Controls.Actions.Next" = "Naslednji";
@ -101,6 +102,8 @@ Preverite svojo internetno povezavo.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Preklopi opozorilo o vsebini"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Preklopi opozorilo o vsebini";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Preklopi priljubljenost objave"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Preklopi priljubljenost objave";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Preklopi poobjavo za objavo"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Preklopi poobjavo za objavo";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Poobjavi";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Razveljavi poobjavo";
"Common.Controls.Status.Actions.Favorite" = "Priljubljen"; "Common.Controls.Status.Actions.Favorite" = "Priljubljen";
"Common.Controls.Status.Actions.Hide" = "Skrij"; "Common.Controls.Status.Actions.Hide" = "Skrij";
"Common.Controls.Status.Actions.Menu" = "Meni"; "Common.Controls.Status.Actions.Menu" = "Meni";
@ -113,9 +116,20 @@ Preverite svojo internetno povezavo.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tapnite, nato držite, da se pojavi meni"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tapnite, nato držite, da se pojavi meni";
"Common.Controls.Status.Actions.Unfavorite" = "Odstrani iz priljubljenih"; "Common.Controls.Status.Actions.Unfavorite" = "Odstrani iz priljubljenih";
"Common.Controls.Status.Actions.Unreblog" = "Razveljavi poobjavo"; "Common.Controls.Status.Actions.Unreblog" = "Razveljavi poobjavo";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Zadnjič urejano %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Uredi zgodovino";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Priljubljeni";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Poobjave";
"Common.Controls.Status.ContentWarning" = "Opozorilo o vsebini"; "Common.Controls.Status.ContentWarning" = "Opozorilo o vsebini";
"Common.Controls.Status.EditHistory.OriginalPost" = "Izvodna objava · %@";
"Common.Controls.Status.EditHistory.Title" = "Zgodovina urejanja";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Urejeno %@";
"Common.Controls.Status.LinkViaUser" = "%@ prek %@"; "Common.Controls.Status.LinkViaUser" = "%@ prek %@";
"Common.Controls.Status.LoadEmbed" = "Naloži vdelano"; "Common.Controls.Status.LoadEmbed" = "Naloži vdelano";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, priponka %d od %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Razširi GIF. Dvakrat tapnite in držite, da se pokažejo dejanja";
"Common.Controls.Status.Media.ExpandImageHint" = "Razširi sliko. Dvakrat tapnite in držite, da se pokažejo dejanja";
"Common.Controls.Status.Media.ExpandVideoHint" = "Pokaže predvajalnik videoposnetkov. Dvakrat tapnite in držite, da se pokažejo dejanja";
"Common.Controls.Status.MediaContentWarning" = "Tapnite kamorkoli, da razkrijete"; "Common.Controls.Status.MediaContentWarning" = "Tapnite kamorkoli, da razkrijete";
"Common.Controls.Status.MetaEntity.Email" = "E-naslov: %@"; "Common.Controls.Status.MetaEntity.Email" = "E-naslov: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Ključnik: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Ključnik: %@";
@ -123,6 +137,7 @@ Preverite svojo internetno povezavo.";
"Common.Controls.Status.MetaEntity.Url" = "Povezava: %@"; "Common.Controls.Status.MetaEntity.Url" = "Povezava: %@";
"Common.Controls.Status.Poll.Closed" = "Zaprto"; "Common.Controls.Status.Poll.Closed" = "Zaprto";
"Common.Controls.Status.Poll.Vote" = "Glasuj"; "Common.Controls.Status.Poll.Vote" = "Glasuj";
"Common.Controls.Status.PostedViaApplication" = "%@ prek %@";
"Common.Controls.Status.SensitiveContent" = "Občutljiva vsebina"; "Common.Controls.Status.SensitiveContent" = "Občutljiva vsebina";
"Common.Controls.Status.ShowPost" = "Pokaži objavo"; "Common.Controls.Status.ShowPost" = "Pokaži objavo";
"Common.Controls.Status.ShowUserProfile" = "Prikaži uporabnikov profil"; "Common.Controls.Status.ShowUserProfile" = "Prikaži uporabnikov profil";
@ -134,15 +149,17 @@ 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.";
"Common.Controls.Status.Visibility.Private" = "Samo sledilci osebe lahko vidijo to objavo."; "Common.Controls.Status.Visibility.Private" = "Samo sledilci osebe lahko vidijo to objavo.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Samo moji sledilci lahko vidijo to objavo."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Samo moji sledilci lahko vidijo to objavo.";
"Common.Controls.Status.Visibility.Unlisted" = "Vsak lahko vidi to objavo, ni pa prikazana na javni časovnici."; "Common.Controls.Status.Visibility.Unlisted" = "Vsak lahko vidi to objavo, ni pa prikazana na javni časovnici.";
"Common.Controls.Tabs.A11Y.Explore" = "Razišči";
"Common.Controls.Tabs.A11Y.Search" = "Iskanje";
"Common.Controls.Tabs.Home" = "Domov"; "Common.Controls.Tabs.Home" = "Domov";
"Common.Controls.Tabs.Notifications" = "Obvestila"; "Common.Controls.Tabs.Notifications" = "Obvestila";
"Common.Controls.Tabs.Profile" = "Profil"; "Common.Controls.Tabs.Profile" = "Profil";
@ -165,6 +182,7 @@ Vaš profil je zanje videti tako.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Nalaganje manjkajočih objav ..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Nalaganje manjkajočih objav ...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Pokaži več odgovorov"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Pokaži več odgovorov";
"Common.Controls.Timeline.Timestamp.Now" = "Zdaj"; "Common.Controls.Timeline.Timestamp.Now" = "Zdaj";
"Extension.OpenIn.InvalidLinkError" = "To se ne zdi veljavna povezava Mastodon.";
"Scene.AccountList.AddAccount" = "Dodaj račun"; "Scene.AccountList.AddAccount" = "Dodaj račun";
"Scene.AccountList.DismissAccountSwitcher" = "Umakni preklopnik med računi"; "Scene.AccountList.DismissAccountSwitcher" = "Umakni preklopnik med računi";
"Scene.AccountList.TabBarHint" = "Trenutno izbran profil: %@. Dvakrat tapnite, nato držite, da se pojavi preklopnik med računi."; "Scene.AccountList.TabBarHint" = "Trenutno izbran profil: %@. Dvakrat tapnite, nato držite, da se pojavi preklopnik med računi.";
@ -200,28 +218,40 @@ možno naložiti v Mastodon.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Izberite vidnost - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Izberite vidnost - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Preklopi opozorilo o vsebini"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Preklopi opozorilo o vsebini";
"Scene.Compose.Keyboard.TogglePoll" = "Preklopi anketo"; "Scene.Compose.Keyboard.TogglePoll" = "Preklopi anketo";
"Scene.Compose.Language.Other" = "Drug jezik ...";
"Scene.Compose.Language.Recent" = "Nedavno";
"Scene.Compose.Language.Suggested" = "Predlagano";
"Scene.Compose.Language.Title" = "Jezik objave";
"Scene.Compose.MediaSelection.Browse" = "Prebrskaj"; "Scene.Compose.MediaSelection.Browse" = "Prebrskaj";
"Scene.Compose.MediaSelection.Camera" = "Posnemi fotografijo"; "Scene.Compose.MediaSelection.Camera" = "Posnemi fotografijo";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Knjižnica fotografij"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Knjižnica fotografij";
"Scene.Compose.Poll.AddOption" = "Dodaj možnost";
"Scene.Compose.Poll.DurationTime" = "Trajanje: %@"; "Scene.Compose.Poll.DurationTime" = "Trajanje: %@";
"Scene.Compose.Poll.MoveDown" = "Premakni navzdol";
"Scene.Compose.Poll.MoveUp" = "Premakni navzgor";
"Scene.Compose.Poll.OneDay" = "1 dan"; "Scene.Compose.Poll.OneDay" = "1 dan";
"Scene.Compose.Poll.OneHour" = "1 ura"; "Scene.Compose.Poll.OneHour" = "1 ura";
"Scene.Compose.Poll.OptionNumber" = "Možnost %ld"; "Scene.Compose.Poll.OptionNumber" = "Možnost %ld";
"Scene.Compose.Poll.RemoveOption" = "Odstrani možnost";
"Scene.Compose.Poll.SevenDays" = "7 dni"; "Scene.Compose.Poll.SevenDays" = "7 dni";
"Scene.Compose.Poll.SixHours" = "6 ur"; "Scene.Compose.Poll.SixHours" = "6 ur";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "Anketa ima prazno izbiro"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "Anketa ima prazno izbiro";
"Scene.Compose.Poll.ThePollIsInvalid" = "Anketa je neveljavna"; "Scene.Compose.Poll.ThePollIsInvalid" = "Anketa je neveljavna";
"Scene.Compose.Poll.ThirtyMinutes" = "30 minut"; "Scene.Compose.Poll.ThirtyMinutes" = "30 minut";
"Scene.Compose.Poll.ThreeDays" = "3 dni"; "Scene.Compose.Poll.ThreeDays" = "3 dni";
"Scene.Compose.Poll.Title" = "Anketa";
"Scene.Compose.ReplyingToUser" = "odgovarja %@"; "Scene.Compose.ReplyingToUser" = "odgovarja %@";
"Scene.Compose.Title.EditPost" = "Uredi objavo";
"Scene.Compose.Title.NewPost" = "Nova objava"; "Scene.Compose.Title.NewPost" = "Nova objava";
"Scene.Compose.Title.NewReply" = "Nov odgovor"; "Scene.Compose.Title.NewReply" = "Nov odgovor";
"Scene.Compose.Visibility.Direct" = "Samo osebe, ki jih omenjam"; "Scene.Compose.Visibility.Direct" = "Samo osebe, ki jih omenjam";
"Scene.Compose.Visibility.Private" = "Samo sledilci"; "Scene.Compose.Visibility.Private" = "Samo sledilci";
"Scene.Compose.Visibility.Public" = "Javno"; "Scene.Compose.Visibility.Public" = "Javno";
"Scene.Compose.Visibility.Unlisted" = "Ni prikazano"; "Scene.Compose.Visibility.Unlisted" = "Ni prikazano";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Odpri aplikacijo za e-pošto";
"Scene.ConfirmEmail.Button.Resend" = "Ponovno pošlji"; "Scene.ConfirmEmail.Button.Resend" = "Ponovno pošlji";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Niste dobili povezave?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Znova pošlji (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Ponovno pošlji zdaj.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Preverite, ali je vaš e-naslov pravilen, pa tudi vsebino mape neželene pošte, če tega še niste storili."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Preverite, ali je vaš e-naslov pravilen, pa tudi vsebino mape neželene pošte, če tega še niste storili.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Ponovno pošlji e-pošto"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Ponovno pošlji e-pošto";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Preverite svojo e-pošto"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Preverite svojo e-pošto";
@ -229,9 +259,8 @@ možno naložiti v Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "E-pošta"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "E-pošta";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Odpri odjemalca e-pošte"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Odpri odjemalca e-pošte";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Preverite svojo dohodno e-pošto."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Preverite svojo dohodno e-pošto.";
"Scene.ConfirmEmail.Subtitle" = "Tapnite povezavo, ki smo vam jo poslali po e-pošti, da overite svoj račun."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tapnite povezavo, ki smo vam jo poslali, da overite %@. Počakali bomo.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tapnite povezavo, ki smo vam jo poslali po e-pošti, da overite svoj račun"; "Scene.ConfirmEmail.Title" = "Preverite svojo dohodno e-pošto";
"Scene.ConfirmEmail.Title" = "Še zadnja stvar.";
"Scene.Discovery.Intro" = "To so objave, ki plenijo pozornost na vašem koncu Mastodona."; "Scene.Discovery.Intro" = "To so objave, ki plenijo pozornost na vašem koncu Mastodona.";
"Scene.Discovery.Tabs.Community" = "Skupnost"; "Scene.Discovery.Tabs.Community" = "Skupnost";
"Scene.Discovery.Tabs.ForYou" = "Za vas"; "Scene.Discovery.Tabs.ForYou" = "Za vas";
@ -240,7 +269,7 @@ možno naložiti v Mastodon.";
"Scene.Discovery.Tabs.Posts" = "Objave"; "Scene.Discovery.Tabs.Posts" = "Objave";
"Scene.Familiarfollowers.FollowedByNames" = "Sledijo %@"; "Scene.Familiarfollowers.FollowedByNames" = "Sledijo %@";
"Scene.Familiarfollowers.Title" = "Znani sledilci"; "Scene.Familiarfollowers.Title" = "Znani sledilci";
"Scene.Favorite.Title" = "Vaši priljubljeni"; "Scene.Favorite.Title" = "Priljubljeni";
"Scene.FavoritedBy.Title" = "Med priljubljene dal_a"; "Scene.FavoritedBy.Title" = "Med priljubljene dal_a";
"Scene.FollowedTags.Actions.Follow" = "Sledi"; "Scene.FollowedTags.Actions.Follow" = "Sledi";
"Scene.FollowedTags.Actions.Unfollow" = "Prenehaj slediti"; "Scene.FollowedTags.Actions.Unfollow" = "Prenehaj slediti";
@ -253,7 +282,7 @@ možno naložiti v Mastodon.";
"Scene.Following.Footer" = "Sledenje z drugih strežnikov ni prikazano."; "Scene.Following.Footer" = "Sledenje z drugih strežnikov ni prikazano.";
"Scene.Following.Title" = "sledi"; "Scene.Following.Title" = "sledi";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tapnite, da podrsate na vrh; tapnite znova, da se pomaknete na prejšnji položaj"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tapnite, da podrsate na vrh; tapnite znova, da se pomaknete na prejšnji položaj";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Gumb logotipa"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Pokaži nove objave"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Pokaži nove objave";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Nepovezan"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Nepovezan";
"Scene.HomeTimeline.NavigationBarState.Published" = "Objavljeno!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Objavljeno!";
@ -279,15 +308,23 @@ možno naložiti v Mastodon.";
"Scene.Preview.Keyboard.ClosePreview" = "Zapri predogled"; "Scene.Preview.Keyboard.ClosePreview" = "Zapri predogled";
"Scene.Preview.Keyboard.ShowNext" = "Pokaži naslednje"; "Scene.Preview.Keyboard.ShowNext" = "Pokaži naslednje";
"Scene.Preview.Keyboard.ShowPrevious" = "Pokaži prejšnje"; "Scene.Preview.Keyboard.ShowPrevious" = "Pokaži prejšnje";
"Scene.Privacy.Button.Confirm" = "Strinjam se";
"Scene.Privacy.Policy.Ios" = "Pravilnik o zasebnosti - Mastodon za iOS";
"Scene.Privacy.Policy.Server" = "Pravilnik o zasebnosti - %@";
"Scene.Privacy.Title" = "Zasebnost";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Dvakrat tapnite, da se odpre seznam"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Dvakrat tapnite, da se odpre seznam";
"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.FamiliarFollowers" = "vzajemni";
"Scene.Profile.Dashboard.Following" = "sledi"; "Scene.Profile.Dashboard.MyFollowers" = "sledilcev";
"Scene.Profile.Dashboard.Posts" = "Objave"; "Scene.Profile.Dashboard.MyFollowing" = "sledi";
"Scene.Profile.Dashboard.MyPosts" = "objav";
"Scene.Profile.Dashboard.OtherFollowers" = "sledilcev";
"Scene.Profile.Dashboard.OtherFollowing" = "sledi";
"Scene.Profile.Dashboard.OtherPosts" = "objav";
"Scene.Profile.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 %@";
@ -338,13 +375,14 @@ možno naložiti v Mastodon.";
"Scene.Register.Input.Password.Accessibility.Checked" = "potrjeno"; "Scene.Register.Input.Password.Accessibility.Checked" = "potrjeno";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "nepotrjeno"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "nepotrjeno";
"Scene.Register.Input.Password.CharacterLimit" = "8 znakov"; "Scene.Register.Input.Password.CharacterLimit" = "8 znakov";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Potrdi geslo";
"Scene.Register.Input.Password.Hint" = "Geslo mora biti dolgo najmanj 8 znakov."; "Scene.Register.Input.Password.Hint" = "Geslo mora biti dolgo najmanj 8 znakov.";
"Scene.Register.Input.Password.Placeholder" = "geslo"; "Scene.Register.Input.Password.Placeholder" = "geslo";
"Scene.Register.Input.Password.Require" = "Vaše geslo potrebuje vsaj:"; "Scene.Register.Input.Password.Require" = "Vaše geslo potrebuje vsaj:";
"Scene.Register.Input.Username.DuplicatePrompt" = "To ime je že zasedeno."; "Scene.Register.Input.Username.DuplicatePrompt" = "To ime je že zasedeno.";
"Scene.Register.Input.Username.Placeholder" = "uporabniško ime"; "Scene.Register.Input.Username.Placeholder" = "uporabniško ime";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Naj vas namestimo na %@"; "Scene.Register.Input.Username.Suggestion" = "super_%@";
"Scene.Register.Title" = "Naj vas namestimo na %@"; "Scene.Register.Title" = "Ustvari račun";
"Scene.Report.Content1" = "Ali so še kakšne druge objave, ki bi jih želeli dodati k prijavi?"; "Scene.Report.Content1" = "Ali so še kakšne druge objave, ki bi jih želeli dodati k prijavi?";
"Scene.Report.Content2" = "Je kaj, kar bi moderatorji morali vedeti o tem poročilu?"; "Scene.Report.Content2" = "Je kaj, kar bi moderatorji morali vedeti o tem poročilu?";
"Scene.Report.ReportSentTitle" = "Hvala za poročilo, bomo preverili."; "Scene.Report.ReportSentTitle" = "Hvala za poročilo, bomo preverili.";
@ -419,8 +457,10 @@ možno naložiti v Mastodon.";
"Scene.ServerPicker.Button.Category.Music" = "glasba"; "Scene.ServerPicker.Button.Category.Music" = "glasba";
"Scene.ServerPicker.Button.Category.Regional" = "regionalno"; "Scene.ServerPicker.Button.Category.Regional" = "regionalno";
"Scene.ServerPicker.Button.Category.Tech" = "tehnologija"; "Scene.ServerPicker.Button.Category.Tech" = "tehnologija";
"Scene.ServerPicker.Button.Language" = "Jezik";
"Scene.ServerPicker.Button.SeeLess" = "Pokaži manj"; "Scene.ServerPicker.Button.SeeLess" = "Pokaži manj";
"Scene.ServerPicker.Button.SeeMore" = "Pokaži več"; "Scene.ServerPicker.Button.SeeMore" = "Pokaži več";
"Scene.ServerPicker.Button.SignupSpeed" = "Hitrost prijave";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Med nalaganjem podatkov je prišlo do napake. Preverite svojo internetno povezavo."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Med nalaganjem podatkov je prišlo do napake. Preverite svojo internetno povezavo.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Iskanje razpoložljivih strežnikov ..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Iskanje razpoložljivih strežnikov ...";
"Scene.ServerPicker.EmptyState.NoResults" = "Ni rezultatov"; "Scene.ServerPicker.EmptyState.NoResults" = "Ni rezultatov";
@ -428,8 +468,12 @@ možno naložiti v Mastodon.";
"Scene.ServerPicker.Label.Category" = "KATEGORIJA"; "Scene.ServerPicker.Label.Category" = "KATEGORIJA";
"Scene.ServerPicker.Label.Language" = "JEZIK"; "Scene.ServerPicker.Label.Language" = "JEZIK";
"Scene.ServerPicker.Label.Users" = "UPORABNIKI"; "Scene.ServerPicker.Label.Users" = "UPORABNIKI";
"Scene.ServerPicker.Subtitle" = "Strežnik izberite glede na svojo regijo, zanimanje ali pa kar splošno. Še vedno lahko klepetate s komer koli na Mastodonu, ne glede na strežnik."; "Scene.ServerPicker.Language.All" = "Vse";
"Scene.ServerPicker.Title" = "Mastodon tvorijo uporabniki z različnih strežnikov."; "Scene.ServerPicker.Search.Placeholder" = "Iščite po imenu ali URL-ju";
"Scene.ServerPicker.SignupSpeed.All" = "Vse";
"Scene.ServerPicker.SignupSpeed.Instant" = "Takojšnja prijava";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Ročni pregled";
"Scene.ServerPicker.Title" = "Izberite strežnik";
"Scene.ServerRules.Button.Confirm" = "Strinjam se"; "Scene.ServerRules.Button.Confirm" = "Strinjam se";
"Scene.ServerRules.PrivacyPolicy" = "pravilnik o zasebnosti"; "Scene.ServerRules.PrivacyPolicy" = "pravilnik o zasebnosti";
"Scene.ServerRules.Prompt" = "Če boste nadaljevali, za vas veljajo pogoji storitve in pravilnik o zasebnosti za %@."; "Scene.ServerRules.Prompt" = "Če boste nadaljevali, za vas veljajo pogoji storitve in pravilnik o zasebnosti za %@.";
@ -474,6 +518,17 @@ možno naložiti v Mastodon.";
"Scene.SuggestionAccount.Title" = "Poiščite osebe, ki jim želite slediti"; "Scene.SuggestionAccount.Title" = "Poiščite osebe, ki jim želite slediti";
"Scene.Thread.BackTitle" = "Objavi"; "Scene.Thread.BackTitle" = "Objavi";
"Scene.Thread.Title" = "Objavil/a"; "Scene.Thread.Title" = "Objavil/a";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Kaj je Mastodon?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "Različni ljudje izbirajo različne strežnike iz najrazličnejših razlogov. art.example je krasno mesto za uemtnike, medtem ko je glasgow.example dobra izbira za Škode.
Nič ne morete storiti narobe s katerim koli od naših priporočenih strežnikov, tako da je povsem nepomembno, katerega ste izbrali (ali če vnesete lastnega v iskalno vrstico strežnikov) - nikoli ne boste zamudili niti najmanjših vsebin.";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "Kako izberem strežnik?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "Vaša ročica je morda @veselodekle654@primer.social, vendar lahko še vedno sledite, poobjavljate objave in klepetate z @nikoli2prepozno@primer.online.";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon je takšen";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "Predstavljajte si, da imate e-poštni naslov, ki se konča s @primer.com.
Še vedno lahko pošiljate in prejemate e-sporočilo od vsakogar, tudi če se njihov e-naslov konča @gmail.com, @icloud.com ali @primer.com.";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "Kaj je";
"Scene.Welcome.GetStarted" = "Začnite"; "Scene.Welcome.GetStarted" = "Začnite";
"Scene.Welcome.LogIn" = "Prijava"; "Scene.Welcome.LogIn" = "Prijava";
"Scene.Welcome.Slogan" = "Družbeno mreženje "Scene.Welcome.Slogan" = "Družbeno mreženje
@ -481,3 +536,17 @@ spet v vaših rokah.";
"Scene.Wizard.AccessibilityHint" = "Dvakrat tapnite, da zapustite tega čarovnika"; "Scene.Wizard.AccessibilityHint" = "Dvakrat tapnite, da zapustite tega čarovnika";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Preklopite med več računi s pritiskom gumba profila."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Preklopite med več računi s pritiskom gumba profila.";
"Scene.Wizard.NewInMastodon" = "Novo v Mastodonu"; "Scene.Wizard.NewInMastodon" = "Novo v Mastodonu";
"Widget.Common.UnsupportedWidgetFamily" = "Žal ta družina gradnikov ni podprta.";
"Widget.Common.UserNotLoggedIn" = "Odprite Mastodon, da se prijavite v račun.";
"Widget.FollowersCount.ConfigurationDescription" = "Pokaži število sledilcev.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Sledilci";
"Widget.FollowersCount.FollowersToday" = "%@ sledilcev danes";
"Widget.FollowersCount.Title" = "SLEDILCI";
"Widget.LatestFollowers.ConfigurationDescription" = "Pokaži najnovejše sledilce.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Najnovejši sledilci";
"Widget.LatestFollowers.LastUpdate" = "Zadnja posodobitev: %@";
"Widget.LatestFollowers.Title" = "Najnovejši sledilci";
"Widget.MultipleFollowers.ConfigurationDescription" = "Pokaži število sledilcev za več računov.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Več sledilcev";
"Widget.MultipleFollowers.MockUser.AccountName" = "drug@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Drug sledilec";

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>preostaja %#@character_count@</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -73,13 +73,13 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>%ld znak</string> <string>Na voljo je še %ld znak</string>
<key>two</key> <key>two</key>
<string>%ld znaka</string> <string>Na voljo sta še %ld znaka</string>
<key>few</key> <key>few</key>
<string>%ld znaki</string> <string>Na voljo so še %ld znaki</string>
<key>other</key> <key>other</key>
<string>%ld znakov</string> <string>Na voljo je še %ld znakov</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -217,6 +217,26 @@
<string>%ld poobjav</string> <string>%ld poobjav</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld pobjava</string>
<key>two</key>
<string>%ld re-blogs</string>
<key>few</key>
<string>%ld re-blogs</string>
<key>other</key>
<string>%ld poobjav</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -40,6 +40,7 @@ Kontrollera din internetanslutning.";
"Common.Controls.Actions.Discard" = "Släng"; "Common.Controls.Actions.Discard" = "Släng";
"Common.Controls.Actions.Done" = "Klar"; "Common.Controls.Actions.Done" = "Klar";
"Common.Controls.Actions.Edit" = "Redigera"; "Common.Controls.Actions.Edit" = "Redigera";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Hitta personer att följa"; "Common.Controls.Actions.FindPeople" = "Hitta personer att följa";
"Common.Controls.Actions.ManuallySearch" = "Sök manuellt istället"; "Common.Controls.Actions.ManuallySearch" = "Sök manuellt istället";
"Common.Controls.Actions.Next" = "Nästa"; "Common.Controls.Actions.Next" = "Nästa";
@ -101,6 +102,8 @@ Kontrollera din internetanslutning.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Växla innehållsvarning"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Växla innehållsvarning";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Växla favorit på inlägg"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Växla favorit på inlägg";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Växla boost på inlägg"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Växla boost på inlägg";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Favorit"; "Common.Controls.Status.Actions.Favorite" = "Favorit";
"Common.Controls.Status.Actions.Hide" = "Dölj"; "Common.Controls.Status.Actions.Hide" = "Dölj";
"Common.Controls.Status.Actions.Menu" = "Meny"; "Common.Controls.Status.Actions.Menu" = "Meny";
@ -113,9 +116,20 @@ Kontrollera din internetanslutning.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tryck och håll ned för att visa menyn"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tryck och håll ned för att visa menyn";
"Common.Controls.Status.Actions.Unfavorite" = "Ta bort favorit"; "Common.Controls.Status.Actions.Unfavorite" = "Ta bort favorit";
"Common.Controls.Status.Actions.Unreblog" = "Ångra boost"; "Common.Controls.Status.Actions.Unreblog" = "Ångra boost";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "Innehållsvarning"; "Common.Controls.Status.ContentWarning" = "Innehållsvarning";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Ladda inbäddning"; "Common.Controls.Status.LoadEmbed" = "Ladda inbäddning";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, bilaga %d av %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Expanderar GIF:en. Dubbeltryck och håll för att visa åtgärder";
"Common.Controls.Status.Media.ExpandImageHint" = "Expanderar bilden. Dubbeltryck och håll för att visa åtgärder";
"Common.Controls.Status.Media.ExpandVideoHint" = "Visar videospelaren. Dubbeltryck och håll för att visa åtgärder";
"Common.Controls.Status.MediaContentWarning" = "Tryck var som helst för att visa"; "Common.Controls.Status.MediaContentWarning" = "Tryck var som helst för att visa";
"Common.Controls.Status.MetaEntity.Email" = "E-postadress: %@"; "Common.Controls.Status.MetaEntity.Email" = "E-postadress: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@";
@ -123,6 +137,7 @@ Kontrollera din internetanslutning.";
"Common.Controls.Status.MetaEntity.Url" = "Länk: %@"; "Common.Controls.Status.MetaEntity.Url" = "Länk: %@";
"Common.Controls.Status.Poll.Closed" = "Stängd"; "Common.Controls.Status.Poll.Closed" = "Stängd";
"Common.Controls.Status.Poll.Vote" = "Rösta"; "Common.Controls.Status.Poll.Vote" = "Rösta";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Känsligt innehåll"; "Common.Controls.Status.SensitiveContent" = "Känsligt innehåll";
"Common.Controls.Status.ShowPost" = "Visa inlägg"; "Common.Controls.Status.ShowPost" = "Visa inlägg";
"Common.Controls.Status.ShowUserProfile" = "Visa användarprofil"; "Common.Controls.Status.ShowUserProfile" = "Visa användarprofil";
@ -133,16 +148,18 @@ Kontrollera din internetanslutning.";
"Common.Controls.Status.Tag.Mention" = "Omnämn"; "Common.Controls.Status.Tag.Mention" = "Omnämn";
"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" = "Show 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.";
"Common.Controls.Status.Visibility.Private" = "Endast deras följare kan se detta inlägg."; "Common.Controls.Status.Visibility.Private" = "Endast deras följare kan se detta inlägg.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Bara mina följare kan se det här inlägget."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Bara mina följare kan se det här inlägget.";
"Common.Controls.Status.Visibility.Unlisted" = "Alla kan se detta inlägg men det visas inte i den offentliga tidslinjen."; "Common.Controls.Status.Visibility.Unlisted" = "Alla kan se detta inlägg men det visas inte i den offentliga tidslinjen.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "Hem"; "Common.Controls.Tabs.Home" = "Hem";
"Common.Controls.Tabs.Notifications" = "Notiser"; "Common.Controls.Tabs.Notifications" = "Notiser";
"Common.Controls.Tabs.Profile" = "Profil"; "Common.Controls.Tabs.Profile" = "Profil";
@ -165,6 +182,7 @@ Din profil ser ut så här för dem.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Laddar saknade inlägg..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Laddar saknade inlägg...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Visa fler svar"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Visa fler svar";
"Common.Controls.Timeline.Timestamp.Now" = "Nu"; "Common.Controls.Timeline.Timestamp.Now" = "Nu";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Lägg till konto"; "Scene.AccountList.AddAccount" = "Lägg till konto";
"Scene.AccountList.DismissAccountSwitcher" = "Stäng kontoväxlare"; "Scene.AccountList.DismissAccountSwitcher" = "Stäng kontoväxlare";
"Scene.AccountList.TabBarHint" = "Nuvarande vald profil: %@. Dubbeltryck och håll för att visa kontoväxlare"; "Scene.AccountList.TabBarHint" = "Nuvarande vald profil: %@. Dubbeltryck och håll för att visa kontoväxlare";
@ -200,28 +218,40 @@ laddas upp till Mastodon.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Välj synlighet - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Välj synlighet - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Växla innehållsvarning"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Växla innehållsvarning";
"Scene.Compose.Keyboard.TogglePoll" = "Växla omröstning"; "Scene.Compose.Keyboard.TogglePoll" = "Växla omröstning";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Bläddra"; "Scene.Compose.MediaSelection.Browse" = "Bläddra";
"Scene.Compose.MediaSelection.Camera" = "Ta foto"; "Scene.Compose.MediaSelection.Camera" = "Ta foto";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Fotobibliotek"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Fotobibliotek";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Längd: %@"; "Scene.Compose.Poll.DurationTime" = "Längd: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 dag"; "Scene.Compose.Poll.OneDay" = "1 dag";
"Scene.Compose.Poll.OneHour" = "1 timme"; "Scene.Compose.Poll.OneHour" = "1 timme";
"Scene.Compose.Poll.OptionNumber" = "Alternativ %ld"; "Scene.Compose.Poll.OptionNumber" = "Alternativ %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 dagar"; "Scene.Compose.Poll.SevenDays" = "7 dagar";
"Scene.Compose.Poll.SixHours" = "6 timmar"; "Scene.Compose.Poll.SixHours" = "6 timmar";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "Undersökningen har ett tomt alternativ"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "Undersökningen har ett tomt alternativ";
"Scene.Compose.Poll.ThePollIsInvalid" = "Undersökningen är ogiltig"; "Scene.Compose.Poll.ThePollIsInvalid" = "Undersökningen är ogiltig";
"Scene.Compose.Poll.ThirtyMinutes" = "30 minuter"; "Scene.Compose.Poll.ThirtyMinutes" = "30 minuter";
"Scene.Compose.Poll.ThreeDays" = "3 dagar"; "Scene.Compose.Poll.ThreeDays" = "3 dagar";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "svarar %@"; "Scene.Compose.ReplyingToUser" = "svarar %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "Nytt inlägg"; "Scene.Compose.Title.NewPost" = "Nytt inlägg";
"Scene.Compose.Title.NewReply" = "Nytt svar"; "Scene.Compose.Title.NewReply" = "Nytt svar";
"Scene.Compose.Visibility.Direct" = "Bara personer jag nämner"; "Scene.Compose.Visibility.Direct" = "Bara personer jag nämner";
"Scene.Compose.Visibility.Private" = "Endast följare"; "Scene.Compose.Visibility.Private" = "Endast följare";
"Scene.Compose.Visibility.Public" = "Offentlig"; "Scene.Compose.Visibility.Public" = "Offentlig";
"Scene.Compose.Visibility.Unlisted" = "Olistad"; "Scene.Compose.Visibility.Unlisted" = "Olistad";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Öppna e-postappen";
"Scene.ConfirmEmail.Button.Resend" = "Skicka igen"; "Scene.ConfirmEmail.Button.Resend" = "Skicka igen";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Kontrollera om din e-postadress är korrekt samt din skräppostmapp om du inte har gjort det."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Kontrollera om din e-postadress är korrekt samt din skräppostmapp om du inte har gjort det.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Skicka e-postmeddelande igen"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Skicka e-postmeddelande igen";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Kolla din e-post"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Kolla din e-post";
@ -229,9 +259,8 @@ laddas upp till Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "E-post"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "E-post";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Öppna e-postklient"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Öppna e-postklient";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Kolla din inkorg."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Kolla din inkorg.";
"Scene.ConfirmEmail.Subtitle" = "Tryck på länken vi e-postade till dig för att verifiera ditt konto."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tryck på länken vi e-postade till dig för att verifiera ditt konto"; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.Title" = "En sista sak.";
"Scene.Discovery.Intro" = "Detta är de inlägg som engagerar i ditt hörn av Mastodon."; "Scene.Discovery.Intro" = "Detta är de inlägg som engagerar i ditt hörn av Mastodon.";
"Scene.Discovery.Tabs.Community" = "Server"; "Scene.Discovery.Tabs.Community" = "Server";
"Scene.Discovery.Tabs.ForYou" = "För dig"; "Scene.Discovery.Tabs.ForYou" = "För dig";
@ -240,7 +269,7 @@ laddas upp till Mastodon.";
"Scene.Discovery.Tabs.Posts" = "Inlägg"; "Scene.Discovery.Tabs.Posts" = "Inlägg";
"Scene.Familiarfollowers.FollowedByNames" = "Följs av %@"; "Scene.Familiarfollowers.FollowedByNames" = "Följs av %@";
"Scene.Familiarfollowers.Title" = "Följare du liknar"; "Scene.Familiarfollowers.Title" = "Följare du liknar";
"Scene.Favorite.Title" = "Dina favoriter"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Favoriserad av"; "Scene.FavoritedBy.Title" = "Favoriserad av";
"Scene.FollowedTags.Actions.Follow" = "Följ"; "Scene.FollowedTags.Actions.Follow" = "Följ";
"Scene.FollowedTags.Actions.Unfollow" = "Avfölj"; "Scene.FollowedTags.Actions.Unfollow" = "Avfölj";
@ -253,7 +282,7 @@ laddas upp till Mastodon.";
"Scene.Following.Footer" = "Följda på andra servrar visas inte."; "Scene.Following.Footer" = "Följda på andra servrar visas inte.";
"Scene.Following.Title" = "följer"; "Scene.Following.Title" = "följer";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tryck för att bläddra till toppen och tryck igen för föregående plats"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tryck för att bläddra till toppen och tryck igen för föregående plats";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Logo-knapp"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Nya inlägg"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Nya inlägg";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Offline"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Offline";
"Scene.HomeTimeline.NavigationBarState.Published" = "Publicerat!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Publicerat!";
@ -279,13 +308,21 @@ laddas upp till Mastodon.";
"Scene.Preview.Keyboard.ClosePreview" = "Stäng förhandsvisning"; "Scene.Preview.Keyboard.ClosePreview" = "Stäng förhandsvisning";
"Scene.Preview.Keyboard.ShowNext" = "Visa nästa"; "Scene.Preview.Keyboard.ShowNext" = "Visa nästa";
"Scene.Preview.Keyboard.ShowPrevious" = "Visa föregående"; "Scene.Preview.Keyboard.ShowPrevious" = "Visa föregående";
"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" = "Dubbeltryck för att öppna listan"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Dubbeltryck för att öppna listan";
"Scene.Profile.Accessibility.EditAvatarImage" = "Redigera profilbild"; "Scene.Profile.Accessibility.EditAvatarImage" = "Redigera profilbild";
"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.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "följer"; "Scene.Profile.Dashboard.MyFollowers" = "följare";
"Scene.Profile.Dashboard.Posts" = "inlägg"; "Scene.Profile.Dashboard.MyFollowing" = "följer";
"Scene.Profile.Dashboard.MyPosts" = "inlägg";
"Scene.Profile.Dashboard.OtherFollowers" = "följare";
"Scene.Profile.Dashboard.OtherFollowing" = "följer";
"Scene.Profile.Dashboard.OtherPosts" = "inlägg";
"Scene.Profile.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";
@ -338,13 +375,14 @@ laddas upp till Mastodon.";
"Scene.Register.Input.Password.Accessibility.Checked" = "markerad"; "Scene.Register.Input.Password.Accessibility.Checked" = "markerad";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "avmarkerad"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "avmarkerad";
"Scene.Register.Input.Password.CharacterLimit" = "8 tecken"; "Scene.Register.Input.Password.CharacterLimit" = "8 tecken";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "Ditt lösenord måste bestå av minst 8 tecken"; "Scene.Register.Input.Password.Hint" = "Ditt lösenord måste bestå av minst 8 tecken";
"Scene.Register.Input.Password.Placeholder" = "lösenord"; "Scene.Register.Input.Password.Placeholder" = "lösenord";
"Scene.Register.Input.Password.Require" = "Ditt lösenord behöver minst:"; "Scene.Register.Input.Password.Require" = "Ditt lösenord behöver minst:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Det här användarnamnet är redan taget."; "Scene.Register.Input.Username.DuplicatePrompt" = "Det här användarnamnet är redan taget.";
"Scene.Register.Input.Username.Placeholder" = "användarnamn"; "Scene.Register.Input.Username.Placeholder" = "användarnamn";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Låt oss få igång dig på %@"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Låt oss få igång dig på %@"; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "Finns det några andra inlägg du vill lägga till i rapporten?"; "Scene.Report.Content1" = "Finns det några andra inlägg du vill lägga till i rapporten?";
"Scene.Report.Content2" = "Finns det något som moderatorerna borde känna till om denna rapport?"; "Scene.Report.Content2" = "Finns det något som moderatorerna borde känna till om denna rapport?";
"Scene.Report.ReportSentTitle" = "Tack för din rapport, vi ska titta på det."; "Scene.Report.ReportSentTitle" = "Tack för din rapport, vi ska titta på det.";
@ -419,8 +457,10 @@ laddas upp till Mastodon.";
"Scene.ServerPicker.Button.Category.Music" = "musik"; "Scene.ServerPicker.Button.Category.Music" = "musik";
"Scene.ServerPicker.Button.Category.Regional" = "regionalt"; "Scene.ServerPicker.Button.Category.Regional" = "regionalt";
"Scene.ServerPicker.Button.Category.Tech" = "teknik"; "Scene.ServerPicker.Button.Category.Tech" = "teknik";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "Visa mindre"; "Scene.ServerPicker.Button.SeeLess" = "Visa mindre";
"Scene.ServerPicker.Button.SeeMore" = "Visa mer"; "Scene.ServerPicker.Button.SeeMore" = "Visa mer";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Något gick fel när data laddades. Försök igen eller kontrollera din internetanslutning."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Något gick fel när data laddades. Försök igen eller kontrollera din internetanslutning.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Söker tillgängliga servrar..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Söker tillgängliga servrar...";
"Scene.ServerPicker.EmptyState.NoResults" = "Inga resultat"; "Scene.ServerPicker.EmptyState.NoResults" = "Inga resultat";
@ -428,9 +468,13 @@ laddas upp till Mastodon.";
"Scene.ServerPicker.Label.Category" = "KATEGORI"; "Scene.ServerPicker.Label.Category" = "KATEGORI";
"Scene.ServerPicker.Label.Language" = "SPRÅK"; "Scene.ServerPicker.Label.Language" = "SPRÅK";
"Scene.ServerPicker.Label.Users" = "ANVÄNDARE"; "Scene.ServerPicker.Label.Users" = "ANVÄNDARE";
"Scene.ServerPicker.Subtitle" = "Välj en server baserat på dina intressen, region eller en allmän server. Du kan fortfarande nå alla, oavsett server."; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Title" = "Mastodon utgörs av användare på olika servrar."; "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerRules.Button.Confirm" = "Jag godkänner"; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "integritetspolicy"; "Scene.ServerRules.PrivacyPolicy" = "integritetspolicy";
"Scene.ServerRules.Prompt" = "Genom att fortsätta omfattas du av villkoren för tjänsten och sekretesspolicyn för %@."; "Scene.ServerRules.Prompt" = "Genom att fortsätta omfattas du av villkoren för tjänsten och sekretesspolicyn för %@.";
"Scene.ServerRules.Subtitle" = "Dessa sätts och verkställs av moderatorerna på %@."; "Scene.ServerRules.Subtitle" = "Dessa sätts och verkställs av moderatorerna på %@.";
@ -474,6 +518,17 @@ laddas upp till Mastodon.";
"Scene.SuggestionAccount.Title" = "Hitta personer att följa"; "Scene.SuggestionAccount.Title" = "Hitta personer att följa";
"Scene.Thread.BackTitle" = "Inlägg"; "Scene.Thread.BackTitle" = "Inlägg";
"Scene.Thread.Title" = "Inlägg från %@"; "Scene.Thread.Title" = "Inlägg från %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"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" = "Kom igång"; "Scene.Welcome.GetStarted" = "Kom igång";
"Scene.Welcome.LogIn" = "Logga in"; "Scene.Welcome.LogIn" = "Logga in";
"Scene.Welcome.Slogan" = "Socialt nätverkande "Scene.Welcome.Slogan" = "Socialt nätverkande
@ -481,3 +536,17 @@ tillbaka i dina händer.";
"Scene.Wizard.AccessibilityHint" = "Dubbeltryck för att avvisa den här guiden"; "Scene.Wizard.AccessibilityHint" = "Dubbeltryck för att avvisa den här guiden";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Växla mellan flera konton genom att hålla inne profilknappen."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Växla mellan flera konton genom att hålla inne profilknappen.";
"Scene.Wizard.NewInMastodon" = "Nytt i Mastodon"; "Scene.Wizard.NewInMastodon" = "Nytt i Mastodon";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -53,7 +53,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@ kvar</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>%ld tecken</string> <string>1 tecken kvar</string>
<key>other</key> <key>other</key>
<string>%ld tecken</string> <string>%ld tecken kvar</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -173,6 +173,22 @@
<string>%ld boostar</string> <string>%ld boostar</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 re-blog</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -6,7 +6,7 @@
"Common.Alerts.Common.PleaseTryAgainLater" = "โปรดลองอีกครั้งในภายหลัง"; "Common.Alerts.Common.PleaseTryAgainLater" = "โปรดลองอีกครั้งในภายหลัง";
"Common.Alerts.DeletePost.Message" = "คุณแน่ใจหรือไม่ว่าต้องการลบโพสต์นี้?"; "Common.Alerts.DeletePost.Message" = "คุณแน่ใจหรือไม่ว่าต้องการลบโพสต์นี้?";
"Common.Alerts.DeletePost.Title" = "ลบโพสต์"; "Common.Alerts.DeletePost.Title" = "ลบโพสต์";
"Common.Alerts.DiscardPostContent.Message" = "ยืนยันที่จะละทิ้งเนื้อหาโพสต์ที่เขียน"; "Common.Alerts.DiscardPostContent.Message" = "ยืนยันเพื่อละทิ้งเนื้อหาโพสต์ที่เขียน";
"Common.Alerts.DiscardPostContent.Title" = "ละทิ้งแบบร่าง"; "Common.Alerts.DiscardPostContent.Title" = "ละทิ้งแบบร่าง";
"Common.Alerts.EditProfileFailure.Message" = "ไม่สามารถแก้ไขโปรไฟล์ โปรดลองอีกครั้ง"; "Common.Alerts.EditProfileFailure.Message" = "ไม่สามารถแก้ไขโปรไฟล์ โปรดลองอีกครั้ง";
"Common.Alerts.EditProfileFailure.Title" = "ข้อผิดพลาดการแก้ไขโปรไฟล์"; "Common.Alerts.EditProfileFailure.Title" = "ข้อผิดพลาดการแก้ไขโปรไฟล์";
@ -40,6 +40,7 @@
"Common.Controls.Actions.Discard" = "ละทิ้ง"; "Common.Controls.Actions.Discard" = "ละทิ้ง";
"Common.Controls.Actions.Done" = "เสร็จสิ้น"; "Common.Controls.Actions.Done" = "เสร็จสิ้น";
"Common.Controls.Actions.Edit" = "แก้ไข"; "Common.Controls.Actions.Edit" = "แก้ไข";
"Common.Controls.Actions.EditPost" = "แก้ไข";
"Common.Controls.Actions.FindPeople" = "ค้นหาผู้คนที่จะติดตาม"; "Common.Controls.Actions.FindPeople" = "ค้นหาผู้คนที่จะติดตาม";
"Common.Controls.Actions.ManuallySearch" = "ค้นหาด้วยตนเองแทน"; "Common.Controls.Actions.ManuallySearch" = "ค้นหาด้วยตนเองแทน";
"Common.Controls.Actions.Next" = "ถัดไป"; "Common.Controls.Actions.Next" = "ถัดไป";
@ -101,6 +102,8 @@
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "เปิด/ปิดคำเตือนเนื้อหา"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "เปิด/ปิดคำเตือนเนื้อหา";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "เปิด/ปิดรายการโปรดในโพสต์"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "เปิด/ปิดรายการโปรดในโพสต์";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "เปิด/ปิดการดันในโพสต์"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "เปิด/ปิดการดันในโพสต์";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "ดัน";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "เลิกทำการดัน";
"Common.Controls.Status.Actions.Favorite" = "ชื่นชอบ"; "Common.Controls.Status.Actions.Favorite" = "ชื่นชอบ";
"Common.Controls.Status.Actions.Hide" = "ซ่อน"; "Common.Controls.Status.Actions.Hide" = "ซ่อน";
"Common.Controls.Status.Actions.Menu" = "เมนู"; "Common.Controls.Status.Actions.Menu" = "เมนู";
@ -113,9 +116,20 @@
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "แตะค้างไว้เพื่อแสดงเมนู"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "แตะค้างไว้เพื่อแสดงเมนู";
"Common.Controls.Status.Actions.Unfavorite" = "เลิกชื่นชอบ"; "Common.Controls.Status.Actions.Unfavorite" = "เลิกชื่นชอบ";
"Common.Controls.Status.Actions.Unreblog" = "เลิกทำการดัน"; "Common.Controls.Status.Actions.Unreblog" = "เลิกทำการดัน";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "การแก้ไขล่าสุดเมื่อ %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "ประวัติการแก้ไข";
"Common.Controls.Status.Buttons.FavoritesTitle" = "รายการโปรด";
"Common.Controls.Status.Buttons.ReblogsTitle" = "การดัน";
"Common.Controls.Status.ContentWarning" = "คำเตือนเนื้อหา"; "Common.Controls.Status.ContentWarning" = "คำเตือนเนื้อหา";
"Common.Controls.Status.EditHistory.OriginalPost" = "โพสต์ดั้งเดิม · %@";
"Common.Controls.Status.EditHistory.Title" = "ประวัติการแก้ไข";
"Common.Controls.Status.EditedAtTimestampPrefix" = "แก้ไขเมื่อ %@";
"Common.Controls.Status.LinkViaUser" = "%@ ผ่าน %@"; "Common.Controls.Status.LinkViaUser" = "%@ ผ่าน %@";
"Common.Controls.Status.LoadEmbed" = "โหลดที่ฝังไว้"; "Common.Controls.Status.LoadEmbed" = "โหลดที่ฝังไว้";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@ ไฟล์แนบ %d จาก %d";
"Common.Controls.Status.Media.ExpandGifHint" = "ขยาย GIF แตะสองครั้งค้างไว้เพื่อแสดงการกระทำ";
"Common.Controls.Status.Media.ExpandImageHint" = "ขยายภาพ แตะสองครั้งค้างไว้เพื่อแสดงการกระทำ";
"Common.Controls.Status.Media.ExpandVideoHint" = "แสดงตัวเล่นวิดีโอ แตะสองครั้งค้างไว้เพื่อแสดงการกระทำ";
"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" = "แฮชแท็ก: %@";
@ -123,6 +137,7 @@
"Common.Controls.Status.MetaEntity.Url" = "ลิงก์: %@"; "Common.Controls.Status.MetaEntity.Url" = "ลิงก์: %@";
"Common.Controls.Status.Poll.Closed" = "ปิดแล้ว"; "Common.Controls.Status.Poll.Closed" = "ปิดแล้ว";
"Common.Controls.Status.Poll.Vote" = "ลงคะแนน"; "Common.Controls.Status.Poll.Vote" = "ลงคะแนน";
"Common.Controls.Status.PostedViaApplication" = "%@ ผ่าน %@";
"Common.Controls.Status.SensitiveContent" = "เนื้อหาที่ละเอียดอ่อน"; "Common.Controls.Status.SensitiveContent" = "เนื้อหาที่ละเอียดอ่อน";
"Common.Controls.Status.ShowPost" = "แสดงโพสต์"; "Common.Controls.Status.ShowPost" = "แสดงโพสต์";
"Common.Controls.Status.ShowUserProfile" = "แสดงโปรไฟล์ผู้ใช้"; "Common.Controls.Status.ShowUserProfile" = "แสดงโปรไฟล์ผู้ใช้";
@ -133,16 +148,18 @@
"Common.Controls.Status.Tag.Mention" = "กล่าวถึง"; "Common.Controls.Status.Tag.Mention" = "กล่าวถึง";
"Common.Controls.Status.Tag.Url" = "URL"; "Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "แตะเพื่อเปิดเผย"; "Common.Controls.Status.TapToReveal" = "แตะเพื่อเปิดเผย";
"Common.Controls.Status.Translation.ShowOriginal" = "แสดงดั้งเดิมอยู่"; "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" = "เฉพาะผู้ใช้ที่กล่าวถึงเท่านั้นที่สามารถเห็นโพสต์นี้";
"Common.Controls.Status.Visibility.Private" = "เฉพาะผู้ติดตามของเขาเท่านั้นที่สามารถเห็นโพสต์นี้"; "Common.Controls.Status.Visibility.Private" = "เฉพาะผู้ติดตามของเขาเท่านั้นที่สามารถเห็นโพสต์นี้";
"Common.Controls.Status.Visibility.PrivateFromMe" = "เฉพาะผู้ติดตามของฉันเท่านั้นที่สามารถเห็นโพสต์นี้"; "Common.Controls.Status.Visibility.PrivateFromMe" = "เฉพาะผู้ติดตามของฉันเท่านั้นที่สามารถเห็นโพสต์นี้";
"Common.Controls.Status.Visibility.Unlisted" = "ทุกคนสามารถเห็นโพสต์นี้แต่ไม่แสดงในเส้นเวลาสาธารณะ"; "Common.Controls.Status.Visibility.Unlisted" = "ทุกคนสามารถเห็นโพสต์นี้แต่ไม่แสดงในเส้นเวลาสาธารณะ";
"Common.Controls.Tabs.A11Y.Explore" = "สำรวจ";
"Common.Controls.Tabs.A11Y.Search" = "ค้นหา";
"Common.Controls.Tabs.Home" = "หน้าแรก"; "Common.Controls.Tabs.Home" = "หน้าแรก";
"Common.Controls.Tabs.Notifications" = "การแจ้งเตือน"; "Common.Controls.Tabs.Notifications" = "การแจ้งเตือน";
"Common.Controls.Tabs.Profile" = "โปรไฟล์"; "Common.Controls.Tabs.Profile" = "โปรไฟล์";
@ -154,17 +171,18 @@
จนกว่าคุณจะเลิกปิดกั้นเขา จนกว่าคุณจะเลิกปิดกั้นเขา
โปรไฟล์ของคุณมีลักษณะเช่นนี้สำหรับเขา"; โปรไฟล์ของคุณมีลักษณะเช่นนี้สำหรับเขา";
"Common.Controls.Timeline.Header.NoStatusFound" = "ไม่พบโพสต์"; "Common.Controls.Timeline.Header.NoStatusFound" = "ไม่พบโพสต์";
"Common.Controls.Timeline.Header.SuspendedWarning" = "ผู้ใช้นี้ถูกระงับการใช้งาน"; "Common.Controls.Timeline.Header.SuspendedWarning" = "มีการระงับผู้ใช้นี้";
"Common.Controls.Timeline.Header.UserBlockedWarning" = "คุณไม่สามารถดูโปรไฟล์ของ %@ "Common.Controls.Timeline.Header.UserBlockedWarning" = "คุณไม่สามารถดูโปรไฟล์ของ %@
จนกว่าเขาจะเลิกปิดกั้นคุณ"; จนกว่าเขาจะเลิกปิดกั้นคุณ";
"Common.Controls.Timeline.Header.UserBlockingWarning" = "คุณไม่สามารถดูโปรไฟล์ของ %@ "Common.Controls.Timeline.Header.UserBlockingWarning" = "คุณไม่สามารถดูโปรไฟล์ของ %@
จนกว่าคุณจะเลิกปิดกั้นเขา จนกว่าคุณจะเลิกปิดกั้นเขา
โปรไฟล์ของคุณมีลักษณะเช่นนี้สำหรับเขา"; โปรไฟล์ของคุณมีลักษณะเช่นนี้สำหรับเขา";
"Common.Controls.Timeline.Header.UserSuspendedWarning" = "บัญชีของ %@ ถูกระงับการใช้งาน"; "Common.Controls.Timeline.Header.UserSuspendedWarning" = "มีการระงับบัญชีของ %@";
"Common.Controls.Timeline.Loader.LoadMissingPosts" = "โหลดโพสต์ที่ขาดหายไป"; "Common.Controls.Timeline.Loader.LoadMissingPosts" = "โหลดโพสต์ที่ขาดหายไป";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "กำลังโหลดโพสต์ที่ขาดหายไป..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "กำลังโหลดโพสต์ที่ขาดหายไป...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "แสดงการตอบกลับเพิ่มเติม"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "แสดงการตอบกลับเพิ่มเติม";
"Common.Controls.Timeline.Timestamp.Now" = "ตอนนี้"; "Common.Controls.Timeline.Timestamp.Now" = "ตอนนี้";
"Extension.OpenIn.InvalidLinkError" = "ดูเหมือนว่าสิ่งนี้จะไม่ใช่ลิงก์ Mastodon ที่ถูกต้อง";
"Scene.AccountList.AddAccount" = "เพิ่มบัญชี"; "Scene.AccountList.AddAccount" = "เพิ่มบัญชี";
"Scene.AccountList.DismissAccountSwitcher" = "ปิดตัวสลับบัญชี"; "Scene.AccountList.DismissAccountSwitcher" = "ปิดตัวสลับบัญชี";
"Scene.AccountList.TabBarHint" = "โปรไฟล์ที่เลือกในปัจจุบัน: %@ แตะสองครั้งแล้วกดค้างไว้เพื่อแสดงตัวสลับบัญชี"; "Scene.AccountList.TabBarHint" = "โปรไฟล์ที่เลือกในปัจจุบัน: %@ แตะสองครั้งแล้วกดค้างไว้เพื่อแสดงตัวสลับบัญชี";
@ -200,28 +218,40 @@
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "เลือกการมองเห็น - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "เลือกการมองเห็น - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "เปิด/ปิดคำเตือนเนื้อหา"; "Scene.Compose.Keyboard.ToggleContentWarning" = "เปิด/ปิดคำเตือนเนื้อหา";
"Scene.Compose.Keyboard.TogglePoll" = "เปิด/ปิดการสำรวจความคิดเห็น"; "Scene.Compose.Keyboard.TogglePoll" = "เปิด/ปิดการสำรวจความคิดเห็น";
"Scene.Compose.Language.Other" = "ภาษาอื่น…";
"Scene.Compose.Language.Recent" = "ล่าสุด";
"Scene.Compose.Language.Suggested" = "แนะนำ";
"Scene.Compose.Language.Title" = "ภาษาของโพสต์";
"Scene.Compose.MediaSelection.Browse" = "เรียกดู"; "Scene.Compose.MediaSelection.Browse" = "เรียกดู";
"Scene.Compose.MediaSelection.Camera" = "ถ่ายรูป"; "Scene.Compose.MediaSelection.Camera" = "ถ่ายรูป";
"Scene.Compose.MediaSelection.PhotoLibrary" = "คลังรูปภาพ"; "Scene.Compose.MediaSelection.PhotoLibrary" = "คลังรูปภาพ";
"Scene.Compose.Poll.AddOption" = "เพิ่มตัวเลือก";
"Scene.Compose.Poll.DurationTime" = "ระยะเวลา: %@"; "Scene.Compose.Poll.DurationTime" = "ระยะเวลา: %@";
"Scene.Compose.Poll.MoveDown" = "ย้ายลง";
"Scene.Compose.Poll.MoveUp" = "ย้ายขึ้น";
"Scene.Compose.Poll.OneDay" = "1 วัน"; "Scene.Compose.Poll.OneDay" = "1 วัน";
"Scene.Compose.Poll.OneHour" = "1 ชั่วโมง"; "Scene.Compose.Poll.OneHour" = "1 ชั่วโมง";
"Scene.Compose.Poll.OptionNumber" = "ตัวเลือก %ld"; "Scene.Compose.Poll.OptionNumber" = "ตัวเลือก %ld";
"Scene.Compose.Poll.RemoveOption" = "เอาตัวเลือกออก";
"Scene.Compose.Poll.SevenDays" = "7 วัน"; "Scene.Compose.Poll.SevenDays" = "7 วัน";
"Scene.Compose.Poll.SixHours" = "6 ชั่วโมง"; "Scene.Compose.Poll.SixHours" = "6 ชั่วโมง";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "การสำรวจความคิดเห็นมีตัวเลือกที่ว่างเปล่า"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "การสำรวจความคิดเห็นมีตัวเลือกที่ว่างเปล่า";
"Scene.Compose.Poll.ThePollIsInvalid" = "การสำรวจความคิดเห็นไม่ถูกต้อง"; "Scene.Compose.Poll.ThePollIsInvalid" = "การสำรวจความคิดเห็นไม่ถูกต้อง";
"Scene.Compose.Poll.ThirtyMinutes" = "30 นาที"; "Scene.Compose.Poll.ThirtyMinutes" = "30 นาที";
"Scene.Compose.Poll.ThreeDays" = "3 วัน"; "Scene.Compose.Poll.ThreeDays" = "3 วัน";
"Scene.Compose.Poll.Title" = "การสำรวจความคิดเห็น";
"Scene.Compose.ReplyingToUser" = "กำลังตอบกลับ %@"; "Scene.Compose.ReplyingToUser" = "กำลังตอบกลับ %@";
"Scene.Compose.Title.EditPost" = "แก้ไขโพสต์";
"Scene.Compose.Title.NewPost" = "โพสต์ใหม่"; "Scene.Compose.Title.NewPost" = "โพสต์ใหม่";
"Scene.Compose.Title.NewReply" = "การตอบกลับใหม่"; "Scene.Compose.Title.NewReply" = "การตอบกลับใหม่";
"Scene.Compose.Visibility.Direct" = "เฉพาะผู้คนที่ฉันกล่าวถึงเท่านั้น"; "Scene.Compose.Visibility.Direct" = "เฉพาะผู้คนที่ฉันกล่าวถึงเท่านั้น";
"Scene.Compose.Visibility.Private" = "ผู้ติดตามเท่านั้น"; "Scene.Compose.Visibility.Private" = "ผู้ติดตามเท่านั้น";
"Scene.Compose.Visibility.Public" = "สาธารณะ"; "Scene.Compose.Visibility.Public" = "สาธารณะ";
"Scene.Compose.Visibility.Unlisted" = "ไม่อยู่ในรายการ"; "Scene.Compose.Visibility.Unlisted" = "ไม่อยู่ในรายการ";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "เปิดแอปอีเมล";
"Scene.ConfirmEmail.Button.Resend" = "ส่งใหม่"; "Scene.ConfirmEmail.Button.Resend" = "ส่งใหม่";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "ไม่ได้รับลิงก์?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "ส่งใหม่ (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "ส่งใหม่ตอนนี้";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "ตรวจสอบว่าที่อยู่อีเมลของคุณถูกต้องเช่นเดียวกับโฟลเดอร์อีเมลขยะหากคุณยังไม่ได้ทำ"; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "ตรวจสอบว่าที่อยู่อีเมลของคุณถูกต้องเช่นเดียวกับโฟลเดอร์อีเมลขยะหากคุณยังไม่ได้ทำ";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "ส่งอีเมลใหม่"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "ส่งอีเมลใหม่";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "ตรวจสอบอีเมลของคุณ"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "ตรวจสอบอีเมลของคุณ";
@ -229,9 +259,8 @@
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "จดหมาย"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "จดหมาย";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "เปิดไคลเอ็นต์อีเมล"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "เปิดไคลเอ็นต์อีเมล";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "ตรวจสอบกล่องขาเข้าของคุณ"; "Scene.ConfirmEmail.OpenEmailApp.Title" = "ตรวจสอบกล่องขาเข้าของคุณ";
"Scene.ConfirmEmail.Subtitle" = "แตะลิงก์ที่เราส่งอีเมลถึงคุณเพื่อยืนยันบัญชีของคุณ"; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "แตะลิงก์ที่เราส่งถึงคุณเพื่อยืนยัน %@ เราจะรออยู่ตรงนี้";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "แตะลิงก์ที่เราส่งอีเมลถึงคุณเพื่อยืนยันบัญชีของคุณ"; "Scene.ConfirmEmail.Title" = "ตรวจสอบกล่องขาเข้าของคุณ";
"Scene.ConfirmEmail.Title" = "หนึ่งสิ่งสุดท้าย";
"Scene.Discovery.Intro" = "นี่คือโพสต์ที่กำลังได้รับความสนใจในมุมของ Mastodon ของคุณ"; "Scene.Discovery.Intro" = "นี่คือโพสต์ที่กำลังได้รับความสนใจในมุมของ Mastodon ของคุณ";
"Scene.Discovery.Tabs.Community" = "ชุมชน"; "Scene.Discovery.Tabs.Community" = "ชุมชน";
"Scene.Discovery.Tabs.ForYou" = "สำหรับคุณ"; "Scene.Discovery.Tabs.ForYou" = "สำหรับคุณ";
@ -240,7 +269,7 @@
"Scene.Discovery.Tabs.Posts" = "โพสต์"; "Scene.Discovery.Tabs.Posts" = "โพสต์";
"Scene.Familiarfollowers.FollowedByNames" = "ติดตามโดย %@"; "Scene.Familiarfollowers.FollowedByNames" = "ติดตามโดย %@";
"Scene.Familiarfollowers.Title" = "ผู้ติดตามที่คุณคุ้นเคย"; "Scene.Familiarfollowers.Title" = "ผู้ติดตามที่คุณคุ้นเคย";
"Scene.Favorite.Title" = "รายการโปรดของคุณ"; "Scene.Favorite.Title" = "รายการโปรด";
"Scene.FavoritedBy.Title" = "ชื่นชอบโดย"; "Scene.FavoritedBy.Title" = "ชื่นชอบโดย";
"Scene.FollowedTags.Actions.Follow" = "ติดตาม"; "Scene.FollowedTags.Actions.Follow" = "ติดตาม";
"Scene.FollowedTags.Actions.Unfollow" = "เลิกติดตาม"; "Scene.FollowedTags.Actions.Unfollow" = "เลิกติดตาม";
@ -253,7 +282,7 @@
"Scene.Following.Footer" = "ไม่ได้แสดงการติดตามจากเซิร์ฟเวอร์อื่น ๆ"; "Scene.Following.Footer" = "ไม่ได้แสดงการติดตามจากเซิร์ฟเวอร์อื่น ๆ";
"Scene.Following.Title" = "กำลังติดตาม"; "Scene.Following.Title" = "กำลังติดตาม";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "แตะเพื่อเลื่อนไปยังด้านบนสุดและแตะอีกครั้งไปยังตำแหน่งที่ตั้งก่อนหน้า"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "แตะเพื่อเลื่อนไปยังด้านบนสุดและแตะอีกครั้งไปยังตำแหน่งที่ตั้งก่อนหน้า";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "ปุ่มโลโก้"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "ดูโพสต์ใหม่"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "ดูโพสต์ใหม่";
"Scene.HomeTimeline.NavigationBarState.Offline" = "ออฟไลน์"; "Scene.HomeTimeline.NavigationBarState.Offline" = "ออฟไลน์";
"Scene.HomeTimeline.NavigationBarState.Published" = "เผยแพร่แล้ว!"; "Scene.HomeTimeline.NavigationBarState.Published" = "เผยแพร่แล้ว!";
@ -279,15 +308,23 @@
"Scene.Preview.Keyboard.ClosePreview" = "ปิดตัวอย่าง"; "Scene.Preview.Keyboard.ClosePreview" = "ปิดตัวอย่าง";
"Scene.Preview.Keyboard.ShowNext" = "แสดงถัดไป"; "Scene.Preview.Keyboard.ShowNext" = "แสดงถัดไป";
"Scene.Preview.Keyboard.ShowPrevious" = "แสดงก่อนหน้า"; "Scene.Preview.Keyboard.ShowPrevious" = "แสดงก่อนหน้า";
"Scene.Privacy.Button.Confirm" = "ฉันเห็นด้วย";
"Scene.Privacy.Policy.Ios" = "นโยบายความเป็นส่วนตัว - Mastodon สำหรับ iOS";
"Scene.Privacy.Policy.Server" = "นโยบายความเป็นส่วนตัว - %@";
"Scene.Privacy.Title" = "ความเป็นส่วนตัว";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "แตะสองครั้งเพื่อเปิดรายการ"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "แตะสองครั้งเพื่อเปิดรายการ";
"Scene.Profile.Accessibility.EditAvatarImage" = "แก้ไขภาพประจำตัว"; "Scene.Profile.Accessibility.EditAvatarImage" = "แก้ไขภาพประจำตัว";
"Scene.Profile.Accessibility.ShowAvatarImage" = "แสดงภาพประจำตัว"; "Scene.Profile.Accessibility.ShowAvatarImage" = "แสดงภาพประจำตัว";
"Scene.Profile.Accessibility.ShowBannerImage" = "แสดงภาพแบนเนอร์"; "Scene.Profile.Accessibility.ShowBannerImage" = "แสดงภาพแบนเนอร์";
"Scene.Profile.Dashboard.Followers" = "ผู้ติดตาม"; "Scene.Profile.Dashboard.FamiliarFollowers" = "คนที่มีร่วมกัน";
"Scene.Profile.Dashboard.Following" = "กำลังติดตาม"; "Scene.Profile.Dashboard.MyFollowers" = "ผู้ติดตาม";
"Scene.Profile.Dashboard.Posts" = "โพสต์"; "Scene.Profile.Dashboard.MyFollowing" = "กำลังติดตาม";
"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" = "ตรวจสอบความเป็นเจ้าของของลิงก์นี้เมื่อ %@";
@ -322,8 +359,8 @@
"Scene.Register.Error.Reason.Blocked" = "%@ มีผู้ให้บริการอีเมลที่ไม่ได้รับอนุญาต"; "Scene.Register.Error.Reason.Blocked" = "%@ มีผู้ให้บริการอีเมลที่ไม่ได้รับอนุญาต";
"Scene.Register.Error.Reason.Inclusion" = "%@ ไม่ใช่ค่าที่รองรับ"; "Scene.Register.Error.Reason.Inclusion" = "%@ ไม่ใช่ค่าที่รองรับ";
"Scene.Register.Error.Reason.Invalid" = "%@ ไม่ถูกต้อง"; "Scene.Register.Error.Reason.Invalid" = "%@ ไม่ถูกต้อง";
"Scene.Register.Error.Reason.Reserved" = "%@ เป็นคำสงวน"; "Scene.Register.Error.Reason.Reserved" = "%@ เป็นคำสำคัญที่สงวนไว้";
"Scene.Register.Error.Reason.Taken" = "%@ ถูกใช้งานแล้ว"; "Scene.Register.Error.Reason.Taken" = "มีการใช้ %@ อยู่แล้ว";
"Scene.Register.Error.Reason.TooLong" = "%@ ยาวเกินไป"; "Scene.Register.Error.Reason.TooLong" = "%@ ยาวเกินไป";
"Scene.Register.Error.Reason.TooShort" = "%@ สั้นเกินไป"; "Scene.Register.Error.Reason.TooShort" = "%@ สั้นเกินไป";
"Scene.Register.Error.Reason.Unreachable" = "ดูเหมือนว่าจะไม่มี %@ อยู่"; "Scene.Register.Error.Reason.Unreachable" = "ดูเหมือนว่าจะไม่มี %@ อยู่";
@ -338,13 +375,14 @@
"Scene.Register.Input.Password.Accessibility.Checked" = "กาเครื่องหมายแล้ว"; "Scene.Register.Input.Password.Accessibility.Checked" = "กาเครื่องหมายแล้ว";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "ไม่ได้กาเครื่องหมาย"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "ไม่ได้กาเครื่องหมาย";
"Scene.Register.Input.Password.CharacterLimit" = "8 ตัวอักษร"; "Scene.Register.Input.Password.CharacterLimit" = "8 ตัวอักษร";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "ยืนยันรหัสผ่าน";
"Scene.Register.Input.Password.Hint" = "รหัสผ่านของคุณจำเป็นต้องมีอย่างน้อยแปดตัวอักษร"; "Scene.Register.Input.Password.Hint" = "รหัสผ่านของคุณจำเป็นต้องมีอย่างน้อยแปดตัวอักษร";
"Scene.Register.Input.Password.Placeholder" = "รหัสผ่าน"; "Scene.Register.Input.Password.Placeholder" = "รหัสผ่าน";
"Scene.Register.Input.Password.Require" = "รหัสผ่านของคุณจำเป็นต้องมีอย่างน้อย:"; "Scene.Register.Input.Password.Require" = "รหัสผ่านของคุณจำเป็นต้องมีอย่างน้อย:";
"Scene.Register.Input.Username.DuplicatePrompt" = "ชื่อผู้ใช้นี้ถูกใช้ไปแล้ว"; "Scene.Register.Input.Username.DuplicatePrompt" = "มีการใช้ชื่อผู้ใช้นี้แล้ว";
"Scene.Register.Input.Username.Placeholder" = "ชื่อผู้ใช้"; "Scene.Register.Input.Username.Placeholder" = "ชื่อผู้ใช้";
"Scene.Register.LetsGetYouSetUpOnDomain" = "มาตั้งค่าของคุณใน %@ กันเลย"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "มาตั้งค่าของคุณใน %@ กันเลย"; "Scene.Register.Title" = "สร้างบัญชี";
"Scene.Report.Content1" = "มีโพสต์อื่นใดที่คุณต้องการเพิ่มไปยังรายงานหรือไม่?"; "Scene.Report.Content1" = "มีโพสต์อื่นใดที่คุณต้องการเพิ่มไปยังรายงานหรือไม่?";
"Scene.Report.Content2" = "มีสิ่งใดที่ผู้ควบคุมควรทราบเกี่ยวกับรายงานนี้หรือไม่?"; "Scene.Report.Content2" = "มีสิ่งใดที่ผู้ควบคุมควรทราบเกี่ยวกับรายงานนี้หรือไม่?";
"Scene.Report.ReportSentTitle" = "ขอบคุณสำหรับการรายงาน เราจะตรวจสอบสิ่งนี้"; "Scene.Report.ReportSentTitle" = "ขอบคุณสำหรับการรายงาน เราจะตรวจสอบสิ่งนี้";
@ -419,8 +457,10 @@
"Scene.ServerPicker.Button.Category.Music" = "ดนตรี"; "Scene.ServerPicker.Button.Category.Music" = "ดนตรี";
"Scene.ServerPicker.Button.Category.Regional" = "ภูมิภาค"; "Scene.ServerPicker.Button.Category.Regional" = "ภูมิภาค";
"Scene.ServerPicker.Button.Category.Tech" = "เทคโนโลยี"; "Scene.ServerPicker.Button.Category.Tech" = "เทคโนโลยี";
"Scene.ServerPicker.Button.Language" = "ภาษา";
"Scene.ServerPicker.Button.SeeLess" = "ดูน้อยลง"; "Scene.ServerPicker.Button.SeeLess" = "ดูน้อยลง";
"Scene.ServerPicker.Button.SeeMore" = "ดูเพิ่มเติม"; "Scene.ServerPicker.Button.SeeMore" = "ดูเพิ่มเติม";
"Scene.ServerPicker.Button.SignupSpeed" = "ความเร็วการลงทะเบียน";
"Scene.ServerPicker.EmptyState.BadNetwork" = "มีบางอย่างผิดพลาดขณะโหลดข้อมูล ตรวจสอบการเชื่อมต่ออินเทอร์เน็ตของคุณ"; "Scene.ServerPicker.EmptyState.BadNetwork" = "มีบางอย่างผิดพลาดขณะโหลดข้อมูล ตรวจสอบการเชื่อมต่ออินเทอร์เน็ตของคุณ";
"Scene.ServerPicker.EmptyState.FindingServers" = "กำลังค้นหาเซิร์ฟเวอร์ที่พร้อมใช้งาน..."; "Scene.ServerPicker.EmptyState.FindingServers" = "กำลังค้นหาเซิร์ฟเวอร์ที่พร้อมใช้งาน...";
"Scene.ServerPicker.EmptyState.NoResults" = "ไม่มีผลลัพธ์"; "Scene.ServerPicker.EmptyState.NoResults" = "ไม่มีผลลัพธ์";
@ -428,11 +468,15 @@
"Scene.ServerPicker.Label.Category" = "หมวดหมู่"; "Scene.ServerPicker.Label.Category" = "หมวดหมู่";
"Scene.ServerPicker.Label.Language" = "ภาษา"; "Scene.ServerPicker.Label.Language" = "ภาษา";
"Scene.ServerPicker.Label.Users" = "ผู้ใช้"; "Scene.ServerPicker.Label.Users" = "ผู้ใช้";
"Scene.ServerPicker.Subtitle" = "เลือกเซิร์ฟเวอร์ตามภูมิภาค, ความสนใจ หรือวัตถุประสงค์ทั่วไปของคุณ คุณยังคงสามารถแชทกับใครก็ตามใน Mastodon โดยไม่คำนึงถึงเซิร์ฟเวอร์ของคุณ"; "Scene.ServerPicker.Language.All" = "ทั้งหมด";
"Scene.ServerPicker.Title" = "Mastodon ประกอบด้วยผู้ใช้ในเซิร์ฟเวอร์ต่าง ๆ"; "Scene.ServerPicker.Search.Placeholder" = "ค้นหาชื่อหรือ URL";
"Scene.ServerPicker.SignupSpeed.All" = "ทั้งหมด";
"Scene.ServerPicker.SignupSpeed.Instant" = "การลงทะเบียนทันที";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "การตรวจทานด้วยตนเอง";
"Scene.ServerPicker.Title" = "เลือกเซิร์ฟเวอร์";
"Scene.ServerRules.Button.Confirm" = "ฉันเห็นด้วย"; "Scene.ServerRules.Button.Confirm" = "ฉันเห็นด้วย";
"Scene.ServerRules.PrivacyPolicy" = "นโยบายความเป็นส่วนตัว"; "Scene.ServerRules.PrivacyPolicy" = "นโยบายความเป็นส่วนตัว";
"Scene.ServerRules.Prompt" = "เมื่อคุณดำเนินการต่อ คุณอยู่ภายใต้เงื่อนไขการให้บริการและนโยบายความเป็นส่วนตัวสำหรับ %@"; "Scene.ServerRules.Prompt" = "การดำเนินการต่อแสดงว่าคุณอยู่ภายใต้เงื่อนไขการให้บริการและนโยบายความเป็นส่วนตัวสำหรับ %@";
"Scene.ServerRules.Subtitle" = "มีการตั้งและบังคับใช้กฎเหล่านี้โดยผู้ควบคุมของ %@"; "Scene.ServerRules.Subtitle" = "มีการตั้งและบังคับใช้กฎเหล่านี้โดยผู้ควบคุมของ %@";
"Scene.ServerRules.TermsOfService" = "เงื่อนไขการให้บริการ"; "Scene.ServerRules.TermsOfService" = "เงื่อนไขการให้บริการ";
"Scene.ServerRules.Title" = "กฎพื้นฐานบางประการ"; "Scene.ServerRules.Title" = "กฎพื้นฐานบางประการ";
@ -474,10 +518,35 @@
"Scene.SuggestionAccount.Title" = "ค้นหาผู้คนที่จะติดตาม"; "Scene.SuggestionAccount.Title" = "ค้นหาผู้คนที่จะติดตาม";
"Scene.Thread.BackTitle" = "โพสต์"; "Scene.Thread.BackTitle" = "โพสต์";
"Scene.Thread.Title" = "โพสต์จาก %@"; "Scene.Thread.Title" = "โพสต์จาก %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mastodon คืออะไร?";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "ต่างคนต่างเลือกเซิร์ฟเวอร์ด้วยเหตุผลต่าง ๆ art.example เป็นสถานที่ที่ยอดเยี่ยมสำหรับศิลปิน ขณะที่ glasgow.example อาจเป็นตัวเลือกที่ดีสำหรับชาวสกอต
รับรองว่าคุณต้องชอบเซิร์ฟเวอร์ที่แนะนำของเราใดก็ตาม ดังนั้นไม่ว่าเซิร์ฟเวอร์ใดที่คุณเลือก (หรือหากคุณป้อนของคุณเองในแถบค้นหาเซิร์ฟเวอร์) คุณจะไม่พลาดความเคลื่อนไหวที่ใดก็ตาม";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "ฉันจะเลือกเซิร์ฟเวอร์อย่างไร?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "นามของคุณอาจเป็น @gothgirl654@example.social แต่คุณยังคงสามารถติดตาม ดัน และแชทกับ @fallout5ever@example.online";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon เป็นเช่นนั้น";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "จินตนาการว่าคุณมีที่อยู่อีเมลที่ลงท้ายด้วย @example.com
คุณยังคงสามารถส่งและรับอีเมลจากใครก็ตาม แม้ว่าอีเมลของเขาจะลงท้ายด้วย @gmail.com หรือ @icloud.com หรือ @example.com ก็ตาม";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "คืออะไร";
"Scene.Welcome.GetStarted" = "เริ่มต้นใช้งาน"; "Scene.Welcome.GetStarted" = "เริ่มต้นใช้งาน";
"Scene.Welcome.LogIn" = "เข้าสู่ระบบ"; "Scene.Welcome.LogIn" = "เข้าสู่ระบบ";
"Scene.Welcome.Slogan" = "ให้เครือข่ายสังคม "Scene.Welcome.Slogan" = "เครือข่ายสังคม
กลับมาอยู่ในมือของคุณ"; กลับมาอยู่ในมือของคุณ";
"Scene.Wizard.AccessibilityHint" = "แตะสองครั้งเพื่อปิดตัวช่วยสร้างนี้"; "Scene.Wizard.AccessibilityHint" = "แตะสองครั้งเพื่อปิดตัวช่วยสร้างนี้";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "สลับระหว่างหลายบัญชีโดยกดปุ่มโปรไฟล์ค้างไว้"; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "สลับระหว่างหลายบัญชีโดยกดปุ่มโปรไฟล์ค้างไว้";
"Scene.Wizard.NewInMastodon" = "มาใหม่ใน Mastodon"; "Scene.Wizard.NewInMastodon" = "มาใหม่ใน Mastodon";
"Widget.Common.UnsupportedWidgetFamily" = "ขออภัยแต่ไม่รองรับตระกูลวิดเจ็ตนี้";
"Widget.Common.UserNotLoggedIn" = "โปรดเปิด Mastodon เพื่อเข้าสู่ระบบบัญชี";
"Widget.FollowersCount.ConfigurationDescription" = "แสดงจำนวนผู้ติดตาม";
"Widget.FollowersCount.ConfigurationDisplayName" = "ผู้ติดตาม";
"Widget.FollowersCount.FollowersToday" = "%@ ผู้ติดตามวันนี้";
"Widget.FollowersCount.Title" = "ผู้ติดตาม";
"Widget.LatestFollowers.ConfigurationDescription" = "แสดงผู้ติดตามล่าสุด";
"Widget.LatestFollowers.ConfigurationDisplayName" = "ผู้ติดตามล่าสุด";
"Widget.LatestFollowers.LastUpdate" = "การอัปเดตล่าสุด: %@";
"Widget.LatestFollowers.Title" = "ผู้ติดตามล่าสุด";
"Widget.MultipleFollowers.ConfigurationDescription" = "แสดงจำนวนผู้ติดตามสำหรับหลายบัญชี";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "หลายผู้ติดตาม";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "ผู้ติดตามอื่น";

View File

@ -47,7 +47,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@</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -55,7 +55,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>other</key> <key>other</key>
<string>%ld ตัวอักษร</string> <string>เหลืออีก %ld ตัวอักษร</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -78,7 +78,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>other</key> <key>other</key>
<string>ติดตามโดย %1$@ และ %ld ที่ร่วมกัน</string> <string>ติดตามโดย %1$@ และ %ld คนที่มีร่วมกัน</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
@ -151,6 +151,20 @@
<string>%ld การดัน</string> <string>%ld การดัน</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld การดัน</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -39,6 +39,7 @@
"Common.Controls.Actions.Discard" = "Vazgeç"; "Common.Controls.Actions.Discard" = "Vazgeç";
"Common.Controls.Actions.Done" = "Kapat"; "Common.Controls.Actions.Done" = "Kapat";
"Common.Controls.Actions.Edit" = "Düzenle"; "Common.Controls.Actions.Edit" = "Düzenle";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Takip etmek için birkaç kişi bul"; "Common.Controls.Actions.FindPeople" = "Takip etmek için birkaç kişi bul";
"Common.Controls.Actions.ManuallySearch" = "Onun yerine manuel olarak ara"; "Common.Controls.Actions.ManuallySearch" = "Onun yerine manuel olarak ara";
"Common.Controls.Actions.Next" = "İleri"; "Common.Controls.Actions.Next" = "İleri";
@ -100,6 +101,8 @@
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "İçerik Uyarısı durumunu değiştir"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "İçerik Uyarısı durumunu değiştir";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Gönderiyi favorileme durumunu değiştir"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Gönderiyi favorileme durumunu değiştir";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Gönderiyi yeniden paylaşma durumunu değiştir"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Gönderiyi yeniden paylaşma durumunu değiştir";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Favorile"; "Common.Controls.Status.Actions.Favorite" = "Favorile";
"Common.Controls.Status.Actions.Hide" = "Gizle"; "Common.Controls.Status.Actions.Hide" = "Gizle";
"Common.Controls.Status.Actions.Menu" = "Menü"; "Common.Controls.Status.Actions.Menu" = "Menü";
@ -112,9 +115,20 @@
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Menüyü göstermek için dokunun ve basılı tutun"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Menüyü göstermek için dokunun ve basılı tutun";
"Common.Controls.Status.Actions.Unfavorite" = "Favorilerden Çıkar"; "Common.Controls.Status.Actions.Unfavorite" = "Favorilerden Çıkar";
"Common.Controls.Status.Actions.Unreblog" = "Yeniden paylaşımı geri al"; "Common.Controls.Status.Actions.Unreblog" = "Yeniden paylaşımı geri al";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "İçerik Uyarısı"; "Common.Controls.Status.ContentWarning" = "İçerik Uyarısı";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.LoadEmbed" = "Load Embed";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, attachment %d of %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Expands the GIF. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandImageHint" = "Expands the image. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandVideoHint" = "Shows the video player. Double-tap and hold to show actions";
"Common.Controls.Status.MediaContentWarning" = "Göstermek için herhangi bir yere basın"; "Common.Controls.Status.MediaContentWarning" = "Göstermek için herhangi bir yere basın";
"Common.Controls.Status.MetaEntity.Email" = "E-posta adresi: %@"; "Common.Controls.Status.MetaEntity.Email" = "E-posta adresi: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Etiket: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Etiket: %@";
@ -122,6 +136,7 @@
"Common.Controls.Status.MetaEntity.Url" = "Bağlantı: %@"; "Common.Controls.Status.MetaEntity.Url" = "Bağlantı: %@";
"Common.Controls.Status.Poll.Closed" = "Kapandı"; "Common.Controls.Status.Poll.Closed" = "Kapandı";
"Common.Controls.Status.Poll.Vote" = "Oy ver"; "Common.Controls.Status.Poll.Vote" = "Oy ver";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "Hassas İçerik"; "Common.Controls.Status.SensitiveContent" = "Hassas İçerik";
"Common.Controls.Status.ShowPost" = "Gönderiyi Göster"; "Common.Controls.Status.ShowPost" = "Gönderiyi Göster";
"Common.Controls.Status.ShowUserProfile" = "Kullanıcı profilini göster"; "Common.Controls.Status.ShowUserProfile" = "Kullanıcı profilini göster";
@ -132,7 +147,7 @@
"Common.Controls.Status.Tag.Mention" = "Bahset"; "Common.Controls.Status.Tag.Mention" = "Bahset";
"Common.Controls.Status.Tag.Url" = "Bağlantı"; "Common.Controls.Status.Tag.Url" = "Bağlantı";
"Common.Controls.Status.TapToReveal" = "Göstermek için basın"; "Common.Controls.Status.TapToReveal" = "Göstermek için basın";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original"; "Common.Controls.Status.Translation.ShowOriginal" = "Show Original";
"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown"; "Common.Controls.Status.Translation.UnknownLanguage" = "Unknown";
"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; "Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
@ -142,6 +157,8 @@
"Common.Controls.Status.Visibility.Private" = "Sadece gönderi sahibinin takipçileri bu gönderiyi görebilir."; "Common.Controls.Status.Visibility.Private" = "Sadece gönderi sahibinin takipçileri bu gönderiyi görebilir.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Sadece benim takipçilerim bu gönderiyi görebilir."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Sadece benim takipçilerim bu gönderiyi görebilir.";
"Common.Controls.Status.Visibility.Unlisted" = "Bu gönderiyi herkes görebilir, fakat herkese açık zaman tünelinde gösterilmez."; "Common.Controls.Status.Visibility.Unlisted" = "Bu gönderiyi herkes görebilir, fakat herkese açık zaman tünelinde gösterilmez.";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "Ana Sayfa"; "Common.Controls.Tabs.Home" = "Ana Sayfa";
"Common.Controls.Tabs.Notifications" = "Bildirimler"; "Common.Controls.Tabs.Notifications" = "Bildirimler";
"Common.Controls.Tabs.Profile" = "Profil"; "Common.Controls.Tabs.Profile" = "Profil";
@ -164,6 +181,7 @@ Bu kişiye göre profiliniz böyle gözüküyor.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Daha fazla gönderi yükleniyor..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Daha fazla gönderi yükleniyor...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Daha fazla yanıt görüntüe"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Daha fazla yanıt görüntüe";
"Common.Controls.Timeline.Timestamp.Now" = "Şimdi"; "Common.Controls.Timeline.Timestamp.Now" = "Şimdi";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Hesap Ekle"; "Scene.AccountList.AddAccount" = "Hesap Ekle";
"Scene.AccountList.DismissAccountSwitcher" = "Hesap Değiştiriciyi Kapat"; "Scene.AccountList.DismissAccountSwitcher" = "Hesap Değiştiriciyi Kapat";
"Scene.AccountList.TabBarHint" = "Şu anki seçili profil: %@. Hesap değiştiriciyi göstermek için iki kez dokunun ve basılı tutun"; "Scene.AccountList.TabBarHint" = "Şu anki seçili profil: %@. Hesap değiştiriciyi göstermek için iki kez dokunun ve basılı tutun";
@ -199,28 +217,40 @@ yüklenemiyor.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Görünürlüğü Seç - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Görünürlüğü Seç - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "İçerik Uyarısı durumunu değiştir"; "Scene.Compose.Keyboard.ToggleContentWarning" = "İçerik Uyarısı durumunu değiştir";
"Scene.Compose.Keyboard.TogglePoll" = "Anketi Aç/Kapat"; "Scene.Compose.Keyboard.TogglePoll" = "Anketi Aç/Kapat";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Göz at"; "Scene.Compose.MediaSelection.Browse" = "Göz at";
"Scene.Compose.MediaSelection.Camera" = "Fotoğraf Çek"; "Scene.Compose.MediaSelection.Camera" = "Fotoğraf Çek";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Fotoğraf Albümü"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Fotoğraf Albümü";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Süre: %@"; "Scene.Compose.Poll.DurationTime" = "Süre: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 Gün"; "Scene.Compose.Poll.OneDay" = "1 Gün";
"Scene.Compose.Poll.OneHour" = "1 Saat"; "Scene.Compose.Poll.OneHour" = "1 Saat";
"Scene.Compose.Poll.OptionNumber" = "Seçenek %ld"; "Scene.Compose.Poll.OptionNumber" = "Seçenek %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 Gün"; "Scene.Compose.Poll.SevenDays" = "7 Gün";
"Scene.Compose.Poll.SixHours" = "6 Saat"; "Scene.Compose.Poll.SixHours" = "6 Saat";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option";
"Scene.Compose.Poll.ThePollIsInvalid" = "Anket geçersiz"; "Scene.Compose.Poll.ThePollIsInvalid" = "Anket geçersiz";
"Scene.Compose.Poll.ThirtyMinutes" = "30 dakika"; "Scene.Compose.Poll.ThirtyMinutes" = "30 dakika";
"Scene.Compose.Poll.ThreeDays" = "3 Gün"; "Scene.Compose.Poll.ThreeDays" = "3 Gün";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "yanıtlanıyor: %@"; "Scene.Compose.ReplyingToUser" = "yanıtlanıyor: %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "Yeni Gönderi"; "Scene.Compose.Title.NewPost" = "Yeni Gönderi";
"Scene.Compose.Title.NewReply" = "Yeni Yanıt"; "Scene.Compose.Title.NewReply" = "Yeni Yanıt";
"Scene.Compose.Visibility.Direct" = "Sadece bahsettiğim insanlar"; "Scene.Compose.Visibility.Direct" = "Sadece bahsettiğim insanlar";
"Scene.Compose.Visibility.Private" = "Yalnızca takipçiler"; "Scene.Compose.Visibility.Private" = "Yalnızca takipçiler";
"Scene.Compose.Visibility.Public" = "Herkese açık"; "Scene.Compose.Visibility.Public" = "Herkese açık";
"Scene.Compose.Visibility.Unlisted" = "Listelenmemiş"; "Scene.Compose.Visibility.Unlisted" = "Listelenmemiş";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "E-posta Uygulamasını Aç";
"Scene.ConfirmEmail.Button.Resend" = "Yeniden gönder"; "Scene.ConfirmEmail.Button.Resend" = "Yeniden gönder";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "E-posta adresinizin doğru olup olmadığını ve doğru ise gereksiz klasörünüzü kontrol edin."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "E-posta adresinizin doğru olup olmadığını ve doğru ise gereksiz klasörünüzü kontrol edin.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "E-postayı Yeniden Gönder"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "E-postayı Yeniden Gönder";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Posta kutunuzu kontrol edin"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Posta kutunuzu kontrol edin";
@ -228,9 +258,8 @@ yüklenemiyor.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Posta"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Posta";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "E-posta İstemcisini Aç"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "E-posta İstemcisini Aç";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Gelen kutunuzu kontrol edin."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Gelen kutunuzu kontrol edin.";
"Scene.ConfirmEmail.Subtitle" = "Hesabınızı doğrulamak için size e-postayla gönderdiğimiz bağlantıya dokunun."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Hesabınızı doğrulamak için size e-postayla gönderdiğimiz bağlantıya dokunun"; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.Title" = "Son bir şey.";
"Scene.Discovery.Intro" = "Bunlar, Mastodon'un köşesinde ilgi çeken gönderilerdir."; "Scene.Discovery.Intro" = "Bunlar, Mastodon'un köşesinde ilgi çeken gönderilerdir.";
"Scene.Discovery.Tabs.Community" = "Topluluk"; "Scene.Discovery.Tabs.Community" = "Topluluk";
"Scene.Discovery.Tabs.ForYou" = "Senin İçin"; "Scene.Discovery.Tabs.ForYou" = "Senin İçin";
@ -239,7 +268,7 @@ yüklenemiyor.";
"Scene.Discovery.Tabs.Posts" = "Gönderiler"; "Scene.Discovery.Tabs.Posts" = "Gönderiler";
"Scene.Familiarfollowers.FollowedByNames" = "%@ tarafından takip ediliyor"; "Scene.Familiarfollowers.FollowedByNames" = "%@ tarafından takip ediliyor";
"Scene.Familiarfollowers.Title" = "Tanıyor olabileceğin takipçiler"; "Scene.Familiarfollowers.Title" = "Tanıyor olabileceğin takipçiler";
"Scene.Favorite.Title" = "Favorilerin"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Favorited By"; "Scene.FavoritedBy.Title" = "Favorited By";
"Scene.FollowedTags.Actions.Follow" = "Takip et"; "Scene.FollowedTags.Actions.Follow" = "Takip et";
"Scene.FollowedTags.Actions.Unfollow" = "Takibi bırak"; "Scene.FollowedTags.Actions.Unfollow" = "Takibi bırak";
@ -252,7 +281,7 @@ yüklenemiyor.";
"Scene.Following.Footer" = "Diğer sunucudaki takip edilenler gösterilemiyor."; "Scene.Following.Footer" = "Diğer sunucudaki takip edilenler gösterilemiyor.";
"Scene.Following.Title" = "takip"; "Scene.Following.Title" = "takip";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Logo Düğmesi"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Yeni gönderiler gör"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Yeni gönderiler gör";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Çevrimdışı"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Çevrimdışı";
"Scene.HomeTimeline.NavigationBarState.Published" = "Yayınlandı!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Yayınlandı!";
@ -278,13 +307,21 @@ yüklenemiyor.";
"Scene.Preview.Keyboard.ClosePreview" = "Önizlemeyi Kapat"; "Scene.Preview.Keyboard.ClosePreview" = "Önizlemeyi Kapat";
"Scene.Preview.Keyboard.ShowNext" = "Sonrakini Göster"; "Scene.Preview.Keyboard.ShowNext" = "Sonrakini Göster";
"Scene.Preview.Keyboard.ShowPrevious" = "Öncekini Göster"; "Scene.Preview.Keyboard.ShowPrevious" = "Öncekini Göster";
"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" = "Listeyi açmak için çift tıklayın"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Listeyi açmak için çift tıklayın";
"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.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "takip ediliyor"; "Scene.Profile.Dashboard.MyFollowers" = "followers";
"Scene.Profile.Dashboard.Posts" = "gönderiler"; "Scene.Profile.Dashboard.MyFollowing" = "following";
"Scene.Profile.Dashboard.MyPosts" = "posts";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"Scene.Profile.Dashboard.OtherPosts" = "posts";
"Scene.Profile.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";
@ -337,13 +374,14 @@ yüklenemiyor.";
"Scene.Register.Input.Password.Accessibility.Checked" = "işaretli"; "Scene.Register.Input.Password.Accessibility.Checked" = "işaretli";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "işaretsiz"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "işaretsiz";
"Scene.Register.Input.Password.CharacterLimit" = "8 karakter"; "Scene.Register.Input.Password.CharacterLimit" = "8 karakter";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "Parolanız en az sekiz karakter içermelidir"; "Scene.Register.Input.Password.Hint" = "Parolanız en az sekiz karakter içermelidir";
"Scene.Register.Input.Password.Placeholder" = "parola"; "Scene.Register.Input.Password.Placeholder" = "parola";
"Scene.Register.Input.Password.Require" = "Parolanızda en azından şunlar olmalı:"; "Scene.Register.Input.Password.Require" = "Parolanızda en azından şunlar olmalı:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Bu kullanıcı adı alınmış."; "Scene.Register.Input.Username.DuplicatePrompt" = "Bu kullanıcı adı alınmış.";
"Scene.Register.Input.Username.Placeholder" = "kullanıcı adı"; "Scene.Register.Input.Username.Placeholder" = "kullanıcı adı";
"Scene.Register.LetsGetYouSetUpOnDomain" = "%@ için kurulumunuzu yapalım"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "%@ için kurulumunuzu yapalım"; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "Bu rapora eklemek istediğiniz başka gönderiler var mı?"; "Scene.Report.Content1" = "Bu rapora eklemek istediğiniz başka gönderiler var mı?";
"Scene.Report.Content2" = "Bu rapor hakkında moderatörlerin bilmesi gerektiği bir şey var mı?"; "Scene.Report.Content2" = "Bu rapor hakkında moderatörlerin bilmesi gerektiği bir şey var mı?";
"Scene.Report.ReportSentTitle" = "Rapor için teşekkürler, bununla ilgileneceğiz."; "Scene.Report.ReportSentTitle" = "Rapor için teşekkürler, bununla ilgileneceğiz.";
@ -418,8 +456,10 @@ yüklenemiyor.";
"Scene.ServerPicker.Button.Category.Music" = "müzik"; "Scene.ServerPicker.Button.Category.Music" = "müzik";
"Scene.ServerPicker.Button.Category.Regional" = "bölgesel"; "Scene.ServerPicker.Button.Category.Regional" = "bölgesel";
"Scene.ServerPicker.Button.Category.Tech" = "teknoloji"; "Scene.ServerPicker.Button.Category.Tech" = "teknoloji";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "Daha Az Göster"; "Scene.ServerPicker.Button.SeeLess" = "Daha Az Göster";
"Scene.ServerPicker.Button.SeeMore" = "Daha Fazla Gör"; "Scene.ServerPicker.Button.SeeMore" = "Daha Fazla Gör";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Veriyi yüklerken bir hata oluştu. Lütfen internet bağlantınızı kontrol edin."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Veriyi yüklerken bir hata oluştu. Lütfen internet bağlantınızı kontrol edin.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Mevcut sunucular aranıyor..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Mevcut sunucular aranıyor...";
"Scene.ServerPicker.EmptyState.NoResults" = "Sonuç yok"; "Scene.ServerPicker.EmptyState.NoResults" = "Sonuç yok";
@ -427,9 +467,13 @@ yüklenemiyor.";
"Scene.ServerPicker.Label.Category" = "KATEGORİ"; "Scene.ServerPicker.Label.Category" = "KATEGORİ";
"Scene.ServerPicker.Label.Language" = "DİL"; "Scene.ServerPicker.Label.Language" = "DİL";
"Scene.ServerPicker.Label.Users" = "KULLANICILAR"; "Scene.ServerPicker.Label.Users" = "KULLANICILAR";
"Scene.ServerPicker.Subtitle" = "Bölgenize dayalı, ilginize dayalı ya da genel amaçlı bir sunucu seçin. Hangi sunucuda olduğunuz fark etmeksizin Mastodon'daki herkes ile konuşabilirsiniz."; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Title" = "Mastodon, farklı topluluklardaki kullanıcılardan oluşur."; "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerRules.Button.Confirm" = "Kabul Ediyorum"; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "gizlilik politikası"; "Scene.ServerRules.PrivacyPolicy" = "gizlilik politikası";
"Scene.ServerRules.Prompt" = "Devam ederek, %@ için kullanım şartlarını ve gizlilik politikasını kabul etmiş olursunuz."; "Scene.ServerRules.Prompt" = "Devam ederek, %@ için kullanım şartlarını ve gizlilik politikasını kabul etmiş olursunuz.";
"Scene.ServerRules.Subtitle" = "Bunlar, %@ moderatörleri tarafından ayarlanmış ve uygulanmıştır."; "Scene.ServerRules.Subtitle" = "Bunlar, %@ moderatörleri tarafından ayarlanmış ve uygulanmıştır.";
@ -473,6 +517,17 @@ yüklenemiyor.";
"Scene.SuggestionAccount.Title" = "Takip Edecek İnsanlar Bul"; "Scene.SuggestionAccount.Title" = "Takip Edecek İnsanlar Bul";
"Scene.Thread.BackTitle" = "Gönderi"; "Scene.Thread.BackTitle" = "Gönderi";
"Scene.Thread.Title" = "%@ kullanıcının gönderisi"; "Scene.Thread.Title" = "%@ kullanıcının gönderisi";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"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" = "Başlayın"; "Scene.Welcome.GetStarted" = "Başlayın";
"Scene.Welcome.LogIn" = "Oturum Aç"; "Scene.Welcome.LogIn" = "Oturum Aç";
"Scene.Welcome.Slogan" = "Sosyal ağ, "Scene.Welcome.Slogan" = "Sosyal ağ,
@ -480,3 +535,17 @@ tekrardan ellerinizde.";
"Scene.Wizard.AccessibilityHint" = "Bu yardımı kapatmak için çift tıklayın"; "Scene.Wizard.AccessibilityHint" = "Bu yardımı kapatmak için çift tıklayın";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Profil butonuna basılı tutarak birden fazla hesap arasında geçiş yapın."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Profil butonuna basılı tutarak birden fazla hesap arasında geçiş yapın.";
"Scene.Wizard.NewInMastodon" = "Mastodon'da Yeni"; "Scene.Wizard.NewInMastodon" = "Mastodon'da Yeni";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -53,7 +53,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@ kaldı</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 karakter</string> <string>1 character left</string>
<key>other</key> <key>other</key>
<string>%ld karakter</string> <string>%ld characters left</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -173,6 +173,22 @@
<string>%ld yeniden paylaşım</string> <string>%ld yeniden paylaşım</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 re-blog</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -40,6 +40,7 @@ Vui lòng kiểm tra kết nối mạng.";
"Common.Controls.Actions.Discard" = "Bỏ qua"; "Common.Controls.Actions.Discard" = "Bỏ qua";
"Common.Controls.Actions.Done" = "Xong"; "Common.Controls.Actions.Done" = "Xong";
"Common.Controls.Actions.Edit" = "Sửa"; "Common.Controls.Actions.Edit" = "Sửa";
"Common.Controls.Actions.EditPost" = "Sửa";
"Common.Controls.Actions.FindPeople" = "Đề xuất theo dõi"; "Common.Controls.Actions.FindPeople" = "Đề xuất theo dõi";
"Common.Controls.Actions.ManuallySearch" = "Tự tìm kiếm thủ công"; "Common.Controls.Actions.ManuallySearch" = "Tự tìm kiếm thủ công";
"Common.Controls.Actions.Next" = "Kế tiếp"; "Common.Controls.Actions.Next" = "Kế tiếp";
@ -101,6 +102,8 @@ Vui lòng kiểm tra kết nối mạng.";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Chọn nội dung ẩn"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Chọn nội dung ẩn";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Chọn thích tút"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Chọn thích tút";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Chọn đăng lại tút"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Chọn đăng lại tút";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "Thích"; "Common.Controls.Status.Actions.Favorite" = "Thích";
"Common.Controls.Status.Actions.Hide" = "Ẩn"; "Common.Controls.Status.Actions.Hide" = "Ẩn";
"Common.Controls.Status.Actions.Menu" = "Menu"; "Common.Controls.Status.Actions.Menu" = "Menu";
@ -113,9 +116,20 @@ Vui lòng kiểm tra kết nối mạng.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Nhấn giữ để hiện menu"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Nhấn giữ để hiện menu";
"Common.Controls.Status.Actions.Unfavorite" = "Bỏ thích"; "Common.Controls.Status.Actions.Unfavorite" = "Bỏ thích";
"Common.Controls.Status.Actions.Unreblog" = "Hủy đăng lại"; "Common.Controls.Status.Actions.Unreblog" = "Hủy đăng lại";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Sửa lần cuối %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Lịch sử chỉnh sửa";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Lượt thích";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Lượt đăng lại";
"Common.Controls.Status.ContentWarning" = "Nội dung ẩn"; "Common.Controls.Status.ContentWarning" = "Nội dung ẩn";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Lịch sử chỉnh sửa";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Sửa %@";
"Common.Controls.Status.LinkViaUser" = "%@ bởi %@"; "Common.Controls.Status.LinkViaUser" = "%@ bởi %@";
"Common.Controls.Status.LoadEmbed" = "Nạp mã nhúng"; "Common.Controls.Status.LoadEmbed" = "Nạp mã nhúng";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, đính kèm %d từ %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Mở rộng GIF. Nhấn hai lần và giữ để hiện hành động";
"Common.Controls.Status.Media.ExpandImageHint" = "Mở rộng hình. Nhấn hai lần và giữ để hiện hành động";
"Common.Controls.Status.Media.ExpandVideoHint" = "Hiện trình phát video. Nhấn hai lần và giữ để hiện hành động";
"Common.Controls.Status.MediaContentWarning" = "Nhấn để hiển thị"; "Common.Controls.Status.MediaContentWarning" = "Nhấn để hiển thị";
"Common.Controls.Status.MetaEntity.Email" = "Email: %@"; "Common.Controls.Status.MetaEntity.Email" = "Email: %@";
"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@"; "Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@";
@ -123,6 +137,7 @@ Vui lòng kiểm tra kết nối mạng.";
"Common.Controls.Status.MetaEntity.Url" = "Link: %@"; "Common.Controls.Status.MetaEntity.Url" = "Link: %@";
"Common.Controls.Status.Poll.Closed" = "Kết thúc"; "Common.Controls.Status.Poll.Closed" = "Kết thúc";
"Common.Controls.Status.Poll.Vote" = "Bình chọn"; "Common.Controls.Status.Poll.Vote" = "Bình chọn";
"Common.Controls.Status.PostedViaApplication" = "%@ qua %@";
"Common.Controls.Status.SensitiveContent" = "Nội dung nhạy cảm"; "Common.Controls.Status.SensitiveContent" = "Nội dung nhạy cảm";
"Common.Controls.Status.ShowPost" = "Xem tút"; "Common.Controls.Status.ShowPost" = "Xem tút";
"Common.Controls.Status.ShowUserProfile" = "Xem trang hồ sơ"; "Common.Controls.Status.ShowUserProfile" = "Xem trang hồ sơ";
@ -134,15 +149,17 @@ 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.";
"Common.Controls.Status.Visibility.Private" = "Chỉ người theo dõi của họ có thể thấy tút này."; "Common.Controls.Status.Visibility.Private" = "Chỉ người theo dõi của họ có thể thấy tút này.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Chỉ người theo dõi tôi có thể thấy tút này."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Chỉ người theo dõi tôi có thể thấy tút này.";
"Common.Controls.Status.Visibility.Unlisted" = "Ai cũng thấy tút này nhưng không hiện trên bảng tin máy chủ."; "Common.Controls.Status.Visibility.Unlisted" = "Ai cũng thấy tút này nhưng không hiện trên bảng tin máy chủ.";
"Common.Controls.Tabs.A11Y.Explore" = "Khám phá";
"Common.Controls.Tabs.A11Y.Search" = "Tìm kiếm";
"Common.Controls.Tabs.Home" = "Bảng tin"; "Common.Controls.Tabs.Home" = "Bảng tin";
"Common.Controls.Tabs.Notifications" = "Thông báo"; "Common.Controls.Tabs.Notifications" = "Thông báo";
"Common.Controls.Tabs.Profile" = "Trang hồ sơ"; "Common.Controls.Tabs.Profile" = "Trang hồ sơ";
@ -165,6 +182,7 @@ Họ sẽ thấy trang của bạn như thế này.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Đang tải tút chưa đọc..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Đang tải tút chưa đọc...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Xem lượt trả lời"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "Xem lượt trả lời";
"Common.Controls.Timeline.Timestamp.Now" = "Vừa xong"; "Common.Controls.Timeline.Timestamp.Now" = "Vừa xong";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "Thêm tài khoản"; "Scene.AccountList.AddAccount" = "Thêm tài khoản";
"Scene.AccountList.DismissAccountSwitcher" = "Bỏ qua chuyển đổi tài khoản"; "Scene.AccountList.DismissAccountSwitcher" = "Bỏ qua chuyển đổi tài khoản";
"Scene.AccountList.TabBarHint" = "Đang dùng tài khoản: %@. Nhấn hai lần và giữ để đổi sang tài khoản khác"; "Scene.AccountList.TabBarHint" = "Đang dùng tài khoản: %@. Nhấn hai lần và giữ để đổi sang tài khoản khác";
@ -200,28 +218,40 @@ tải lên Mastodon.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Thay đổi quyền riêng tư - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "Thay đổi quyền riêng tư - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Mở nội dung ẩn"; "Scene.Compose.Keyboard.ToggleContentWarning" = "Mở nội dung ẩn";
"Scene.Compose.Keyboard.TogglePoll" = "Mở bình chọn"; "Scene.Compose.Keyboard.TogglePoll" = "Mở bình chọn";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Chọn"; "Scene.Compose.MediaSelection.Browse" = "Chọn";
"Scene.Compose.MediaSelection.Camera" = "Chụp ảnh"; "Scene.Compose.MediaSelection.Camera" = "Chụp ảnh";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Thư viện hình ảnh"; "Scene.Compose.MediaSelection.PhotoLibrary" = "Thư viện hình ảnh";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Thời hạn: %@"; "Scene.Compose.Poll.DurationTime" = "Thời hạn: %@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 ngày"; "Scene.Compose.Poll.OneDay" = "1 ngày";
"Scene.Compose.Poll.OneHour" = "1 giờ"; "Scene.Compose.Poll.OneHour" = "1 giờ";
"Scene.Compose.Poll.OptionNumber" = "Lựa chọn %ld"; "Scene.Compose.Poll.OptionNumber" = "Lựa chọn %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 ngày"; "Scene.Compose.Poll.SevenDays" = "7 ngày";
"Scene.Compose.Poll.SixHours" = "6 giờ"; "Scene.Compose.Poll.SixHours" = "6 giờ";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "Thiếu lựa chọn"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "Thiếu lựa chọn";
"Scene.Compose.Poll.ThePollIsInvalid" = "Bình chọn không hợp lệ"; "Scene.Compose.Poll.ThePollIsInvalid" = "Bình chọn không hợp lệ";
"Scene.Compose.Poll.ThirtyMinutes" = "30 phút"; "Scene.Compose.Poll.ThirtyMinutes" = "30 phút";
"Scene.Compose.Poll.ThreeDays" = "3 ngày"; "Scene.Compose.Poll.ThreeDays" = "3 ngày";
"Scene.Compose.Poll.Title" = "Bình chọn";
"Scene.Compose.ReplyingToUser" = "%@ viết tiếp"; "Scene.Compose.ReplyingToUser" = "%@ viết tiếp";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "Viết tút"; "Scene.Compose.Title.NewPost" = "Viết tút";
"Scene.Compose.Title.NewReply" = "Viết trả lời"; "Scene.Compose.Title.NewReply" = "Viết trả lời";
"Scene.Compose.Visibility.Direct" = "Nhắn riêng"; "Scene.Compose.Visibility.Direct" = "Nhắn riêng";
"Scene.Compose.Visibility.Private" = "Chỉ người theo dõi"; "Scene.Compose.Visibility.Private" = "Chỉ người theo dõi";
"Scene.Compose.Visibility.Public" = "Công khai"; "Scene.Compose.Visibility.Public" = "Công khai";
"Scene.Compose.Visibility.Unlisted" = "Hạn chế"; "Scene.Compose.Visibility.Unlisted" = "Hạn chế";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Mở ứng dụng email";
"Scene.ConfirmEmail.Button.Resend" = "Gửi lại"; "Scene.ConfirmEmail.Button.Resend" = "Gửi lại";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn't get a Link?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Kiểm tra địa chỉ email của bạn đúng chưa hoặc có bị chuyển vào thư rác."; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "Kiểm tra địa chỉ email của bạn đúng chưa hoặc có bị chuyển vào thư rác.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Gửi lại email"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Gửi lại email";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Kiểm tra email"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "Kiểm tra email";
@ -229,9 +259,8 @@ tải lên Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Email"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "Email";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Mở ứng dụng email"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Mở ứng dụng email";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Kiểm tra hộp thư của bạn."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Kiểm tra hộp thư của bạn.";
"Scene.ConfirmEmail.Subtitle" = "Nhấn vào liên kết chúng tôi gửi qua email để xác thực tài khoản."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Nhấn vào liên kết chúng tôi gửi qua email để xác thực tài khoản"; "Scene.ConfirmEmail.Title" = "Kiểm tra hộp thư của bạn";
"Scene.ConfirmEmail.Title" = "Còn điều này nữa.";
"Scene.Discovery.Intro" = "Đây là những tút thu hút được sự chú ý trong góc Mastodon của bạn."; "Scene.Discovery.Intro" = "Đây là những tút thu hút được sự chú ý trong góc Mastodon của bạn.";
"Scene.Discovery.Tabs.Community" = "Máy chủ"; "Scene.Discovery.Tabs.Community" = "Máy chủ";
"Scene.Discovery.Tabs.ForYou" = "Dành cho bạn"; "Scene.Discovery.Tabs.ForYou" = "Dành cho bạn";
@ -240,7 +269,7 @@ tải lên Mastodon.";
"Scene.Discovery.Tabs.Posts" = "Tút"; "Scene.Discovery.Tabs.Posts" = "Tút";
"Scene.Familiarfollowers.FollowedByNames" = "Theo dõi bởi %@"; "Scene.Familiarfollowers.FollowedByNames" = "Theo dõi bởi %@";
"Scene.Familiarfollowers.Title" = "Người theo dõi tương tự"; "Scene.Familiarfollowers.Title" = "Người theo dõi tương tự";
"Scene.Favorite.Title" = "Lượt thích"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Thích bởi"; "Scene.FavoritedBy.Title" = "Thích bởi";
"Scene.FollowedTags.Actions.Follow" = "Theo dõi"; "Scene.FollowedTags.Actions.Follow" = "Theo dõi";
"Scene.FollowedTags.Actions.Unfollow" = "Ngưng theo dõi"; "Scene.FollowedTags.Actions.Unfollow" = "Ngưng theo dõi";
@ -253,7 +282,7 @@ tải lên Mastodon.";
"Scene.Following.Footer" = "Không hiển thị người bạn theo dõi từ máy chủ khác."; "Scene.Following.Footer" = "Không hiển thị người bạn theo dõi từ máy chủ khác.";
"Scene.Following.Title" = "đang theo dõi"; "Scene.Following.Title" = "đang theo dõi";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Nhấn để cuộn lên trên và nhấn lại lần nữa để trở về vị trí cũ"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Nhấn để cuộn lên trên và nhấn lại lần nữa để trở về vị trí cũ";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Nút biểu tượng"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Đọc những tút mới"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Đọc những tút mới";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Ngoại tuyến"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Ngoại tuyến";
"Scene.HomeTimeline.NavigationBarState.Published" = "Đã đăng!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Đã đăng!";
@ -279,13 +308,21 @@ tải lên Mastodon.";
"Scene.Preview.Keyboard.ClosePreview" = "Đóng xem trước"; "Scene.Preview.Keyboard.ClosePreview" = "Đóng xem trước";
"Scene.Preview.Keyboard.ShowNext" = "Hiện kế tiếp"; "Scene.Preview.Keyboard.ShowNext" = "Hiện kế tiếp";
"Scene.Preview.Keyboard.ShowPrevious" = "Hiện trước đó"; "Scene.Preview.Keyboard.ShowPrevious" = "Hiện trước đó";
"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" = "Nhấn hai lần để mở danh sách"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Nhấn hai lần để mở danh sách";
"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.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "theo dõi"; "Scene.Profile.Dashboard.MyFollowers" = "người theo dõi";
"Scene.Profile.Dashboard.Posts" = "tút"; "Scene.Profile.Dashboard.MyFollowing" = "theo dõi";
"Scene.Profile.Dashboard.MyPosts" = "tút";
"Scene.Profile.Dashboard.OtherFollowers" = "người theo dõi";
"Scene.Profile.Dashboard.OtherFollowing" = "theo dõi";
"Scene.Profile.Dashboard.OtherPosts" = "tút";
"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";
@ -338,13 +375,14 @@ tải lên Mastodon.";
"Scene.Register.Input.Password.Accessibility.Checked" = "đã ổn"; "Scene.Register.Input.Password.Accessibility.Checked" = "đã ổn";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "chưa ổn"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "chưa ổn";
"Scene.Register.Input.Password.CharacterLimit" = "8 ký tự"; "Scene.Register.Input.Password.CharacterLimit" = "8 ký tự";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Nhập lại mật khẩu";
"Scene.Register.Input.Password.Hint" = "Mật khẩu của bạn phải dài tối thiểu 8 ký tự"; "Scene.Register.Input.Password.Hint" = "Mật khẩu của bạn phải dài tối thiểu 8 ký tự";
"Scene.Register.Input.Password.Placeholder" = "mật khẩu"; "Scene.Register.Input.Password.Placeholder" = "mật khẩu";
"Scene.Register.Input.Password.Require" = "Mật khẩu phải tối thiểu:"; "Scene.Register.Input.Password.Require" = "Mật khẩu phải tối thiểu:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Tên người dùng đã tồn tại."; "Scene.Register.Input.Username.DuplicatePrompt" = "Tên người dùng đã tồn tại.";
"Scene.Register.Input.Username.Placeholder" = "tên người dùng"; "Scene.Register.Input.Username.Placeholder" = "tên người dùng";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Hãy để tôi đăng ký trên %@"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "Hãy để tôi đăng ký trên %@"; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "Bạn muốn thêm tút nào vào báo cáo nữa không?"; "Scene.Report.Content1" = "Bạn muốn thêm tút nào vào báo cáo nữa không?";
"Scene.Report.Content2" = "Kiểm duyệt viên cần biết gì về báo cáo này?"; "Scene.Report.Content2" = "Kiểm duyệt viên cần biết gì về báo cáo này?";
"Scene.Report.ReportSentTitle" = "Cảm ơn đã báo cáo, chúng tôi sẽ xem xét kỹ."; "Scene.Report.ReportSentTitle" = "Cảm ơn đã báo cáo, chúng tôi sẽ xem xét kỹ.";
@ -367,7 +405,7 @@ tải lên Mastodon.";
"Scene.Report.StepFour.Step4Of4" = "Bước 4 trong 4"; "Scene.Report.StepFour.Step4Of4" = "Bước 4 trong 4";
"Scene.Report.StepOne.IDontLikeIt" = "Tôi không thích nó"; "Scene.Report.StepOne.IDontLikeIt" = "Tôi không thích nó";
"Scene.Report.StepOne.ItIsNotSomethingYouWantToSee" = "Đó không phải là thứ gì mà bạn muốn thấy"; "Scene.Report.StepOne.ItIsNotSomethingYouWantToSee" = "Đó không phải là thứ gì mà bạn muốn thấy";
"Scene.Report.StepOne.ItViolatesServerRules" = "Vi phạm quy tắc máy chủ"; "Scene.Report.StepOne.ItViolatesServerRules" = "Vi phạm nội quy máy chủ";
"Scene.Report.StepOne.ItsSomethingElse" = "Một lý do khác"; "Scene.Report.StepOne.ItsSomethingElse" = "Một lý do khác";
"Scene.Report.StepOne.ItsSpam" = "Đây là spam"; "Scene.Report.StepOne.ItsSpam" = "Đây là spam";
"Scene.Report.StepOne.MaliciousLinksFakeEngagementOrRepetetiveReplies" = "Liên kết độc hại, tạo tương tác giả hoặc trả lời lặp đi lặp lại"; "Scene.Report.StepOne.MaliciousLinksFakeEngagementOrRepetetiveReplies" = "Liên kết độc hại, tạo tương tác giả hoặc trả lời lặp đi lặp lại";
@ -377,14 +415,14 @@ tải lên Mastodon.";
"Scene.Report.StepOne.WhatsWrongWithThisAccount" = "Có vấn đề gì với người này?"; "Scene.Report.StepOne.WhatsWrongWithThisAccount" = "Có vấn đề gì với người này?";
"Scene.Report.StepOne.WhatsWrongWithThisPost" = "Có vấn đề gì với tút này?"; "Scene.Report.StepOne.WhatsWrongWithThisPost" = "Có vấn đề gì với tút này?";
"Scene.Report.StepOne.WhatsWrongWithThisUsername" = "Có vấn đề gì với %@?"; "Scene.Report.StepOne.WhatsWrongWithThisUsername" = "Có vấn đề gì với %@?";
"Scene.Report.StepOne.YouAreAwareThatItBreaksSpecificRules" = "Bạn nhận thấy nó vi phạm quy tắc máy chủ"; "Scene.Report.StepOne.YouAreAwareThatItBreaksSpecificRules" = "Bạn nhận thấy nó vi phạm nội quy máy chủ";
"Scene.Report.StepThree.AreThereAnyPostsThatBackUpThisReport" = "Bạn muốn gửi tút nào kèm báo cáo này?"; "Scene.Report.StepThree.AreThereAnyPostsThatBackUpThisReport" = "Bạn muốn gửi tút nào kèm báo cáo này?";
"Scene.Report.StepThree.SelectAllThatApply" = "Chọn tất cả những gì phù hợp"; "Scene.Report.StepThree.SelectAllThatApply" = "Chọn tất cả những gì phù hợp";
"Scene.Report.StepThree.Step3Of4" = "Bước 3 trong 4"; "Scene.Report.StepThree.Step3Of4" = "Bước 3 trong 4";
"Scene.Report.StepTwo.IJustDontLikeIt" = "Tôi không thích nó"; "Scene.Report.StepTwo.IJustDontLikeIt" = "Tôi không thích nó";
"Scene.Report.StepTwo.SelectAllThatApply" = "Chọn tất cả những gì phù hợp"; "Scene.Report.StepTwo.SelectAllThatApply" = "Chọn tất cả những gì phù hợp";
"Scene.Report.StepTwo.Step2Of4" = "Bước 2 trong 4"; "Scene.Report.StepTwo.Step2Of4" = "Bước 2 trong 4";
"Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "Vi phạm quy tắc nào?"; "Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "Vi phạm nội quy nào?";
"Scene.Report.TextPlaceholder" = "Nhập hoặc bổ sung chú thích"; "Scene.Report.TextPlaceholder" = "Nhập hoặc bổ sung chú thích";
"Scene.Report.Title" = "Báo cáo %@"; "Scene.Report.Title" = "Báo cáo %@";
"Scene.Report.TitleReport" = "Báo cáo"; "Scene.Report.TitleReport" = "Báo cáo";
@ -419,8 +457,10 @@ tải lên Mastodon.";
"Scene.ServerPicker.Button.Category.Music" = "âm nhạc"; "Scene.ServerPicker.Button.Category.Music" = "âm nhạc";
"Scene.ServerPicker.Button.Category.Regional" = "khu vực"; "Scene.ServerPicker.Button.Category.Regional" = "khu vực";
"Scene.ServerPicker.Button.Category.Tech" = "công nghệ"; "Scene.ServerPicker.Button.Category.Tech" = "công nghệ";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "Ẩn bớt"; "Scene.ServerPicker.Button.SeeLess" = "Ẩn bớt";
"Scene.ServerPicker.Button.SeeMore" = "Nhiều hơn"; "Scene.ServerPicker.Button.SeeMore" = "Nhiều hơn";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Đã xảy ra lỗi. Hãy thử lại hoặc kiểm tra kết nối internet của bạn."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Đã xảy ra lỗi. Hãy thử lại hoặc kiểm tra kết nối internet của bạn.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Đang tìm máy chủ hoạt động..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Đang tìm máy chủ hoạt động...";
"Scene.ServerPicker.EmptyState.NoResults" = "Không có kết quả"; "Scene.ServerPicker.EmptyState.NoResults" = "Không có kết quả";
@ -428,14 +468,18 @@ tải lên Mastodon.";
"Scene.ServerPicker.Label.Category" = "PHÂN LOẠI"; "Scene.ServerPicker.Label.Category" = "PHÂN LOẠI";
"Scene.ServerPicker.Label.Language" = "NGÔN NGỮ"; "Scene.ServerPicker.Label.Language" = "NGÔN NGỮ";
"Scene.ServerPicker.Label.Users" = "NGƯỜI"; "Scene.ServerPicker.Label.Users" = "NGƯỜI";
"Scene.ServerPicker.Subtitle" = "Chọn một máy chủ dựa theo sở thích, tôn giáo, hoặc ý muốn của bạn. Bạn vẫn có thể giao tiếp với bất cứ ai mà không phụ thuộc vào máy chủ của họ."; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Title" = "Mastodon gồm nhiều máy chủ với thành viên riêng."; "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
"Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "Tôi đồng ý"; "Scene.ServerRules.Button.Confirm" = "Tôi đồng ý";
"Scene.ServerRules.PrivacyPolicy" = "chính sách bảo mật"; "Scene.ServerRules.PrivacyPolicy" = "chính sách bảo mật";
"Scene.ServerRules.Prompt" = "Tiếp tục nghĩa là bạn đồng ý điều khoản dịch vụ và chính sách bảo mật của %@."; "Scene.ServerRules.Prompt" = "Tiếp tục nghĩa là bạn đồng ý điều khoản dịch vụ và chính sách bảo mật của %@.";
"Scene.ServerRules.Subtitle" = "Được ban hành và áp dụng bởi quản trị viên %@"; "Scene.ServerRules.Subtitle" = "Được ban hành và áp dụng bởi quản trị viên %@";
"Scene.ServerRules.TermsOfService" = "điều khoản dịch vụ"; "Scene.ServerRules.TermsOfService" = "điều khoản dịch vụ";
"Scene.ServerRules.Title" = "Quy tắc máy chủ."; "Scene.ServerRules.Title" = "Nội quy máy chủ.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon là phần mềm mã nguồn mở. Bạn có thể báo lỗi trên GitHub tại %@ (%@)"; "Scene.Settings.Footer.MastodonDescription" = "Mastodon là phần mềm mã nguồn mở. Bạn có thể báo lỗi trên GitHub tại %@ (%@)";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Đóng cửa sổ cài đặt"; "Scene.Settings.Keyboard.CloseSettingsWindow" = "Đóng cửa sổ cài đặt";
"Scene.Settings.Section.Appearance.Automatic" = "Tự động"; "Scene.Settings.Section.Appearance.Automatic" = "Tự động";
@ -474,6 +518,17 @@ tải lên Mastodon.";
"Scene.SuggestionAccount.Title" = "Đề xuất theo dõi"; "Scene.SuggestionAccount.Title" = "Đề xuất theo dõi";
"Scene.Thread.BackTitle" = "Tút"; "Scene.Thread.BackTitle" = "Tút";
"Scene.Thread.Title" = "Tút của %@"; "Scene.Thread.Title" = "Tút của %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"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" = "Bắt đầu"; "Scene.Welcome.GetStarted" = "Bắt đầu";
"Scene.Welcome.LogIn" = "Đăng nhập"; "Scene.Welcome.LogIn" = "Đăng nhập";
"Scene.Welcome.Slogan" = "Mạng xã hội "Scene.Welcome.Slogan" = "Mạng xã hội
@ -481,3 +536,17 @@ do bạn kiểm soát.";
"Scene.Wizard.AccessibilityHint" = "Nhấn hai lần để bỏ qua"; "Scene.Wizard.AccessibilityHint" = "Nhấn hai lần để bỏ qua";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Chuyển đổi giữa nhiều tài khoản bằng cách đè giữ nút tài khoản."; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Chuyển đổi giữa nhiều tài khoản bằng cách đè giữ nút tài khoản.";
"Scene.Wizard.NewInMastodon" = "Mới trên Mastodon"; "Scene.Wizard.NewInMastodon" = "Mới trên Mastodon";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -47,7 +47,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@ còn lại</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -55,7 +55,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>other</key> <key>other</key>
<string>%ld ký tự</string> <string>còn %ld ký tự</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -151,6 +151,20 @@
<string>%ld đăng lại</string> <string>%ld đăng lại</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -22,9 +22,9 @@
"Common.Alerts.SignOut.Message" = "您确定要退出吗?"; "Common.Alerts.SignOut.Message" = "您确定要退出吗?";
"Common.Alerts.SignOut.Title" = "退出"; "Common.Alerts.SignOut.Title" = "退出";
"Common.Alerts.SignUpFailure.Title" = "注册失败"; "Common.Alerts.SignUpFailure.Title" = "注册失败";
"Common.Alerts.TranslationFailed.Button" = "OK"; "Common.Alerts.TranslationFailed.Button" = "确定";
"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" = "翻译失败,可能是管理员没有在这个实例上启用翻译功能,也可能是这台实例的服务端运行较旧版本的 Mastodon此服务端还未支持翻译功能。";
"Common.Alerts.TranslationFailed.Title" = "Note"; "Common.Alerts.TranslationFailed.Title" = "备注";
"Common.Alerts.VoteFailure.PollEnded" = "投票已结束"; "Common.Alerts.VoteFailure.PollEnded" = "投票已结束";
"Common.Alerts.VoteFailure.Title" = "投票失败"; "Common.Alerts.VoteFailure.Title" = "投票失败";
"Common.Controls.Actions.Add" = "添加"; "Common.Controls.Actions.Add" = "添加";
@ -34,12 +34,13 @@
"Common.Controls.Actions.Compose" = "撰写"; "Common.Controls.Actions.Compose" = "撰写";
"Common.Controls.Actions.Confirm" = "确认"; "Common.Controls.Actions.Confirm" = "确认";
"Common.Controls.Actions.Continue" = "继续"; "Common.Controls.Actions.Continue" = "继续";
"Common.Controls.Actions.Copy" = "Copy"; "Common.Controls.Actions.Copy" = "复制";
"Common.Controls.Actions.CopyPhoto" = "拷贝照片"; "Common.Controls.Actions.CopyPhoto" = "拷贝照片";
"Common.Controls.Actions.Delete" = "删除"; "Common.Controls.Actions.Delete" = "删除";
"Common.Controls.Actions.Discard" = "放弃"; "Common.Controls.Actions.Discard" = "放弃";
"Common.Controls.Actions.Done" = "完成"; "Common.Controls.Actions.Done" = "完成";
"Common.Controls.Actions.Edit" = "编辑"; "Common.Controls.Actions.Edit" = "编辑";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "查看推荐关注的用户"; "Common.Controls.Actions.FindPeople" = "查看推荐关注的用户";
"Common.Controls.Actions.ManuallySearch" = "手动搜索用户"; "Common.Controls.Actions.ManuallySearch" = "手动搜索用户";
"Common.Controls.Actions.Next" = "下一个"; "Common.Controls.Actions.Next" = "下一个";
@ -63,8 +64,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" = "屏蔽";
@ -101,21 +102,34 @@
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "启用或关闭内容警告"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "启用或关闭内容警告";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "喜欢此帖子"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "喜欢此帖子";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "转发此帖子"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "转发此帖子";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
"Common.Controls.Status.Actions.Favorite" = "喜欢"; "Common.Controls.Status.Actions.Favorite" = "喜欢";
"Common.Controls.Status.Actions.Hide" = "隐藏"; "Common.Controls.Status.Actions.Hide" = "隐藏";
"Common.Controls.Status.Actions.Menu" = "菜单"; "Common.Controls.Status.Actions.Menu" = "菜单";
"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" = "显示视频播放器";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "长按以显示菜单"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "长按以显示菜单";
"Common.Controls.Status.Actions.Unfavorite" = "取消喜欢"; "Common.Controls.Status.Actions.Unfavorite" = "取消喜欢";
"Common.Controls.Status.Actions.Unreblog" = "取消转发"; "Common.Controls.Status.Actions.Unreblog" = "取消转发";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
"Common.Controls.Status.ContentWarning" = "内容警告"; "Common.Controls.Status.ContentWarning" = "内容警告";
"Common.Controls.Status.LinkViaUser" = "%@ via %@"; "Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.LoadEmbed" = "Load Embed"; "Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
"Common.Controls.Status.LinkViaUser" = "%@ 通过 %@";
"Common.Controls.Status.LoadEmbed" = "加载嵌入内容";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@,附件 %d / %d";
"Common.Controls.Status.Media.ExpandGifHint" = "展开GIF 双击并按住以显示可执行操作";
"Common.Controls.Status.Media.ExpandImageHint" = "展开图像 双击并按住以显示可执行操作";
"Common.Controls.Status.Media.ExpandVideoHint" = "展开视频 双击并按住以显示可执行操作";
"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" = "话题:%@";
@ -123,6 +137,7 @@
"Common.Controls.Status.MetaEntity.Url" = "链接:%@"; "Common.Controls.Status.MetaEntity.Url" = "链接:%@";
"Common.Controls.Status.Poll.Closed" = "已关闭"; "Common.Controls.Status.Poll.Closed" = "已关闭";
"Common.Controls.Status.Poll.Vote" = "投票"; "Common.Controls.Status.Poll.Vote" = "投票";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
"Common.Controls.Status.SensitiveContent" = "敏感内容"; "Common.Controls.Status.SensitiveContent" = "敏感内容";
"Common.Controls.Status.ShowPost" = "显示帖子"; "Common.Controls.Status.ShowPost" = "显示帖子";
"Common.Controls.Status.ShowUserProfile" = "查看用户个人资料"; "Common.Controls.Status.ShowUserProfile" = "查看用户个人资料";
@ -133,20 +148,22 @@
"Common.Controls.Status.Tag.Mention" = "提及"; "Common.Controls.Status.Tag.Mention" = "提及";
"Common.Controls.Status.Tag.Url" = "URL"; "Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "点击以显示"; "Common.Controls.Status.TapToReveal" = "点击以显示";
"Common.Controls.Status.Translation.ShowOriginal" = "Shown Original"; "Common.Controls.Status.Translation.ShowOriginal" = "Show 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" = "只有提到的用户才能看到此帖子。";
"Common.Controls.Status.Visibility.Private" = "只有作者的关注者才能看到此帖子。"; "Common.Controls.Status.Visibility.Private" = "只有作者的关注者才能看到此帖子。";
"Common.Controls.Status.Visibility.PrivateFromMe" = "只有我的关注者才能看到此帖子。"; "Common.Controls.Status.Visibility.PrivateFromMe" = "只有我的关注者才能看到此帖子。";
"Common.Controls.Status.Visibility.Unlisted" = "任何人都可以看到这个帖子,但不会在公开的时间线中显示。"; "Common.Controls.Status.Visibility.Unlisted" = "任何人都可以看到这个帖子,但不会在公开的时间线中显示。";
"Common.Controls.Tabs.A11Y.Explore" = "Explore";
"Common.Controls.Tabs.A11Y.Search" = "Search";
"Common.Controls.Tabs.Home" = "主页"; "Common.Controls.Tabs.Home" = "主页";
"Common.Controls.Tabs.Notifications" = "通知"; "Common.Controls.Tabs.Notifications" = "通知";
"Common.Controls.Tabs.Profile" = "个人资料"; "Common.Controls.Tabs.Profile" = "个人资料";
"Common.Controls.Tabs.SearchAndExplore" = "Search and Explore"; "Common.Controls.Tabs.SearchAndExplore" = "搜索和探寻";
"Common.Controls.Timeline.Filtered" = "已过滤"; "Common.Controls.Timeline.Filtered" = "已过滤";
"Common.Controls.Timeline.Header.BlockedWarning" = "您不能查看此用户的个人资料 "Common.Controls.Timeline.Header.BlockedWarning" = "您不能查看此用户的个人资料
直到他们解除屏蔽。"; 直到他们解除屏蔽。";
@ -165,6 +182,7 @@
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "正在加载帖子..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "正在加载帖子...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "显示更多回复"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "显示更多回复";
"Common.Controls.Timeline.Timestamp.Now" = "现在"; "Common.Controls.Timeline.Timestamp.Now" = "现在";
"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
"Scene.AccountList.AddAccount" = "添加账户"; "Scene.AccountList.AddAccount" = "添加账户";
"Scene.AccountList.DismissAccountSwitcher" = "关闭账户切换页面"; "Scene.AccountList.DismissAccountSwitcher" = "关闭账户切换页面";
"Scene.AccountList.TabBarHint" = "当前账户:%@。 双击并按住来打开账户切换页面"; "Scene.AccountList.TabBarHint" = "当前账户:%@。 双击并按住来打开账户切换页面";
@ -200,28 +218,40 @@
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "选择可见性 - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "选择可见性 - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "启用或关闭内容警告"; "Scene.Compose.Keyboard.ToggleContentWarning" = "启用或关闭内容警告";
"Scene.Compose.Keyboard.TogglePoll" = "启用或关闭投票"; "Scene.Compose.Keyboard.TogglePoll" = "启用或关闭投票";
"Scene.Compose.Language.Other" = "Other Language…";
"Scene.Compose.Language.Recent" = "Recent";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "浏览"; "Scene.Compose.MediaSelection.Browse" = "浏览";
"Scene.Compose.MediaSelection.Camera" = "拍照"; "Scene.Compose.MediaSelection.Camera" = "拍照";
"Scene.Compose.MediaSelection.PhotoLibrary" = "照片库"; "Scene.Compose.MediaSelection.PhotoLibrary" = "照片库";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "时长:%@"; "Scene.Compose.Poll.DurationTime" = "时长:%@";
"Scene.Compose.Poll.MoveDown" = "Move Down";
"Scene.Compose.Poll.MoveUp" = "Move Up";
"Scene.Compose.Poll.OneDay" = "1 天"; "Scene.Compose.Poll.OneDay" = "1 天";
"Scene.Compose.Poll.OneHour" = "1 小时"; "Scene.Compose.Poll.OneHour" = "1 小时";
"Scene.Compose.Poll.OptionNumber" = "选项 %ld"; "Scene.Compose.Poll.OptionNumber" = "选项 %ld";
"Scene.Compose.Poll.RemoveOption" = "Remove Option";
"Scene.Compose.Poll.SevenDays" = "7 天"; "Scene.Compose.Poll.SevenDays" = "7 天";
"Scene.Compose.Poll.SixHours" = "6 小时"; "Scene.Compose.Poll.SixHours" = "6 小时";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "投票含有空选项"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "投票含有空选项";
"Scene.Compose.Poll.ThePollIsInvalid" = "投票无效"; "Scene.Compose.Poll.ThePollIsInvalid" = "投票无效";
"Scene.Compose.Poll.ThirtyMinutes" = "30 分钟"; "Scene.Compose.Poll.ThirtyMinutes" = "30 分钟";
"Scene.Compose.Poll.ThreeDays" = "3 天"; "Scene.Compose.Poll.ThreeDays" = "3 天";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "回复给 %@"; "Scene.Compose.ReplyingToUser" = "回复给 %@";
"Scene.Compose.Title.EditPost" = "Edit Post";
"Scene.Compose.Title.NewPost" = "新帖子"; "Scene.Compose.Title.NewPost" = "新帖子";
"Scene.Compose.Title.NewReply" = "新回复"; "Scene.Compose.Title.NewReply" = "新回复";
"Scene.Compose.Visibility.Direct" = "仅我提到的人"; "Scene.Compose.Visibility.Direct" = "仅我提到的人";
"Scene.Compose.Visibility.Private" = "仅关注者"; "Scene.Compose.Visibility.Private" = "仅关注者";
"Scene.Compose.Visibility.Public" = "公开"; "Scene.Compose.Visibility.Public" = "公开";
"Scene.Compose.Visibility.Unlisted" = "不公开"; "Scene.Compose.Visibility.Unlisted" = "不公开";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "打开电子邮件应用";
"Scene.ConfirmEmail.Button.Resend" = "重新发送"; "Scene.ConfirmEmail.Button.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" = "检查您的电子邮件地址是否正确,同时请检查你的垃圾箱。"; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "检查您的电子邮件地址是否正确,同时请检查你的垃圾箱。";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "重新发送邮件"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "重新发送邮件";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "请检查你的邮箱。"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "请检查你的邮箱。";
@ -229,9 +259,8 @@
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "邮件"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "邮件";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "打开邮件客户端"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "打开邮件客户端";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "检查你的邮箱"; "Scene.ConfirmEmail.OpenEmailApp.Title" = "检查你的邮箱";
"Scene.ConfirmEmail.Subtitle" = "点击我们发送给您的链接来验证您的账户。"; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. Well wait right here.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "点击我们发送给您的链接来验证您的账户。"; "Scene.ConfirmEmail.Title" = "Check Your Inbox";
"Scene.ConfirmEmail.Title" = "最后一件事。";
"Scene.Discovery.Intro" = "这些嘟文在你的长毛象小宇宙中备受关注。"; "Scene.Discovery.Intro" = "这些嘟文在你的长毛象小宇宙中备受关注。";
"Scene.Discovery.Tabs.Community" = "社区"; "Scene.Discovery.Tabs.Community" = "社区";
"Scene.Discovery.Tabs.ForYou" = "为你推荐"; "Scene.Discovery.Tabs.ForYou" = "为你推荐";
@ -240,7 +269,7 @@
"Scene.Discovery.Tabs.Posts" = "嘟文"; "Scene.Discovery.Tabs.Posts" = "嘟文";
"Scene.Familiarfollowers.FollowedByNames" = "%@ 关注了这个账号"; "Scene.Familiarfollowers.FollowedByNames" = "%@ 关注了这个账号";
"Scene.Familiarfollowers.Title" = "你熟悉的关注者"; "Scene.Familiarfollowers.Title" = "你熟悉的关注者";
"Scene.Favorite.Title" = "你的喜欢"; "Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "收藏者"; "Scene.FavoritedBy.Title" = "收藏者";
"Scene.FollowedTags.Actions.Follow" = "Follow"; "Scene.FollowedTags.Actions.Follow" = "Follow";
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow"; "Scene.FollowedTags.Actions.Unfollow" = "Unfollow";
@ -253,7 +282,7 @@
"Scene.Following.Footer" = "不会显示来自其它服务器的关注"; "Scene.Following.Footer" = "不会显示来自其它服务器的关注";
"Scene.Following.Title" = "正在关注"; "Scene.Following.Title" = "正在关注";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "轻点滚到顶部,再次轻点回到原处"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "轻点滚到顶部,再次轻点回到原处";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Logo 按钮"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "查看新帖子"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "查看新帖子";
"Scene.HomeTimeline.NavigationBarState.Offline" = "离线"; "Scene.HomeTimeline.NavigationBarState.Offline" = "离线";
"Scene.HomeTimeline.NavigationBarState.Published" = "已发送"; "Scene.HomeTimeline.NavigationBarState.Published" = "已发送";
@ -279,13 +308,21 @@
"Scene.Preview.Keyboard.ClosePreview" = "关闭预览"; "Scene.Preview.Keyboard.ClosePreview" = "关闭预览";
"Scene.Preview.Keyboard.ShowNext" = "显示下一个"; "Scene.Preview.Keyboard.ShowNext" = "显示下一个";
"Scene.Preview.Keyboard.ShowPrevious" = "显示前一个"; "Scene.Preview.Keyboard.ShowPrevious" = "显示前一个";
"Scene.Privacy.Button.Confirm" = "I agree";
"Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS";
"Scene.Privacy.Policy.Server" = "Privacy Policy - %@";
"Scene.Privacy.Title" = "Privacy";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "双击打开列表"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "双击打开列表";
"Scene.Profile.Accessibility.EditAvatarImage" = "编辑头像"; "Scene.Profile.Accessibility.EditAvatarImage" = "编辑头像";
"Scene.Profile.Accessibility.ShowAvatarImage" = "显示头像"; "Scene.Profile.Accessibility.ShowAvatarImage" = "显示头像";
"Scene.Profile.Accessibility.ShowBannerImage" = "显示顶部横幅图片"; "Scene.Profile.Accessibility.ShowBannerImage" = "显示顶部横幅图片";
"Scene.Profile.Dashboard.Followers" = "关注者"; "Scene.Profile.Dashboard.FamiliarFollowers" = "mutuals";
"Scene.Profile.Dashboard.Following" = "正在关注"; "Scene.Profile.Dashboard.MyFollowers" = "跟随者";
"Scene.Profile.Dashboard.Posts" = "帖子"; "Scene.Profile.Dashboard.MyFollowing" = "正在关注";
"Scene.Profile.Dashboard.MyPosts" = "嘟文";
"Scene.Profile.Dashboard.OtherFollowers" = "followers";
"Scene.Profile.Dashboard.OtherFollowing" = "following";
"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" = "内容";
@ -338,13 +375,14 @@
"Scene.Register.Input.Password.Accessibility.Checked" = "已选中"; "Scene.Register.Input.Password.Accessibility.Checked" = "已选中";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "未选中"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "未选中";
"Scene.Register.Input.Password.CharacterLimit" = "8 个字符"; "Scene.Register.Input.Password.CharacterLimit" = "8 个字符";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
"Scene.Register.Input.Password.Hint" = "密码长度至少为 8 个字符"; "Scene.Register.Input.Password.Hint" = "密码长度至少为 8 个字符";
"Scene.Register.Input.Password.Placeholder" = "密码"; "Scene.Register.Input.Password.Placeholder" = "密码";
"Scene.Register.Input.Password.Require" = "您的密码至少需要:"; "Scene.Register.Input.Password.Require" = "您的密码至少需要:";
"Scene.Register.Input.Username.DuplicatePrompt" = "此用户名已被使用"; "Scene.Register.Input.Username.DuplicatePrompt" = "此用户名已被使用";
"Scene.Register.Input.Username.Placeholder" = "用户名"; "Scene.Register.Input.Username.Placeholder" = "用户名";
"Scene.Register.LetsGetYouSetUpOnDomain" = "让我们在 %@ 上开始"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "让我们在 %@ 上开始"; "Scene.Register.Title" = "Create account";
"Scene.Report.Content1" = "是否有帖子需要举报?"; "Scene.Report.Content1" = "是否有帖子需要举报?";
"Scene.Report.Content2" = "是否有关于此举报的详细描述信息?"; "Scene.Report.Content2" = "是否有关于此举报的详细描述信息?";
"Scene.Report.ReportSentTitle" = "感谢提交举报,我们将会进行处理。"; "Scene.Report.ReportSentTitle" = "感谢提交举报,我们将会进行处理。";
@ -419,8 +457,10 @@
"Scene.ServerPicker.Button.Category.Music" = "音乐"; "Scene.ServerPicker.Button.Category.Music" = "音乐";
"Scene.ServerPicker.Button.Category.Regional" = "地区"; "Scene.ServerPicker.Button.Category.Regional" = "地区";
"Scene.ServerPicker.Button.Category.Tech" = "科技"; "Scene.ServerPicker.Button.Category.Tech" = "科技";
"Scene.ServerPicker.Button.Language" = "Language";
"Scene.ServerPicker.Button.SeeLess" = "隐藏"; "Scene.ServerPicker.Button.SeeLess" = "隐藏";
"Scene.ServerPicker.Button.SeeMore" = "更多"; "Scene.ServerPicker.Button.SeeMore" = "更多";
"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed";
"Scene.ServerPicker.EmptyState.BadNetwork" = "出了些问题。请检查你的互联网连接"; "Scene.ServerPicker.EmptyState.BadNetwork" = "出了些问题。请检查你的互联网连接";
"Scene.ServerPicker.EmptyState.FindingServers" = "正在查找可用的服务器..."; "Scene.ServerPicker.EmptyState.FindingServers" = "正在查找可用的服务器...";
"Scene.ServerPicker.EmptyState.NoResults" = "无结果"; "Scene.ServerPicker.EmptyState.NoResults" = "无结果";
@ -428,10 +468,13 @@
"Scene.ServerPicker.Label.Category" = "类别"; "Scene.ServerPicker.Label.Category" = "类别";
"Scene.ServerPicker.Label.Language" = "语言"; "Scene.ServerPicker.Label.Language" = "语言";
"Scene.ServerPicker.Label.Users" = "用户"; "Scene.ServerPicker.Label.Users" = "用户";
"Scene.ServerPicker.Subtitle" = "根据你的地区、兴趣挑选一个服务器。无论你选择哪个服务器,你都可以跟其他服务器的任何人一起聊天。"; "Scene.ServerPicker.Language.All" = "All";
"Scene.ServerPicker.Title" = "挑选一个服务器, "Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
任意服务器。"; "Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerRules.Button.Confirm" = "我同意"; "Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
"Scene.ServerPicker.Title" = "Pick Server";
"Scene.ServerRules.Button.Confirm" = "I agree";
"Scene.ServerRules.PrivacyPolicy" = "隐私政策"; "Scene.ServerRules.PrivacyPolicy" = "隐私政策";
"Scene.ServerRules.Prompt" = "如果继续,你必须遵守 %@ 的服务条款和隐私政策。"; "Scene.ServerRules.Prompt" = "如果继续,你必须遵守 %@ 的服务条款和隐私政策。";
"Scene.ServerRules.Subtitle" = "这些规则由 %@ 的管理员设置。"; "Scene.ServerRules.Subtitle" = "这些规则由 %@ 的管理员设置。";
@ -475,6 +518,17 @@
"Scene.SuggestionAccount.Title" = "查看推荐关注的用户"; "Scene.SuggestionAccount.Title" = "查看推荐关注的用户";
"Scene.Thread.BackTitle" = "帖子"; "Scene.Thread.BackTitle" = "帖子";
"Scene.Thread.Title" = "来自 %@ 的帖子"; "Scene.Thread.Title" = "来自 %@ 的帖子";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
"Scene.Welcome.Education.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" = "开始使用"; "Scene.Welcome.GetStarted" = "开始使用";
"Scene.Welcome.LogIn" = "登录"; "Scene.Welcome.LogIn" = "登录";
"Scene.Welcome.Slogan" = "社交网络 "Scene.Welcome.Slogan" = "社交网络
@ -482,3 +536,17 @@
"Scene.Wizard.AccessibilityHint" = "双击关闭此向导"; "Scene.Wizard.AccessibilityHint" = "双击关闭此向导";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "按住个人资料标签按钮,即可在多个账户之间进行切换。"; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "按住个人资料标签按钮,即可在多个账户之间进行切换。";
"Scene.Wizard.NewInMastodon" = "新功能"; "Scene.Wizard.NewInMastodon" = "新功能";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
"Widget.FollowersCount.FollowersToday" = "%@ followers today";
"Widget.FollowersCount.Title" = "FOLLOWERS";
"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers";
"Widget.LatestFollowers.LastUpdate" = "Last update: %@";
"Widget.LatestFollowers.Title" = "Latest followers";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -47,7 +47,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@ 剩余</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -55,7 +55,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>other</key> <key>other</key>
<string>%ld 个字符</string> <string>剩余 %ld 个字符</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -151,6 +151,20 @@
<string>%ld 条转发</string> <string>%ld 条转发</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld re-blogs</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>

View File

@ -1,5 +1,5 @@
"Common.Alerts.BlockDomain.BlockEntireDomain" = "封鎖網域"; "Common.Alerts.BlockDomain.BlockEntireDomain" = "封鎖網域";
"Common.Alerts.BlockDomain.Title" = "真的非常確定要封鎖整個 %@ 網域嗎?大部分情況下,您只需要封鎖或靜音少數特定的帳號能滿足需求。您將不能看到來自此網域的內容。您來自該網域的跟隨者也將被移除。"; "Common.Alerts.BlockDomain.Title" = "真的非常確定要封鎖整個 %@ 網域嗎?大部分情況下,您只需要封鎖或靜音少數特定的帳號能滿足需求。您將不能看到來自此網域的內容。您來自該網域的跟隨者也將被移除。";
"Common.Alerts.CleanCache.Message" = "成功清除 %@ 快取。"; "Common.Alerts.CleanCache.Message" = "成功清除 %@ 快取。";
"Common.Alerts.CleanCache.Title" = "清除快取"; "Common.Alerts.CleanCache.Title" = "清除快取";
"Common.Alerts.Common.PleaseTryAgain" = "請再試一次。"; "Common.Alerts.Common.PleaseTryAgain" = "請再試一次。";
@ -40,6 +40,7 @@
"Common.Controls.Actions.Discard" = "捨棄"; "Common.Controls.Actions.Discard" = "捨棄";
"Common.Controls.Actions.Done" = "完成"; "Common.Controls.Actions.Done" = "完成";
"Common.Controls.Actions.Edit" = "編輯"; "Common.Controls.Actions.Edit" = "編輯";
"Common.Controls.Actions.EditPost" = "編輯";
"Common.Controls.Actions.FindPeople" = "尋找一些人來跟隨"; "Common.Controls.Actions.FindPeople" = "尋找一些人來跟隨";
"Common.Controls.Actions.ManuallySearch" = "手動搜尋"; "Common.Controls.Actions.ManuallySearch" = "手動搜尋";
"Common.Controls.Actions.Next" = "下一頁"; "Common.Controls.Actions.Next" = "下一頁";
@ -101,6 +102,8 @@
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "切換內容警告"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "切換內容警告";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "切換最愛嘟文"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "切換最愛嘟文";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "切換轉發嘟文"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "切換轉發嘟文";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "轉嘟";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "取消轉嘟";
"Common.Controls.Status.Actions.Favorite" = "最愛"; "Common.Controls.Status.Actions.Favorite" = "最愛";
"Common.Controls.Status.Actions.Hide" = "隱藏"; "Common.Controls.Status.Actions.Hide" = "隱藏";
"Common.Controls.Status.Actions.Menu" = "選單"; "Common.Controls.Status.Actions.Menu" = "選單";
@ -113,9 +116,20 @@
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "輕觸然後按住以顯示選單"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "輕觸然後按住以顯示選單";
"Common.Controls.Status.Actions.Unfavorite" = "取消最愛"; "Common.Controls.Status.Actions.Unfavorite" = "取消最愛";
"Common.Controls.Status.Actions.Unreblog" = "取消轉嘟"; "Common.Controls.Status.Actions.Unreblog" = "取消轉嘟";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "上次編輯於 %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "編輯記錄";
"Common.Controls.Status.Buttons.FavoritesTitle" = "最愛";
"Common.Controls.Status.Buttons.ReblogsTitle" = "轉嘟";
"Common.Controls.Status.ContentWarning" = "內容警告"; "Common.Controls.Status.ContentWarning" = "內容警告";
"Common.Controls.Status.EditHistory.OriginalPost" = "原始嘟文 · %@";
"Common.Controls.Status.EditHistory.Title" = "編輯記錄";
"Common.Controls.Status.EditedAtTimestampPrefix" = "編輯於 %@";
"Common.Controls.Status.LinkViaUser" = "%@ 透過 %@"; "Common.Controls.Status.LinkViaUser" = "%@ 透過 %@";
"Common.Controls.Status.LoadEmbed" = "讀取嵌入內容"; "Common.Controls.Status.LoadEmbed" = "讀取嵌入內容";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@ 附件 %d 之 %d";
"Common.Controls.Status.Media.ExpandGifHint" = "展開 GIF 圖片。雙擊然後按住以顯示動作";
"Common.Controls.Status.Media.ExpandImageHint" = "展開圖片。雙擊然後按住以顯示動作";
"Common.Controls.Status.Media.ExpandVideoHint" = "展開影片播放器。雙擊然後按住以顯示動作";
"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" = "主題標籤: %@";
@ -123,6 +137,7 @@
"Common.Controls.Status.MetaEntity.Url" = "連結:%@"; "Common.Controls.Status.MetaEntity.Url" = "連結:%@";
"Common.Controls.Status.Poll.Closed" = "已關閉"; "Common.Controls.Status.Poll.Closed" = "已關閉";
"Common.Controls.Status.Poll.Vote" = "投票"; "Common.Controls.Status.Poll.Vote" = "投票";
"Common.Controls.Status.PostedViaApplication" = "%@ 透過 %@";
"Common.Controls.Status.SensitiveContent" = "敏感內容"; "Common.Controls.Status.SensitiveContent" = "敏感內容";
"Common.Controls.Status.ShowPost" = "顯示嘟文"; "Common.Controls.Status.ShowPost" = "顯示嘟文";
"Common.Controls.Status.ShowUserProfile" = "顯示使用者個人檔案頁面"; "Common.Controls.Status.ShowUserProfile" = "顯示使用者個人檔案頁面";
@ -134,15 +149,17 @@
"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" = "只有被提及的使用者能看到此嘟文。";
"Common.Controls.Status.Visibility.Private" = "只有他們的跟隨者能看到此嘟文。"; "Common.Controls.Status.Visibility.Private" = "只有他們的跟隨者能看到此嘟文。";
"Common.Controls.Status.Visibility.PrivateFromMe" = "只有我的跟隨者能看到此嘟文。"; "Common.Controls.Status.Visibility.PrivateFromMe" = "只有我的跟隨者能看到此嘟文。";
"Common.Controls.Status.Visibility.Unlisted" = "任何人都能看到此嘟文,但是不會顯示於公開時間軸上。"; "Common.Controls.Status.Visibility.Unlisted" = "任何人都能看到此嘟文,但是不會顯示於公開時間軸上。";
"Common.Controls.Tabs.A11Y.Explore" = "探索";
"Common.Controls.Tabs.A11Y.Search" = "搜尋";
"Common.Controls.Tabs.Home" = "首頁"; "Common.Controls.Tabs.Home" = "首頁";
"Common.Controls.Tabs.Notifications" = "通知"; "Common.Controls.Tabs.Notifications" = "通知";
"Common.Controls.Tabs.Profile" = "個人檔案"; "Common.Controls.Tabs.Profile" = "個人檔案";
@ -161,6 +178,7 @@
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "正在讀取錯過的嘟文..."; "Common.Controls.Timeline.Loader.LoadingMissingPosts" = "正在讀取錯過的嘟文...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "顯示更多回覆"; "Common.Controls.Timeline.Loader.ShowMoreReplies" = "顯示更多回覆";
"Common.Controls.Timeline.Timestamp.Now" = "剛剛"; "Common.Controls.Timeline.Timestamp.Now" = "剛剛";
"Extension.OpenIn.InvalidLinkError" = "這似乎並不是有效的 Mastodon 連結。";
"Scene.AccountList.AddAccount" = "新增帳號"; "Scene.AccountList.AddAccount" = "新增帳號";
"Scene.AccountList.DismissAccountSwitcher" = "關閉帳號切換器"; "Scene.AccountList.DismissAccountSwitcher" = "關閉帳號切換器";
"Scene.AccountList.TabBarHint" = "目前已選擇的個人檔案:%@。點兩下然後按住以顯示帳號切換器"; "Scene.AccountList.TabBarHint" = "目前已選擇的個人檔案:%@。點兩下然後按住以顯示帳號切換器";
@ -195,28 +213,40 @@
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "選擇可見性 - %@"; "Scene.Compose.Keyboard.SelectVisibilityEntry" = "選擇可見性 - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "切換內容警告"; "Scene.Compose.Keyboard.ToggleContentWarning" = "切換內容警告";
"Scene.Compose.Keyboard.TogglePoll" = "切換投票"; "Scene.Compose.Keyboard.TogglePoll" = "切換投票";
"Scene.Compose.Language.Other" = "其他語言...";
"Scene.Compose.Language.Recent" = "最近的";
"Scene.Compose.Language.Suggested" = "建議";
"Scene.Compose.Language.Title" = "嘟文語言";
"Scene.Compose.MediaSelection.Browse" = "瀏覽"; "Scene.Compose.MediaSelection.Browse" = "瀏覽";
"Scene.Compose.MediaSelection.Camera" = "拍攝照片"; "Scene.Compose.MediaSelection.Camera" = "拍攝照片";
"Scene.Compose.MediaSelection.PhotoLibrary" = "圖片庫"; "Scene.Compose.MediaSelection.PhotoLibrary" = "圖片庫";
"Scene.Compose.Poll.AddOption" = "新增選項";
"Scene.Compose.Poll.DurationTime" = "持續時間:%@"; "Scene.Compose.Poll.DurationTime" = "持續時間:%@";
"Scene.Compose.Poll.MoveDown" = "向下移";
"Scene.Compose.Poll.MoveUp" = "向上移";
"Scene.Compose.Poll.OneDay" = "一天"; "Scene.Compose.Poll.OneDay" = "一天";
"Scene.Compose.Poll.OneHour" = "一小時"; "Scene.Compose.Poll.OneHour" = "一小時";
"Scene.Compose.Poll.OptionNumber" = "選項 %ld"; "Scene.Compose.Poll.OptionNumber" = "選項 %ld";
"Scene.Compose.Poll.RemoveOption" = "移除選項";
"Scene.Compose.Poll.SevenDays" = "七天"; "Scene.Compose.Poll.SevenDays" = "七天";
"Scene.Compose.Poll.SixHours" = "六小時"; "Scene.Compose.Poll.SixHours" = "六小時";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "此投票有空白選項"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "此投票有空白選項";
"Scene.Compose.Poll.ThePollIsInvalid" = "此投票是無效的"; "Scene.Compose.Poll.ThePollIsInvalid" = "此投票是無效的";
"Scene.Compose.Poll.ThirtyMinutes" = "30 分鐘"; "Scene.Compose.Poll.ThirtyMinutes" = "30 分鐘";
"Scene.Compose.Poll.ThreeDays" = "三天"; "Scene.Compose.Poll.ThreeDays" = "三天";
"Scene.Compose.Poll.Title" = "投票";
"Scene.Compose.ReplyingToUser" = "正在回覆 %@"; "Scene.Compose.ReplyingToUser" = "正在回覆 %@";
"Scene.Compose.Title.EditPost" = "編輯嘟文";
"Scene.Compose.Title.NewPost" = "新增嘟文"; "Scene.Compose.Title.NewPost" = "新增嘟文";
"Scene.Compose.Title.NewReply" = "新增回覆"; "Scene.Compose.Title.NewReply" = "新增回覆";
"Scene.Compose.Visibility.Direct" = "僅限於我提及的人"; "Scene.Compose.Visibility.Direct" = "僅限於我提及的人";
"Scene.Compose.Visibility.Private" = "僅限跟隨者"; "Scene.Compose.Visibility.Private" = "僅限跟隨者";
"Scene.Compose.Visibility.Public" = "公開"; "Scene.Compose.Visibility.Public" = "公開";
"Scene.Compose.Visibility.Unlisted" = "不公開"; "Scene.Compose.Visibility.Unlisted" = "不公開";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "開啟電子郵件 App";
"Scene.ConfirmEmail.Button.Resend" = "重新發送"; "Scene.ConfirmEmail.Button.Resend" = "重新發送";
"Scene.ConfirmEmail.DidntGetLink.Prefix" = "無法取得連結嗎?";
"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "重新傳送 (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "立即重新傳送。";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "請檢查您的電子郵件地址是否正確,以及您的垃圾信件夾。"; "Scene.ConfirmEmail.DontReceiveEmail.Description" = "請檢查您的電子郵件地址是否正確,以及您的垃圾信件夾。";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "重新發送電子郵件"; "Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "重新發送電子郵件";
"Scene.ConfirmEmail.DontReceiveEmail.Title" = "請檢查您的電子郵件"; "Scene.ConfirmEmail.DontReceiveEmail.Title" = "請檢查您的電子郵件";
@ -224,9 +254,8 @@
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "電子郵件"; "Scene.ConfirmEmail.OpenEmailApp.Mail" = "電子郵件";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "請開啟電子郵件程式"; "Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "請開啟電子郵件程式";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "請檢查您的收件夾。"; "Scene.ConfirmEmail.OpenEmailApp.Title" = "請檢查您的收件夾。";
"Scene.ConfirmEmail.Subtitle" = "點擊我們寄送給您的帳號驗證連結。"; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "請點擊我們寄給您連結以驗證 %@。我們將於此稍候。";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "點擊我們寄送給您的帳號驗證連結"; "Scene.ConfirmEmail.Title" = "請檢查您的收件夾";
"Scene.ConfirmEmail.Title" = "最後一步。";
"Scene.Discovery.Intro" = "這些嘟文正在您 Mastodon 的角落受到注目。"; "Scene.Discovery.Intro" = "這些嘟文正在您 Mastodon 的角落受到注目。";
"Scene.Discovery.Tabs.Community" = "社群"; "Scene.Discovery.Tabs.Community" = "社群";
"Scene.Discovery.Tabs.ForYou" = "為您推薦"; "Scene.Discovery.Tabs.ForYou" = "為您推薦";
@ -235,7 +264,7 @@
"Scene.Discovery.Tabs.Posts" = "嘟文"; "Scene.Discovery.Tabs.Posts" = "嘟文";
"Scene.Familiarfollowers.FollowedByNames" = "被 %@ 跟隨"; "Scene.Familiarfollowers.FollowedByNames" = "被 %@ 跟隨";
"Scene.Familiarfollowers.Title" = "您熟悉的跟隨者"; "Scene.Familiarfollowers.Title" = "您熟悉的跟隨者";
"Scene.Favorite.Title" = "您的最愛"; "Scene.Favorite.Title" = "最愛";
"Scene.FavoritedBy.Title" = "已加入最愛"; "Scene.FavoritedBy.Title" = "已加入最愛";
"Scene.FollowedTags.Actions.Follow" = "跟隨"; "Scene.FollowedTags.Actions.Follow" = "跟隨";
"Scene.FollowedTags.Actions.Unfollow" = "取消跟隨"; "Scene.FollowedTags.Actions.Unfollow" = "取消跟隨";
@ -248,7 +277,7 @@
"Scene.Following.Footer" = "來自其他伺服器的跟隨中不會被顯示。"; "Scene.Following.Footer" = "來自其他伺服器的跟隨中不會被顯示。";
"Scene.Following.Title" = "跟隨中"; "Scene.Following.Title" = "跟隨中";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "輕點一下捲至頂端並且再點ㄧ下回到原先位置"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "輕點一下捲至頂端並且再點ㄧ下回到原先位置";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "標誌按鈕"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "檢視最新嘟文"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "檢視最新嘟文";
"Scene.HomeTimeline.NavigationBarState.Offline" = "離線"; "Scene.HomeTimeline.NavigationBarState.Offline" = "離線";
"Scene.HomeTimeline.NavigationBarState.Published" = "嘟出去!"; "Scene.HomeTimeline.NavigationBarState.Published" = "嘟出去!";
@ -263,31 +292,39 @@
"Scene.Notification.FollowRequest.Rejected" = "已拒絕"; "Scene.Notification.FollowRequest.Rejected" = "已拒絕";
"Scene.Notification.Keyobard.ShowEverything" = "顯示全部"; "Scene.Notification.Keyobard.ShowEverything" = "顯示全部";
"Scene.Notification.Keyobard.ShowMentions" = "顯示提及"; "Scene.Notification.Keyobard.ShowMentions" = "顯示提及";
"Scene.Notification.NotificationDescription.FavoritedYourPost" = "最愛了您的嘟文"; "Scene.Notification.NotificationDescription.FavoritedYourPost" = "已將您的嘟文加入最愛";
"Scene.Notification.NotificationDescription.FollowedYou" = "跟隨您"; "Scene.Notification.NotificationDescription.FollowedYou" = "跟隨您";
"Scene.Notification.NotificationDescription.MentionedYou" = "提到了您"; "Scene.Notification.NotificationDescription.MentionedYou" = "提到了您";
"Scene.Notification.NotificationDescription.PollHasEnded" = "投票已結束"; "Scene.Notification.NotificationDescription.PollHasEnded" = "投票已結束";
"Scene.Notification.NotificationDescription.RebloggedYourPost" = "轉嘟您的嘟文"; "Scene.Notification.NotificationDescription.RebloggedYourPost" = "轉嘟您的嘟文";
"Scene.Notification.NotificationDescription.RequestToFollowYou" = "要求跟隨您"; "Scene.Notification.NotificationDescription.RequestToFollowYou" = "要求跟隨您";
"Scene.Notification.Title.Everything" = "全部"; "Scene.Notification.Title.Everything" = "全部";
"Scene.Notification.Title.Mentions" = "提及"; "Scene.Notification.Title.Mentions" = "提及";
"Scene.Preview.Keyboard.ClosePreview" = "關閉預覽"; "Scene.Preview.Keyboard.ClosePreview" = "關閉預覽";
"Scene.Preview.Keyboard.ShowNext" = "顯示下一筆"; "Scene.Preview.Keyboard.ShowNext" = "顯示下一筆";
"Scene.Preview.Keyboard.ShowPrevious" = "顯示上一筆"; "Scene.Preview.Keyboard.ShowPrevious" = "顯示上一筆";
"Scene.Privacy.Button.Confirm" = "我已閱讀並同意";
"Scene.Privacy.Policy.Ios" = "隱私權政策 - Mastodon for iOS";
"Scene.Privacy.Policy.Server" = "隱私權政策 - %@";
"Scene.Privacy.Title" = "隱私權";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "點兩下以開啟列表"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "點兩下以開啟列表";
"Scene.Profile.Accessibility.EditAvatarImage" = "編輯大頭貼"; "Scene.Profile.Accessibility.EditAvatarImage" = "編輯大頭貼";
"Scene.Profile.Accessibility.ShowAvatarImage" = "顯示大頭貼"; "Scene.Profile.Accessibility.ShowAvatarImage" = "顯示大頭貼";
"Scene.Profile.Accessibility.ShowBannerImage" = "顯示橫幅圖片"; "Scene.Profile.Accessibility.ShowBannerImage" = "顯示橫幅圖片";
"Scene.Profile.Dashboard.Followers" = "跟隨者"; "Scene.Profile.Dashboard.FamiliarFollowers" = "互相跟隨";
"Scene.Profile.Dashboard.Following" = "跟隨中"; "Scene.Profile.Dashboard.MyFollowers" = "跟隨者";
"Scene.Profile.Dashboard.Posts" = "嘟文"; "Scene.Profile.Dashboard.MyFollowing" = "正在跟隨";
"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" = "內容";
"Scene.Profile.Fields.Placeholder.Label" = "標籤"; "Scene.Profile.Fields.Placeholder.Label" = "標籤";
"Scene.Profile.Fields.Verified.Long" = "已在 %@ 檢查此連結的擁有者權限"; "Scene.Profile.Fields.Verified.Long" = "已在 %@ 檢查此連結的擁有者權限";
"Scene.Profile.Fields.Verified.Short" = "於 %@ 上已驗證"; "Scene.Profile.Fields.Verified.Short" = "於 %@ 上已驗證";
"Scene.Profile.Header.FollowsYou" = "跟隨您"; "Scene.Profile.Header.FollowsYou" = "跟隨您";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "確認將 %@ 封鎖"; "Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "確認將 %@ 封鎖";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "封鎖"; "Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "封鎖";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "確認隱藏轉嘟"; "Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "確認隱藏轉嘟";
@ -333,13 +370,14 @@
"Scene.Register.Input.Password.Accessibility.Checked" = "已選擇"; "Scene.Register.Input.Password.Accessibility.Checked" = "已選擇";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "取消勾選"; "Scene.Register.Input.Password.Accessibility.Unchecked" = "取消勾選";
"Scene.Register.Input.Password.CharacterLimit" = "8 個字元"; "Scene.Register.Input.Password.CharacterLimit" = "8 個字元";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "確認密碼";
"Scene.Register.Input.Password.Hint" = "您的密碼必須至少為八個字元"; "Scene.Register.Input.Password.Hint" = "您的密碼必須至少為八個字元";
"Scene.Register.Input.Password.Placeholder" = "密碼"; "Scene.Register.Input.Password.Placeholder" = "密碼";
"Scene.Register.Input.Password.Require" = "您的密碼必須是至少:"; "Scene.Register.Input.Password.Require" = "您的密碼必須是至少:";
"Scene.Register.Input.Username.DuplicatePrompt" = "此使用者名稱已被佔用。"; "Scene.Register.Input.Username.DuplicatePrompt" = "這個帳號已經被註冊過囉。";
"Scene.Register.Input.Username.Placeholder" = "使用者名稱"; "Scene.Register.Input.Username.Placeholder" = "使用者名稱";
"Scene.Register.LetsGetYouSetUpOnDomain" = "讓我們一起設定 %@ 吧!"; "Scene.Register.Input.Username.Suggestion" = "amazing_%@";
"Scene.Register.Title" = "讓我們一起設定 %@ 吧!"; "Scene.Register.Title" = "新增帳號";
"Scene.Report.Content1" = "還有其他您想加入這份檢舉報告的嘟文嗎?"; "Scene.Report.Content1" = "還有其他您想加入這份檢舉報告的嘟文嗎?";
"Scene.Report.Content2" = "有其他管管們需要知道關於這份檢舉報告的嗎?"; "Scene.Report.Content2" = "有其他管管們需要知道關於這份檢舉報告的嗎?";
"Scene.Report.ReportSentTitle" = "感謝您的檢舉,我們將著手處理。"; "Scene.Report.ReportSentTitle" = "感謝您的檢舉,我們將著手處理。";
@ -379,7 +417,7 @@
"Scene.Report.StepTwo.IJustDontLikeIt" = "就是不順眼"; "Scene.Report.StepTwo.IJustDontLikeIt" = "就是不順眼";
"Scene.Report.StepTwo.SelectAllThatApply" = "請選擇所有適用的選項"; "Scene.Report.StepTwo.SelectAllThatApply" = "請選擇所有適用的選項";
"Scene.Report.StepTwo.Step2Of4" = "四個步驟中的第二步"; "Scene.Report.StepTwo.Step2Of4" = "四個步驟中的第二步";
"Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "違反哪些規則?"; "Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "違反哪些規則?";
"Scene.Report.TextPlaceholder" = "請輸入或貼上額外的備註"; "Scene.Report.TextPlaceholder" = "請輸入或貼上額外的備註";
"Scene.Report.Title" = "檢舉 %@"; "Scene.Report.Title" = "檢舉 %@";
"Scene.Report.TitleReport" = "檢舉"; "Scene.Report.TitleReport" = "檢舉";
@ -414,8 +452,10 @@
"Scene.ServerPicker.Button.Category.Music" = "音樂"; "Scene.ServerPicker.Button.Category.Music" = "音樂";
"Scene.ServerPicker.Button.Category.Regional" = "區域性"; "Scene.ServerPicker.Button.Category.Regional" = "區域性";
"Scene.ServerPicker.Button.Category.Tech" = "科技"; "Scene.ServerPicker.Button.Category.Tech" = "科技";
"Scene.ServerPicker.Button.Language" = "語言";
"Scene.ServerPicker.Button.SeeLess" = "顯示較少"; "Scene.ServerPicker.Button.SeeLess" = "顯示較少";
"Scene.ServerPicker.Button.SeeMore" = "檢視更多"; "Scene.ServerPicker.Button.SeeMore" = "檢視更多";
"Scene.ServerPicker.Button.SignupSpeed" = "註冊速度";
"Scene.ServerPicker.EmptyState.BadNetwork" = "讀取資料時發生錯誤。請檢查您的網路連線。"; "Scene.ServerPicker.EmptyState.BadNetwork" = "讀取資料時發生錯誤。請檢查您的網路連線。";
"Scene.ServerPicker.EmptyState.FindingServers" = "尋找可用的伺服器..."; "Scene.ServerPicker.EmptyState.FindingServers" = "尋找可用的伺服器...";
"Scene.ServerPicker.EmptyState.NoResults" = "沒有結果"; "Scene.ServerPicker.EmptyState.NoResults" = "沒有結果";
@ -423,8 +463,12 @@
"Scene.ServerPicker.Label.Category" = "分類"; "Scene.ServerPicker.Label.Category" = "分類";
"Scene.ServerPicker.Label.Language" = "語言"; "Scene.ServerPicker.Label.Language" = "語言";
"Scene.ServerPicker.Label.Users" = "使用者"; "Scene.ServerPicker.Label.Users" = "使用者";
"Scene.ServerPicker.Subtitle" = "基於您的興趣、地區、或一般用途選定一個伺服器。您仍會與任何伺服器中的每個人連結。"; "Scene.ServerPicker.Language.All" = "全部";
"Scene.ServerPicker.Title" = "Mastodon 由不同伺服器的使用者組成。"; "Scene.ServerPicker.Search.Placeholder" = "搜尋名稱或 URL";
"Scene.ServerPicker.SignupSpeed.All" = "全部";
"Scene.ServerPicker.SignupSpeed.Instant" = "立即註冊";
"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "手動審核";
"Scene.ServerPicker.Title" = "挑選伺服器";
"Scene.ServerRules.Button.Confirm" = "我已閱讀並同意"; "Scene.ServerRules.Button.Confirm" = "我已閱讀並同意";
"Scene.ServerRules.PrivacyPolicy" = "隱私權政策"; "Scene.ServerRules.PrivacyPolicy" = "隱私權政策";
"Scene.ServerRules.Prompt" = "繼續的話,代表您將遵守 %@ 的服務條款和隱私權政策。"; "Scene.ServerRules.Prompt" = "繼續的話,代表您將遵守 %@ 的服務條款和隱私權政策。";
@ -469,6 +513,17 @@
"Scene.SuggestionAccount.Title" = "尋找一些人來跟隨"; "Scene.SuggestionAccount.Title" = "尋找一些人來跟隨";
"Scene.Thread.BackTitle" = "嘟文"; "Scene.Thread.BackTitle" = "嘟文";
"Scene.Thread.Title" = "來自 %@ 的嘟文"; "Scene.Thread.Title" = "來自 %@ 的嘟文";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "什麼是 Mastodon";
"Scene.Welcome.Education.HowDoIPickAServer.Description" = "不同人基於各式各樣的原因挑選不同的伺服器。art.example 也許對藝術家來說是個好地方glasgow.example 也許對於蘇格蘭人來說是個好選擇。
任何我們推薦的伺服器都是不錯的選擇(或著您也能從搜尋欄中輸入您自己的伺服器),您不會錯過任何來自聯邦宇宙角落的嘟嘟聲。";
"Scene.Welcome.Education.HowDoIPickAServer.Title" = "如何挑選伺服器?";
"Scene.Welcome.Education.MastodonIsLikeThat.Description" = "您的帳號可以是 @gothgirl654@example.social但您仍可跟隨、轉嘟或是與 @fallout5ever@example.online 聊天互動。";
"Scene.Welcome.Education.MastodonIsLikeThat.Title" = "Mastodon 就像這樣";
"Scene.Welcome.Education.WhatIsMastodon.Description" = "想像您擁有以 @example.com 結尾的 email 信箱地址。
您仍可發送及接收來自任何人的電子郵件,無論他們的信箱是來自 @gmail.com 或 @icloud.com 或 @example.com。";
"Scene.Welcome.Education.WhatIsMastodon.Title" = "什麼是";
"Scene.Welcome.GetStarted" = "新手上路"; "Scene.Welcome.GetStarted" = "新手上路";
"Scene.Welcome.LogIn" = "登入"; "Scene.Welcome.LogIn" = "登入";
"Scene.Welcome.Slogan" = "社群網路 "Scene.Welcome.Slogan" = "社群網路
@ -476,3 +531,17 @@
"Scene.Wizard.AccessibilityHint" = "點兩下以關閉此設定精靈"; "Scene.Wizard.AccessibilityHint" = "點兩下以關閉此設定精靈";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "按住個人檔案按鈕以於多個帳號間切換。"; "Scene.Wizard.MultipleAccountSwitchIntroDescription" = "按住個人檔案按鈕以於多個帳號間切換。";
"Scene.Wizard.NewInMastodon" = "Mastodon 新功能"; "Scene.Wizard.NewInMastodon" = "Mastodon 新功能";
"Widget.Common.UnsupportedWidgetFamily" = "很抱歉,不支援此小工具尺寸";
"Widget.Common.UserNotLoggedIn" = "請開啟 Mastodon 以登入帳號。";
"Widget.FollowersCount.ConfigurationDescription" = "顯示跟隨者數量。";
"Widget.FollowersCount.ConfigurationDisplayName" = "跟隨者";
"Widget.FollowersCount.FollowersToday" = "本日有 %@ 個跟隨者";
"Widget.FollowersCount.Title" = "跟隨者";
"Widget.LatestFollowers.ConfigurationDescription" = "顯示最新的跟隨者。";
"Widget.LatestFollowers.ConfigurationDisplayName" = "最新的跟隨者";
"Widget.LatestFollowers.LastUpdate" = "最後更新於:%@";
"Widget.LatestFollowers.Title" = "最新的跟隨者";
"Widget.MultipleFollowers.ConfigurationDescription" = "顯示多個帳號的跟隨者數量。";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "多個跟隨者";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "另一個跟隨者";

View File

@ -47,7 +47,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@</string> <string>%#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -55,7 +55,7 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>other</key> <key>other</key>
<string>%ld 個字</string> <string>還剩 %ld 個字</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.followed_by_and_mutual</key> <key>plural.count.followed_by_and_mutual</key>
@ -151,6 +151,20 @@
<string>%ld 個轉嘟</string> <string>%ld 個轉嘟</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@reblog_count@</string>
<key>reblog_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>other</key>
<string>%ld 個轉嘟</string>
</dict>
</dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>