Generate new localized strings

This commit is contained in:
Nathan Mattes 2022-11-09 07:37:37 +01:00
parent 1e27b2b838
commit b5943d48cf
30 changed files with 353 additions and 207 deletions

View File

@ -38,7 +38,7 @@
"ehFLjY" = "Endast följare";
"gfePDu" = "Publicering misslyckades. ${failureReason}";
"gfePDu" = "Kunde inte publicera. ${failureReason}";
"k7dbKQ" = "Inlägget har publicerats.";

View File

@ -30,7 +30,7 @@
"ayoYEb-dYQ5NN" = "${content}, Công khai";
"ayoYEb-ehFLjY" = "${content}, Riêng tư";
"ayoYEb-ehFLjY" = "${content}, Chỉ người theo dõi";
"dUyuGg" = "Đăng lên Mastodon";

View File

@ -291,8 +291,6 @@ public enum L10n {
return L10n.tr("Localizable", "Common.Controls.Status.UserRepliedTo", String(describing: p1))
}
public enum Actions {
/// Bookmark
public static let bookmark = L10n.tr("Localizable", "Common.Controls.Status.Actions.Bookmark")
/// Favorite
public static let favorite = L10n.tr("Localizable", "Common.Controls.Status.Actions.Favorite")
/// Hide
@ -311,8 +309,6 @@ public enum L10n {
public static let showVideoPlayer = L10n.tr("Localizable", "Common.Controls.Status.Actions.ShowVideoPlayer")
/// Tap then hold to show menu
public static let tapThenHoldToShowMenu = L10n.tr("Localizable", "Common.Controls.Status.Actions.TapThenHoldToShowMenu")
/// Unbookmark
public static let unbookmark = L10n.tr("Localizable", "Common.Controls.Status.Actions.Unbookmark")
/// Unfavorite
public static let unfavorite = L10n.tr("Localizable", "Common.Controls.Status.Actions.Unfavorite")
/// Undo reblog
@ -412,7 +408,7 @@ public enum L10n {
}
}
public enum Bookmark {
/// Your Bookmarks
/// Bookmarks
public static let title = L10n.tr("Localizable", "Scene.Bookmark.Title")
}
public enum Compose {
@ -716,7 +712,7 @@ public enum L10n {
public enum ConfirmHideReblogs {
/// Confirm to hide reblogs
public static let message = L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message")
/// Hide reblogs
/// Hide Reblogs
public static let title = L10n.tr("Localizable", "Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title")
}
public enum ConfirmMuteUser {

View File

@ -68,11 +68,13 @@
"Common.Controls.Friendship.EditInfo" = "تَحريرُ المَعلُومات";
"Common.Controls.Friendship.Follow" = "مُتابَعَة";
"Common.Controls.Friendship.Following" = "مُتابَع";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "كَتم";
"Common.Controls.Friendship.MuteUser" = "كَتمُ %@";
"Common.Controls.Friendship.Muted" = "مكتوم";
"Common.Controls.Friendship.Pending" = "قيد المُراجعة";
"Common.Controls.Friendship.Request" = "إرسال طَلَب";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "رفع الحَظر";
"Common.Controls.Friendship.UnblockUser" = "رفع الحَظر عن %@";
"Common.Controls.Friendship.Unmute" = "رفع الكتم";
@ -149,6 +151,7 @@
"Scene.AccountList.AddAccount" = "إضافَةُ حِساب";
"Scene.AccountList.DismissAccountSwitcher" = "تجاهُل مبدِّل الحِساب";
"Scene.AccountList.TabBarHint" = "المِلَفُّ المُحدَّدُ حالِيًّا: %@. اُنقُر نَقرًا مُزدَوَجًا مَعَ الاِستِمرارِ لِإظهارِ مُبدِّلِ الحِساب";
"Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "إضافة مُرفَق";
"Scene.Compose.Accessibility.AppendPoll" = "اضافة استطلاع رأي";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "منتقي الرموز التعبيرية المُخصَّص";
@ -253,8 +256,12 @@
"Scene.Profile.Header.FollowsYou" = "يُتابِعُك";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "تأكيدُ حَظر %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "حَظرُ الحِساب";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "تأكيدُ كَتم %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "كَتمُ الحِساب";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "تأكيدُ رَفع الحَظرِ عَن %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "رَفعُ الحَظرِ عَنِ الحِساب";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "أكِّد لرفع الكتمْ عن %@";

View File

@ -68,11 +68,13 @@ Comprova la teva connexió a Internet.";
"Common.Controls.Friendship.EditInfo" = "Edita";
"Common.Controls.Friendship.Follow" = "Segueix";
"Common.Controls.Friendship.Following" = "Seguint";
"Common.Controls.Friendship.HideReblogs" = "Amaga els impulsos";
"Common.Controls.Friendship.Mute" = "Silencia";
"Common.Controls.Friendship.MuteUser" = "Silencia %@";
"Common.Controls.Friendship.Muted" = "Silenciat";
"Common.Controls.Friendship.Pending" = "Pendent";
"Common.Controls.Friendship.Request" = "Petició";
"Common.Controls.Friendship.ShowReblogs" = "Mostra els impulsos";
"Common.Controls.Friendship.Unblock" = "Desbloqueja";
"Common.Controls.Friendship.UnblockUser" = "Desbloqueja %@";
"Common.Controls.Friendship.Unmute" = "Deixa de silenciar";
@ -149,6 +151,7 @@ El teu perfil els sembla així.";
"Scene.AccountList.AddAccount" = "Afegir compte";
"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.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Afegeix Adjunt";
"Scene.Compose.Accessibility.AppendPoll" = "Afegir enquesta";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Selector d'Emoji Personalitzat";
@ -253,8 +256,12 @@ carregat a Mastodon.";
"Scene.Profile.Header.FollowsYou" = "Et segueix";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Confirma per a bloquejar %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Bloqueja el Compte";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirma per a amagar els impulsos";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Amaga Impulsos";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Confirma per a silenciar %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Silencia el Compte";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirma per a mostrar els impulsos";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Mostra els Impulsos";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Confirma per a desbloquejar %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Desbloqueja el Compte";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Confirma deixar de silenciar a %@";

View File

@ -68,11 +68,13 @@
"Common.Controls.Friendship.EditInfo" = "دەستکاری";
"Common.Controls.Friendship.Follow" = "شوێنی بکەوە";
"Common.Controls.Friendship.Following" = "شوێنی دەکەویت";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "بێدەنگی بکە";
"Common.Controls.Friendship.MuteUser" = "%@ بێدەنگە";
"Common.Controls.Friendship.Muted" = "بێدەنگ کراوە";
"Common.Controls.Friendship.Pending" = "داوات کردووە";
"Common.Controls.Friendship.Request" = "داوای لێ بکە";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "ئاستەنگی مەکە";
"Common.Controls.Friendship.UnblockUser" = "%@ ئاستەنگ مەکە";
"Common.Controls.Friendship.Unmute" = "بێدەنگی مەکە";
@ -149,6 +151,7 @@
"Scene.AccountList.AddAccount" = "هەژمارێک زیاد بکە";
"Scene.AccountList.DismissAccountSwitcher" = "پێڕستی هەژمارەکان دابخە";
"Scene.AccountList.TabBarHint" = "هەژماری ئێستا: %@. دوو جا دەستی پیا بنێ بۆ کردنەوەی پێڕستی هەژمارەکان.";
"Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "پێوەکراوی پێوە بکە";
"Scene.Compose.Accessibility.AppendPoll" = "دەنگدان زیاد بکە";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "هەڵبژێری ئیمۆجی";
@ -252,8 +255,12 @@
"Scene.Profile.Header.FollowsYou" = "Follows You";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "دڵنیا ببەوە بۆ ئاستەنگکردنی %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "ئاستەنگی بکە";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "دڵیا ببەوە بۆ بێدەنگکردنی %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "بێدەنگی بکە";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "دڵنیا ببەوە بۆ لابردنی ئاستەنگی %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "ئاستەنگی مەکە";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "دڵنیا ببەوە بۆ بێدەنگنەکردنی %@";

View File

@ -68,11 +68,13 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Friendship.EditInfo" = "Information bearbeiten";
"Common.Controls.Friendship.Follow" = "Folgen";
"Common.Controls.Friendship.Following" = "Folge Ich";
"Common.Controls.Friendship.HideReblogs" = "Reblogs ausblenden";
"Common.Controls.Friendship.Mute" = "Stummschalten";
"Common.Controls.Friendship.MuteUser" = "%@ stummschalten";
"Common.Controls.Friendship.Muted" = "Stummgeschaltet";
"Common.Controls.Friendship.Pending" = "In Warteschlange";
"Common.Controls.Friendship.Request" = "Anfragen";
"Common.Controls.Friendship.ShowReblogs" = "Reblogs anzeigen";
"Common.Controls.Friendship.Unblock" = "Blockierung aufheben";
"Common.Controls.Friendship.UnblockUser" = "Blockierung von %@ aufheben";
"Common.Controls.Friendship.Unmute" = "Nicht mehr stummschalten";
@ -149,6 +151,7 @@ Dein Profil sieht für diesen Benutzer auch so aus.";
"Scene.AccountList.AddAccount" = "Konto hinzufügen";
"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.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Anhang hinzufügen";
"Scene.Compose.Accessibility.AppendPoll" = "Umfrage hinzufügen";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Benutzerdefinierter Emojiwähler";
@ -200,7 +203,7 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "E-Mail-Client öffnen";
"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 emailed to you to verify your account";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Schaue kurz in dein E-Mail-Postfach und tippe den Link an, den wir dir gesendet haben";
"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.Tabs.Community" = "Community";
@ -208,25 +211,25 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Discovery.Tabs.Hashtags" = "Hashtags";
"Scene.Discovery.Tabs.News" = "Nachrichten";
"Scene.Discovery.Tabs.Posts" = "Beiträge";
"Scene.Familiarfollowers.FollowedByNames" = "Followed by %@";
"Scene.Familiarfollowers.Title" = "Followers you familiar";
"Scene.Familiarfollowers.FollowedByNames" = "Gefolgt von %@";
"Scene.Familiarfollowers.Title" = "Follower, die dir bekannt vorkommen";
"Scene.Favorite.Title" = "Deine Favoriten";
"Scene.FavoritedBy.Title" = "Favorited By";
"Scene.FavoritedBy.Title" = "Favorisiert von";
"Scene.Follower.Footer" = "Follower von anderen Servern werden nicht angezeigt.";
"Scene.Follower.Title" = "follower";
"Scene.Follower.Title" = "Follower";
"Scene.Following.Footer" = "Wem das Konto folgt wird von anderen Servern werden nicht angezeigt.";
"Scene.Following.Title" = "following";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Logo Button";
"Scene.Following.Title" = "Folgende";
"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.NewPosts" = "Neue Beiträge anzeigen";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Offline";
"Scene.HomeTimeline.NavigationBarState.Published" = "Veröffentlicht!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "Beitrag wird veröffentlicht...";
"Scene.HomeTimeline.Title" = "Startseite";
"Scene.Notification.FollowRequest.Accept" = "Accept";
"Scene.Notification.FollowRequest.Accepted" = "Accepted";
"Scene.Notification.FollowRequest.Reject" = "reject";
"Scene.Notification.FollowRequest.Rejected" = "Rejected";
"Scene.Notification.FollowRequest.Accept" = "Akzeptieren";
"Scene.Notification.FollowRequest.Accepted" = "Akzeptiert";
"Scene.Notification.FollowRequest.Reject" = "Ablehnen";
"Scene.Notification.FollowRequest.Rejected" = "Abgelehnt";
"Scene.Notification.Keyobard.ShowEverything" = "Alles anzeigen";
"Scene.Notification.Keyobard.ShowMentions" = "Erwähnungen anzeigen";
"Scene.Notification.NotificationDescription.FavoritedYourPost" = "hat deinen Beitrag favorisiert";
@ -250,11 +253,15 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Profile.Fields.AddRow" = "Zeile hinzufügen";
"Scene.Profile.Fields.Placeholder.Content" = "Inhalt";
"Scene.Profile.Fields.Placeholder.Label" = "Bezeichnung";
"Scene.Profile.Header.FollowsYou" = "Follows You";
"Scene.Profile.Header.FollowsYou" = "Folgt dir";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Bestätige %@ zu blockieren";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Konto blockieren";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Reblogs ausblenden";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Bestätige %@ stumm zu schalten";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Konto stummschalten";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Reblogs anzeigen";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Bestätige %@ zu entsperren";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Konto entsperren";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Bestätige um %@ nicht mehr stummzuschalten";
@ -264,7 +271,7 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Profile.SegmentedControl.Posts" = "Beiträge";
"Scene.Profile.SegmentedControl.PostsAndReplies" = "Beiträge und Antworten";
"Scene.Profile.SegmentedControl.Replies" = "Antworten";
"Scene.RebloggedBy.Title" = "Reblogged By";
"Scene.RebloggedBy.Title" = "Geteilt von";
"Scene.Register.Error.Item.Agreement" = "Vereinbarung";
"Scene.Register.Error.Item.Email" = "E-Mail";
"Scene.Register.Error.Item.Locale" = "Sprache";
@ -297,7 +304,7 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Register.Input.Password.Require" = "Anforderungen an dein Passwort:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Dieser Benutzername ist vergeben.";
"Scene.Register.Input.Username.Placeholder" = "Benutzername";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Lets get you set up on %@";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Okay, lass uns mit %@ anfangen";
"Scene.Register.Title" = "Erzähle uns von dir.";
"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?";
@ -307,38 +314,38 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Report.SkipToSend" = "Ohne Kommentar abschicken";
"Scene.Report.Step1" = "Schritt 1 von 2";
"Scene.Report.Step2" = "Schritt 2 von 2";
"Scene.Report.StepFinal.BlockUser" = "Block %@";
"Scene.Report.StepFinal.DontWantToSeeThis" = "Dont want to see this?";
"Scene.Report.StepFinal.MuteUser" = "Mute %@";
"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.Unfollow" = "Unfollow";
"Scene.Report.StepFinal.UnfollowUser" = "Unfollow %@";
"Scene.Report.StepFinal.Unfollowed" = "Unfollowed";
"Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience." = "When you see something you dont like on Mastodon, you can remove the person from your experience.";
"Scene.Report.StepFinal.WhileWeReviewThisYouCanTakeActionAgainstUser" = "While we review this, you can take action against %@";
"Scene.Report.StepFinal.YouWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted" = "You wont see their posts or reblogs in your home feed. They wont know theyve been muted.";
"Scene.Report.StepFour.IsThereAnythingElseWeShouldKnow" = "Is there anything else we should know?";
"Scene.Report.StepFour.Step4Of4" = "Step 4 of 4";
"Scene.Report.StepOne.IDontLikeIt" = "I dont like it";
"Scene.Report.StepOne.ItIsNotSomethingYouWantToSee" = "It is not something you want to see";
"Scene.Report.StepOne.ItViolatesServerRules" = "It violates server rules";
"Scene.Report.StepOne.ItsSomethingElse" = "Its something else";
"Scene.Report.StepOne.ItsSpam" = "Its spam";
"Scene.Report.StepOne.MaliciousLinksFakeEngagementOrRepetetiveReplies" = "Malicious links, fake engagement, or repetetive replies";
"Scene.Report.StepOne.SelectTheBestMatch" = "Select the best match";
"Scene.Report.StepOne.Step1Of4" = "Step 1 of 4";
"Scene.Report.StepOne.TheIssueDoesNotFitIntoOtherCategories" = "The issue does not fit into other categories";
"Scene.Report.StepOne.WhatsWrongWithThisAccount" = "What's wrong with this account?";
"Scene.Report.StepOne.WhatsWrongWithThisPost" = "What's wrong with this post?";
"Scene.Report.StepOne.WhatsWrongWithThisUsername" = "What's wrong with %@?";
"Scene.Report.StepOne.YouAreAwareThatItBreaksSpecificRules" = "You are aware that it breaks specific rules";
"Scene.Report.StepThree.AreThereAnyPostsThatBackUpThisReport" = "Are there any posts that back up this report?";
"Scene.Report.StepThree.SelectAllThatApply" = "Select all that apply";
"Scene.Report.StepThree.Step3Of4" = "Step 3 of 4";
"Scene.Report.StepTwo.IJustDontLikeIt" = "I just dont like it";
"Scene.Report.StepTwo.SelectAllThatApply" = "Select all that apply";
"Scene.Report.StepTwo.Step2Of4" = "Step 2 of 4";
"Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "Which rules are being violated?";
"Scene.Report.StepFinal.BlockUser" = "%@ blockieren";
"Scene.Report.StepFinal.DontWantToSeeThis" = "Du willst das nicht mehr sehen?";
"Scene.Report.StepFinal.MuteUser" = "%@ stummschalten";
"Scene.Report.StepFinal.TheyWillNoLongerBeAbleToFollowOrSeeYourPostsButTheyCanSeeIfTheyveBeenBlocked" = "Du wirst die Beiträge von diesem Konto nicht sehen. Das Konto wird nicht in der Lage sein, deine Beiträge zu sehen oder dir zu folgen. Die Person hinter dem Konto wird wissen, dass du das Konto blockiert hast.";
"Scene.Report.StepFinal.Unfollow" = "Entfolgen";
"Scene.Report.StepFinal.UnfollowUser" = "%@ entfolgen";
"Scene.Report.StepFinal.Unfollowed" = "Entfolgt";
"Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience." = "Wenn du etwas auf Mastodon nicht sehen willst, kannst du den Nutzer aus deiner Erfahrung streichen.";
"Scene.Report.StepFinal.WhileWeReviewThisYouCanTakeActionAgainstUser" = "Während wir dies überprüfen, kannst du gegen %@ vorgehen";
"Scene.Report.StepFinal.YouWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted" = "Du wirst die Beiträge vom Konto nicht mehr sehen. Das Konto kann dir immer noch folgen, und die Person hinter dem Konto wird deine Beiträge sehen können und nicht wissen, dass du sie stummgeschaltet hast.";
"Scene.Report.StepFour.IsThereAnythingElseWeShouldKnow" = "Gibt es etwas anderes, was wir wissen sollten?";
"Scene.Report.StepFour.Step4Of4" = "Schritt 4 von 4";
"Scene.Report.StepOne.IDontLikeIt" = "Mir gefällt das nicht";
"Scene.Report.StepOne.ItIsNotSomethingYouWantToSee" = "Das ist etwas, das man nicht sehen möchte";
"Scene.Report.StepOne.ItViolatesServerRules" = "Es verstößt gegen Serverregeln";
"Scene.Report.StepOne.ItsSomethingElse" = "Das ist was anderes";
"Scene.Report.StepOne.ItsSpam" = "Das ist Spam";
"Scene.Report.StepOne.MaliciousLinksFakeEngagementOrRepetetiveReplies" = "Bösartige Links, gefälschtes Engagement oder wiederholte Antworten";
"Scene.Report.StepOne.SelectTheBestMatch" = "Wähle die passende Kategorie";
"Scene.Report.StepOne.Step1Of4" = "Schritt 1 von 4";
"Scene.Report.StepOne.TheIssueDoesNotFitIntoOtherCategories" = "Das Problem passt nicht in die Kategorien";
"Scene.Report.StepOne.WhatsWrongWithThisAccount" = "Was stimmt mit diesem Konto nicht?";
"Scene.Report.StepOne.WhatsWrongWithThisPost" = "Was stimmt mit diesem Beitrag nicht?";
"Scene.Report.StepOne.WhatsWrongWithThisUsername" = "Was ist los mit %@?";
"Scene.Report.StepOne.YouAreAwareThatItBreaksSpecificRules" = "Du weißt, welche Regeln verletzt werden";
"Scene.Report.StepThree.AreThereAnyPostsThatBackUpThisReport" = "Gibt es Beiträge, die diesen Bericht unterstützen?";
"Scene.Report.StepThree.SelectAllThatApply" = "Alles Zutreffende auswählen";
"Scene.Report.StepThree.Step3Of4" = "Schritt 3 von 4";
"Scene.Report.StepTwo.IJustDontLikeIt" = "Das gefällt mir einfach nicht";
"Scene.Report.StepTwo.SelectAllThatApply" = "Alles Zutreffende auswählen";
"Scene.Report.StepTwo.Step2Of4" = "Schritt 2 von 4";
"Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "Welche Regeln werden verletzt?";
"Scene.Report.TextPlaceholder" = "Zusätzliche Kommentare eingeben oder einfügen";
"Scene.Report.Title" = "%@ melden";
"Scene.Report.TitleReport" = "Melden";
@ -379,7 +386,7 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Verfügbare Server werden gesucht...";
"Scene.ServerPicker.EmptyState.NoResults" = "Keine Ergebnisse";
"Scene.ServerPicker.Input.Placeholder" = "Nach Server suchen oder URL eingeben";
"Scene.ServerPicker.Input.SearchServersOrEnterUrl" = "Search servers or enter URL";
"Scene.ServerPicker.Input.SearchServersOrEnterUrl" = "Nach Server suchen oder URL eingeben";
"Scene.ServerPicker.Label.Category" = "KATEGORIE";
"Scene.ServerPicker.Label.Language" = "SPRACHE";
"Scene.ServerPicker.Label.Users" = "BENUTZER";

View File

@ -21,7 +21,7 @@
<key>a11y.plural.count.input_limit_exceeds</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>Eingabelimit überschritten %#@character_count@</string>
<string>Zeichenanzahl um %#@character_count@ überschritten</string>
<key>character_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -37,7 +37,7 @@
<key>a11y.plural.count.input_limit_remains</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>Eingabelimit eingehalten %#@character_count@</string>
<string>Noch %#@character_count@ übrig</string>
<key>character_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -72,9 +72,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Followed by %1$@, and another mutual</string>
<string>Gefolgt von %1$@ und einer weiteren Person, der du folgst</string>
<key>other</key>
<string>Followed by %1$@, and %ld mutuals</string>
<string>Gefolgt von %1$@ und %ld weiteren Personen, denen du folgst</string>
</dict>
</dict>
<key>plural.count.metric_formatted.post</key>
@ -104,9 +104,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 media</string>
<string>1 Datei</string>
<key>other</key>
<string>%ld media</string>
<string>%ld Dateien</string>
</dict>
</dict>
<key>plural.count.post</key>
@ -200,7 +200,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 Wähler</string>
<string>1 Wähler:in</string>
<key>other</key>
<string>%ld Wähler</string>
</dict>
@ -216,9 +216,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 Mensch spricht</string>
<string>Eine Person redet</string>
<key>other</key>
<string>%ld Leute reden</string>
<string>%ld Personen reden</string>
</dict>
</dict>
<key>plural.count.following</key>
@ -360,7 +360,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>vor 1 Jahr</string>
<string>vor einem Jahr</string>
<key>other</key>
<string>vor %ld Jahren</string>
</dict>
@ -376,7 +376,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>vor 1 M</string>
<string>vor einem Monat</string>
<key>other</key>
<string>vor %ld Monaten</string>
</dict>
@ -392,7 +392,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>vor 1 Tag</string>
<string>vor einem Tag</string>
<key>other</key>
<string>vor %ld Tagen</string>
</dict>
@ -408,7 +408,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>vor 1 Stunde</string>
<string>vor einer Stunde</string>
<key>other</key>
<string>vor %ld Stunden</string>
</dict>
@ -424,7 +424,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>vor 1 Minute</string>
<string>vor einer Minute</string>
<key>other</key>
<string>vor %ld Minuten</string>
</dict>
@ -440,7 +440,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>vor 1 Sekunde</string>
<string>vor einer Sekunde</string>
<key>other</key>
<string>vor %ld Sekuden</string>
</dict>

View File

@ -68,18 +68,17 @@ Please check your internet connection.";
"Common.Controls.Friendship.EditInfo" = "Edit Info";
"Common.Controls.Friendship.Follow" = "Follow";
"Common.Controls.Friendship.Following" = "Following";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "Mute";
"Common.Controls.Friendship.MuteUser" = "Mute %@";
"Common.Controls.Friendship.Muted" = "Muted";
"Common.Controls.Friendship.Pending" = "Pending";
"Common.Controls.Friendship.Request" = "Request";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "Unblock";
"Common.Controls.Friendship.UnblockUser" = "Unblock %@";
"Common.Controls.Friendship.Unmute" = "Unmute";
"Common.Controls.Friendship.UnmuteUser" = "Unmute %@";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Keyboard.Common.ComposeNewPost" = "Compose New Post";
"Common.Controls.Keyboard.Common.OpenSettings" = "Open Settings";
"Common.Controls.Keyboard.Common.ShowFavorites" = "Show Favorites";
@ -107,8 +106,6 @@ Please check your internet connection.";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tap then hold to show menu";
"Common.Controls.Status.Actions.Unfavorite" = "Unfavorite";
"Common.Controls.Status.Actions.Unreblog" = "Undo reblog";
"Common.Controls.Status.Actions.Bookmark" = "Bookmark";
"Common.Controls.Status.Actions.Unbookmark" = "Unbookmark";
"Common.Controls.Status.ContentWarning" = "Content Warning";
"Common.Controls.Status.MediaContentWarning" = "Tap anywhere to reveal";
"Common.Controls.Status.Poll.Closed" = "Closed";
@ -154,7 +151,7 @@ Your profile looks like this to them.";
"Scene.AccountList.AddAccount" = "Add Account";
"Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher";
"Scene.AccountList.TabBarHint" = "Current selected profile: %@. Double tap then hold to show account switcher";
"Scene.Bookmark.Title" = "Your Bookmarks";
"Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Add Attachment";
"Scene.Compose.Accessibility.AppendPoll" = "Add Poll";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Custom Emoji Picker";
@ -259,16 +256,16 @@ uploaded to Mastodon.";
"Scene.Profile.Header.FollowsYou" = "Follows You";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Confirm to block %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Block Account";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Confirm to mute %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Mute Account";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Confirm to unblock %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Unblock Account";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Confirm to unmute %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Title" = "Unmute Account";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide reblogs";
"Scene.Profile.SegmentedControl.About" = "About";
"Scene.Profile.SegmentedControl.Media" = "Media";
"Scene.Profile.SegmentedControl.Posts" = "Posts";
@ -447,4 +444,4 @@ uploaded to Mastodon.";
back in your hands.";
"Scene.Wizard.AccessibilityHint" = "Double tap to dismiss this wizard";
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Switch between multiple accounts by holding the profile button.";
"Scene.Wizard.NewInMastodon" = "New in Mastodon";
"Scene.Wizard.NewInMastodon" = "New in Mastodon";

View File

@ -68,11 +68,13 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Friendship.EditInfo" = "Editar Info";
"Common.Controls.Friendship.Follow" = "Seguir";
"Common.Controls.Friendship.Following" = "Siguiendo";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "Silenciar";
"Common.Controls.Friendship.MuteUser" = "Silenciar a %@";
"Common.Controls.Friendship.Muted" = "Silenciado";
"Common.Controls.Friendship.Pending" = "Pendiente";
"Common.Controls.Friendship.Request" = "Solicitud";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "Desbloquear";
"Common.Controls.Friendship.UnblockUser" = "Desbloquear a %@";
"Common.Controls.Friendship.Unmute" = "Desmutear";
@ -149,6 +151,7 @@ Tu perfil se ve así para él.";
"Scene.AccountList.AddAccount" = "Añadir cuenta";
"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.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Añadir Adjunto";
"Scene.Compose.Accessibility.AppendPoll" = "Añadir Encuesta";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Selector de Emojis Personalizados";
@ -254,8 +257,12 @@ pulsa en el enlace para confirmar tu cuenta.";
"Scene.Profile.Header.FollowsYou" = "Te sigue";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Confirmar para bloquear a %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Bloquear cuenta";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Confirmar para silenciar %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Silenciar cuenta";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Confirmar para desbloquear a %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Desbloquear cuenta";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Confirmar para dejar de silenciar a %@";

View File

@ -68,11 +68,13 @@ Egiaztatu Interneteko konexioa.";
"Common.Controls.Friendship.EditInfo" = "Editatu informazioa";
"Common.Controls.Friendship.Follow" = "Jarraitu";
"Common.Controls.Friendship.Following" = "Jarraitzen";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "Mututu";
"Common.Controls.Friendship.MuteUser" = "Mututu %@";
"Common.Controls.Friendship.Muted" = "Mutututa";
"Common.Controls.Friendship.Pending" = "Zain";
"Common.Controls.Friendship.Request" = "Eskaera";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "Desblokeatu";
"Common.Controls.Friendship.UnblockUser" = "Desblokeatu %@";
"Common.Controls.Friendship.Unmute" = "Desmututu";
@ -149,6 +151,7 @@ Zure profilak itxura hau du berarentzat.";
"Scene.AccountList.AddAccount" = "Gehitu kontua";
"Scene.AccountList.DismissAccountSwitcher" = "Baztertu kontu-aldatzailea";
"Scene.AccountList.TabBarHint" = "Unean hautatutako profila: %@. Ukitu birritan, ondoren eduki sakatuta kontu-aldatzailea erakusteko";
"Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Gehitu eranskina";
"Scene.Compose.Accessibility.AppendPoll" = "Gehitu inkesta";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Emoji pertsonalizatuen hautatzailea";
@ -253,8 +256,12 @@ Mastodonera igo.";
"Scene.Profile.Header.FollowsYou" = "Follows You";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Berretsi %@ blokeatzea";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Blokeatu kontua";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Berretsi %@ mututzea";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Mututu kontua";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Berretsi %@ desblokeatzea";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Desblokeatu kontua";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Berretsi %@ desmututzea";

View File

@ -68,11 +68,13 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Friendship.EditInfo" = "Muokkaa profiilia";
"Common.Controls.Friendship.Follow" = "Seuraa";
"Common.Controls.Friendship.Following" = "Seurataan";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "Mykistä";
"Common.Controls.Friendship.MuteUser" = "Mykistä %@";
"Common.Controls.Friendship.Muted" = "Mykistetty";
"Common.Controls.Friendship.Pending" = "Pyydetty";
"Common.Controls.Friendship.Request" = "Pyydä";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "Poista esto";
"Common.Controls.Friendship.UnblockUser" = "Unblock %@";
"Common.Controls.Friendship.Unmute" = "Poista mykistys";
@ -149,6 +151,7 @@ Profiilisi näyttää tältä hänelle.";
"Scene.AccountList.AddAccount" = "Lisää tili";
"Scene.AccountList.DismissAccountSwitcher" = "Sulje tilin vaihtaja";
"Scene.AccountList.TabBarHint" = "Nykyinen valittu profiili: %@. Kaksoisnapauta ja pidä sitten painettuna näytääksesi tilin vaihtajan";
"Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Lisää liite";
"Scene.Compose.Accessibility.AppendPoll" = "Lisää kysely";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Mukautettu emojivalitsin";
@ -253,8 +256,12 @@ uploaded to Mastodon.";
"Scene.Profile.Header.FollowsYou" = "Follows You";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Confirm to block %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Block Account";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Confirm to mute %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Mute Account";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Confirm to unblock %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Unblock Account";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Vahvista, että haluat poistaa mykistyksen tililtä %@";

View File

@ -17,13 +17,13 @@ Veuillez vérifier votre accès à Internet.";
"Common.Alerts.PublishPostFailure.Title" = "La publication a échoué";
"Common.Alerts.SavePhotoFailure.Message" = "Veuillez activer la permission d'accès à la photothèque pour enregistrer la photo.";
"Common.Alerts.SavePhotoFailure.Title" = "Échec de l'enregistrement de la photo";
"Common.Alerts.ServerError.Title" = "Erreur du serveur";
"Common.Alerts.ServerError.Title" = "Erreur serveur";
"Common.Alerts.SignOut.Confirm" = "Se déconnecter";
"Common.Alerts.SignOut.Message" = "Voulez-vous vraiment vous déconnecter ?";
"Common.Alerts.SignOut.Title" = "Se déconnecter";
"Common.Alerts.SignUpFailure.Title" = "Échec de l'inscription";
"Common.Alerts.VoteFailure.PollEnded" = "Le sondage est terminé";
"Common.Alerts.VoteFailure.Title" = "Le vote na pas pu être enregistré";
"Common.Alerts.VoteFailure.Title" = "Échec du vote";
"Common.Controls.Actions.Add" = "Ajouter";
"Common.Controls.Actions.Back" = "Retour";
"Common.Controls.Actions.BlockDomain" = "Bloquer %@";
@ -68,11 +68,13 @@ Veuillez vérifier votre accès à Internet.";
"Common.Controls.Friendship.EditInfo" = "Éditer les infos";
"Common.Controls.Friendship.Follow" = "Suivre";
"Common.Controls.Friendship.Following" = "Suivi";
"Common.Controls.Friendship.HideReblogs" = "Masquer les Reblogs";
"Common.Controls.Friendship.Mute" = "Masquer";
"Common.Controls.Friendship.MuteUser" = "Ignorer %@";
"Common.Controls.Friendship.Muted" = "Masqué";
"Common.Controls.Friendship.Pending" = "En attente";
"Common.Controls.Friendship.Request" = "Requête";
"Common.Controls.Friendship.ShowReblogs" = "Afficher les Reblogs";
"Common.Controls.Friendship.Unblock" = "Débloquer";
"Common.Controls.Friendship.UnblockUser" = "Débloquer %@";
"Common.Controls.Friendship.Unmute" = "Ne plus ignorer";
@ -149,6 +151,7 @@ Votre profil ressemble à ça pour lui.";
"Scene.AccountList.AddAccount" = "Ajouter un 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.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Joindre un document";
"Scene.Compose.Accessibility.AppendPoll" = "Ajouter un Sondage";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Sélecteur démojis personnalisés";
@ -211,11 +214,11 @@ téléversé sur Mastodon.";
"Scene.Familiarfollowers.FollowedByNames" = "Suivi·e par %@";
"Scene.Familiarfollowers.Title" = "Abonné·e·s que vous connaissez";
"Scene.Favorite.Title" = "Vos favoris";
"Scene.FavoritedBy.Title" = "Favorited By";
"Scene.FavoritedBy.Title" = "Favoris par";
"Scene.Follower.Footer" = "Les abonné·e·s issus des autres serveurs ne sont pas affiché·e·s.";
"Scene.Follower.Title" = "abonné·e";
"Scene.Following.Footer" = "Les abonnés issus des autres serveurs ne sont pas affichés.";
"Scene.Following.Title" = "following";
"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.LogoLabel" = "Bouton logo";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Voir les nouvelles publications";
@ -253,8 +256,12 @@ téléversé sur Mastodon.";
"Scene.Profile.Header.FollowsYou" = "Vous suit";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Confirmer le blocage de %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Bloquer le compte";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirmer pour masquer les reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Masquer les Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Êtes-vous sûr de vouloir mettre en sourdine %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Masquer le compte";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirmer pour afficher les reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Afficher les Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Confirmer le déblocage de %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Débloquer le compte";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Êtes-vous sûr de vouloir désactiver la sourdine de %@";
@ -264,7 +271,7 @@ téléversé sur Mastodon.";
"Scene.Profile.SegmentedControl.Posts" = "Publications";
"Scene.Profile.SegmentedControl.PostsAndReplies" = "Messages et réponses";
"Scene.Profile.SegmentedControl.Replies" = "Réponses";
"Scene.RebloggedBy.Title" = "Reblogged By";
"Scene.RebloggedBy.Title" = "Reblogué par";
"Scene.Register.Error.Item.Agreement" = "Accord";
"Scene.Register.Error.Item.Email" = "Courriel";
"Scene.Register.Error.Item.Locale" = "Lieu";
@ -313,7 +320,7 @@ téléversé sur Mastodon.";
"Scene.Report.StepFinal.TheyWillNoLongerBeAbleToFollowOrSeeYourPostsButTheyCanSeeIfTheyveBeenBlocked" = "Ils ne seront plus en mesure de suivre ou de voir vos messages, mais iels peuvent voir siels ont été bloqué·e·s.";
"Scene.Report.StepFinal.Unfollow" = "Se désabonner";
"Scene.Report.StepFinal.UnfollowUser" = "Ne plus suivre %@";
"Scene.Report.StepFinal.Unfollowed" = "Unfollowed";
"Scene.Report.StepFinal.Unfollowed" = "Non-suivi";
"Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience." = "Quand vous voyez quelque chose que vous naimez pas sur Mastodon, vous pouvez retirer la personne de votre expérience.";
"Scene.Report.StepFinal.WhileWeReviewThisYouCanTakeActionAgainstUser" = "Pendant que nous étudions votre requête, vous pouvez prendre des mesures contre %@";
"Scene.Report.StepFinal.YouWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted" = "Vous ne verrez plus leurs messages ou leurs partages dans votre flux personnel. Iels ne sauront pas quiels ont été mis en sourdine.";

View File

@ -1,11 +1,11 @@
"Common.Alerts.BlockDomain.BlockEntireDomain" = "Bac an àrainn";
"Common.Alerts.BlockDomain.Title" = "A bheil thu cinnteach dha-rìribh gu bheil thu airson an àrainn %@ a bhacadh uile gu lèir? Mar as trice, foghnaidh gun dèan thu bacadh no mùchadh no dhà gu sònraichte agus bhiod sin na b fheàrr. Chan fhaic thu susbaint on àrainn ud agus thèid an luchd-leantainn agad on àrainn ud a thoirt air falbh.";
"Common.Alerts.BlockDomain.Title" = "A bheil thu cinnteach dha-rìribh gu bheil thu airson an àrainn %@ a bhacadh uile gu lèir? Mar as trice, foghnaidh gun dèan thu bacadh no mùchadh no dhà gu sònraichte agus bhiodh sin na b fheàrr. Chan fhaic thu susbaint on àrainn ud agus thèid an luchd-leantainn agad on àrainn ud a thoirt air falbh.";
"Common.Alerts.CleanCache.Message" = "Chaidh %@ a thasgadan fhalamhachadh.";
"Common.Alerts.CleanCache.Title" = "Falamhaich an tasgadan";
"Common.Alerts.Common.PleaseTryAgain" = "Feuch ris a-rithist.";
"Common.Alerts.Common.PleaseTryAgainLater" = "Feuch ris a-rithist an ceann greis.";
"Common.Alerts.DeletePost.Message" = "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh às?";
"Common.Alerts.DeletePost.Title" = "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh às?";
"Common.Alerts.DeletePost.Title" = "Sguab às am post";
"Common.Alerts.DiscardPostContent.Message" = "Dearbh tilgeil air falbh susbaint a phuist a sgrìobh thu.";
"Common.Alerts.DiscardPostContent.Title" = "Tilg air falbh an dreachd";
"Common.Alerts.EditProfileFailure.Message" = "Cha b urrainn dhuinn a pròifil a dheasachadh. Feuch ris a-rithist.";
@ -66,13 +66,15 @@ Thoir sùil air a cheangal agad ris an eadar-lìon.";
"Common.Controls.Friendship.BlockUser" = "Bac %@";
"Common.Controls.Friendship.Blocked" = "Ga bhacadh";
"Common.Controls.Friendship.EditInfo" = "Deasaich";
"Common.Controls.Friendship.Follow" = "Lean air";
"Common.Controls.Friendship.Follow" = "Lean";
"Common.Controls.Friendship.Following" = "Ga leantainn";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "Mùch";
"Common.Controls.Friendship.MuteUser" = "Mùch %@";
"Common.Controls.Friendship.Muted" = "Ga mhùchadh";
"Common.Controls.Friendship.Pending" = "Ri dhèiligeadh";
"Common.Controls.Friendship.Request" = "Iarrtas";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "Dì-bhac";
"Common.Controls.Friendship.UnblockUser" = "Dì-bhac %@";
"Common.Controls.Friendship.Unmute" = "Dì-mhùch";
@ -149,6 +151,7 @@ Seo an coltas a th air a phròifil agad dhaibh-san.";
"Scene.AccountList.AddAccount" = "Cuir cunntas ris";
"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.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Cuir ceanglachan ris";
"Scene.Compose.Accessibility.AppendPoll" = "Cuir cunntas-bheachd ris";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Roghnaichear nan Emoji gnàthaichte";
@ -199,9 +202,8 @@ a luchdadh suas gu Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Post";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Fosgail cliant puist-d";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Thoir sùil air a bhogsa a-steach agad.";
"Scene.ConfirmEmail.Subtitle" = "Tha sinn air post-d a chur gu %@,
thoir gnogag air a chunntas a dhearbhadh a chunntais agad.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we emailed to you to verify your account";
"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" = "Thoir gnogag air a cheangal a chuir sinn thugad air a phost-d airson an cunntas agad a dhearbhadh";
"Scene.ConfirmEmail.Title" = "Aon rud eile.";
"Scene.Discovery.Intro" = "Seo na postaichean fèillmhor nad cheàrnaidh de Mhastodon.";
"Scene.Discovery.Tabs.Community" = "Coimhearsnachd";
@ -209,25 +211,25 @@ thoir gnogag air a chunntas a dhearbhadh a chunntais agad.";
"Scene.Discovery.Tabs.Hashtags" = "Tagaichean hais";
"Scene.Discovery.Tabs.News" = "Naidheachdan";
"Scene.Discovery.Tabs.Posts" = "Postaichean";
"Scene.Familiarfollowers.FollowedByNames" = "Followed by %@";
"Scene.Familiarfollowers.Title" = "Followers you familiar";
"Scene.Familiarfollowers.FollowedByNames" = "Ga leantainn le %@";
"Scene.Familiarfollowers.Title" = "Luchd-leantainn aithnichte";
"Scene.Favorite.Title" = "Na h-annsachdan agad";
"Scene.FavoritedBy.Title" = "Favorited By";
"Scene.FavoritedBy.Title" = "Na annsachd aig";
"Scene.Follower.Footer" = "Cha dèid luchd-leantainn o fhrithealaichean eile a shealltainn.";
"Scene.Follower.Title" = "follower";
"Scene.Following.Footer" = "Cha dèid cò air a leanas tu air frithealaichean eile a shealltainn.";
"Scene.Following.Title" = "following";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Logo Button";
"Scene.Follower.Title" = "neach-leantainn";
"Scene.Following.Footer" = "Cha dèid cò a leanas tu air frithealaichean eile a shealltainn.";
"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.LogoLabel" = "Putan an t-suaicheantais";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Seall na postaichean ùra";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Far loidhne";
"Scene.HomeTimeline.NavigationBarState.Published" = "Chaidh fhoillseachadh!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "A foillseachadh a phuist…";
"Scene.HomeTimeline.Title" = "Dachaigh";
"Scene.Notification.FollowRequest.Accept" = "Accept";
"Scene.Notification.FollowRequest.Accepted" = "Accepted";
"Scene.Notification.FollowRequest.Reject" = "reject";
"Scene.Notification.FollowRequest.Rejected" = "Rejected";
"Scene.Notification.FollowRequest.Accept" = "Gabh ris";
"Scene.Notification.FollowRequest.Accepted" = "Air a ghabhail ris";
"Scene.Notification.FollowRequest.Reject" = "diùlt";
"Scene.Notification.FollowRequest.Rejected" = "Chaidh a dhiùltadh";
"Scene.Notification.Keyobard.ShowEverything" = "Seall a h-uile càil";
"Scene.Notification.Keyobard.ShowMentions" = "Seall na h-iomraidhean";
"Scene.Notification.NotificationDescription.FavoritedYourPost" = " is annsa leotha am post agad";
@ -235,7 +237,7 @@ thoir gnogag air a chunntas a dhearbhadh a chunntais agad.";
"Scene.Notification.NotificationDescription.MentionedYou" = " s iad air iomradh a thoirt ort";
"Scene.Notification.NotificationDescription.PollHasEnded" = "thàinig cunntas-bheachd gu crìoch";
"Scene.Notification.NotificationDescription.RebloggedYourPost" = " s iad air am post agad a bhrosnachadh";
"Scene.Notification.NotificationDescription.RequestToFollowYou" = "iarrtas leantainn ort";
"Scene.Notification.NotificationDescription.RequestToFollowYou" = "iarrtas leantainn";
"Scene.Notification.Title.Everything" = "A h-uile rud";
"Scene.Notification.Title.Mentions" = "Iomraidhean";
"Scene.Preview.Keyboard.ClosePreview" = "Dùin an ro-shealladh";
@ -251,11 +253,15 @@ thoir gnogag air a chunntas a dhearbhadh a chunntais agad.";
"Scene.Profile.Fields.AddRow" = "Cuir ràgh ris";
"Scene.Profile.Fields.Placeholder.Content" = "Susbaint";
"Scene.Profile.Fields.Placeholder.Label" = "Leubail";
"Scene.Profile.Header.FollowsYou" = "Follows You";
"Scene.Profile.Header.FollowsYou" = "Gad leantainn";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Dearbh bacadh %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Bac an cunntas";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Dearbh mùchadh %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Mùch an cunntas";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Dearbh dì-bhacadh %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Dì-bhac an cunntas";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Dearbh dì-mhùchadh %@";
@ -265,7 +271,7 @@ thoir gnogag air a chunntas a dhearbhadh a chunntais agad.";
"Scene.Profile.SegmentedControl.Posts" = "Postaichean";
"Scene.Profile.SegmentedControl.PostsAndReplies" = "Postaichean s freagairtean";
"Scene.Profile.SegmentedControl.Replies" = "Freagairtean";
"Scene.RebloggedBy.Title" = "Reblogged By";
"Scene.RebloggedBy.Title" = "Ga bhrosnachadh le";
"Scene.Register.Error.Item.Agreement" = "Aonta";
"Scene.Register.Error.Item.Email" = "Post-d";
"Scene.Register.Error.Item.Locale" = "Sgeama ionadail";
@ -298,8 +304,8 @@ thoir gnogag air a chunntas a dhearbhadh a chunntais agad.";
"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.Placeholder" = "ainm-cleachdaiche";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Lets get you set up on %@";
"Scene.Register.Title" = "Innis dhuinn mu do dhèidhinn.";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Gad rèiteachadh air %@";
"Scene.Register.Title" = "Gad rèiteachadh air %@";
"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.ReportSentTitle" = "Mòran taing airson a ghearain, bheir sinn sùil air.";
@ -308,43 +314,43 @@ thoir gnogag air a chunntas a dhearbhadh a chunntais agad.";
"Scene.Report.SkipToSend" = "Cuir gun bheachd ris";
"Scene.Report.Step1" = "Ceum 1 à 2";
"Scene.Report.Step2" = "Ceum 2 à 2";
"Scene.Report.StepFinal.BlockUser" = "Block %@";
"Scene.Report.StepFinal.DontWantToSeeThis" = "Dont want to see this?";
"Scene.Report.StepFinal.MuteUser" = "Mute %@";
"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.Unfollow" = "Unfollow";
"Scene.Report.StepFinal.UnfollowUser" = "Unfollow %@";
"Scene.Report.StepFinal.Unfollowed" = "Unfollowed";
"Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience." = "When you see something you dont like on Mastodon, you can remove the person from your experience.";
"Scene.Report.StepFinal.WhileWeReviewThisYouCanTakeActionAgainstUser" = "While we review this, you can take action against %@";
"Scene.Report.StepFinal.YouWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted" = "You wont see their posts or reblogs in your home feed. They wont know theyve been muted.";
"Scene.Report.StepFour.IsThereAnythingElseWeShouldKnow" = "Is there anything else we should know?";
"Scene.Report.StepFour.Step4Of4" = "Step 4 of 4";
"Scene.Report.StepOne.IDontLikeIt" = "I dont like it";
"Scene.Report.StepOne.ItIsNotSomethingYouWantToSee" = "It is not something you want to see";
"Scene.Report.StepOne.ItViolatesServerRules" = "It violates server rules";
"Scene.Report.StepOne.ItsSomethingElse" = "Its something else";
"Scene.Report.StepOne.ItsSpam" = "Its spam";
"Scene.Report.StepOne.MaliciousLinksFakeEngagementOrRepetetiveReplies" = "Malicious links, fake engagement, or repetetive replies";
"Scene.Report.StepOne.SelectTheBestMatch" = "Select the best match";
"Scene.Report.StepOne.Step1Of4" = "Step 1 of 4";
"Scene.Report.StepOne.TheIssueDoesNotFitIntoOtherCategories" = "The issue does not fit into other categories";
"Scene.Report.StepOne.WhatsWrongWithThisAccount" = "What's wrong with this account?";
"Scene.Report.StepOne.WhatsWrongWithThisPost" = "What's wrong with this post?";
"Scene.Report.StepOne.WhatsWrongWithThisUsername" = "What's wrong with %@?";
"Scene.Report.StepOne.YouAreAwareThatItBreaksSpecificRules" = "You are aware that it breaks specific rules";
"Scene.Report.StepThree.AreThereAnyPostsThatBackUpThisReport" = "Are there any posts that back up this report?";
"Scene.Report.StepThree.SelectAllThatApply" = "Select all that apply";
"Scene.Report.StepThree.Step3Of4" = "Step 3 of 4";
"Scene.Report.StepTwo.IJustDontLikeIt" = "I just dont like it";
"Scene.Report.StepTwo.SelectAllThatApply" = "Select all that apply";
"Scene.Report.StepTwo.Step2Of4" = "Step 2 of 4";
"Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "Which rules are being violated?";
"Scene.Report.StepFinal.BlockUser" = "Bac %@";
"Scene.Report.StepFinal.DontWantToSeeThis" = "Nach eil thu airson seo fhaicinn?";
"Scene.Report.StepFinal.MuteUser" = "Mùch %@";
"Scene.Report.StepFinal.TheyWillNoLongerBeAbleToFollowOrSeeYourPostsButTheyCanSeeIfTheyveBeenBlocked" = "Chan urrainn dhaibh gad leantainn is chan fhaic iad na postaichean agad tuilleadh ach chì iad gun deach am bacadh.";
"Scene.Report.StepFinal.Unfollow" = "Na lean tuilleadh";
"Scene.Report.StepFinal.UnfollowUser" = "Na lean %@ tuilleadh";
"Scene.Report.StepFinal.Unfollowed" = "Chan eil thu ga leantainn tuilleadh";
"Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience." = "Nuair a chì thu rudeigin nach toigh leat air Mastodon, s urrainn dhut an neach a chumail fad air falbh uat.";
"Scene.Report.StepFinal.WhileWeReviewThisYouCanTakeActionAgainstUser" = "Fhad s a bhios sinn a toirt sùil air, seo nas urrainn dhut dèanamh an aghaidh %@";
"Scene.Report.StepFinal.YouWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted" = "Chan fhaic thu na postaichean aca is dè a bhrosnaich iad air inbhir na dachaigh agad tuilleadh. Cha bhi fios aca gun do mhùch thu iad.";
"Scene.Report.StepFour.IsThereAnythingElseWeShouldKnow" = "A bheil rud sam bith eile a bu toigh leat innse dhuinn?";
"Scene.Report.StepFour.Step4Of4" = "Ceum 4 à 4";
"Scene.Report.StepOne.IDontLikeIt" = "Cha toigh leam e";
"Scene.Report.StepOne.ItIsNotSomethingYouWantToSee" = "Chan eil thu airson seo fhaicinn";
"Scene.Report.StepOne.ItViolatesServerRules" = "Tha e a briseadh riaghailtean an fhrithealaiche";
"Scene.Report.StepOne.ItsSomethingElse" = "S rud eile a tha ann";
"Scene.Report.StepOne.ItsSpam" = "S e spama a th ann";
"Scene.Report.StepOne.MaliciousLinksFakeEngagementOrRepetetiveReplies" = "Ceanglaichean droch-rùnach, conaltradh fuadain no an dearbh fhreagairt a-rithist s a-rithist";
"Scene.Report.StepOne.SelectTheBestMatch" = "Tagh a mhaids as fheàrr";
"Scene.Report.StepOne.Step1Of4" = "Ceum 1 à 4";
"Scene.Report.StepOne.TheIssueDoesNotFitIntoOtherCategories" = "Chan eil na roinnean-seòrsa eile iomchaidh dhan chùis";
"Scene.Report.StepOne.WhatsWrongWithThisAccount" = "Dè tha ceàrr leis an cunntas seo?";
"Scene.Report.StepOne.WhatsWrongWithThisPost" = "Dè tha ceàrr leis a phost seo?";
"Scene.Report.StepOne.WhatsWrongWithThisUsername" = "Dè tha ceàrr le %@?";
"Scene.Report.StepOne.YouAreAwareThatItBreaksSpecificRules" = "Mhothaich thu gu bheil e a briseadh riaghailtean sònraichte";
"Scene.Report.StepThree.AreThereAnyPostsThatBackUpThisReport" = "A bheil postaichean sam bith ann a tha nam fianais dhan ghearan seo?";
"Scene.Report.StepThree.SelectAllThatApply" = "Tagh a h-uile gin a tha iomchaidh";
"Scene.Report.StepThree.Step3Of4" = "Ceum 3 à 4";
"Scene.Report.StepTwo.IJustDontLikeIt" = "S ann nach toigh leam e";
"Scene.Report.StepTwo.SelectAllThatApply" = "Tagh a h-uile gin a tha iomchaidh";
"Scene.Report.StepTwo.Step2Of4" = "Ceum 2 à 4";
"Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "Dè na riaghailtean a tha gam briseadh?";
"Scene.Report.TextPlaceholder" = "Sgrìobh no cuir ann beachdan a bharrachd";
"Scene.Report.Title" = "Dèan gearan mu %@";
"Scene.Report.TitleReport" = "Dèan gearan";
"Scene.Search.Recommend.Accounts.Description" = "Saoil am bu toigh leat leantainn air na cunntasan seo?";
"Scene.Search.Recommend.Accounts.Follow" = "Lean air";
"Scene.Search.Recommend.Accounts.Description" = "Saoil am bu toigh leat na cunntasan seo a leantainn?";
"Scene.Search.Recommend.Accounts.Follow" = "Lean";
"Scene.Search.Recommend.Accounts.Title" = "Cunntasan a chòrdas riut ma dhfhaoidte";
"Scene.Search.Recommend.ButtonText" = "Seall na h-uile";
"Scene.Search.Recommend.HashTag.Description" = "Tagaichean hais le aire orra an-dràsta";
@ -379,20 +385,20 @@ thoir gnogag air a chunntas a dhearbhadh a chunntais agad.";
"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.NoResults" = "Gun toradh";
"Scene.ServerPicker.Input.Placeholder" = "Lorg frithealaiche no gabh pàirt san fhear agad fhèin…";
"Scene.ServerPicker.Input.SearchServersOrEnterUrl" = "Search servers or enter URL";
"Scene.ServerPicker.Input.Placeholder" = "Lorg frithealaiche";
"Scene.ServerPicker.Input.SearchServersOrEnterUrl" = "Lorg frithealaiche no cuir a-steach URL";
"Scene.ServerPicker.Label.Category" = "ROINN-SEÒRSA";
"Scene.ServerPicker.Label.Language" = "CÀNAN";
"Scene.ServerPicker.Label.Users" = "CLEACHDAICHEAN";
"Scene.ServerPicker.Subtitle" = "Tagh coimhearsnachd stèidhichte air d ùidhean no an roinn-dùthcha agad no tè choitcheann.";
"Scene.ServerPicker.SubtitleExtend" = "Tagh coimhearsnachd stèidhichte air d ùidhean no an roinn-dùthcha agad no tè choitcheann. Tha gach coimhearsnachd ga stiùireadh le buidheann no neach gu neo-eisimeileach.";
"Scene.ServerPicker.Title" = "Tagh frithealaiche sam bith.";
"Scene.ServerPicker.Subtitle" = "Tagh frithealaiche stèidhichte air d ùidhean, air far a bheil thu no fear coitcheann.";
"Scene.ServerPicker.SubtitleExtend" = "Tagh frithealaiche stèidhichte air d ùidhean, air far a bheil thu no fear coitcheann. Tha gach frithealaiche fo stiùireadh buidhinn no neach neo-eisimeilich fa leth.";
"Scene.ServerPicker.Title" = "Tha cleachdaichean Mhastodon air iomadh frithealaiche eadar-dhealaichte.";
"Scene.ServerRules.Button.Confirm" = "Gabhaidh mi ris";
"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.Subtitle" = "Shuidhich rianairean %@ na riaghailtean seo.";
"Scene.ServerRules.Subtitle" = "Tha na riaghailtean seo gan stèidheachadh is a chur an gnìomh leis na maoir aig %@.";
"Scene.ServerRules.TermsOfService" = "teirmichean na seirbheise";
"Scene.ServerRules.Title" = "Riaghailt bhunasach no dhà.";
"Scene.ServerRules.Title" = "Riaghailtean bunasach.";
"Scene.Settings.Footer.MastodonDescription" = "S e bathar-bog le bun-tùs fosgailte a th ann am Mastodon. S urrainn dhut aithris a dhèanamh air duilgheadasan air GitHub fo %@ (%@)";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Dùin uinneag nan roghainnean";
"Scene.Settings.Section.Appearance.Automatic" = "Fèin-obrachail";
@ -410,11 +416,11 @@ thoir gnogag air a chunntas a dhearbhadh a chunntais agad.";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Cleachd coltas an t-siostaim";
"Scene.Settings.Section.Notifications.Boosts" = "Nuair a bhrosnaicheas iad post uam";
"Scene.Settings.Section.Notifications.Favorites" = "Nuair as annsa leotha am post agam";
"Scene.Settings.Section.Notifications.Follows" = "Nuair a leanas iad orm";
"Scene.Settings.Section.Notifications.Follows" = "Nuair a leanas iad mi";
"Scene.Settings.Section.Notifications.Mentions" = "Nuair a bheir iad iomradh orm";
"Scene.Settings.Section.Notifications.Title" = "Brathan";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "Airson duine sam bith, cuir brath thugam";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "Airson daoine air a leanas mi, cuir brath thugam";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "Airson daoine a leanas mi, cuir brath thugam";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "Airson luchd-leantainn, cuir brath thugam";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "Na cuir brath thugam idir";
"Scene.Settings.Section.Notifications.Trigger.Title" = " ";
@ -428,7 +434,7 @@ thoir gnogag air a chunntas a dhearbhadh a chunntais agad.";
"Scene.Settings.Section.SpicyZone.Signout" = "Clàraich a-mach";
"Scene.Settings.Section.SpicyZone.Title" = "Gnìomhan";
"Scene.Settings.Title" = "Roghainnean";
"Scene.SuggestionAccount.FollowExplain" = "Nuair a leanas tu air cuideigin, chì thu na puist aca air inbhir na dachaigh agad.";
"Scene.SuggestionAccount.FollowExplain" = "Nuair a leanas tu cuideigin, chì thu na puist aca air inbhir na dachaigh agad.";
"Scene.SuggestionAccount.Title" = "Lorg daoine a leanas tu";
"Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post le %@";

View File

@ -88,13 +88,13 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Followed by %1$@, and another mutual</string>
<string>Ga leantainn le %1$@ s %ld eile an cumantas</string>
<key>two</key>
<string>Followed by %1$@, and %ld mutuals</string>
<string>Ga leantainn le %1$@ s %ld eile an cumantas</string>
<key>few</key>
<string>Followed by %1$@, and %ld mutuals</string>
<string>Ga leantainn le %1$@ s %ld eile an cumantas</string>
<key>other</key>
<string>Followed by %1$@, and %ld mutuals</string>
<string>Ga leantainn le %1$@ s %ld eile an cumantas</string>
</dict>
</dict>
<key>plural.count.metric_formatted.post</key>
@ -128,13 +128,13 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 media</string>
<string>%ld mheadhan</string>
<key>two</key>
<string>%ld media</string>
<string>%ld mheadhan</string>
<key>few</key>
<string>%ld media</string>
<string>%ld meadhanan</string>
<key>other</key>
<string>%ld media</string>
<string>%ld meadhan</string>
</dict>
</dict>
<key>plural.count.post</key>
@ -308,13 +308,13 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>Tha %ld a leantainn air</string>
<string>Tha %ld ga leantainn</string>
<key>two</key>
<string>Tha %ld a leantainn air</string>
<string>Tha %ld ga leantainn</string>
<key>few</key>
<string>Tha %ld a leantainn air</string>
<string>Tha %ld ga leantainn</string>
<key>other</key>
<string>Tha %ld a leantainn air</string>
<string>Tha %ld ga leantainn</string>
</dict>
</dict>
<key>date.year.left</key>

View File

@ -68,11 +68,13 @@ Comproba a conexión a internet.";
"Common.Controls.Friendship.EditInfo" = "Editar info";
"Common.Controls.Friendship.Follow" = "Seguir";
"Common.Controls.Friendship.Following" = "Seguindo";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "Acalar";
"Common.Controls.Friendship.MuteUser" = "Acalar a %@";
"Common.Controls.Friendship.Muted" = "Acalada";
"Common.Controls.Friendship.Pending" = "Pendente";
"Common.Controls.Friendship.Request" = "Solicitar";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "Desbloquear";
"Common.Controls.Friendship.UnblockUser" = "Desbloquear a %@";
"Common.Controls.Friendship.Unmute" = "Non Acalar";
@ -149,6 +151,7 @@ Así se ve o teu perfil.";
"Scene.AccountList.AddAccount" = "Engadir conta";
"Scene.AccountList.DismissAccountSwitcher" = "Desbotar intercambiador de contas";
"Scene.AccountList.TabBarHint" = "Perfil seleccionado: %@. Dobre toque e manter para mostrar o intercambiador de contas";
"Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Engadir anexo";
"Scene.Compose.Accessibility.AppendPoll" = "Engadir enquisa";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Selector emoji personalizado";
@ -253,8 +256,12 @@ ser subido a Mastodon.";
"Scene.Profile.Header.FollowsYou" = "Séguete";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Confirma o bloqueo de %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Bloquear Conta";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Confirma Acalar a %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Acalar conta";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Confirma o desbloqueo de %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Desbloquear Conta";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Confirma restablecer a %@";

View File

@ -68,11 +68,13 @@ Per favore verifica la tua connessione internet.";
"Common.Controls.Friendship.EditInfo" = "Modifica info";
"Common.Controls.Friendship.Follow" = "Segui";
"Common.Controls.Friendship.Following" = "Stai seguendo";
"Common.Controls.Friendship.HideReblogs" = "Nascondi le condivisioni";
"Common.Controls.Friendship.Mute" = "Silenzia";
"Common.Controls.Friendship.MuteUser" = "Silenzia %@";
"Common.Controls.Friendship.Muted" = "Silenziato";
"Common.Controls.Friendship.Pending" = "In attesa";
"Common.Controls.Friendship.Request" = "Richiesta";
"Common.Controls.Friendship.ShowReblogs" = "Mostra le condivisioni";
"Common.Controls.Friendship.Unblock" = "Sblocca";
"Common.Controls.Friendship.UnblockUser" = "Sblocca %@";
"Common.Controls.Friendship.Unmute" = "Riattiva";
@ -149,6 +151,7 @@ Il tuo profilo sembra questo per loro.";
"Scene.AccountList.AddAccount" = "Aggiungi 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.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Aggiungi allegato";
"Scene.Compose.Accessibility.AppendPoll" = "Aggiungi sondaggio";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Selettore Emoji personalizzato";
@ -253,8 +256,12 @@ caricato su Mastodon.";
"Scene.Profile.Header.FollowsYou" = "Ti segue";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Confermi di bloccare %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Blocca account";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Conferma di nascondere le condivisioni";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Nascondi le condivisioni";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Confermi di silenziare %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Silenzia account";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Conferma di mostrare le condivisioni";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Mostra le condivisioni";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Conferma per sbloccare %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Sblocca account";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Confermi di riattivare %@";

View File

@ -68,11 +68,13 @@
"Common.Controls.Friendship.EditInfo" = "編集";
"Common.Controls.Friendship.Follow" = "フォロー";
"Common.Controls.Friendship.Following" = "フォロー中";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "ミュート";
"Common.Controls.Friendship.MuteUser" = "%@をミュート";
"Common.Controls.Friendship.Muted" = "ミュート済み";
"Common.Controls.Friendship.Pending" = "保留";
"Common.Controls.Friendship.Request" = "リクエスト";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "ブロックを解除";
"Common.Controls.Friendship.UnblockUser" = "%@のブロックを解除";
"Common.Controls.Friendship.Unmute" = "ミュートを解除";
@ -145,6 +147,7 @@
"Scene.AccountList.AddAccount" = "アカウントを追加";
"Scene.AccountList.DismissAccountSwitcher" = "アカウント切替画面を閉じます";
"Scene.AccountList.TabBarHint" = "現在のアカウント: %@. ダブルタップしてアカウント切替画面を表示します";
"Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "アタッチメントの追加";
"Scene.Compose.Accessibility.AppendPoll" = "投票を追加";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "カスタム絵文字ピッカー";
@ -248,8 +251,12 @@
"Scene.Profile.Header.FollowsYou" = "フォローされています";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "%@をブロックしますか?";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "アカウントをブロック";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "%@をミュートしますか?";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "アカウントをミュート";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "%@のブロックを解除しますか?";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "アカウントのブロックを解除";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "%@をミュートしますか?";

View File

@ -68,11 +68,13 @@ Ma ulac aɣilif, senqed tuqqna-inek internet.";
"Common.Controls.Friendship.EditInfo" = "Ẓreg talɣut";
"Common.Controls.Friendship.Follow" = "Ḍfeṛ";
"Common.Controls.Friendship.Following" = "Yettwaḍfar";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "Sgugem";
"Common.Controls.Friendship.MuteUser" = "Sgugem %@";
"Common.Controls.Friendship.Muted" = "Yettwasgugem";
"Common.Controls.Friendship.Pending" = "Yegguni";
"Common.Controls.Friendship.Request" = "Tuttra";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "Serreḥ";
"Common.Controls.Friendship.UnblockUser" = "Serreḥ i %@";
"Common.Controls.Friendship.Unmute" = "Kkes asgugem";
@ -149,6 +151,7 @@ Akka i as-d-yettban umaɣnu-inek.";
"Scene.AccountList.AddAccount" = "Rnu amiḍ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.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Rnu taceqquft yeddan";
"Scene.Compose.Accessibility.AppendPoll" = "Rnu asenqed";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Amefran n yimujiten udmawanen";
@ -225,7 +228,7 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.HomeTimeline.Title" = "Agejdan";
"Scene.Notification.FollowRequest.Accept" = "Accept";
"Scene.Notification.FollowRequest.Accepted" = "Accepted";
"Scene.Notification.FollowRequest.Reject" = "reject";
"Scene.Notification.FollowRequest.Reject" = "agi";
"Scene.Notification.FollowRequest.Rejected" = "Rejected";
"Scene.Notification.Keyobard.ShowEverything" = "Sken yal taɣawsa";
"Scene.Notification.Keyobard.ShowMentions" = "Sken tisedmirin";
@ -253,8 +256,12 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.Profile.Header.FollowsYou" = "Yeṭṭafaṛ-ik•im";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Sentem asewḥel n %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Sewḥel amiḍan";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Sentem asgugem i %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Sgugem amiḍan";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Sentem tukksa n usgugem i %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Kkes asewḥel i umiḍan";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Sentem tukksa n usgugem i %@";

View File

@ -68,11 +68,13 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Friendship.EditInfo" = "Zanyariyan serrast bike";
"Common.Controls.Friendship.Follow" = "Bişopîne";
"Common.Controls.Friendship.Following" = "Dişopîne";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "Bêdeng bike";
"Common.Controls.Friendship.MuteUser" = "%@ bêdeng bike";
"Common.Controls.Friendship.Muted" = "Bêdengkirî";
"Common.Controls.Friendship.Pending" = "Tê nirxandin";
"Common.Controls.Friendship.Request" = "Daxwaz bike";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "Astengiyê rake";
"Common.Controls.Friendship.UnblockUser" = "%@ asteng neke";
"Common.Controls.Friendship.Unmute" = "Bêdeng neke";
@ -149,6 +151,7 @@ Profîla te ji wan ra wiha xuya dike.";
"Scene.AccountList.AddAccount" = "Ajimêr tevlî 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.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Pêvek tevlî bike";
"Scene.Compose.Accessibility.AppendPoll" = "Rapirsî tevlî bike";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Hilbijêrê emojî yên kesanekirî";
@ -254,8 +257,12 @@ girêdanê bitikne da ku ajimêra xwe bidî piştrastkirin.";
"Scene.Profile.Header.FollowsYou" = "Te dişopîne";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Ji bo rakirina astengkirinê %@ bipejirîne";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Ajimêr asteng bike";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Ji bo bêdengkirina %@ bipejirîne";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Ajimêrê bêdeng bike";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Ji bo rakirina astengkirinê %@ bipejirîne";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Astengiyê li ser ajimêr rake";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Ji bo vekirina bêdengkirinê %@ bipejirîne";

View File

@ -67,11 +67,13 @@
"Common.Controls.Friendship.EditInfo" = "Bewerken";
"Common.Controls.Friendship.Follow" = "Volgen";
"Common.Controls.Friendship.Following" = "Gevolgd";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "Negeren";
"Common.Controls.Friendship.MuteUser" = "Negeer %@";
"Common.Controls.Friendship.Muted" = "Genegeerd";
"Common.Controls.Friendship.Pending" = "In afwachting";
"Common.Controls.Friendship.Request" = "Verzoeken";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "Deblokkeer";
"Common.Controls.Friendship.UnblockUser" = "Deblokkeer %@";
"Common.Controls.Friendship.Unmute" = "Niet langer negeren";
@ -144,6 +146,7 @@ Uw profiel ziet er zo uit voor hen.";
"Scene.AccountList.AddAccount" = "Voeg account toe";
"Scene.AccountList.DismissAccountSwitcher" = "Annuleer account wisselen";
"Scene.AccountList.TabBarHint" = "Huidige geselecteerde profiel: %@. Dubbel-tik en houd vast om account te wisselen";
"Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Bijlage Toevoegen";
"Scene.Compose.Accessibility.AppendPoll" = "Peiling Toevoegen";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Eigen Emojikiezer";
@ -248,8 +251,12 @@ klik op de link om uw account te bevestigen.";
"Scene.Profile.Header.FollowsYou" = "Follows You";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Bevestig om %@ te blokkeren";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Blokkeer account";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Bevestig om %@ te negeren";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Negeer account";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Bevestig om %@ te deblokkeren";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Deblokkeer Account";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Bevestig om %@ te negeren";

View File

@ -68,11 +68,13 @@
"Common.Controls.Friendship.EditInfo" = "Изменить";
"Common.Controls.Friendship.Follow" = "Подписаться";
"Common.Controls.Friendship.Following" = "В подписках";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "Игнорировать";
"Common.Controls.Friendship.MuteUser" = "Игнорировать %@";
"Common.Controls.Friendship.Muted" = "В игнорируемых";
"Common.Controls.Friendship.Pending" = "Отправлен";
"Common.Controls.Friendship.Request" = "Отправить запрос";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "Разблокировать";
"Common.Controls.Friendship.UnblockUser" = "Разблокировать %@";
"Common.Controls.Friendship.Unmute" = "Убрать из игнорируемых";
@ -157,6 +159,7 @@
"Scene.AccountList.AddAccount" = "Add Account";
"Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher";
"Scene.AccountList.TabBarHint" = "Current selected profile: %@. Double tap then hold to show account switcher";
"Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Прикрепить файл";
"Scene.Compose.Accessibility.AppendPoll" = "Добавить опрос";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Меню пользовательских эмодзи";
@ -264,8 +267,12 @@
"Scene.Profile.Header.FollowsYou" = "Подписан(а) на вас";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Confirm to block %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Block Account";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Confirm to mute %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Mute Account";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Confirm to unblock %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Unblock Account";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Убрать %@ из игнорируемых?";

View File

@ -9,7 +9,7 @@
"Common.Alerts.DiscardPostContent.Message" = "Bekräfta för att slänga inläggsutkast.";
"Common.Alerts.DiscardPostContent.Title" = "Släng utkast";
"Common.Alerts.EditProfileFailure.Message" = "Kan inte redigera profil. Var god försök igen.";
"Common.Alerts.EditProfileFailure.Title" = "Profilredigering misslyckades";
"Common.Alerts.EditProfileFailure.Title" = "Kunde inte redigera profil";
"Common.Alerts.PublishPostFailure.AttachmentsMessage.MoreThanOneVideo" = "Det går inte att bifoga mer än en video.";
"Common.Alerts.PublishPostFailure.AttachmentsMessage.VideoAttachWithPhoto" = "Det går inte att bifoga en video till ett inlägg som redan innehåller bilder.";
"Common.Alerts.PublishPostFailure.Message" = "Det gick inte att publicera inlägget.
@ -68,11 +68,13 @@ Kontrollera din internetanslutning.";
"Common.Controls.Friendship.EditInfo" = "Redigera info";
"Common.Controls.Friendship.Follow" = "Följ";
"Common.Controls.Friendship.Following" = "Följer";
"Common.Controls.Friendship.HideReblogs" = "Dölj puffar";
"Common.Controls.Friendship.Mute" = "Tysta";
"Common.Controls.Friendship.MuteUser" = "Tysta %@";
"Common.Controls.Friendship.Muted" = "Tystad";
"Common.Controls.Friendship.Pending" = "Väntande";
"Common.Controls.Friendship.Request" = "Följ";
"Common.Controls.Friendship.ShowReblogs" = "Visa knuffar";
"Common.Controls.Friendship.Unblock" = "Avblockera";
"Common.Controls.Friendship.UnblockUser" = "Avblockera %@";
"Common.Controls.Friendship.Unmute" = "Avtysta";
@ -92,18 +94,18 @@ Kontrollera din internetanslutning.";
"Common.Controls.Keyboard.Timeline.ReplyStatus" = "Svara på inlägg";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Växla innehållsvarning";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Växla favorit på inlägg";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Växla ompostning på inlägg";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Växla puff på inlägg";
"Common.Controls.Status.Actions.Favorite" = "Favorit";
"Common.Controls.Status.Actions.Hide" = "Dölj";
"Common.Controls.Status.Actions.Menu" = "Meny";
"Common.Controls.Status.Actions.Reblog" = "Omposta";
"Common.Controls.Status.Actions.Reblog" = "Puffa";
"Common.Controls.Status.Actions.Reply" = "Svara";
"Common.Controls.Status.Actions.ShowGif" = "Visa GIF";
"Common.Controls.Status.Actions.ShowImage" = "Visa bild";
"Common.Controls.Status.Actions.ShowVideoPlayer" = "Visa videospelare";
"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.Unreblog" = "Ångra ompostning";
"Common.Controls.Status.Actions.Unreblog" = "Ångra puff";
"Common.Controls.Status.ContentWarning" = "Innehållsvarning";
"Common.Controls.Status.MediaContentWarning" = "Tryck var som helst för att visa";
"Common.Controls.Status.Poll.Closed" = "Stängd";
@ -118,7 +120,7 @@ Kontrollera din internetanslutning.";
"Common.Controls.Status.Tag.Mention" = "Omnämn";
"Common.Controls.Status.Tag.Url" = "URL";
"Common.Controls.Status.TapToReveal" = "Tryck för att visa";
"Common.Controls.Status.UserReblogged" = "%@ ompostade";
"Common.Controls.Status.UserReblogged" = "%@ puffade";
"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.Private" = "Endast deras följare kan se detta inlägg.";
@ -149,6 +151,7 @@ Din profil ser ut så här för dem.";
"Scene.AccountList.AddAccount" = "Lägg till konto";
"Scene.AccountList.DismissAccountSwitcher" = "Stäng kontoväxlare";
"Scene.AccountList.TabBarHint" = "Nuvarande vald profil: %@. Dubbeltryck och håll för att visa kontoväxlare";
"Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Lägg till bilaga";
"Scene.Compose.Accessibility.AppendPoll" = "Lägg till omröstning";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Anpassad emoji-väljare";
@ -223,17 +226,17 @@ laddas upp till Mastodon.";
"Scene.HomeTimeline.NavigationBarState.Published" = "Publicerat!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "Publicerar inlägget...";
"Scene.HomeTimeline.Title" = "Hem";
"Scene.Notification.FollowRequest.Accept" = "Accept";
"Scene.Notification.FollowRequest.Accepted" = "Accepted";
"Scene.Notification.FollowRequest.Reject" = "reject";
"Scene.Notification.FollowRequest.Rejected" = "Rejected";
"Scene.Notification.FollowRequest.Accept" = "Godkänn";
"Scene.Notification.FollowRequest.Accepted" = "Godkänd";
"Scene.Notification.FollowRequest.Reject" = "avvisa";
"Scene.Notification.FollowRequest.Rejected" = "Avvisad";
"Scene.Notification.Keyobard.ShowEverything" = "Visa allt";
"Scene.Notification.Keyobard.ShowMentions" = "Visa omnämningar";
"Scene.Notification.NotificationDescription.FavoritedYourPost" = "favoriserade ditt inlägg";
"Scene.Notification.NotificationDescription.FollowedYou" = "följde dig";
"Scene.Notification.NotificationDescription.MentionedYou" = "nämnde dig";
"Scene.Notification.NotificationDescription.PollHasEnded" = "omröstningen har avslutats";
"Scene.Notification.NotificationDescription.RebloggedYourPost" = "ompostade ditt inlägg";
"Scene.Notification.NotificationDescription.RebloggedYourPost" = "puffade ditt inlägg";
"Scene.Notification.NotificationDescription.RequestToFollowYou" = "begär att följa dig";
"Scene.Notification.Title.Everything" = "Allting";
"Scene.Notification.Title.Mentions" = "Omnämningar";
@ -250,11 +253,15 @@ laddas upp till Mastodon.";
"Scene.Profile.Fields.AddRow" = "Lägg till rad";
"Scene.Profile.Fields.Placeholder.Content" = "Innehåll";
"Scene.Profile.Fields.Placeholder.Label" = "Etikett";
"Scene.Profile.Header.FollowsYou" = "Follows You";
"Scene.Profile.Header.FollowsYou" = "Följer dig";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Bekräfta för att blockera %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Blockera konto";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Bekräfta för att dölja puffar";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Dölj puffar";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Bekräfta för att tysta %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Tysta konto";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Bekräfta för att visa puffar";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Visa puffar";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Bekräfta för att avblockera %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Avblockera konto";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Bekräfta för att avtysta %@";
@ -264,7 +271,7 @@ laddas upp till Mastodon.";
"Scene.Profile.SegmentedControl.Posts" = "Inlägg";
"Scene.Profile.SegmentedControl.PostsAndReplies" = "Inlägg och svar";
"Scene.Profile.SegmentedControl.Replies" = "Svar";
"Scene.RebloggedBy.Title" = "Ompostat av";
"Scene.RebloggedBy.Title" = "Puffat av";
"Scene.Register.Error.Item.Agreement" = "Avtal";
"Scene.Register.Error.Item.Email" = "E-post";
"Scene.Register.Error.Item.Locale" = "Språk";
@ -410,7 +417,7 @@ laddas upp till Mastodon.";
"Scene.Settings.Section.Notifications.Boosts" = "Ompostar mitt inlägg";
"Scene.Settings.Section.Notifications.Favorites" = "Favoriserar mitt inlägg";
"Scene.Settings.Section.Notifications.Follows" = "Följer mig";
"Scene.Settings.Section.Notifications.Mentions" = "Omnämner mig";
"Scene.Settings.Section.Notifications.Mentions" = "Nämner mig";
"Scene.Settings.Section.Notifications.Title" = "Notiser";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "alla";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "någon jag följer";

View File

@ -90,7 +90,7 @@
<key>one</key>
<string>inlägg</string>
<key>other</key>
<string>inläggen</string>
<string>inlägg</string>
</dict>
</dict>
<key>plural.count.media</key>
@ -152,9 +152,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>%ld ompostning</string>
<string>%ld puff</string>
<key>other</key>
<string>%ld ompostningar</string>
<string>%ld puffar</string>
</dict>
</dict>
<key>plural.count.reply</key>

View File

@ -68,11 +68,13 @@
"Common.Controls.Friendship.EditInfo" = "แก้ไขข้อมูล";
"Common.Controls.Friendship.Follow" = "ติดตาม";
"Common.Controls.Friendship.Following" = "กำลังติดตาม";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "ซ่อน";
"Common.Controls.Friendship.MuteUser" = "ซ่อน %@";
"Common.Controls.Friendship.Muted" = "ซ่อนอยู่";
"Common.Controls.Friendship.Pending" = "รอดำเนินการ";
"Common.Controls.Friendship.Request" = "ขอ";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "เลิกปิดกั้น";
"Common.Controls.Friendship.UnblockUser" = "เลิกปิดกั้น %@";
"Common.Controls.Friendship.Unmute" = "เลิกซ่อน";
@ -149,6 +151,7 @@
"Scene.AccountList.AddAccount" = "เพิ่มบัญชี";
"Scene.AccountList.DismissAccountSwitcher" = "ปิดตัวสลับบัญชี";
"Scene.AccountList.TabBarHint" = "โปรไฟล์ที่เลือกในปัจจุบัน: %@ แตะสองครั้งแล้วกดค้างไว้เพื่อแสดงตัวสลับบัญชี";
"Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "เพิ่มไฟล์แนบ";
"Scene.Compose.Accessibility.AppendPoll" = "เพิ่มการสำรวจความคิดเห็น";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "ตัวเลือกอีโมจิที่กำหนดเอง";
@ -253,8 +256,12 @@
"Scene.Profile.Header.FollowsYou" = "ติดตามคุณ";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "ยืนยันเพื่อปิดกั้น %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "ปิดกั้นบัญชี";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "ยืนยันเพื่อซ่อน %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "ซ่อนบัญชี";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "ยืนยันเพื่อเลิกปิดกั้น %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "เลิกปิดกั้นบัญชี";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "ยืนยันเพื่อเลิกซ่อน %@";

View File

@ -67,11 +67,13 @@
"Common.Controls.Friendship.EditInfo" = "Bilgiyi Düzenle";
"Common.Controls.Friendship.Follow" = "Takip et";
"Common.Controls.Friendship.Following" = "Takip ediliyor";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "Sessize al";
"Common.Controls.Friendship.MuteUser" = "Sustur %@";
"Common.Controls.Friendship.Muted" = "Susturuldu";
"Common.Controls.Friendship.Pending" = "Bekliyor";
"Common.Controls.Friendship.Request" = "İstek";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "Engeli kaldır";
"Common.Controls.Friendship.UnblockUser" = "%@ kişisinin engelini kaldır";
"Common.Controls.Friendship.Unmute" = "Susturmayı kaldır";
@ -148,6 +150,7 @@ Bu kişiye göre profiliniz böyle gözüküyor.";
"Scene.AccountList.AddAccount" = "Hesap Ekle";
"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.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Dosya Ekle";
"Scene.Compose.Accessibility.AppendPoll" = "Anket Ekle";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Özel Emoji Seçici";
@ -199,7 +202,7 @@ yüklenemiyor.";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "E-posta İstemcisini Aç";
"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 emailed to you to verify your account";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Hesabınızı doğrulamak için size e-postayla gönderdiğimiz bağlantıya dokunun";
"Scene.ConfirmEmail.Title" = "Son bir şey.";
"Scene.Discovery.Intro" = "Bunlar, Mastodon'un köşesinde ilgi çeken gönderilerdir.";
"Scene.Discovery.Tabs.Community" = "Topluluk";
@ -212,11 +215,11 @@ yüklenemiyor.";
"Scene.Favorite.Title" = "Favorilerin";
"Scene.FavoritedBy.Title" = "Favorited By";
"Scene.Follower.Footer" = "Diğer sunucudaki takipçiler gösterilemiyor.";
"Scene.Follower.Title" = "follower";
"Scene.Follower.Title" = "takipçi";
"Scene.Following.Footer" = "Diğer sunucudaki takip edilenler gösterilemiyor.";
"Scene.Following.Title" = "following";
"Scene.Following.Title" = "takip";
"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" = "Logo Düğmesi";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Yeni gönderiler gör";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Çevrimdışı";
"Scene.HomeTimeline.NavigationBarState.Published" = "Yayınlandı!";
@ -249,11 +252,15 @@ yüklenemiyor.";
"Scene.Profile.Fields.AddRow" = "Satır Ekle";
"Scene.Profile.Fields.Placeholder.Content" = "İçerik";
"Scene.Profile.Fields.Placeholder.Label" = "Etiket";
"Scene.Profile.Header.FollowsYou" = "Follows You";
"Scene.Profile.Header.FollowsYou" = "Seni takip ediyor";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "%@ engellemeyi onayla";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Hesabı Engelle";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "%@ susturmak için onaylayın";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Hesabı sustur";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "%@ engellemeyi kaldırmayı onaylayın";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Hesabın Engelini Kaldır";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "%@ susturmasını kaldırmak için onaylayın";
@ -266,7 +273,7 @@ yüklenemiyor.";
"Scene.RebloggedBy.Title" = "Reblogged By";
"Scene.Register.Error.Item.Agreement" = "Anlaşma";
"Scene.Register.Error.Item.Email" = "E-posta";
"Scene.Register.Error.Item.Locale" = "Locale";
"Scene.Register.Error.Item.Locale" = "Yerel";
"Scene.Register.Error.Item.Password" = "Parola";
"Scene.Register.Error.Item.Reason" = "Sebep";
"Scene.Register.Error.Item.Username" = "Kullanıcı adı";
@ -296,7 +303,7 @@ yüklenemiyor.";
"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.Placeholder" = "kullanıcı adı";
"Scene.Register.LetsGetYouSetUpOnDomain" = "Lets get you set up on %@";
"Scene.Register.LetsGetYouSetUpOnDomain" = "%@ için kurulumunuzu yapalım";
"Scene.Register.Title" = "%@ için kurulumunuzu yapalı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ı?";
@ -308,10 +315,10 @@ yüklenemiyor.";
"Scene.Report.Step2" = "Adım 2/2";
"Scene.Report.StepFinal.BlockUser" = "Block %@";
"Scene.Report.StepFinal.DontWantToSeeThis" = "Bunu görmek istemiyor musunuz?";
"Scene.Report.StepFinal.MuteUser" = "Mute %@";
"Scene.Report.StepFinal.MuteUser" = "Sustur %@";
"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.Unfollow" = "Takibi bırak";
"Scene.Report.StepFinal.UnfollowUser" = "Unfollow %@";
"Scene.Report.StepFinal.UnfollowUser" = "Takipten çık %@";
"Scene.Report.StepFinal.Unfollowed" = "Unfollowed";
"Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience." = "When you see something you dont like on Mastodon, you can remove the person from your experience.";
"Scene.Report.StepFinal.WhileWeReviewThisYouCanTakeActionAgainstUser" = "While we review this, you can take action against %@";
@ -378,7 +385,7 @@ yüklenemiyor.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Mevcut sunucular aranıyor...";
"Scene.ServerPicker.EmptyState.NoResults" = "Sonuç yok";
"Scene.ServerPicker.Input.Placeholder" = "Toplulukları ara";
"Scene.ServerPicker.Input.SearchServersOrEnterUrl" = "Search servers or enter URL";
"Scene.ServerPicker.Input.SearchServersOrEnterUrl" = "Sunucuları ara ya da bir bağlantı gir";
"Scene.ServerPicker.Label.Category" = "KATEGORİ";
"Scene.ServerPicker.Label.Language" = "DİL";
"Scene.ServerPicker.Label.Users" = "KULLANICILAR";

View File

@ -234,7 +234,7 @@
<key>one</key>
<string>1 takip edilen</string>
<key>other</key>
<string>%ld takip edilen</string>
<string>%ld takip</string>
</dict>
</dict>
<key>plural.count.follower</key>

View File

@ -68,11 +68,13 @@ Vui lòng kiểm tra kết nối mạng.";
"Common.Controls.Friendship.EditInfo" = "Chỉnh sửa";
"Common.Controls.Friendship.Follow" = "Theo dõi";
"Common.Controls.Friendship.Following" = "Đang theo dõi";
"Common.Controls.Friendship.HideReblogs" = "Ẩn đăng lại";
"Common.Controls.Friendship.Mute" = "Ẩn";
"Common.Controls.Friendship.MuteUser" = "Ẩn %@";
"Common.Controls.Friendship.Muted" = "Đã ẩn";
"Common.Controls.Friendship.Pending" = "Đang chờ";
"Common.Controls.Friendship.Request" = "Yêu cầu";
"Common.Controls.Friendship.ShowReblogs" = "Hiện đăng lại";
"Common.Controls.Friendship.Unblock" = "Bỏ chặn";
"Common.Controls.Friendship.UnblockUser" = "Bỏ chặn %@";
"Common.Controls.Friendship.Unmute" = "Bỏ ẩn";
@ -135,7 +137,7 @@ cho tới khi họ bỏ chặn bạn.";
cho tới khi bạn bỏ chặn họ.
Họ sẽ thấy trang của bạn như thế này.";
"Common.Controls.Timeline.Header.NoStatusFound" = "Không tìm thấy tút";
"Common.Controls.Timeline.Header.SuspendedWarning" = "Người dùng đã bị vô hiệu hóa.";
"Common.Controls.Timeline.Header.SuspendedWarning" = "Người này đã bị vô hiệu hóa.";
"Common.Controls.Timeline.Header.UserBlockedWarning" = "Bạn không thể xem trang %@
cho tới khi họ bỏ chặn bạn.";
"Common.Controls.Timeline.Header.UserBlockingWarning" = "Bạn không thể xem trang %@
@ -149,6 +151,7 @@ Họ sẽ thấy trang của bạn như thế này.";
"Scene.AccountList.AddAccount" = "Thêm 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.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Thêm media";
"Scene.Compose.Accessibility.AppendPoll" = "Tạo bình chọn";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Chọn emoji";
@ -187,7 +190,7 @@ tải lên Mastodon.";
"Scene.Compose.Title.NewPost" = "Viết tút";
"Scene.Compose.Title.NewReply" = "Viết trả lời";
"Scene.Compose.Visibility.Direct" = "Nhắn riêng";
"Scene.Compose.Visibility.Private" = "Riêng tư";
"Scene.Compose.Visibility.Private" = "Chỉ người theo dõi";
"Scene.Compose.Visibility.Public" = "Công khai";
"Scene.Compose.Visibility.Unlisted" = "Hạn chế";
"Scene.ConfirmEmail.Button.OpenEmailApp" = "Mở ứng dụng email";
@ -252,13 +255,17 @@ tải lên Mastodon.";
"Scene.Profile.Fields.Placeholder.Label" = "Nhãn";
"Scene.Profile.Header.FollowsYou" = "Đang theo dõi bạn";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Xác nhận chặn %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Chặn người dùng";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Chặn người này";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Xác nhận ẩn đăng lại";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Ẩn đăng lại";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Xác nhận ẩn %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Ẩn người dùng";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Ẩn người này";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Xác nhận hiện đăng lại";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Hiện đăng lại";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Xác nhận bỏ chặn %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Bỏ chặn người dùng";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Bỏ chặn người này";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Xác nhận bỏ ẩn %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Title" = "Bỏ ẩn người dùng";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Title" = "Bỏ ẩn người này";
"Scene.Profile.SegmentedControl.About" = "Giới thiệu";
"Scene.Profile.SegmentedControl.Media" = "Media";
"Scene.Profile.SegmentedControl.Posts" = "Tút";
@ -286,7 +293,7 @@ tải lên Mastodon.";
"Scene.Register.Error.Special.UsernameInvalid" = "Tên người dùng chỉ có thể chứa các ký tự chữ và số và dấu gạch dưới";
"Scene.Register.Error.Special.UsernameTooLong" = "Tên người dùng không thể dài hơn 30 ký tự";
"Scene.Register.Input.Avatar.Delete" = "Xóa";
"Scene.Register.Input.DisplayName.Placeholder" = "tên hiển thị";
"Scene.Register.Input.DisplayName.Placeholder" = "biệt danh";
"Scene.Register.Input.Email.Placeholder" = "email";
"Scene.Register.Input.Invite.RegistrationUserInviteRequest" = "Vì sao bạn muốn tham gia?";
"Scene.Register.Input.Password.Accessibility.Checked" = "đã ổn";
@ -348,15 +355,15 @@ tải lên Mastodon.";
"Scene.Search.Recommend.ButtonText" = "Xem tất cả";
"Scene.Search.Recommend.HashTag.Description" = "Những hashtag đang được sử dụng nhiều nhất";
"Scene.Search.Recommend.HashTag.PeopleTalking" = "%@ người đang thảo luận";
"Scene.Search.Recommend.HashTag.Title" = "Xu hướng trên Mastodon";
"Scene.Search.Recommend.HashTag.Title" = "Nổi bật trên Mastodon";
"Scene.Search.SearchBar.Cancel" = "Hủy bỏ";
"Scene.Search.SearchBar.Placeholder" = "Tìm hashtag và người dùng";
"Scene.Search.SearchBar.Placeholder" = "Tìm hashtag và mọi người";
"Scene.Search.Searching.Clear" = "Xóa";
"Scene.Search.Searching.EmptyState.NoResults" = "Không có kết quả";
"Scene.Search.Searching.RecentSearch" = "Tìm kiếm gần đây";
"Scene.Search.Searching.Segment.All" = "Tất cả";
"Scene.Search.Searching.Segment.Hashtags" = "Hashtag";
"Scene.Search.Searching.Segment.People" = "Người dùng";
"Scene.Search.Searching.Segment.People" = "Mọi người";
"Scene.Search.Searching.Segment.Posts" = "Tút";
"Scene.Search.Title" = "Tìm kiếm";
"Scene.ServerPicker.Button.Category.Academia" = "học thuật";
@ -382,7 +389,7 @@ tải lên Mastodon.";
"Scene.ServerPicker.Input.SearchServersOrEnterUrl" = "Tìm máy chủ hoặc nhập URL";
"Scene.ServerPicker.Label.Category" = "PHÂN LOẠI";
"Scene.ServerPicker.Label.Language" = "NGÔN NGỮ";
"Scene.ServerPicker.Label.Users" = "NGƯỜI DÙNG";
"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.";
"Scene.ServerPicker.SubtitleExtend" = "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. Mỗi máy chủ có thể được vận hành bởi một cá nhân hoặc một tổ chức.";
"Scene.ServerPicker.Title" = "Mastodon gồm nhiều máy chủ với thành viên riêng.";

View File

@ -68,11 +68,13 @@
"Common.Controls.Friendship.EditInfo" = "编辑";
"Common.Controls.Friendship.Follow" = "关注";
"Common.Controls.Friendship.Following" = "正在关注";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
"Common.Controls.Friendship.Mute" = "静音";
"Common.Controls.Friendship.MuteUser" = "静音 %@";
"Common.Controls.Friendship.Muted" = "已静音";
"Common.Controls.Friendship.Pending" = "待确认";
"Common.Controls.Friendship.Request" = "请求";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
"Common.Controls.Friendship.Unblock" = "解除屏蔽";
"Common.Controls.Friendship.UnblockUser" = "解除屏蔽 %@";
"Common.Controls.Friendship.Unmute" = "取消静音";
@ -149,6 +151,7 @@
"Scene.AccountList.AddAccount" = "添加账户";
"Scene.AccountList.DismissAccountSwitcher" = "关闭账户切换页面";
"Scene.AccountList.TabBarHint" = "当前账户:%@。 双击并按住来打开账户切换页面";
"Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "添加附件";
"Scene.Compose.Accessibility.AppendPoll" = "添加投票";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "自定义表情选择器";
@ -253,8 +256,12 @@
"Scene.Profile.Header.FollowsYou" = "关注了你";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "确认屏蔽 %@";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "屏蔽帐户";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "确认静音 %@";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "静音账户";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "确认取消屏蔽 %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "解除屏蔽帐户";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "确认取消静音 %@";

View File

@ -1,5 +1,5 @@
"Common.Alerts.BlockDomain.BlockEntireDomain" = "封鎖網域";
"Common.Alerts.BlockDomain.Title" = "真的非常確定封鎖整個 %@ 網域嗎?大部分情況下,您只需要封鎖或靜音少數特定的帳帳戶能滿足需求了。您將不能看到來自此網域的內容。您來自該網域的跟隨者也將被移除。";
"Common.Alerts.BlockDomain.Title" = "真的非常確定封鎖整個 %@ 網域嗎?大部分情況下,您只需要封鎖或靜音少數特定的帳能滿足需求了。您將不能看到來自此網域的內容。您來自該網域的跟隨者也將被移除。";
"Common.Alerts.CleanCache.Message" = "成功清除 %@ 快取。";
"Common.Alerts.CleanCache.Title" = "清除快取";
"Common.Alerts.Common.PleaseTryAgain" = "請再試一次。";
@ -68,11 +68,13 @@
"Common.Controls.Friendship.EditInfo" = "編輯";
"Common.Controls.Friendship.Follow" = "跟隨";
"Common.Controls.Friendship.Following" = "跟隨中";
"Common.Controls.Friendship.HideReblogs" = "隱藏轉嘟";
"Common.Controls.Friendship.Mute" = "靜音";
"Common.Controls.Friendship.MuteUser" = "靜音 %@";
"Common.Controls.Friendship.Muted" = "已靜音";
"Common.Controls.Friendship.Pending" = "等待中";
"Common.Controls.Friendship.Request" = "請求";
"Common.Controls.Friendship.ShowReblogs" = "顯示轉嘟";
"Common.Controls.Friendship.Unblock" = "解除封鎖";
"Common.Controls.Friendship.UnblockUser" = "解除封鎖 %@";
"Common.Controls.Friendship.Unmute" = "取消靜音";
@ -145,6 +147,7 @@
"Scene.AccountList.AddAccount" = "新增帳號";
"Scene.AccountList.DismissAccountSwitcher" = "關閉帳號切換器";
"Scene.AccountList.TabBarHint" = "目前已選擇的個人檔案:%@。點兩下然後按住以顯示帳號切換器";
"Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "新增附件";
"Scene.Compose.Accessibility.AppendPoll" = "新增投票";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "自訂 emoji 選擇器";
@ -248,8 +251,12 @@
"Scene.Profile.Header.FollowsYou" = "跟隨了您";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "確認將 %@ 封鎖";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "封鎖";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "確認隱藏轉嘟";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "隱藏轉嘟";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "確認將 %@ 靜音";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "靜音";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "確認顯示轉嘟";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "顯示轉嘟";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "確認將 %@ 取消封鎖";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "取消封鎖";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "確認將 %@ 取消靜音";