diff --git a/Localization/StringsConvertor/input/Base.lproj/app.json b/Localization/StringsConvertor/input/Base.lproj/app.json
index fdac63c88..fc0e84c8b 100644
--- a/Localization/StringsConvertor/input/Base.lproj/app.json
+++ b/Localization/StringsConvertor/input/Base.lproj/app.json
@@ -101,8 +101,11 @@
"title": "Translate from %s",
"unknown_language": "Unknown"
},
- "edit_post": "Edit"
-
+ "edit_post": "Edit",
+ "bookmark": "Bookmark",
+ "remove_bookmark": "Remove Bookmark",
+ "follow": "Follow %s",
+ "unfollow": "Unfollow %s"
},
"tabs": {
"home": "Home",
@@ -464,8 +467,8 @@
}
},
"suggestion_account": {
- "title": "Find People to Follow",
- "follow_explain": "When you follow someone, you’ll see their posts in your home feed."
+ "title": "Popular on Mastodon",
+ "follow_all": "Follow all"
},
"compose": {
"title": {
diff --git a/MastodonIntent/el.lproj/Intents.strings b/MastodonIntent/el.lproj/Intents.strings
index 6877490ba..484cc94b2 100644
--- a/MastodonIntent/el.lproj/Intents.strings
+++ b/MastodonIntent/el.lproj/Intents.strings
@@ -1,8 +1,8 @@
-"16wxgf" = "Post on Mastodon";
+"16wxgf" = "Ανάρτηση στο Mastodon";
-"751xkl" = "Text Content";
+"751xkl" = "Περιεχόμενο Κειμένου";
-"CsR7G2" = "Post on Mastodon";
+"CsR7G2" = "Ανάρτηση στο Mastodon";
"HZSGTr" = "What content to post?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift b/MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift
index 65bb3abbe..a140c1f4e 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift
+++ b/MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift
@@ -1496,8 +1496,8 @@ public enum L10n {
}
}
public enum SuggestionAccount {
- /// Follow All
- public static let followAll = L10n.tr("Localizable", "Scene.SuggestionAccount.FollowAll", fallback: "Follow All")
+ /// Follow all
+ public static let followAll = L10n.tr("Localizable", "Scene.SuggestionAccount.FollowAll", fallback: "Follow all")
/// Popular on Mastodon
public static let title = L10n.tr("Localizable", "Scene.SuggestionAccount.Title", fallback: "Popular on Mastodon")
}
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/Base.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/Base.lproj/Localizable.strings
index 971de9623..970175d5c 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/Base.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/Base.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Please check your internet connection.";
"Common.Controls.Actions.Add" = "Add";
"Common.Controls.Actions.Back" = "Back";
"Common.Controls.Actions.BlockDomain" = "Block %@";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "Cancel";
"Common.Controls.Actions.Compose" = "Compose";
"Common.Controls.Actions.Confirm" = "Confirm";
@@ -40,10 +41,9 @@ Please check your internet connection.";
"Common.Controls.Actions.Discard" = "Discard";
"Common.Controls.Actions.Done" = "Done";
"Common.Controls.Actions.Edit" = "Edit";
-"Common.Controls.Actions.Bookmark" = "Bookmark";
-"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Find people to follow";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Manually search instead";
"Common.Controls.Actions.Next" = "Next";
"Common.Controls.Actions.Ok" = "OK";
@@ -53,6 +53,7 @@ Please check your internet connection.";
"Common.Controls.Actions.Preview" = "Preview";
"Common.Controls.Actions.Previous" = "Previous";
"Common.Controls.Actions.Remove" = "Remove";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Reply";
"Common.Controls.Actions.ReportUser" = "Report %@";
"Common.Controls.Actions.Save" = "Save";
@@ -69,7 +70,6 @@ Please check your internet connection.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.TryAgain" = "Try Again";
"Common.Controls.Actions.UnblockDomain" = "Unblock %@";
-"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Block";
"Common.Controls.Friendship.BlockDomain" = "Block %@";
@@ -521,8 +521,8 @@ uploaded to Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Sign Out";
"Scene.Settings.Section.SpicyZone.Title" = "The Spicy Zone";
"Scene.Settings.Title" = "Settings";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
-"Scene.SuggestionAccount.FollowAll" = "Follow All";
"Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post from %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
@@ -556,4 +556,4 @@ uploaded to Mastodon.";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
-"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
+"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
\ No newline at end of file
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/ar.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/ar.lproj/Localizable.strings
index 5a8af847a..f904471e4 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/ar.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/ar.lproj/Localizable.strings
@@ -30,6 +30,7 @@
"Common.Controls.Actions.Add" = "إضافة";
"Common.Controls.Actions.Back" = "العودة";
"Common.Controls.Actions.BlockDomain" = "حظر %@";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "إلغاء";
"Common.Controls.Actions.Compose" = "تأليف";
"Common.Controls.Actions.Confirm" = "تأكيد";
@@ -42,6 +43,7 @@
"Common.Controls.Actions.Edit" = "تَحرير";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "ابحث عن أشخاص لِمُتابعتهم";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "البحث يدويًا بدلًا من ذلك";
"Common.Controls.Actions.Next" = "التالي";
"Common.Controls.Actions.Ok" = "حسنًا";
@@ -51,6 +53,7 @@
"Common.Controls.Actions.Preview" = "مُعاينة";
"Common.Controls.Actions.Previous" = "السابق";
"Common.Controls.Actions.Remove" = "حذف";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "الرَّد";
"Common.Controls.Actions.ReportUser" = "الإبلاغُ عَن %@";
"Common.Controls.Actions.Save" = "حفظ";
@@ -67,6 +70,7 @@
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "غير مَعرُوفة";
"Common.Controls.Actions.TryAgain" = "المُحاولة مرة أُخرى";
"Common.Controls.Actions.UnblockDomain" = "رفع الحظر عن %@";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "حظر";
"Common.Controls.Friendship.BlockDomain" = "حظر %@";
"Common.Controls.Friendship.BlockUser" = "حَظرُ %@";
@@ -517,8 +521,8 @@
"Scene.Settings.Section.SpicyZone.Signout" = "تَسجيلُ الخُروج";
"Scene.Settings.Section.SpicyZone.Title" = "المنطِقَةُ اللَّاذِعَة";
"Scene.Settings.Title" = "الإعدادات";
-"Scene.SuggestionAccount.FollowExplain" = "عِندَ مُتابَعَتِكَ لأحدِهِم، سَوف تَرى مَنشوراته في تغذيَتِكَ الرئيسة.";
-"Scene.SuggestionAccount.Title" = "ابحث عن أشخاص لمتابعتهم";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
+"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "منشور";
"Scene.Thread.Title" = "مَنشور مِن %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/ca.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/ca.lproj/Localizable.strings
index a7b7af620..d3ca97d91 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/ca.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/ca.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Comprova la connexió a Internet.";
"Common.Controls.Actions.Add" = "Afegeix";
"Common.Controls.Actions.Back" = "Enrere";
"Common.Controls.Actions.BlockDomain" = "Bloqueja %@";
+"Common.Controls.Actions.Bookmark" = "Marcador";
"Common.Controls.Actions.Cancel" = "Cancel·la";
"Common.Controls.Actions.Compose" = "Redacta";
"Common.Controls.Actions.Confirm" = "Confirma";
@@ -42,6 +43,7 @@ Comprova la connexió a Internet.";
"Common.Controls.Actions.Edit" = "Edita";
"Common.Controls.Actions.EditPost" = "Edita";
"Common.Controls.Actions.FindPeople" = "Busca persones a seguir";
+"Common.Controls.Actions.Follow" = "Segueix a %@";
"Common.Controls.Actions.ManuallySearch" = "Cerca manualment a canvi";
"Common.Controls.Actions.Next" = "Següent";
"Common.Controls.Actions.Ok" = "D'acord";
@@ -51,6 +53,7 @@ Comprova la connexió a Internet.";
"Common.Controls.Actions.Preview" = "Vista prèvia";
"Common.Controls.Actions.Previous" = "Anterior";
"Common.Controls.Actions.Remove" = "Elimina";
+"Common.Controls.Actions.RemoveBookmark" = "Suprimeix el marcador";
"Common.Controls.Actions.Reply" = "Respon";
"Common.Controls.Actions.ReportUser" = "Informa sobre %@";
"Common.Controls.Actions.Save" = "Desa";
@@ -67,6 +70,7 @@ Comprova la connexió a Internet.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Desconegut";
"Common.Controls.Actions.TryAgain" = "Torna a provar";
"Common.Controls.Actions.UnblockDomain" = "Desbloca %@";
+"Common.Controls.Actions.Unfollow" = "Deixa de seguir %@";
"Common.Controls.Friendship.Block" = "Bloca";
"Common.Controls.Friendship.BlockDomain" = "Bloca %@";
"Common.Controls.Friendship.BlockUser" = "Bloca %@";
@@ -518,8 +522,8 @@ Elegiremos un servidor basado en su idioma si continúa sin hacer una selección
"Scene.Settings.Section.SpicyZone.Signout" = "Tancar Sessió";
"Scene.Settings.Section.SpicyZone.Title" = "La Zona Picant";
"Scene.Settings.Title" = "Configuració";
-"Scene.SuggestionAccount.FollowExplain" = "Quan segueixes algú, veuràs els seus tuts a Inici.";
-"Scene.SuggestionAccount.Title" = "Cerca Persones a Seguir";
+"Scene.SuggestionAccount.FollowAll" = "Seguir a tothom";
+"Scene.SuggestionAccount.Title" = "Popular a Mastodon";
"Scene.Thread.BackTitle" = "Tut";
"Scene.Thread.Title" = "Tut de %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Què és Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/ckb.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/ckb.lproj/Localizable.strings
index bf51fc737..6aa5a0591 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/ckb.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/ckb.lproj/Localizable.strings
@@ -30,6 +30,7 @@
"Common.Controls.Actions.Add" = "زیادی بکە";
"Common.Controls.Actions.Back" = "بگەڕێوە";
"Common.Controls.Actions.BlockDomain" = "%@ ئاستەنگ بکە";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "هەڵوەشاندنەوه";
"Common.Controls.Actions.Compose" = "پۆست بکە";
"Common.Controls.Actions.Confirm" = "پشتڕاستی بکەوە";
@@ -42,6 +43,7 @@
"Common.Controls.Actions.Edit" = "دەستکاری";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "خەڵک بدۆزەوە";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "خۆت بگەڕێ";
"Common.Controls.Actions.Next" = "دواتر";
"Common.Controls.Actions.Ok" = "باشە";
@@ -51,6 +53,7 @@
"Common.Controls.Actions.Preview" = "پێشبینین";
"Common.Controls.Actions.Previous" = "پێشتر";
"Common.Controls.Actions.Remove" = "لایبە";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "وەڵامی بدەوە";
"Common.Controls.Actions.ReportUser" = "سکاڵا لە %@ بکە";
"Common.Controls.Actions.Save" = "هەڵی بگرە";
@@ -67,6 +70,7 @@
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.TryAgain" = "هەوڵ بدەوە";
"Common.Controls.Actions.UnblockDomain" = "%@ ئاستەنگ مەکە";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "ئاستەنگی بکە";
"Common.Controls.Friendship.BlockDomain" = "%@ ئاستەنگ بکە";
"Common.Controls.Friendship.BlockUser" = "%@ ئاستەنگ بکە";
@@ -516,8 +520,8 @@
"Scene.Settings.Section.SpicyZone.Signout" = "دەربچۆ";
"Scene.Settings.Section.SpicyZone.Title" = "ناوچەی گەرم";
"Scene.Settings.Title" = "رێکخستنەکان";
-"Scene.SuggestionAccount.FollowExplain" = "کاتێک شوێنی یەکێک دەکەویت، پۆستەکانی دێتە بەردەمت.";
-"Scene.SuggestionAccount.Title" = "خەڵک بدۆزەوە";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
+"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "پۆستەکە";
"Scene.Thread.Title" = "پۆستی %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/cs.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/cs.lproj/Localizable.strings
index ea23c0f46..159a02330 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/cs.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/cs.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Zkontrolujte prosím připojení k internetu.";
"Common.Controls.Actions.Add" = "Přidat";
"Common.Controls.Actions.Back" = "Zpět";
"Common.Controls.Actions.BlockDomain" = "Blokovat %@";
+"Common.Controls.Actions.Bookmark" = "Záložka";
"Common.Controls.Actions.Cancel" = "Zrušit";
"Common.Controls.Actions.Compose" = "Napsat";
"Common.Controls.Actions.Confirm" = "Potvrdit";
@@ -42,6 +43,7 @@ Zkontrolujte prosím připojení k internetu.";
"Common.Controls.Actions.Edit" = "Upravit";
"Common.Controls.Actions.EditPost" = "Upravit";
"Common.Controls.Actions.FindPeople" = "Najít lidi ke sledování";
+"Common.Controls.Actions.Follow" = "Sledovat %@";
"Common.Controls.Actions.ManuallySearch" = "Místo toho ručně vyhledat";
"Common.Controls.Actions.Next" = "Další";
"Common.Controls.Actions.Ok" = "OK";
@@ -51,6 +53,7 @@ Zkontrolujte prosím připojení k internetu.";
"Common.Controls.Actions.Preview" = "Náhled";
"Common.Controls.Actions.Previous" = "Předchozí";
"Common.Controls.Actions.Remove" = "Odstranit";
+"Common.Controls.Actions.RemoveBookmark" = "Odstranit záložku";
"Common.Controls.Actions.Reply" = "Odpovědět";
"Common.Controls.Actions.ReportUser" = "Nahlásit %@";
"Common.Controls.Actions.Save" = "Uložit";
@@ -67,6 +70,7 @@ Zkontrolujte prosím připojení k internetu.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Neznámý";
"Common.Controls.Actions.TryAgain" = "Zkusit znovu";
"Common.Controls.Actions.UnblockDomain" = "Odblokovat %@";
+"Common.Controls.Actions.Unfollow" = "Přestat sledovat %@";
"Common.Controls.Friendship.Block" = "Blokovat";
"Common.Controls.Friendship.BlockDomain" = "Blokovat %@";
"Common.Controls.Friendship.BlockUser" = "Blokovat %@";
@@ -513,8 +517,8 @@ nahrán do Mastodonu.";
"Scene.Settings.Section.SpicyZone.Signout" = "Odhlásit se";
"Scene.Settings.Section.SpicyZone.Title" = "Ostrá část";
"Scene.Settings.Title" = "Nastavení";
-"Scene.SuggestionAccount.FollowExplain" = "Když někoho sledujete, uvidíte jejich příspěvky ve vašem domovském kanálu.";
-"Scene.SuggestionAccount.Title" = "Najít lidi pro sledování";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
+"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Příspěvek";
"Scene.Thread.Title" = "Příspěvek od %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/de.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/de.lproj/Localizable.strings
index 3d2683ae5..1f16d7455 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/de.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/de.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Actions.Add" = "Hinzufügen";
"Common.Controls.Actions.Back" = "Zurück";
"Common.Controls.Actions.BlockDomain" = "%@ blockieren";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "Abbrechen";
"Common.Controls.Actions.Compose" = "Neue Nachricht";
"Common.Controls.Actions.Confirm" = "Bestätigen";
@@ -42,6 +43,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Actions.Edit" = "Bearbeiten";
"Common.Controls.Actions.EditPost" = "Bearbeiten";
"Common.Controls.Actions.FindPeople" = "Finde Personen zum Folgen";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Stattdessen manuell suchen";
"Common.Controls.Actions.Next" = "Weiter";
"Common.Controls.Actions.Ok" = "OK";
@@ -51,6 +53,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Actions.Preview" = "Vorschau";
"Common.Controls.Actions.Previous" = "Vorheriges";
"Common.Controls.Actions.Remove" = "Entfernen";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Antworten";
"Common.Controls.Actions.ReportUser" = "%@ melden";
"Common.Controls.Actions.Save" = "Speichern";
@@ -67,6 +70,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unbekannt";
"Common.Controls.Actions.TryAgain" = "Nochmals versuchen";
"Common.Controls.Actions.UnblockDomain" = "Blockierung von %@ aufheben";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Blockieren";
"Common.Controls.Friendship.BlockDomain" = "%@ blockieren";
"Common.Controls.Friendship.BlockUser" = "%@ blockieren";
@@ -517,8 +521,8 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Settings.Section.SpicyZone.Signout" = "Abmelden";
"Scene.Settings.Section.SpicyZone.Title" = "Der Gefährliche Bereich";
"Scene.Settings.Title" = "Einstellungen";
-"Scene.SuggestionAccount.FollowExplain" = "Sobald du anderen folgst, siehst du deren Beiträge in deinem Home-Feed.";
-"Scene.SuggestionAccount.Title" = "Finde Personen zum Folgen";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
+"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Beitrag";
"Scene.Thread.Title" = "Beitrag von %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Was ist Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/el.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/el.lproj/Localizable.strings
index 385d042bd..02c30c293 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/el.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/el.lproj/Localizable.strings
@@ -30,6 +30,7 @@
"Common.Controls.Actions.Add" = "Προσθήκη";
"Common.Controls.Actions.Back" = "Πίσω";
"Common.Controls.Actions.BlockDomain" = "Αποκλεισμός %@";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "Άκυρο";
"Common.Controls.Actions.Compose" = "Σύνταξη";
"Common.Controls.Actions.Confirm" = "Επιβεβαίωση";
@@ -42,6 +43,7 @@
"Common.Controls.Actions.Edit" = "Επεξεργασία";
"Common.Controls.Actions.EditPost" = "Επεξεργασία";
"Common.Controls.Actions.FindPeople" = "Βρες άτομα για να ακολουθήσεις";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Μη αυτόματη αναζήτηση";
"Common.Controls.Actions.Next" = "Επόμενο";
"Common.Controls.Actions.Ok" = "ΟΚ";
@@ -51,6 +53,7 @@
"Common.Controls.Actions.Preview" = "Προεπισκόπηση";
"Common.Controls.Actions.Previous" = "Προηγούμενο";
"Common.Controls.Actions.Remove" = "Αφαίρεση";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Απάντηση";
"Common.Controls.Actions.ReportUser" = "Αναφορά %@";
"Common.Controls.Actions.Save" = "Αποθήκευση";
@@ -67,6 +70,7 @@
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Άγνωστο";
"Common.Controls.Actions.TryAgain" = "Προσπάθησε ξανά";
"Common.Controls.Actions.UnblockDomain" = "Άρση αποκλεισμού %@";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Block";
"Common.Controls.Friendship.BlockDomain" = "Block %@";
"Common.Controls.Friendship.BlockUser" = "Block %@";
@@ -89,74 +93,74 @@
"Common.Controls.Keyboard.Common.OpenSettings" = "Άνοιγμα Ρυθμίσεων";
"Common.Controls.Keyboard.Common.ShowFavorites" = "Εμφάνιση Αγαπημένων";
"Common.Controls.Keyboard.Common.SwitchToTab" = "Εναλλαγή σε %@";
-"Common.Controls.Keyboard.SegmentedControl.NextSection" = "Next Section";
-"Common.Controls.Keyboard.SegmentedControl.PreviousSection" = "Previous Section";
+"Common.Controls.Keyboard.SegmentedControl.NextSection" = "Επόμενη Ενότητα";
+"Common.Controls.Keyboard.SegmentedControl.PreviousSection" = "Προηγούμενη Ενότητα";
"Common.Controls.Keyboard.Timeline.NextStatus" = "Επόμενη Ανάρτηση";
"Common.Controls.Keyboard.Timeline.OpenAuthorProfile" = "Άνοιγμα Προφίλ Συντάκτη";
-"Common.Controls.Keyboard.Timeline.OpenRebloggerProfile" = "Open Reblogger's Profile";
+"Common.Controls.Keyboard.Timeline.OpenRebloggerProfile" = "Άνοιγμα Προφίλ Του Reblogger";
"Common.Controls.Keyboard.Timeline.OpenStatus" = "Άνοιγμα Ανάρτησης";
-"Common.Controls.Keyboard.Timeline.PreviewImage" = "Preview Image";
+"Common.Controls.Keyboard.Timeline.PreviewImage" = "Προεπισκόπηση Εικόνας";
"Common.Controls.Keyboard.Timeline.PreviousStatus" = "Προηγούμενη Ανάρτηση";
-"Common.Controls.Keyboard.Timeline.ReplyStatus" = "Reply to Post";
+"Common.Controls.Keyboard.Timeline.ReplyStatus" = "Απάντηση στην Ανάρτηση";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Toggle Content Warning";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toggle Favorite on Post";
-"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toggle Reblog on Post";
-"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog";
-"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog";
-"Common.Controls.Status.Actions.Favorite" = "Favorite";
-"Common.Controls.Status.Actions.Hide" = "Hide";
-"Common.Controls.Status.Actions.Menu" = "Menu";
-"Common.Controls.Status.Actions.Reblog" = "Reblog";
-"Common.Controls.Status.Actions.Reply" = "Reply";
-"Common.Controls.Status.Actions.ShareLinkInPost" = "Share Link in Post";
-"Common.Controls.Status.Actions.ShowGif" = "Show GIF";
-"Common.Controls.Status.Actions.ShowImage" = "Show image";
-"Common.Controls.Status.Actions.ShowVideoPlayer" = "Show video player";
-"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.Keyboard.Timeline.ToggleReblog" = "Εναλλαγή Αναδημοσίευσης στην Ανάρτηση";
+"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Αναδημοσίευση";
+"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Αναίρεση αναδημοσίευσης";
+"Common.Controls.Status.Actions.Favorite" = "Αγαπημένο";
+"Common.Controls.Status.Actions.Hide" = "Απόκρυψη";
+"Common.Controls.Status.Actions.Menu" = "Μενού";
+"Common.Controls.Status.Actions.Reblog" = "Αναδημοσίευση";
+"Common.Controls.Status.Actions.Reply" = "Απάντηση";
+"Common.Controls.Status.Actions.ShareLinkInPost" = "Κοινοποίηση Συνδέσμου στην Ανάρτηση";
+"Common.Controls.Status.Actions.ShowGif" = "Εμφάνιση GIF";
+"Common.Controls.Status.Actions.ShowImage" = "Εμφάνιση εικόνας";
+"Common.Controls.Status.Actions.ShowVideoPlayer" = "Εμφάνιση προγράμματος αναπαραγωγής βίντεο";
+"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Πάτα παρατεταμένα για εμφάνιση μενού";
+"Common.Controls.Status.Actions.Unfavorite" = "Αφαίρεση από αγαπημένα";
+"Common.Controls.Status.Actions.Unreblog" = "Αναίρεση αναδημοσίευσης";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Edit History";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs";
-"Common.Controls.Status.ContentWarning" = "Content Warning";
+"Common.Controls.Status.ContentWarning" = "Προειδοποίηση Περιεχομένου";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
-"Common.Controls.Status.LinkViaUser" = "%@ via %@";
-"Common.Controls.Status.LoadEmbed" = "Load Embed";
+"Common.Controls.Status.LinkViaUser" = "%@ μέσω %@";
+"Common.Controls.Status.LoadEmbed" = "Φόρτωση Ενσωμάτωσης";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, attachment %d of %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Expands the GIF. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandImageHint" = "Expands the image. Double-tap and hold to show actions";
"Common.Controls.Status.Media.ExpandVideoHint" = "Shows the video player. Double-tap and hold to show actions";
-"Common.Controls.Status.MediaContentWarning" = "Tap anywhere to reveal";
-"Common.Controls.Status.MetaEntity.Email" = "Email address: %@";
-"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@";
-"Common.Controls.Status.MetaEntity.Mention" = "Show Profile: %@";
-"Common.Controls.Status.MetaEntity.Url" = "Link: %@";
-"Common.Controls.Status.Poll.Closed" = "Closed";
-"Common.Controls.Status.Poll.Vote" = "Vote";
+"Common.Controls.Status.MediaContentWarning" = "Πάτα οπουδήποτε για εμφάνιση";
+"Common.Controls.Status.MetaEntity.Email" = "Διεύθυνση email: %@";
+"Common.Controls.Status.MetaEntity.Hashtag" = "Ετικέτα: %@";
+"Common.Controls.Status.MetaEntity.Mention" = "Εμφάνιση Προφίλ: %@";
+"Common.Controls.Status.MetaEntity.Url" = "Σύνδεσμος: %@";
+"Common.Controls.Status.Poll.Closed" = "Κλειστή";
+"Common.Controls.Status.Poll.Vote" = "Ψήφισε";
"Common.Controls.Status.PostedViaApplication" = "%@ via %@";
-"Common.Controls.Status.SensitiveContent" = "Sensitive Content";
-"Common.Controls.Status.ShowPost" = "Show Post";
-"Common.Controls.Status.ShowUserProfile" = "Show user profile";
+"Common.Controls.Status.SensitiveContent" = "Ευαίσθητο Περιεχόμενο";
+"Common.Controls.Status.ShowPost" = "Εμφάνιση Ανάρτησης";
+"Common.Controls.Status.ShowUserProfile" = "Εμφάνιση προφίλ χρήστη";
"Common.Controls.Status.Tag.Email" = "Email";
"Common.Controls.Status.Tag.Emoji" = "Emoji";
"Common.Controls.Status.Tag.Hashtag" = "Ετικέτα";
"Common.Controls.Status.Tag.Link" = "Σύνδεσμος";
"Common.Controls.Status.Tag.Mention" = "Επισήμανση";
"Common.Controls.Status.Tag.Url" = "URL";
-"Common.Controls.Status.TapToReveal" = "Tap to reveal";
-"Common.Controls.Status.Translation.ShowOriginal" = "Show Original";
-"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@";
-"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown";
-"Common.Controls.Status.Translation.UnknownProvider" = "Unknown";
-"Common.Controls.Status.UserReblogged" = "%@ reblogged";
-"Common.Controls.Status.UserRepliedTo" = "Replied to %@";
-"Common.Controls.Status.Visibility.Direct" = "Only mentioned user can see this post.";
-"Common.Controls.Status.Visibility.Private" = "Only their followers can see this post.";
-"Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post.";
-"Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline.";
+"Common.Controls.Status.TapToReveal" = "Πάτα για εμφάνιση";
+"Common.Controls.Status.Translation.ShowOriginal" = "Εμφάνιση Αρχικού";
+"Common.Controls.Status.Translation.TranslatedFrom" = "Μεταφράστηκε από %@ χρησιμοποιώντας το %@";
+"Common.Controls.Status.Translation.UnknownLanguage" = "Άγνωστο";
+"Common.Controls.Status.Translation.UnknownProvider" = "Άγνωστο";
+"Common.Controls.Status.UserReblogged" = "%@ αναδημοσίευσε";
+"Common.Controls.Status.UserRepliedTo" = "Απάντησε στον χρήστη %@";
+"Common.Controls.Status.Visibility.Direct" = "Μόνο ο αναφερόμενος χρήστης μπορεί να δει αυτή την ανάρτηση.";
+"Common.Controls.Status.Visibility.Private" = "Μόνο οι ακόλουθοί τους μπορούν να δουν αυτή την ανάρτηση.";
+"Common.Controls.Status.Visibility.PrivateFromMe" = "Μόνο οι ακόλουθοί μου μπορούν να δουν αυτή την ανάρτηση.";
+"Common.Controls.Status.Visibility.Unlisted" = "Όλοι μπορούν να δουν αυτή την ανάρτηση, αλλά δεν εμφανίζεται στη δημόσια ροή.";
"Common.Controls.Tabs.A11Y.Explore" = "Εξερεύνηση";
"Common.Controls.Tabs.A11Y.Search" = "Αναζήτηση";
"Common.Controls.Tabs.Home" = "Αρχική";
@@ -517,8 +521,8 @@ uploaded to Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Sign Out";
"Scene.Settings.Section.SpicyZone.Title" = "The Spicy Zone";
"Scene.Settings.Title" = "Settings";
-"Scene.SuggestionAccount.FollowExplain" = "When you follow someone, you’ll see their posts in your home feed.";
-"Scene.SuggestionAccount.Title" = "Find People to Follow";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
+"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post from %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/en.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/en.lproj/Localizable.strings
index 55cf7ec74..970175d5c 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/en.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/en.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Please check your internet connection.";
"Common.Controls.Actions.Add" = "Add";
"Common.Controls.Actions.Back" = "Back";
"Common.Controls.Actions.BlockDomain" = "Block %@";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "Cancel";
"Common.Controls.Actions.Compose" = "Compose";
"Common.Controls.Actions.Confirm" = "Confirm";
@@ -42,6 +43,7 @@ Please check your internet connection.";
"Common.Controls.Actions.Edit" = "Edit";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Find people to follow";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Manually search instead";
"Common.Controls.Actions.Next" = "Next";
"Common.Controls.Actions.Ok" = "OK";
@@ -51,6 +53,7 @@ Please check your internet connection.";
"Common.Controls.Actions.Preview" = "Preview";
"Common.Controls.Actions.Previous" = "Previous";
"Common.Controls.Actions.Remove" = "Remove";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Reply";
"Common.Controls.Actions.ReportUser" = "Report %@";
"Common.Controls.Actions.Save" = "Save";
@@ -67,6 +70,7 @@ Please check your internet connection.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.TryAgain" = "Try Again";
"Common.Controls.Actions.UnblockDomain" = "Unblock %@";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Block";
"Common.Controls.Friendship.BlockDomain" = "Block %@";
"Common.Controls.Friendship.BlockUser" = "Block %@";
@@ -517,8 +521,8 @@ uploaded to Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Sign Out";
"Scene.Settings.Section.SpicyZone.Title" = "The Spicy Zone";
"Scene.Settings.Title" = "Settings";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
-"Scene.SuggestionAccount.FollowAll" = "Follow All";
"Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post from %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
@@ -552,4 +556,4 @@ uploaded to Mastodon.";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
-"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
+"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
\ No newline at end of file
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/es.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/es.lproj/Localizable.strings
index dae5d8b31..d77be43a2 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/es.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/es.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Actions.Add" = "Añadir";
"Common.Controls.Actions.Back" = "Atrás";
"Common.Controls.Actions.BlockDomain" = "Bloquear %@";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "Cancelar";
"Common.Controls.Actions.Compose" = "Redactar";
"Common.Controls.Actions.Confirm" = "Confirmar";
@@ -42,6 +43,7 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Actions.Edit" = "Editar";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Encuentra gente a la que seguir";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Mejor hacer una búsqueda manual";
"Common.Controls.Actions.Next" = "Siguiente";
"Common.Controls.Actions.Ok" = "Aceptar";
@@ -51,6 +53,7 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Actions.Preview" = "Vista previa";
"Common.Controls.Actions.Previous" = "Anterior";
"Common.Controls.Actions.Remove" = "Eliminar";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Responder";
"Common.Controls.Actions.ReportUser" = "Reportar a %@";
"Common.Controls.Actions.Save" = "Guardar";
@@ -67,6 +70,7 @@ Por favor, revise su conexión a internet.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Desconocido";
"Common.Controls.Actions.TryAgain" = "Inténtalo de nuevo";
"Common.Controls.Actions.UnblockDomain" = "Desbloquear %@";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Bloquear";
"Common.Controls.Friendship.BlockDomain" = "Bloquear a %@";
"Common.Controls.Friendship.BlockUser" = "Bloquear a %@";
@@ -517,8 +521,8 @@ subirse a Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Cerrar Sesión";
"Scene.Settings.Section.SpicyZone.Title" = "La Zona Picante";
"Scene.Settings.Title" = "Configuración";
-"Scene.SuggestionAccount.FollowExplain" = "Cuando sigas a alguien verás sus publicaciones en tu página de inicio.";
-"Scene.SuggestionAccount.Title" = "Encuentra Gente a la que Seguir";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
+"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Publicación";
"Scene.Thread.Title" = "Publicación de %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/eu.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/eu.lproj/Localizable.strings
index 42d6c4225..1950a0c95 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/eu.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/eu.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Egiaztatu Interneteko konexioa.";
"Common.Controls.Actions.Add" = "Gehitu";
"Common.Controls.Actions.Back" = "Atzera";
"Common.Controls.Actions.BlockDomain" = "Blokeatu %@";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "Utzi";
"Common.Controls.Actions.Compose" = "Idatzi";
"Common.Controls.Actions.Confirm" = "Berretsi";
@@ -42,6 +43,7 @@ Egiaztatu Interneteko konexioa.";
"Common.Controls.Actions.Edit" = "Editatu";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Bilatu jarraitzeko jendea";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Eskuz bilatu";
"Common.Controls.Actions.Next" = "Hurrengoa";
"Common.Controls.Actions.Ok" = "Ados";
@@ -51,6 +53,7 @@ Egiaztatu Interneteko konexioa.";
"Common.Controls.Actions.Preview" = "Aurrebista";
"Common.Controls.Actions.Previous" = "Aurrekoa";
"Common.Controls.Actions.Remove" = "Kendu";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Erantzun";
"Common.Controls.Actions.ReportUser" = "Salatu %@";
"Common.Controls.Actions.Save" = "Gorde";
@@ -67,6 +70,7 @@ Egiaztatu Interneteko konexioa.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.TryAgain" = "Saiatu berriro";
"Common.Controls.Actions.UnblockDomain" = "Desblokeatu %@";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Blokeatu";
"Common.Controls.Friendship.BlockDomain" = "Blokeatu %@";
"Common.Controls.Friendship.BlockUser" = "Blokeatu %@";
@@ -517,8 +521,8 @@ Mastodonera igo.";
"Scene.Settings.Section.SpicyZone.Signout" = "Amaitu saioa";
"Scene.Settings.Section.SpicyZone.Title" = "Eremu beroa";
"Scene.Settings.Title" = "Ezarpenak";
-"Scene.SuggestionAccount.FollowExplain" = "Norbait jarraitzen duzunean, bere bidalketak zure hasierako denbora-lerroan agertuko zaizkizu.";
-"Scene.SuggestionAccount.Title" = "Bilatu jarraitzeko jendea";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
+"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Bidalketa";
"Scene.Thread.Title" = "%@(e)n bidalketa";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/fi.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/fi.lproj/Localizable.strings
index e4555a0d2..e1cf921d6 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/fi.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/fi.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Actions.Add" = "Lisää";
"Common.Controls.Actions.Back" = "Takaisin";
"Common.Controls.Actions.BlockDomain" = "Estä %@";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "Kumoa";
"Common.Controls.Actions.Compose" = "Koosta";
"Common.Controls.Actions.Confirm" = "Vahvista";
@@ -42,6 +43,7 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Actions.Edit" = "Muokkaa";
"Common.Controls.Actions.EditPost" = "Muokkaa";
"Common.Controls.Actions.FindPeople" = "Löydä tilejä seurattavaksi";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Etsi sen sijaan manuaalisesti";
"Common.Controls.Actions.Next" = "Seuraava";
"Common.Controls.Actions.Ok" = "OK";
@@ -51,6 +53,7 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Actions.Preview" = "Esikatselu";
"Common.Controls.Actions.Previous" = "Edellinen";
"Common.Controls.Actions.Remove" = "Poista";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Vastaa";
"Common.Controls.Actions.ReportUser" = "Ilmianna %@";
"Common.Controls.Actions.Save" = "Tallenna";
@@ -67,6 +70,7 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Tuntematon";
"Common.Controls.Actions.TryAgain" = "Yritä uudelleen";
"Common.Controls.Actions.UnblockDomain" = "Poista esto %@";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Estä";
"Common.Controls.Friendship.BlockDomain" = "Estä %@";
"Common.Controls.Friendship.BlockUser" = "Estä %@";
@@ -181,8 +185,8 @@ Profiilisi näyttää tältä hänelle.";
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Ladataan puuttuvia julkaisuja...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Näytä lisää vastauksia";
"Common.Controls.Timeline.Timestamp.Now" = "Nyt";
-"Common.UserList.FollowersCount" = "%@ followers";
-"Common.UserList.NoVerifiedLink" = "No verified link";
+"Common.UserList.FollowersCount" = "%@ seuraajaa";
+"Common.UserList.NoVerifiedLink" = "Ei todennettua linkkiä";
"Extension.OpenIn.InvalidLinkError" = "Tämä ei näytä olevan kelvollinen Mastodon-linkki.";
"Scene.AccountList.AddAccount" = "Lisää tili";
"Scene.AccountList.DismissAccountSwitcher" = "Sulje tilin vaihtaja";
@@ -517,8 +521,8 @@ uploaded to Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Kirjaudu ulos";
"Scene.Settings.Section.SpicyZone.Title" = "Varovainen alue";
"Scene.Settings.Title" = "Asetukset";
-"Scene.SuggestionAccount.FollowExplain" = "Kun seuraat jotakuta, näet hänen julkaisunsa kotisyötteessäsi.";
-"Scene.SuggestionAccount.Title" = "Löydä tilejä seurattavaksi";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
+"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Julkaisu";
"Scene.Thread.Title" = "Julkaisu tililtä %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mikä Mastodon on?";
@@ -537,14 +541,14 @@ uploaded to Mastodon.";
"Widget.FollowersCount.ConfigurationDisplayName" = "Seuraajat";
"Widget.FollowersCount.FollowersToday" = "%@ seuraajaa tänään";
"Widget.FollowersCount.Title" = "SEURAAJAT";
-"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
-"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
-"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
-"Widget.Hashtag.NotFound.AccountName" = "John Mastodon";
-"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag #%@. Please try a #DifferentHashtag or check the widget settings.";
-"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
-"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
-"Widget.Hashtag.Placeholder.Content" = "This is how a post with a #hashtag would look. Pick whichever #hashtag you want in the widget settings.";
+"Widget.Hashtag.Configuration.Description" = "Näyttää hiljattaisen julkaisun valitusta aihetunnisteesta.";
+"Widget.Hashtag.Configuration.DisplayName" = "Aihetunniste";
+"Widget.Hashtag.NotFound.Account" = "@mikkoMastodon@ei-sellaista.tiliä";
+"Widget.Hashtag.NotFound.AccountName" = "Mikko Mastodon";
+"Widget.Hashtag.NotFound.Content" = "Valitettavasti emme löytäneet yhtään julkaisua aihetunnisteella #%@. Kokeile #DifferentHashtag tai tarkista widgetin asetukset.";
+"Widget.Hashtag.Placeholder.Account" = "@mikkoMastodon@ei-sellaista.tiliä";
+"Widget.Hashtag.Placeholder.AccountName" = "Mikko Mastodon";
+"Widget.Hashtag.Placeholder.Content" = "Tältä aihetunnisteen #aihetunniste julkaisu näyttäisi. Valitse mikä tahansa #aihetunniste widgetin asetuksista.";
"Widget.LatestFollowers.ConfigurationDescription" = "Näyyä uusimmat seuraajat.";
"Widget.LatestFollowers.ConfigurationDisplayName" = "Uusimmat seuraajat";
"Widget.LatestFollowers.LastUpdate" = "Päivitettiin viimeksi %@";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/fr.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/fr.lproj/Localizable.strings
index c7ed81880..e0c2b6b54 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/fr.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/fr.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Veuillez vérifier votre accès à Internet.";
"Common.Controls.Actions.Add" = "Ajouter";
"Common.Controls.Actions.Back" = "Retour";
"Common.Controls.Actions.BlockDomain" = "Bloquer %@";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "Annuler";
"Common.Controls.Actions.Compose" = "Rédiger";
"Common.Controls.Actions.Confirm" = "Confirmer";
@@ -42,6 +43,7 @@ Veuillez vérifier votre accès à Internet.";
"Common.Controls.Actions.Edit" = "Éditer";
"Common.Controls.Actions.EditPost" = "Éditer";
"Common.Controls.Actions.FindPeople" = "Trouver des personnes à suivre";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Rechercher manuellement à la place";
"Common.Controls.Actions.Next" = "Suivant";
"Common.Controls.Actions.Ok" = "OK";
@@ -51,6 +53,7 @@ Veuillez vérifier votre accès à Internet.";
"Common.Controls.Actions.Preview" = "Aperçu";
"Common.Controls.Actions.Previous" = "Précédent";
"Common.Controls.Actions.Remove" = "Supprimer";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Répondre";
"Common.Controls.Actions.ReportUser" = "Signaler %@";
"Common.Controls.Actions.Save" = "Enregistrer";
@@ -67,6 +70,7 @@ Veuillez vérifier votre accès à Internet.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Inconnu";
"Common.Controls.Actions.TryAgain" = "Réessayer";
"Common.Controls.Actions.UnblockDomain" = "Débloquer %@";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Bloquer";
"Common.Controls.Friendship.BlockDomain" = "Bloquer %@";
"Common.Controls.Friendship.BlockUser" = "Bloquer %@";
@@ -517,8 +521,8 @@ téléversé sur Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Se déconnecter";
"Scene.Settings.Section.SpicyZone.Title" = "La Zone Épicée";
"Scene.Settings.Title" = "Paramètres";
-"Scene.SuggestionAccount.FollowExplain" = "Quand vous suivez quelqu'un, vous verrez leurs messages dans votre flux d’accueil.";
-"Scene.SuggestionAccount.Title" = "Trouver des personnes à suivre";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
+"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Publication";
"Scene.Thread.Title" = "Publication de %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Qu’est-ce que Mastodon ?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/gd.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/gd.lproj/Localizable.strings
index a0acbf3cd..ea79cf5bc 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/gd.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/gd.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Thoir sùil air a’ cheangal agad ris an eadar-lìon.";
"Common.Controls.Actions.Add" = "Cuir ris";
"Common.Controls.Actions.Back" = "Air ais";
"Common.Controls.Actions.BlockDomain" = "Bac %@";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "Sguir dheth";
"Common.Controls.Actions.Compose" = "Sgrìobh";
"Common.Controls.Actions.Confirm" = "Dearbh";
@@ -42,6 +43,7 @@ Thoir sùil air a’ cheangal agad ris an eadar-lìon.";
"Common.Controls.Actions.Edit" = "Deasaich";
"Common.Controls.Actions.EditPost" = "Deasaich";
"Common.Controls.Actions.FindPeople" = "Lorg daoine a leanas tu";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Lorg a làimh ’na àite";
"Common.Controls.Actions.Next" = "Air adhart";
"Common.Controls.Actions.Ok" = "Ceart ma-thà";
@@ -51,6 +53,7 @@ Thoir sùil air a’ cheangal agad ris an eadar-lìon.";
"Common.Controls.Actions.Preview" = "Ro-sheall";
"Common.Controls.Actions.Previous" = "Air ais";
"Common.Controls.Actions.Remove" = "Thoir air falbh";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Freagair";
"Common.Controls.Actions.ReportUser" = "Dèan gearan mu %@";
"Common.Controls.Actions.Save" = "Sàbhail";
@@ -67,6 +70,7 @@ Thoir sùil air a’ cheangal agad ris an eadar-lìon.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Chan eil fhios";
"Common.Controls.Actions.TryAgain" = "Feuch ris a-rithist";
"Common.Controls.Actions.UnblockDomain" = "Dì-bhac %@";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Bac";
"Common.Controls.Friendship.BlockDomain" = "Bac %@";
"Common.Controls.Friendship.BlockUser" = "Bac %@";
@@ -517,8 +521,8 @@ a luchdadh suas gu Mastodon.";
"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 cuideigin, chì thu na puist aca air inbhir na dachaigh agad.";
-"Scene.SuggestionAccount.Title" = "Lorg daoine a leanas tu";
+"Scene.SuggestionAccount.FollowAll" = "Lean na h-uile";
+"Scene.SuggestionAccount.Title" = "Fèillmhor air Mastodon";
"Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post le %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Dè th’ ann am Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/gl.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/gl.lproj/Localizable.strings
index 611c5cc8a..a041a4612 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/gl.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/gl.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Comproba a conexión a internet.";
"Common.Controls.Actions.Add" = "Engadir";
"Common.Controls.Actions.Back" = "Volver";
"Common.Controls.Actions.BlockDomain" = "Bloquear a %@";
+"Common.Controls.Actions.Bookmark" = "Marcar";
"Common.Controls.Actions.Cancel" = "Cancelar";
"Common.Controls.Actions.Compose" = "Escribir";
"Common.Controls.Actions.Confirm" = "Confirmar";
@@ -42,6 +43,7 @@ Comproba a conexión a internet.";
"Common.Controls.Actions.Edit" = "Editar";
"Common.Controls.Actions.EditPost" = "Editar";
"Common.Controls.Actions.FindPeople" = "Atopar persoas para seguir";
+"Common.Controls.Actions.Follow" = "Segue a %@";
"Common.Controls.Actions.ManuallySearch" = "Buscar de xeito manual";
"Common.Controls.Actions.Next" = "Seguinte";
"Common.Controls.Actions.Ok" = "OK";
@@ -51,6 +53,7 @@ Comproba a conexión a internet.";
"Common.Controls.Actions.Preview" = "Vista previa";
"Common.Controls.Actions.Previous" = "Anterior";
"Common.Controls.Actions.Remove" = "Eliminar";
+"Common.Controls.Actions.RemoveBookmark" = "Eliminar Marcador";
"Common.Controls.Actions.Reply" = "Responder";
"Common.Controls.Actions.ReportUser" = "Denunciar a %@";
"Common.Controls.Actions.Save" = "Gardar";
@@ -67,6 +70,7 @@ Comproba a conexión a internet.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Descoñecido";
"Common.Controls.Actions.TryAgain" = "Intentar de novo";
"Common.Controls.Actions.UnblockDomain" = "Desbloquear a %@";
+"Common.Controls.Actions.Unfollow" = "Deixa de seguir a %@";
"Common.Controls.Friendship.Block" = "Bloquear";
"Common.Controls.Friendship.BlockDomain" = "Bloquear a %@";
"Common.Controls.Friendship.BlockUser" = "Bloquear a %@";
@@ -517,8 +521,8 @@ ser subido a Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Pechar sesión";
"Scene.Settings.Section.SpicyZone.Title" = "A zona picante";
"Scene.Settings.Title" = "Axustes";
-"Scene.SuggestionAccount.FollowExplain" = "Cando sigas a alguén verás as súas publicacións na cronoloxía de inicio.";
-"Scene.SuggestionAccount.Title" = "Atopar persoas para seguir";
+"Scene.SuggestionAccount.FollowAll" = "Seguir a todas";
+"Scene.SuggestionAccount.Title" = "Popular en Mastodon";
"Scene.Thread.BackTitle" = "Publicación";
"Scene.Thread.Title" = "Publicación de %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Que é Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/it.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/it.lproj/Localizable.strings
index af8678239..765de5d03 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/it.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/it.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Per favore verifica la tua connessione internet.";
"Common.Controls.Actions.Add" = "Aggiungi";
"Common.Controls.Actions.Back" = "Indietro";
"Common.Controls.Actions.BlockDomain" = "Blocca %@";
+"Common.Controls.Actions.Bookmark" = "Segnalibro";
"Common.Controls.Actions.Cancel" = "Annulla";
"Common.Controls.Actions.Compose" = "Scrivi";
"Common.Controls.Actions.Confirm" = "Conferma";
@@ -42,6 +43,7 @@ Per favore verifica la tua connessione internet.";
"Common.Controls.Actions.Edit" = "Modifica";
"Common.Controls.Actions.EditPost" = "Modifica";
"Common.Controls.Actions.FindPeople" = "Trova persone da seguire";
+"Common.Controls.Actions.Follow" = "Segui %@";
"Common.Controls.Actions.ManuallySearch" = "Cerca manualmente invece";
"Common.Controls.Actions.Next" = "Avanti";
"Common.Controls.Actions.Ok" = "OK";
@@ -51,6 +53,7 @@ Per favore verifica la tua connessione internet.";
"Common.Controls.Actions.Preview" = "Anteprima";
"Common.Controls.Actions.Previous" = "Precedente";
"Common.Controls.Actions.Remove" = "Rimuovi";
+"Common.Controls.Actions.RemoveBookmark" = "Rimuovi il segnalibro";
"Common.Controls.Actions.Reply" = "Rispondi";
"Common.Controls.Actions.ReportUser" = "Segnala %@";
"Common.Controls.Actions.Save" = "Salva";
@@ -67,6 +70,7 @@ Per favore verifica la tua connessione internet.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Sconosciuto";
"Common.Controls.Actions.TryAgain" = "Riprova";
"Common.Controls.Actions.UnblockDomain" = "Sblocca %@";
+"Common.Controls.Actions.Unfollow" = "Smetti di seguire %@";
"Common.Controls.Friendship.Block" = "Blocca";
"Common.Controls.Friendship.BlockDomain" = "Blocca %@";
"Common.Controls.Friendship.BlockUser" = "Blocca %@";
@@ -124,7 +128,7 @@ Per favore verifica la tua connessione internet.";
"Common.Controls.Status.EditHistory.Title" = "Modifica la cronologia";
"Common.Controls.Status.EditedAtTimestampPrefix" = "Modificato %@";
"Common.Controls.Status.LinkViaUser" = "%@ tramite %@";
-"Common.Controls.Status.LoadEmbed" = "Carica Incorpora";
+"Common.Controls.Status.LoadEmbed" = "Carica l'incorporato";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, allegato %d di %d";
"Common.Controls.Status.Media.ExpandGifHint" = "Espande la GIF. Tocca due volte e tieni premuto per mostrare le azioni";
"Common.Controls.Status.Media.ExpandImageHint" = "Espande l'immagine. Tocca due volte e tieni premuto per mostrare le azioni";
@@ -271,15 +275,15 @@ caricato su Mastodon.";
"Scene.Familiarfollowers.FollowedByNames" = "Seguito da %@";
"Scene.Familiarfollowers.Title" = "Seguaci che conosci";
"Scene.Favorite.Title" = "Preferiti";
-"Scene.FavoritedBy.Title" = "Preferito Da";
+"Scene.FavoritedBy.Title" = "Preferito da";
"Scene.FollowedTags.Actions.Follow" = "Segui";
"Scene.FollowedTags.Actions.Unfollow" = "Smetti di seguire";
"Scene.FollowedTags.Header.Participants" = "partecipanti";
"Scene.FollowedTags.Header.Posts" = "post";
"Scene.FollowedTags.Header.PostsToday" = "post di oggi";
-"Scene.FollowedTags.Title" = "Etichette seguite";
+"Scene.FollowedTags.Title" = "Hashtag seguiti";
"Scene.Follower.Footer" = "I seguaci da altri server non vengono visualizzati.";
-"Scene.Follower.Title" = "seguace";
+"Scene.Follower.Title" = "seguaci";
"Scene.Following.Footer" = "I follow da altri server non vengono visualizzati.";
"Scene.Following.Title" = "seguendo";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tocca per scorrere verso l'alto e tocca di nuovo verso la posizione precedente";
@@ -517,8 +521,8 @@ caricato su Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Esci";
"Scene.Settings.Section.SpicyZone.Title" = "La zona piccante";
"Scene.Settings.Title" = "Impostazioni";
-"Scene.SuggestionAccount.FollowExplain" = "Quando segui qualcuno, vedrai i loro post nella tua home feed.";
-"Scene.SuggestionAccount.Title" = "Trova alcune persone da seguire";
+"Scene.SuggestionAccount.FollowAll" = "Segui tutti";
+"Scene.SuggestionAccount.Title" = "Popolare su Mastodon";
"Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post da %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Cosa è Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/ja.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/ja.lproj/Localizable.strings
index 40a397917..1f717141d 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/ja.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/ja.lproj/Localizable.strings
@@ -30,6 +30,7 @@
"Common.Controls.Actions.Add" = "追加";
"Common.Controls.Actions.Back" = "戻る";
"Common.Controls.Actions.BlockDomain" = "%@をブロック";
+"Common.Controls.Actions.Bookmark" = "ブックマーク";
"Common.Controls.Actions.Cancel" = "キャンセル";
"Common.Controls.Actions.Compose" = "新規作成";
"Common.Controls.Actions.Confirm" = "確認";
@@ -42,6 +43,7 @@
"Common.Controls.Actions.Edit" = "編集";
"Common.Controls.Actions.EditPost" = "編集";
"Common.Controls.Actions.FindPeople" = "フォローする人を見つける";
+"Common.Controls.Actions.Follow" = "%@をフォロー";
"Common.Controls.Actions.ManuallySearch" = "手動で検索する";
"Common.Controls.Actions.Next" = "次へ";
"Common.Controls.Actions.Ok" = "OK";
@@ -51,6 +53,7 @@
"Common.Controls.Actions.Preview" = "プレビュー";
"Common.Controls.Actions.Previous" = "前";
"Common.Controls.Actions.Remove" = "消去";
+"Common.Controls.Actions.RemoveBookmark" = "ブックマークから削除";
"Common.Controls.Actions.Reply" = "返信";
"Common.Controls.Actions.ReportUser" = "%@を通報";
"Common.Controls.Actions.Save" = "保存";
@@ -67,6 +70,7 @@
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "不明";
"Common.Controls.Actions.TryAgain" = "再実行";
"Common.Controls.Actions.UnblockDomain" = "%@のブロックを解除";
+"Common.Controls.Actions.Unfollow" = "%@をフォロー解除";
"Common.Controls.Friendship.Block" = "ブロック";
"Common.Controls.Friendship.BlockDomain" = "%@をブロック";
"Common.Controls.Friendship.BlockUser" = "%@をブロック";
@@ -512,8 +516,8 @@
"Scene.Settings.Section.SpicyZone.Signout" = "サインアウト";
"Scene.Settings.Section.SpicyZone.Title" = "取り扱い注意項目";
"Scene.Settings.Title" = "設定";
-"Scene.SuggestionAccount.FollowExplain" = "誰かをフォローすると、その人の投稿がタイムラインに表示されるようになります。";
-"Scene.SuggestionAccount.Title" = "フォローする人を探す";
+"Scene.SuggestionAccount.FollowAll" = "すべてフォロー";
+"Scene.SuggestionAccount.Title" = "人気のアカウント";
"Scene.Thread.BackTitle" = "投稿";
"Scene.Thread.Title" = "%@の投稿";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mastodonとは?";
@@ -539,7 +543,7 @@
"Widget.Hashtag.NotFound.Content" = "#%@ の投稿が見つかりませんでした。 #ほかのハッシュタグ を指定するか、ウィジェットの設定を変更してみてください。";
"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account";
"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon";
-"Widget.Hashtag.Placeholder.Content" = "This is how a post with a #hashtag would look. Pick whichever #hashtag you want in the widget settings.";
+"Widget.Hashtag.Placeholder.Content" = "#ハッシュタグ 投稿のサンプルです。検索する #ハッシュタグ はウィジェットの設定で指定できます。";
"Widget.LatestFollowers.ConfigurationDescription" = "最新のフォロワーを表示します。";
"Widget.LatestFollowers.ConfigurationDisplayName" = "最新のフォロワー";
"Widget.LatestFollowers.LastUpdate" = "最終更新: %@";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/kab.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/kab.lproj/Localizable.strings
index aaf7bad2e..fb92ce3bb 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/kab.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/kab.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Ma ulac aɣilif, senqed tuqqna-inek internet.";
"Common.Controls.Actions.Add" = "Rnu";
"Common.Controls.Actions.Back" = "Tuɣalin";
"Common.Controls.Actions.BlockDomain" = "Sewḥel %@";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "Sefsex";
"Common.Controls.Actions.Compose" = "Sudes";
"Common.Controls.Actions.Confirm" = "Sentem";
@@ -42,6 +43,7 @@ Ma ulac aɣilif, senqed tuqqna-inek internet.";
"Common.Controls.Actions.Edit" = "Ẓreg";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Af imdanen ara tḍefreḍ";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Anadi s ufus deg wadeg-is";
"Common.Controls.Actions.Next" = "Uḍfir";
"Common.Controls.Actions.Ok" = "IH";
@@ -51,6 +53,7 @@ Ma ulac aɣilif, senqed tuqqna-inek internet.";
"Common.Controls.Actions.Preview" = "Taskant";
"Common.Controls.Actions.Previous" = "Uzwir";
"Common.Controls.Actions.Remove" = "Kkes";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Err";
"Common.Controls.Actions.ReportUser" = "Cetki ɣef %@";
"Common.Controls.Actions.Save" = "Sekles";
@@ -67,6 +70,7 @@ Ma ulac aɣilif, senqed tuqqna-inek internet.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.TryAgain" = "Ɛreḍ tikkelt-nniḍen";
"Common.Controls.Actions.UnblockDomain" = "Serreḥ i %@";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Sewḥel";
"Common.Controls.Friendship.BlockDomain" = "Sewḥel %@";
"Common.Controls.Friendship.BlockUser" = "Sewḥel %@";
@@ -517,8 +521,8 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Senser";
"Scene.Settings.Section.SpicyZone.Title" = "Tamnaḍt tamihawt";
"Scene.Settings.Title" = "Iɣewwaṛen";
-"Scene.SuggestionAccount.FollowExplain" = "Mi ara teṭṭafareḍ albaɛḍ, ad twaliḍ tisuffaɣ-is deg usuddem-inek agejdan.";
-"Scene.SuggestionAccount.Title" = "Af imdanen ara tḍefreḍ";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
+"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Amagrad";
"Scene.Thread.Title" = "Tasuffeɣt sɣur %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/ku.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/ku.lproj/Localizable.strings
index 62207f94b..83e0f2546 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/ku.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/ku.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Actions.Add" = "Tevlî bike";
"Common.Controls.Actions.Back" = "Vegere";
"Common.Controls.Actions.BlockDomain" = "%@ asteng bike";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "Dev jê berde";
"Common.Controls.Actions.Compose" = "Binivîsîne";
"Common.Controls.Actions.Confirm" = "Bipejirîne";
@@ -42,6 +43,7 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Actions.Edit" = "Serrast bike";
"Common.Controls.Actions.EditPost" = "Serrast bike";
"Common.Controls.Actions.FindPeople" = "Mirovan bo şopandinê bibîne";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Ji devlê bi destan lêgerînê bike";
"Common.Controls.Actions.Next" = "Pêş";
"Common.Controls.Actions.Ok" = "BAŞ E";
@@ -51,6 +53,7 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Actions.Preview" = "Pêşdîtin";
"Common.Controls.Actions.Previous" = "Paş";
"Common.Controls.Actions.Remove" = "Rake";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Bersivê bide";
"Common.Controls.Actions.ReportUser" = "%@ ragihîne";
"Common.Controls.Actions.Save" = "Tomar bike";
@@ -67,6 +70,7 @@ Jkx girêdana înternetê xwe kontrol bike.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Nenas";
"Common.Controls.Actions.TryAgain" = "Dîsa biceribîne";
"Common.Controls.Actions.UnblockDomain" = "%@ asteng neke";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Asteng bike";
"Common.Controls.Friendship.BlockDomain" = "%@ asteng bike";
"Common.Controls.Friendship.BlockUser" = "%@ asteng bike";
@@ -517,8 +521,8 @@ Profîla te ji wan ra wiha xuya dike.";
"Scene.Settings.Section.SpicyZone.Signout" = "Derkeve";
"Scene.Settings.Section.SpicyZone.Title" = "Devera germ";
"Scene.Settings.Title" = "Sazkarî";
-"Scene.SuggestionAccount.FollowExplain" = "Gava tu kesekî dişopînî, tu yê şandiyê wan di serrûpelê de bibîne.";
-"Scene.SuggestionAccount.Title" = "Kesên bo ku bişopînî bibîne";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
+"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Şandî";
"Scene.Thread.Title" = "Şandî ji %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mastodon çi ye?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/nl.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/nl.lproj/Localizable.strings
index 313da8b79..4cb922844 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/nl.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/nl.lproj/Localizable.strings
@@ -29,6 +29,7 @@
"Common.Controls.Actions.Add" = "Voeg toe";
"Common.Controls.Actions.Back" = "Terug";
"Common.Controls.Actions.BlockDomain" = "%@ blokkeren";
+"Common.Controls.Actions.Bookmark" = "Bladwijzer toevoegen";
"Common.Controls.Actions.Cancel" = "Annuleren";
"Common.Controls.Actions.Compose" = "Bericht schrijven";
"Common.Controls.Actions.Confirm" = "Bevestigen";
@@ -41,6 +42,7 @@
"Common.Controls.Actions.Edit" = "Bewerk";
"Common.Controls.Actions.EditPost" = "Bewerken";
"Common.Controls.Actions.FindPeople" = "Zoek mensen om te volgen";
+"Common.Controls.Actions.Follow" = "Volg %@";
"Common.Controls.Actions.ManuallySearch" = "Handmatig zoeken";
"Common.Controls.Actions.Next" = "Volgende";
"Common.Controls.Actions.Ok" = "Ok";
@@ -50,6 +52,7 @@
"Common.Controls.Actions.Preview" = "Voorvertoning";
"Common.Controls.Actions.Previous" = "Vorige";
"Common.Controls.Actions.Remove" = "Verwijder";
+"Common.Controls.Actions.RemoveBookmark" = "Bladwijzer verwijderen";
"Common.Controls.Actions.Reply" = "Reageer";
"Common.Controls.Actions.ReportUser" = "%@ rapporteren";
"Common.Controls.Actions.Save" = "Bewaar";
@@ -66,6 +69,7 @@
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Onbekend";
"Common.Controls.Actions.TryAgain" = "Opnieuw proberen";
"Common.Controls.Actions.UnblockDomain" = "%@ deblokkeren";
+"Common.Controls.Actions.Unfollow" = "Ontvolg %@";
"Common.Controls.Friendship.Block" = "Blokkeren";
"Common.Controls.Friendship.BlockDomain" = "%@ blokkeren";
"Common.Controls.Friendship.BlockUser" = "%@ blokkeren";
@@ -511,8 +515,8 @@ Jouw profiel ziet er zo uit voor hen.";
"Scene.Settings.Section.SpicyZone.Signout" = "Uitloggen";
"Scene.Settings.Section.SpicyZone.Title" = "De gevaarlijke zone";
"Scene.Settings.Title" = "Instellingen";
-"Scene.SuggestionAccount.FollowExplain" = "Wanneer je iemand volgt, zie je hun berichten op jouw starttijdlijn.";
-"Scene.SuggestionAccount.Title" = "Zoek mensen om te volgen";
+"Scene.SuggestionAccount.FollowAll" = "Iedereen volgen";
+"Scene.SuggestionAccount.Title" = "Populair op Mastodon";
"Scene.Thread.BackTitle" = "Bericht";
"Scene.Thread.Title" = "Bericht van %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Wat is Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/ru.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/ru.lproj/Localizable.strings
index a88924899..c5d95aeb4 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/ru.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/ru.lproj/Localizable.strings
@@ -30,6 +30,7 @@
"Common.Controls.Actions.Add" = "Добавить";
"Common.Controls.Actions.Back" = "Назад";
"Common.Controls.Actions.BlockDomain" = "Заблокировать %@";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "Отмена";
"Common.Controls.Actions.Compose" = "Написать";
"Common.Controls.Actions.Confirm" = "Подтвердить";
@@ -42,6 +43,7 @@
"Common.Controls.Actions.Edit" = "Изменить";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Подпишитесь на людей";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Найти вручную";
"Common.Controls.Actions.Next" = "Далее";
"Common.Controls.Actions.Ok" = "ОК";
@@ -51,6 +53,7 @@
"Common.Controls.Actions.Preview" = "Предпросмотр";
"Common.Controls.Actions.Previous" = "Прошлые";
"Common.Controls.Actions.Remove" = "Убрать";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Ответить";
"Common.Controls.Actions.ReportUser" = "Пожаловаться на %@";
"Common.Controls.Actions.Save" = "Сохранить";
@@ -67,6 +70,7 @@
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.TryAgain" = "Попробовать снова";
"Common.Controls.Actions.UnblockDomain" = "Разблокировать %@";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Заблокировать";
"Common.Controls.Friendship.BlockDomain" = "Заблокировать %@";
"Common.Controls.Friendship.BlockUser" = "Заблокировать %@";
@@ -525,8 +529,8 @@
"Scene.Settings.Section.SpicyZone.Signout" = "Выйти из учётной записи";
"Scene.Settings.Section.SpicyZone.Title" = "Пикантная зона";
"Scene.Settings.Title" = "Настройки";
-"Scene.SuggestionAccount.FollowExplain" = "Посты людей, на которых вы подписались, будут видны на главной странице.";
-"Scene.SuggestionAccount.Title" = "Подпишитесь на людей";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
+"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Пост";
"Scene.Thread.Title" = "Пост %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/sl.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/sl.lproj/Localizable.strings
index ee5b069f6..3285e976e 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/sl.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/sl.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Preverite svojo internetno povezavo.";
"Common.Controls.Actions.Add" = "Dodaj";
"Common.Controls.Actions.Back" = "Nazaj";
"Common.Controls.Actions.BlockDomain" = "Blokiraj %@";
+"Common.Controls.Actions.Bookmark" = "Zaznamek";
"Common.Controls.Actions.Cancel" = "Prekliči";
"Common.Controls.Actions.Compose" = "Sestavi";
"Common.Controls.Actions.Confirm" = "Potrdi";
@@ -42,6 +43,7 @@ Preverite svojo internetno povezavo.";
"Common.Controls.Actions.Edit" = "Uredi";
"Common.Controls.Actions.EditPost" = "Uredi";
"Common.Controls.Actions.FindPeople" = "Poiščite osebe, ki jim želite slediti";
+"Common.Controls.Actions.Follow" = "Sledi %@";
"Common.Controls.Actions.ManuallySearch" = "Raje išči ročno";
"Common.Controls.Actions.Next" = "Naslednji";
"Common.Controls.Actions.Ok" = "V redu";
@@ -51,6 +53,7 @@ Preverite svojo internetno povezavo.";
"Common.Controls.Actions.Preview" = "Predogled";
"Common.Controls.Actions.Previous" = "Prejšnji";
"Common.Controls.Actions.Remove" = "Odstrani";
+"Common.Controls.Actions.RemoveBookmark" = "Odstrani zaznamek";
"Common.Controls.Actions.Reply" = "Odgovori";
"Common.Controls.Actions.ReportUser" = "Prijavi %@";
"Common.Controls.Actions.Save" = "Shrani";
@@ -67,6 +70,7 @@ Preverite svojo internetno povezavo.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Neznano";
"Common.Controls.Actions.TryAgain" = "Poskusi ponovno";
"Common.Controls.Actions.UnblockDomain" = "Odblokiraj %@";
+"Common.Controls.Actions.Unfollow" = "Prenehaj slediti %@";
"Common.Controls.Friendship.Block" = "Blokiraj";
"Common.Controls.Friendship.BlockDomain" = "Blokiraj %@";
"Common.Controls.Friendship.BlockUser" = "Blokiraj %@";
@@ -517,8 +521,8 @@ možno naložiti v Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Odjava";
"Scene.Settings.Section.SpicyZone.Title" = "Pikantna cona";
"Scene.Settings.Title" = "Nastavitve";
-"Scene.SuggestionAccount.FollowExplain" = "Ko nekomu sledite, vidite njihove objave v svojem domačem viru.";
-"Scene.SuggestionAccount.Title" = "Poiščite osebe, ki jim želite slediti";
+"Scene.SuggestionAccount.FollowAll" = "Sledi vsem";
+"Scene.SuggestionAccount.Title" = "Priljubljeno na Mastodonu";
"Scene.Thread.BackTitle" = "Objavi";
"Scene.Thread.Title" = "Objavil/a";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Kaj je Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/sv.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/sv.lproj/Localizable.strings
index 71ea0901e..28c89370f 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/sv.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/sv.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Kontrollera din internetanslutning.";
"Common.Controls.Actions.Add" = "Lägg till";
"Common.Controls.Actions.Back" = "Tillbaka";
"Common.Controls.Actions.BlockDomain" = "Blockera %@";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "Avbryt";
"Common.Controls.Actions.Compose" = "Skriv";
"Common.Controls.Actions.Confirm" = "Bekräfta";
@@ -42,6 +43,7 @@ Kontrollera din internetanslutning.";
"Common.Controls.Actions.Edit" = "Redigera";
"Common.Controls.Actions.EditPost" = "Redigera";
"Common.Controls.Actions.FindPeople" = "Hitta personer att följa";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Sök manuellt istället";
"Common.Controls.Actions.Next" = "Nästa";
"Common.Controls.Actions.Ok" = "OK";
@@ -51,6 +53,7 @@ Kontrollera din internetanslutning.";
"Common.Controls.Actions.Preview" = "Förhandsvisa";
"Common.Controls.Actions.Previous" = "Föregående";
"Common.Controls.Actions.Remove" = "Radera";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Svara";
"Common.Controls.Actions.ReportUser" = "Rapportera %@";
"Common.Controls.Actions.Save" = "Spara";
@@ -67,6 +70,7 @@ Kontrollera din internetanslutning.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Okänt";
"Common.Controls.Actions.TryAgain" = "Försök igen";
"Common.Controls.Actions.UnblockDomain" = "Avblockera %@";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Blockera";
"Common.Controls.Friendship.BlockDomain" = "Blockera %@";
"Common.Controls.Friendship.BlockUser" = "Blockera %@";
@@ -122,7 +126,7 @@ Kontrollera din internetanslutning.";
"Common.Controls.Status.ContentWarning" = "Innehållsvarning";
"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@";
"Common.Controls.Status.EditHistory.Title" = "Edit History";
-"Common.Controls.Status.EditedAtTimestampPrefix" = "Edited %@";
+"Common.Controls.Status.EditedAtTimestampPrefix" = "Ändrad %@";
"Common.Controls.Status.LinkViaUser" = "%@ via %@";
"Common.Controls.Status.LoadEmbed" = "Ladda inbäddning";
"Common.Controls.Status.Media.AccessibilityLabel" = "%@, bilaga %d av %d";
@@ -157,8 +161,8 @@ Kontrollera din internetanslutning.";
"Common.Controls.Status.Visibility.Private" = "Endast deras följare kan se detta inlägg.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Bara mina följare kan se det här inlägget.";
"Common.Controls.Status.Visibility.Unlisted" = "Alla kan se detta inlägg men det visas inte i den offentliga tidslinjen.";
-"Common.Controls.Tabs.A11Y.Explore" = "Explore";
-"Common.Controls.Tabs.A11Y.Search" = "Search";
+"Common.Controls.Tabs.A11Y.Explore" = "Utforska";
+"Common.Controls.Tabs.A11Y.Search" = "Sök";
"Common.Controls.Tabs.Home" = "Hem";
"Common.Controls.Tabs.Notifications" = "Notiser";
"Common.Controls.Tabs.Profile" = "Profil";
@@ -182,8 +186,8 @@ Din profil ser ut så här för dem.";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Visa fler svar";
"Common.Controls.Timeline.Timestamp.Now" = "Nu";
"Common.UserList.FollowersCount" = "%@ följare";
-"Common.UserList.NoVerifiedLink" = "No verified link";
-"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link.";
+"Common.UserList.NoVerifiedLink" = "Ingen verifierad länk";
+"Extension.OpenIn.InvalidLinkError" = "Detta verkar inte vara en giltig Mastodon-länk.";
"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";
@@ -219,8 +223,8 @@ laddas upp till Mastodon.";
"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Välj synlighet - %@";
"Scene.Compose.Keyboard.ToggleContentWarning" = "Växla innehållsvarning";
"Scene.Compose.Keyboard.TogglePoll" = "Växla omröstning";
-"Scene.Compose.Language.Other" = "Other Language…";
-"Scene.Compose.Language.Recent" = "Recent";
+"Scene.Compose.Language.Other" = "Andra språk…";
+"Scene.Compose.Language.Recent" = "Senaste";
"Scene.Compose.Language.Suggested" = "Suggested";
"Scene.Compose.Language.Title" = "Post Language";
"Scene.Compose.MediaSelection.Browse" = "Bläddra";
@@ -228,8 +232,8 @@ laddas upp till Mastodon.";
"Scene.Compose.MediaSelection.PhotoLibrary" = "Fotobibliotek";
"Scene.Compose.Poll.AddOption" = "Add Option";
"Scene.Compose.Poll.DurationTime" = "Längd: %@";
-"Scene.Compose.Poll.MoveDown" = "Move Down";
-"Scene.Compose.Poll.MoveUp" = "Move Up";
+"Scene.Compose.Poll.MoveDown" = "Flytta ned";
+"Scene.Compose.Poll.MoveUp" = "Flytta upp";
"Scene.Compose.Poll.OneDay" = "1 dag";
"Scene.Compose.Poll.OneHour" = "1 timme";
"Scene.Compose.Poll.OptionNumber" = "Alternativ %ld";
@@ -242,7 +246,7 @@ laddas upp till Mastodon.";
"Scene.Compose.Poll.ThreeDays" = "3 dagar";
"Scene.Compose.Poll.Title" = "Poll";
"Scene.Compose.ReplyingToUser" = "svarar %@";
-"Scene.Compose.Title.EditPost" = "Edit Post";
+"Scene.Compose.Title.EditPost" = "Redigera inlägg";
"Scene.Compose.Title.NewPost" = "Nytt inlägg";
"Scene.Compose.Title.NewReply" = "Nytt svar";
"Scene.Compose.Visibility.Direct" = "Bara personer jag nämner";
@@ -250,8 +254,8 @@ laddas upp till Mastodon.";
"Scene.Compose.Visibility.Public" = "Offentlig";
"Scene.Compose.Visibility.Unlisted" = "Olistad";
"Scene.ConfirmEmail.Button.Resend" = "Skicka igen";
-"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn’t get a link?";
-"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)";
+"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Fick du ingen länk?";
+"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Skicka igen (%@)";
"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now.";
"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Kontrollera om din e-postadress är korrekt samt din skräppostmapp om du inte har gjort det.";
"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Skicka e-postmeddelande igen";
@@ -260,8 +264,8 @@ laddas upp till Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Mail" = "E-post";
"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Öppna e-postklient";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox.";
-"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. We’ll wait right here.";
-"Scene.ConfirmEmail.Title" = "Check Your Inbox";
+"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Klicka på länken som vi har skickat till dig för att bekräfta %@. Vi väntar här.";
+"Scene.ConfirmEmail.Title" = "Kolla din inkorg";
"Scene.Discovery.Intro" = "Detta är de inlägg som engagerar i ditt hörn av Mastodon.";
"Scene.Discovery.Tabs.Community" = "Server";
"Scene.Discovery.Tabs.ForYou" = "För dig";
@@ -291,7 +295,7 @@ laddas upp till Mastodon.";
"Scene.HomeTimeline.Title" = "Hem";
"Scene.Login.ServerSearchField.Placeholder" = "Ange URL eller sök efter din server";
"Scene.Login.Subtitle" = "Logga in på servern där du skapade ditt konto.";
-"Scene.Login.Title" = "Welcome back";
+"Scene.Login.Title" = "Välkommen tillbaka";
"Scene.Notification.FollowRequest.Accept" = "Godkänn";
"Scene.Notification.FollowRequest.Accepted" = "Godkänd";
"Scene.Notification.FollowRequest.Reject" = "avvisa";
@@ -309,8 +313,8 @@ laddas upp till Mastodon.";
"Scene.Preview.Keyboard.ClosePreview" = "Stäng förhandsvisning";
"Scene.Preview.Keyboard.ShowNext" = "Visa nästa";
"Scene.Preview.Keyboard.ShowPrevious" = "Visa föregående";
-"Scene.Privacy.Button.Confirm" = "I Agree";
-"Scene.Privacy.Description" = "Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your server’s privacy policy.";
+"Scene.Privacy.Button.Confirm" = "Jag godkänner";
+"Scene.Privacy.Description" = "Även om Mastodon-appen inte samlar in någon data kan servern du registrerar dig genom ha en annan policy. Ta en stund till att granska och godkänna Mastodon-appens sekretesspolicy och din servers sekretesspolicy.";
"Scene.Privacy.Policy.Ios" = "Integritetspolicy - Mastodon för iOS";
"Scene.Privacy.Policy.Server" = "Integritetspolicy - %@";
"Scene.Privacy.Title" = "Privacy";
@@ -362,7 +366,7 @@ laddas upp till Mastodon.";
"Scene.Register.Error.Reason.Inclusion" = "%@ är inte ett värde som stöds";
"Scene.Register.Error.Reason.Invalid" = "%@ är ogiltig";
"Scene.Register.Error.Reason.Reserved" = "%@ är ett reserverat nyckelord";
-"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:";
+"Scene.Register.Error.Reason.Taken" = "%@ är redan tagen. Vad sägs om:";
"Scene.Register.Error.Reason.TooLong" = "%@ är för långt";
"Scene.Register.Error.Reason.TooShort" = "%@ är för kort";
"Scene.Register.Error.Reason.Unreachable" = "%@ verkar inte existera";
@@ -377,7 +381,7 @@ laddas upp till Mastodon.";
"Scene.Register.Input.Password.Accessibility.Checked" = "markerad";
"Scene.Register.Input.Password.Accessibility.Unchecked" = "avmarkerad";
"Scene.Register.Input.Password.CharacterLimit" = "8 tecken";
-"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Confirm Password";
+"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Bekräfta lösenord";
"Scene.Register.Input.Password.Hint" = "Ditt lösenord måste bestå av minst 8 tecken";
"Scene.Register.Input.Password.Placeholder" = "lösenord";
"Scene.Register.Input.Password.Require" = "Ditt lösenord behöver minst:";
@@ -471,13 +475,13 @@ laddas upp till Mastodon.";
"Scene.ServerPicker.Label.Language" = "SPRÅK";
"Scene.ServerPicker.Label.Users" = "ANVÄNDARE";
"Scene.ServerPicker.Language.All" = "All";
-"Scene.ServerPicker.NoServerSelectedHint" = "We’ll pick a server based on your language if you continue without making a selection.";
-"Scene.ServerPicker.Search.Placeholder" = "Search name or URL";
+"Scene.ServerPicker.NoServerSelectedHint" = "Vi kommer att välja en server baserat på ditt språk om du fortsätter utan att göra ett val.";
+"Scene.ServerPicker.Search.Placeholder" = "Sök namn eller URL";
"Scene.ServerPicker.SignupSpeed.All" = "All";
"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up";
-"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review";
-"Scene.ServerPicker.Title" = "Pick Server";
-"Scene.ServerRules.Button.Confirm" = "I Agree";
+"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manuell granskning";
+"Scene.ServerPicker.Title" = "Välj server";
+"Scene.ServerRules.Button.Confirm" = "Jag godkänner";
"Scene.ServerRules.PrivacyPolicy" = "integritetspolicy";
"Scene.ServerRules.Prompt" = "Genom att fortsätta omfattas du av villkoren för tjänsten och sekretesspolicyn för %@.";
"Scene.ServerRules.Subtitle" = "Dessa sätts och verkställs av moderatorerna på %@.";
@@ -517,26 +521,26 @@ laddas upp till Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Logga ut";
"Scene.Settings.Section.SpicyZone.Title" = "Den spännande zonen";
"Scene.Settings.Title" = "Inställningar";
-"Scene.SuggestionAccount.FollowExplain" = "När du följer någon, kommer du att se deras inlägg i ditt hemflöde.";
-"Scene.SuggestionAccount.Title" = "Hitta personer att följa";
+"Scene.SuggestionAccount.FollowAll" = "Följ alla";
+"Scene.SuggestionAccount.Title" = "Populärt på Mastodon";
"Scene.Thread.BackTitle" = "Inlägg";
"Scene.Thread.Title" = "Inlägg från %@";
-"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
-"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. It’s made up of many independently-run servers, all connected together.";
-"Scene.Welcome.Education.Mastodon.Title" = "Welcome to Mastodon";
-"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server.";
-"Scene.Welcome.Education.Servers.Title" = "What are servers?";
-"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
+"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Vad är Mastodon?";
+"Scene.Welcome.Education.Mastodon.Description" = "Mastodon är ett decentraliserat socialt nätverk, vilket innebär att inget enskilt företag kontrollerar det. Det består av många oberoende servrar, alla sammankopplade.";
+"Scene.Welcome.Education.Mastodon.Title" = "Välkommen till Mastodon";
+"Scene.Welcome.Education.Servers.Description" = "Varje Mastodon-konto finns på en server — var och en med sina värderingar, regler och administratörer. Oavsett vilken du väljer kan du följa och interagera med människor på vilken server som helst.";
+"Scene.Welcome.Education.Servers.Title" = "Vad är servrar?";
+"Scene.Welcome.JoinDefaultServer" = "Gå med i mastodon.social";
"Scene.Welcome.LearnMore" = "Läs mer";
"Scene.Welcome.LogIn" = "Logga in";
-"Scene.Welcome.PickServer" = "Pick another server";
-"Scene.Welcome.Separator.Or" = "or";
+"Scene.Welcome.PickServer" = "Hitta en annan server";
+"Scene.Welcome.Separator.Or" = "eller";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers.";
-"Widget.FollowersCount.ConfigurationDisplayName" = "Followers";
-"Widget.FollowersCount.FollowersToday" = "%@ followers today";
-"Widget.FollowersCount.Title" = "FOLLOWERS";
+"Widget.FollowersCount.ConfigurationDisplayName" = "Följare";
+"Widget.FollowersCount.FollowersToday" = "%@ följare idag";
+"Widget.FollowersCount.Title" = "FÖLJARE";
"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag.";
"Widget.Hashtag.Configuration.DisplayName" = "Hashtag";
"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/th.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/th.lproj/Localizable.strings
index f97a8e066..d00093bb0 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/th.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/th.lproj/Localizable.strings
@@ -30,6 +30,7 @@
"Common.Controls.Actions.Add" = "เพิ่ม";
"Common.Controls.Actions.Back" = "ย้อนกลับ";
"Common.Controls.Actions.BlockDomain" = "ปิดกั้น %@";
+"Common.Controls.Actions.Bookmark" = "เพิ่มที่คั่นหน้า";
"Common.Controls.Actions.Cancel" = "ยกเลิก";
"Common.Controls.Actions.Compose" = "เขียน";
"Common.Controls.Actions.Confirm" = "ยืนยัน";
@@ -42,6 +43,7 @@
"Common.Controls.Actions.Edit" = "แก้ไข";
"Common.Controls.Actions.EditPost" = "แก้ไข";
"Common.Controls.Actions.FindPeople" = "ค้นหาผู้คนที่จะติดตาม";
+"Common.Controls.Actions.Follow" = "ติดตาม %@";
"Common.Controls.Actions.ManuallySearch" = "ค้นหาด้วยตนเองแทน";
"Common.Controls.Actions.Next" = "ถัดไป";
"Common.Controls.Actions.Ok" = "ตกลง";
@@ -51,6 +53,7 @@
"Common.Controls.Actions.Preview" = "แสดงตัวอย่าง";
"Common.Controls.Actions.Previous" = "ก่อนหน้า";
"Common.Controls.Actions.Remove" = "เอาออก";
+"Common.Controls.Actions.RemoveBookmark" = "เอาที่คั่นหน้าออก";
"Common.Controls.Actions.Reply" = "ตอบกลับ";
"Common.Controls.Actions.ReportUser" = "รายงาน %@";
"Common.Controls.Actions.Save" = "บันทึก";
@@ -67,6 +70,7 @@
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "ไม่รู้จัก";
"Common.Controls.Actions.TryAgain" = "ลองอีกครั้ง";
"Common.Controls.Actions.UnblockDomain" = "เลิกปิดกั้น %@";
+"Common.Controls.Actions.Unfollow" = "เลิกติดตาม %@";
"Common.Controls.Friendship.Block" = "ปิดกั้น";
"Common.Controls.Friendship.BlockDomain" = "ปิดกั้น %@";
"Common.Controls.Friendship.BlockUser" = "ปิดกั้น %@";
@@ -262,7 +266,7 @@
"Scene.ConfirmEmail.OpenEmailApp.Title" = "ตรวจสอบกล่องขาเข้าของคุณ";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "แตะลิงก์ที่เราส่งถึงคุณเพื่อยืนยัน %@ เราจะรออยู่ตรงนี้";
"Scene.ConfirmEmail.Title" = "ตรวจสอบกล่องขาเข้าของคุณ";
-"Scene.Discovery.Intro" = "นี่คือโพสต์ที่กำลังได้รับความสนใจในมุมของ Mastodon ของคุณ";
+"Scene.Discovery.Intro" = "นี่คือโพสต์ที่ได้รับความสนใจในมุมของ Mastodon ของคุณ";
"Scene.Discovery.Tabs.Community" = "ชุมชน";
"Scene.Discovery.Tabs.ForYou" = "สำหรับคุณ";
"Scene.Discovery.Tabs.Hashtags" = "แฮชแท็ก";
@@ -471,7 +475,7 @@
"Scene.ServerPicker.Label.Language" = "ภาษา";
"Scene.ServerPicker.Label.Users" = "ผู้ใช้";
"Scene.ServerPicker.Language.All" = "ทั้งหมด";
-"Scene.ServerPicker.NoServerSelectedHint" = "เราจะเลือกเซิร์ฟเวอร์ตามภาษาของคุณหากคุณดำเนินการต่อโดยไม่ได้ทำการเลือก";
+"Scene.ServerPicker.NoServerSelectedHint" = "เราจะเลือกเซิร์ฟเวอร์โดยอิงตามภาษาของคุณหากคุณดำเนินการต่อโดยไม่ได้ทำการเลือก";
"Scene.ServerPicker.Search.Placeholder" = "ค้นหาชื่อหรือ URL";
"Scene.ServerPicker.SignupSpeed.All" = "ทั้งหมด";
"Scene.ServerPicker.SignupSpeed.Instant" = "การลงทะเบียนทันที";
@@ -517,8 +521,8 @@
"Scene.Settings.Section.SpicyZone.Signout" = "ลงชื่อออก";
"Scene.Settings.Section.SpicyZone.Title" = "โซนเผ็ดร้อน";
"Scene.Settings.Title" = "การตั้งค่า";
-"Scene.SuggestionAccount.FollowExplain" = "เมื่อคุณติดตามใครสักคน คุณจะเห็นโพสต์ของเขาในฟีดหน้าแรกของคุณ";
-"Scene.SuggestionAccount.Title" = "ค้นหาผู้คนที่จะติดตาม";
+"Scene.SuggestionAccount.FollowAll" = "ติดตามทั้งหมด";
+"Scene.SuggestionAccount.Title" = "เป็นที่นิยมใน Mastodon";
"Scene.Thread.BackTitle" = "โพสต์";
"Scene.Thread.Title" = "โพสต์จาก %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mastodon คืออะไร?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/tr.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/tr.lproj/Localizable.strings
index c066d820d..ab697aa37 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/tr.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/tr.lproj/Localizable.strings
@@ -29,6 +29,7 @@
"Common.Controls.Actions.Add" = "Ekle";
"Common.Controls.Actions.Back" = "Geri";
"Common.Controls.Actions.BlockDomain" = "%@ kişisini engelle";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "İptal et";
"Common.Controls.Actions.Compose" = "Yaz";
"Common.Controls.Actions.Confirm" = "Onayla";
@@ -41,6 +42,7 @@
"Common.Controls.Actions.Edit" = "Düzenle";
"Common.Controls.Actions.EditPost" = "Edit";
"Common.Controls.Actions.FindPeople" = "Takip etmek için birkaç kişi bul";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "Onun yerine manuel olarak ara";
"Common.Controls.Actions.Next" = "İleri";
"Common.Controls.Actions.Ok" = "Tamam";
@@ -50,6 +52,7 @@
"Common.Controls.Actions.Preview" = "Önizleme";
"Common.Controls.Actions.Previous" = "Önceki";
"Common.Controls.Actions.Remove" = "Kaldır";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "Yanıtla";
"Common.Controls.Actions.ReportUser" = "%@ kişisini bildir";
"Common.Controls.Actions.Save" = "Kaydet";
@@ -66,6 +69,7 @@
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown";
"Common.Controls.Actions.TryAgain" = "Tekrar Deneyin";
"Common.Controls.Actions.UnblockDomain" = "%@ kişisinin engelini kaldır";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "Engelle";
"Common.Controls.Friendship.BlockDomain" = "%@ kişisini engelle";
"Common.Controls.Friendship.BlockUser" = "%@ kişisini engelle";
@@ -516,8 +520,8 @@ yüklenemiyor.";
"Scene.Settings.Section.SpicyZone.Signout" = "Oturumu Kapat";
"Scene.Settings.Section.SpicyZone.Title" = "Tehlikeli bölge";
"Scene.Settings.Title" = "Ayarlar";
-"Scene.SuggestionAccount.FollowExplain" = "Birisini takip ettiğinizde, ana sayfanızda o kişinin gönderilerini görürsünüz.";
-"Scene.SuggestionAccount.Title" = "Takip Edecek İnsanlar Bul";
+"Scene.SuggestionAccount.FollowAll" = "Follow all";
+"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Gönderi";
"Scene.Thread.Title" = "%@ kullanıcının gönderisi";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/vi.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/vi.lproj/Localizable.strings
index f74bff828..750cdc4b7 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/vi.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/vi.lproj/Localizable.strings
@@ -30,6 +30,7 @@ Vui lòng kiểm tra kết nối mạng.";
"Common.Controls.Actions.Add" = "Thêm";
"Common.Controls.Actions.Back" = "Quay lại";
"Common.Controls.Actions.BlockDomain" = "Chặn %@";
+"Common.Controls.Actions.Bookmark" = "Lưu";
"Common.Controls.Actions.Cancel" = "Hủy bỏ";
"Common.Controls.Actions.Compose" = "Viết tút";
"Common.Controls.Actions.Confirm" = "Xác nhận";
@@ -42,6 +43,7 @@ Vui lòng kiểm tra kết nối mạng.";
"Common.Controls.Actions.Edit" = "Sửa";
"Common.Controls.Actions.EditPost" = "Sửa";
"Common.Controls.Actions.FindPeople" = "Đề xuất theo dõi";
+"Common.Controls.Actions.Follow" = "Theo dõi %@";
"Common.Controls.Actions.ManuallySearch" = "Tự tìm kiếm thủ công";
"Common.Controls.Actions.Next" = "Kế tiếp";
"Common.Controls.Actions.Ok" = "OK";
@@ -51,6 +53,7 @@ Vui lòng kiểm tra kết nối mạng.";
"Common.Controls.Actions.Preview" = "Xem trước";
"Common.Controls.Actions.Previous" = "Trước đó";
"Common.Controls.Actions.Remove" = "Xóa";
+"Common.Controls.Actions.RemoveBookmark" = "Bỏ lưu";
"Common.Controls.Actions.Reply" = "Trả lời";
"Common.Controls.Actions.ReportUser" = "Báo cáo %@";
"Common.Controls.Actions.Save" = "Lưu";
@@ -67,6 +70,7 @@ Vui lòng kiểm tra kết nối mạng.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Chưa xác định";
"Common.Controls.Actions.TryAgain" = "Thử lại";
"Common.Controls.Actions.UnblockDomain" = "Bỏ chặn %@";
+"Common.Controls.Actions.Unfollow" = "Bỏ theo dõi %@";
"Common.Controls.Friendship.Block" = "Chặn";
"Common.Controls.Friendship.BlockDomain" = "Chặn %@";
"Common.Controls.Friendship.BlockUser" = "Chặn %@";
@@ -517,8 +521,8 @@ tải lên Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Đăng xuất";
"Scene.Settings.Section.SpicyZone.Title" = "Thú vị";
"Scene.Settings.Title" = "Cài đặt";
-"Scene.SuggestionAccount.FollowExplain" = "Khi theo dõi ai đó, bạn sẽ thấy tút của họ trong bảng tin.";
-"Scene.SuggestionAccount.Title" = "Đề xuất theo dõi";
+"Scene.SuggestionAccount.FollowAll" = "Theo dõi tất cả";
+"Scene.SuggestionAccount.Title" = "Thịnh hành trên Mastodon";
"Scene.Thread.BackTitle" = "Tút";
"Scene.Thread.Title" = "Tút của %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mastodon là gì?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hans.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hans.lproj/Localizable.strings
index 63d308741..5b4f2bd60 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hans.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hans.lproj/Localizable.strings
@@ -30,6 +30,7 @@
"Common.Controls.Actions.Add" = "添加";
"Common.Controls.Actions.Back" = "返回";
"Common.Controls.Actions.BlockDomain" = "屏蔽 %@";
+"Common.Controls.Actions.Bookmark" = "Bookmark";
"Common.Controls.Actions.Cancel" = "取消";
"Common.Controls.Actions.Compose" = "撰写";
"Common.Controls.Actions.Confirm" = "确认";
@@ -42,6 +43,7 @@
"Common.Controls.Actions.Edit" = "编辑";
"Common.Controls.Actions.EditPost" = "编辑";
"Common.Controls.Actions.FindPeople" = "查看推荐关注的用户";
+"Common.Controls.Actions.Follow" = "Follow %@";
"Common.Controls.Actions.ManuallySearch" = "手动搜索用户";
"Common.Controls.Actions.Next" = "下一个";
"Common.Controls.Actions.Ok" = "好的";
@@ -51,6 +53,7 @@
"Common.Controls.Actions.Preview" = "预览";
"Common.Controls.Actions.Previous" = "上一个";
"Common.Controls.Actions.Remove" = "删除";
+"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
"Common.Controls.Actions.Reply" = "回复";
"Common.Controls.Actions.ReportUser" = "举报 %@";
"Common.Controls.Actions.Save" = "保存";
@@ -67,6 +70,7 @@
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "未知的";
"Common.Controls.Actions.TryAgain" = "再试一次";
"Common.Controls.Actions.UnblockDomain" = "解除屏蔽 %@";
+"Common.Controls.Actions.Unfollow" = "Unfollow %@";
"Common.Controls.Friendship.Block" = "屏蔽";
"Common.Controls.Friendship.BlockDomain" = "屏蔽 %@";
"Common.Controls.Friendship.BlockUser" = "屏蔽 %@";
@@ -181,8 +185,8 @@
"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "正在加载帖子...";
"Common.Controls.Timeline.Loader.ShowMoreReplies" = "显示更多回复";
"Common.Controls.Timeline.Timestamp.Now" = "现在";
-"Common.UserList.FollowersCount" = "%@ followers";
-"Common.UserList.NoVerifiedLink" = "No verified link";
+"Common.UserList.FollowersCount" = "%@ 名关注者";
+"Common.UserList.NoVerifiedLink" = "未验证链接";
"Extension.OpenIn.InvalidLinkError" = "这似乎不是一个有效的 Mastodon 链接。";
"Scene.AccountList.AddAccount" = "添加账户";
"Scene.AccountList.DismissAccountSwitcher" = "关闭账户切换页面";
@@ -517,8 +521,8 @@
"Scene.Settings.Section.SpicyZone.Signout" = "退出";
"Scene.Settings.Section.SpicyZone.Title" = "The Spicy Zone";
"Scene.Settings.Title" = "设置";
-"Scene.SuggestionAccount.FollowExplain" = "当你关注某个人时,你将会在主页看到他们的帖子。";
-"Scene.SuggestionAccount.Title" = "查看推荐关注的用户";
+"Scene.SuggestionAccount.FollowAll" = "一键关注";
+"Scene.SuggestionAccount.Title" = "Mastodon上流行的";
"Scene.Thread.BackTitle" = "帖子";
"Scene.Thread.Title" = "来自 %@ 的帖子";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mastodon 是什么?";
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hans.lproj/Localizable.stringsdict b/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hans.lproj/Localizable.stringsdict
index c7a332a38..f6e2ef97a 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hans.lproj/Localizable.stringsdict
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hans.lproj/Localizable.stringsdict
@@ -162,7 +162,7 @@
NSStringFormatValueTypeKey
ld
other
- %ld re-blogs
+ %ld 次转发
plural.count.reply
diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hant.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hant.lproj/Localizable.strings
index 82656704e..3c7340620 100644
--- a/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hant.lproj/Localizable.strings
+++ b/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hant.lproj/Localizable.strings
@@ -30,6 +30,7 @@
"Common.Controls.Actions.Add" = "新增";
"Common.Controls.Actions.Back" = "上一頁";
"Common.Controls.Actions.BlockDomain" = "封鎖 %@";
+"Common.Controls.Actions.Bookmark" = "書籤";
"Common.Controls.Actions.Cancel" = "取消";
"Common.Controls.Actions.Compose" = "撰寫";
"Common.Controls.Actions.Confirm" = "確認";
@@ -42,6 +43,7 @@
"Common.Controls.Actions.Edit" = "編輯";
"Common.Controls.Actions.EditPost" = "編輯";
"Common.Controls.Actions.FindPeople" = "尋找一些人來跟隨";
+"Common.Controls.Actions.Follow" = "跟隨 %@";
"Common.Controls.Actions.ManuallySearch" = "手動搜尋";
"Common.Controls.Actions.Next" = "下一頁";
"Common.Controls.Actions.Ok" = "OK";
@@ -51,6 +53,7 @@
"Common.Controls.Actions.Preview" = "預覽";
"Common.Controls.Actions.Previous" = "上一步";
"Common.Controls.Actions.Remove" = "刪除";
+"Common.Controls.Actions.RemoveBookmark" = "移除書籤";
"Common.Controls.Actions.Reply" = "回覆";
"Common.Controls.Actions.ReportUser" = "檢舉 %@";
"Common.Controls.Actions.Save" = "儲存";
@@ -67,6 +70,7 @@
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "未知";
"Common.Controls.Actions.TryAgain" = "再試一次";
"Common.Controls.Actions.UnblockDomain" = "解除封鎖 %@";
+"Common.Controls.Actions.Unfollow" = "取消跟隨 %@";
"Common.Controls.Friendship.Block" = "封鎖";
"Common.Controls.Friendship.BlockDomain" = "封鎖 %@";
"Common.Controls.Friendship.BlockUser" = "封鎖 %@";
@@ -195,7 +199,7 @@
"Scene.Compose.Accessibility.RemovePoll" = "移除投票";
"Scene.Compose.Attachment.AttachmentBroken" = "此 %@ 已損毀,並無法被上傳至 Mastodon。";
"Scene.Compose.Attachment.AttachmentTooLarge" = "附加檔案大小過大";
-"Scene.Compose.Attachment.CanNotRecognizeThisMediaAttachment" = "無法識別此媒體附加檔案";
+"Scene.Compose.Attachment.CanNotRecognizeThisMediaAttachment" = "無法識別此多媒體附加檔案";
"Scene.Compose.Attachment.CompressingState" = "正在壓縮...";
"Scene.Compose.Attachment.DescriptionPhoto" = "為視障人士提供圖片說明...";
"Scene.Compose.Attachment.DescriptionVideo" = "為視障人士提供影片說明...";
@@ -512,8 +516,8 @@
"Scene.Settings.Section.SpicyZone.Signout" = "登出";
"Scene.Settings.Section.SpicyZone.Title" = "危險地帶";
"Scene.Settings.Title" = "設定";
-"Scene.SuggestionAccount.FollowExplain" = "當您跟隨這些人時,將會看到他們的嘟文出現在您的首頁時間軸上。";
-"Scene.SuggestionAccount.Title" = "尋找一些人來跟隨";
+"Scene.SuggestionAccount.FollowAll" = "跟隨所有";
+"Scene.SuggestionAccount.Title" = "Mastodon 上之流行內容";
"Scene.Thread.BackTitle" = "嘟文";
"Scene.Thread.Title" = "來自 %@ 的嘟文";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "什麼是 Mastodon?";
diff --git a/Podfile.lock b/Podfile.lock
index 354d465a6..b83291363 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -31,4 +31,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 219ef7456c1c3111c3f61653632501ce09918bf0
-COCOAPODS: 1.11.3
+COCOAPODS: 1.12.1