Update strings

This commit is contained in:
Nathan Mattes 2023-11-14 12:51:28 +01:00
parent 4a5f17c45f
commit 9a6dd38e7f
30 changed files with 1319 additions and 1303 deletions

View File

@ -1428,12 +1428,6 @@ public enum L10n {
/// About /// About
public static let title = L10n.tr("Localizable", "Scene.Settings.AboutMastodon.Title", fallback: "About") public static let title = L10n.tr("Localizable", "Scene.Settings.AboutMastodon.Title", fallback: "About")
} }
public enum Footer {
/// Mastodon is open source software. You can report issues on GitHub at %@ (%@)
public static func mastodonDescription(_ p1: Any, _ p2: Any) -> String {
return L10n.tr("Localizable", "Scene.Settings.Footer.MastodonDescription", String(describing: p1), String(describing: p2), fallback: "Mastodon is open source software. You can report issues on GitHub at %@ (%@)")
}
}
public enum General { public enum General {
/// General /// General
public static let title = L10n.tr("Localizable", "Scene.Settings.General.Title", fallback: "General") public static let title = L10n.tr("Localizable", "Scene.Settings.General.Title", fallback: "General")
@ -1462,10 +1456,6 @@ public enum L10n {
public static let sectionTitle = L10n.tr("Localizable", "Scene.Settings.General.Links.SectionTitle", fallback: "Links") public static let sectionTitle = L10n.tr("Localizable", "Scene.Settings.General.Links.SectionTitle", fallback: "Links")
} }
} }
public enum Keyboard {
/// Close Settings Window
public static let closeSettingsWindow = L10n.tr("Localizable", "Scene.Settings.Keyboard.CloseSettingsWindow", fallback: "Close Settings Window")
}
public enum Notifications { public enum Notifications {
/// Notifications /// Notifications
public static let title = L10n.tr("Localizable", "Scene.Settings.Notifications.Title", fallback: "Notifications") public static let title = L10n.tr("Localizable", "Scene.Settings.Notifications.Title", fallback: "Notifications")
@ -1516,84 +1506,6 @@ public enum L10n {
/// Settings /// Settings
public static let title = L10n.tr("Localizable", "Scene.Settings.Overview.Title", fallback: "Settings") public static let title = L10n.tr("Localizable", "Scene.Settings.Overview.Title", fallback: "Settings")
} }
public enum Section {
public enum Appearance {
/// Automatic
public static let automatic = L10n.tr("Localizable", "Scene.Settings.Section.Appearance.Automatic", fallback: "Automatic")
/// Always Dark
public static let dark = L10n.tr("Localizable", "Scene.Settings.Section.Appearance.Dark", fallback: "Always Dark")
/// Always Light
public static let light = L10n.tr("Localizable", "Scene.Settings.Section.Appearance.Light", fallback: "Always Light")
/// Appearance
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.Appearance.Title", fallback: "Appearance")
}
public enum BoringZone {
/// Account Settings
public static let accountSettings = L10n.tr("Localizable", "Scene.Settings.Section.BoringZone.AccountSettings", fallback: "Account Settings")
/// Privacy Policy
public static let privacy = L10n.tr("Localizable", "Scene.Settings.Section.BoringZone.Privacy", fallback: "Privacy Policy")
/// Terms of Service
public static let terms = L10n.tr("Localizable", "Scene.Settings.Section.BoringZone.Terms", fallback: "Terms of Service")
/// The Boring Zone
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.BoringZone.Title", fallback: "The Boring Zone")
}
public enum LookAndFeel {
/// Light
public static let light = L10n.tr("Localizable", "Scene.Settings.Section.LookAndFeel.Light", fallback: "Light")
/// Really Dark
public static let reallyDark = L10n.tr("Localizable", "Scene.Settings.Section.LookAndFeel.ReallyDark", fallback: "Really Dark")
/// Sorta Dark
public static let sortaDark = L10n.tr("Localizable", "Scene.Settings.Section.LookAndFeel.SortaDark", fallback: "Sorta Dark")
/// Look and Feel
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.LookAndFeel.Title", fallback: "Look and Feel")
/// Use System
public static let useSystem = L10n.tr("Localizable", "Scene.Settings.Section.LookAndFeel.UseSystem", fallback: "Use System")
}
public enum Notifications {
/// Reblogs my post
public static let boosts = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Boosts", fallback: "Reblogs my post")
/// Favorites my post
public static let favorites = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Favorites", fallback: "Favorites my post")
/// Follows me
public static let follows = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Follows", fallback: "Follows me")
/// Mentions me
public static let mentions = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Mentions", fallback: "Mentions me")
/// Notifications
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Title", fallback: "Notifications")
public enum Trigger {
/// anyone
public static let anyone = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Trigger.Anyone", fallback: "anyone")
/// anyone I follow
public static let follow = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Trigger.Follow", fallback: "anyone I follow")
/// a follower
public static let follower = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Trigger.Follower", fallback: "a follower")
/// no one
public static let noone = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Trigger.Noone", fallback: "no one")
/// Notify me when
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.Notifications.Trigger.Title", fallback: "Notify me when")
}
}
public enum Preference {
/// Disable animated avatars
public static let disableAvatarAnimation = L10n.tr("Localizable", "Scene.Settings.Section.Preference.DisableAvatarAnimation", fallback: "Disable animated avatars")
/// Disable animated emojis
public static let disableEmojiAnimation = L10n.tr("Localizable", "Scene.Settings.Section.Preference.DisableEmojiAnimation", fallback: "Disable animated emojis")
/// Open links in Mastodon
public static let openLinksInMastodon = L10n.tr("Localizable", "Scene.Settings.Section.Preference.OpenLinksInMastodon", fallback: "Open links in Mastodon")
/// Preferences
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.Preference.Title", fallback: "Preferences")
/// Use default browser to open links
public static let usingDefaultBrowser = L10n.tr("Localizable", "Scene.Settings.Section.Preference.UsingDefaultBrowser", fallback: "Use default browser to open links")
}
public enum SpicyZone {
/// Clear Media Cache
public static let clear = L10n.tr("Localizable", "Scene.Settings.Section.SpicyZone.Clear", fallback: "Clear Media Cache")
/// Sign Out
public static let signout = L10n.tr("Localizable", "Scene.Settings.Section.SpicyZone.Signout", fallback: "Sign Out")
/// The Spicy Zone
public static let title = L10n.tr("Localizable", "Scene.Settings.Section.SpicyZone.Title", fallback: "The Spicy Zone")
}
}
public enum ServerDetails { public enum ServerDetails {
/// About /// About
public static let about = L10n.tr("Localizable", "Scene.Settings.ServerDetails.About", fallback: "About") public static let about = L10n.tr("Localizable", "Scene.Settings.ServerDetails.About", fallback: "About")

View File

@ -443,13 +443,13 @@ uploaded to Mastodon.";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "No results"; "Scene.Search.Searching.EmptyState.NoResults" = "No results";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
"Scene.Search.Searching.RecentSearch" = "Recent searches"; "Scene.Search.Searching.RecentSearch" = "Recent searches";
"Scene.Search.Searching.Url" = "Open URL in Mastodon"; "Scene.Search.Searching.Url" = "Open URL in Mastodon";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Title" = "Search"; "Scene.Search.Title" = "Search";
"Scene.ServerPicker.Button.Category.Academia" = "academia"; "Scene.ServerPicker.Button.Category.Academia" = "academia";
"Scene.ServerPicker.Button.Category.Activism" = "activism"; "Scene.ServerPicker.Button.Category.Activism" = "activism";
@ -489,84 +489,45 @@ uploaded to Mastodon.";
"Scene.ServerRules.Subtitle" = "These are set and enforced by the %@ moderators."; "Scene.ServerRules.Subtitle" = "These are set and enforced by the %@ moderators.";
"Scene.ServerRules.TermsOfService" = "terms of service"; "Scene.ServerRules.TermsOfService" = "terms of service";
"Scene.ServerRules.Title" = "Some ground rules."; "Scene.ServerRules.Title" = "Some ground rules.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon is open source software. You can report issues on GitHub at %@ (%@)";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Close Settings Window";
"Scene.Settings.Section.Appearance.Automatic" = "Automatic";
"Scene.Settings.Section.Appearance.Dark" = "Always Dark";
"Scene.Settings.Section.Appearance.Light" = "Always Light";
"Scene.Settings.Section.Appearance.Title" = "Appearance";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Account Settings";
"Scene.Settings.Section.BoringZone.Privacy" = "Privacy Policy";
"Scene.Settings.Section.BoringZone.Terms" = "Terms of Service";
"Scene.Settings.Section.BoringZone.Title" = "The Boring Zone";
"Scene.Settings.Section.LookAndFeel.Light" = "Light";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Really Dark";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Sorta Dark";
"Scene.Settings.Section.LookAndFeel.Title" = "Look and Feel";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Use System";
"Scene.Settings.Section.Notifications.Boosts" = "Reblogs my post";
"Scene.Settings.Section.Notifications.Favorites" = "Favorites my post";
"Scene.Settings.Section.Notifications.Follows" = "Follows me";
"Scene.Settings.Section.Notifications.Mentions" = "Mentions me";
"Scene.Settings.Section.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "anyone";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "anyone I follow";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "a follower";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "no one";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Notify me when";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Disable animated avatars";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Disable animated emojis";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Open links in Mastodon";
"Scene.Settings.Section.Preference.Title" = "Preferences";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Use default browser to open links";
"Scene.Settings.Section.SpicyZone.Clear" = "Clear Media Cache";
"Scene.Settings.Section.SpicyZone.Signout" = "Sign Out";
"Scene.Settings.Section.SpicyZone.Title" = "The Spicy Zone";
"Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.Overview.General" = "General";
"Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.ServerDetails.About" = "About"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.ServerDetails.Rules" = "Rules"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.General.Title" = "General";
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.General.Appearance.Dark" = "Dark"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.General.Appearance.Light" = "Light"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.General.Appearance.System" = "Use Device Appearance"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.General.Design.SectionTitle" = "Design"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Notifications.Title" = "Notifications"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Notifications.Policy.Title" = "Get Notifications from"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Overview.General" = "General";
"Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Follow all"; "Scene.SuggestionAccount.FollowAll" = "Follow all";
"Scene.SuggestionAccount.Title" = "Popular on Mastodon"; "Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Post"; "Scene.Thread.BackTitle" = "Post";
@ -602,4 +563,4 @@ uploaded to Mastodon.";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts."; "Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers"; "Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social"; "Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower"; "Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -443,6 +443,8 @@
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "لا تُوجَدُ نتائِج"; "Scene.Search.Searching.EmptyState.NoResults" = "لا تُوجَدُ نتائِج";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
@ -487,40 +489,45 @@
"Scene.ServerRules.Subtitle" = "سُنَّت هذه القواعد من قِبل مشرفي %@."; "Scene.ServerRules.Subtitle" = "سُنَّت هذه القواعد من قِبل مشرفي %@.";
"Scene.ServerRules.TermsOfService" = "شُرُوط الخِدمَة"; "Scene.ServerRules.TermsOfService" = "شُرُوط الخِدمَة";
"Scene.ServerRules.Title" = "بعض القواعد الأساسية."; "Scene.ServerRules.Title" = "بعض القواعد الأساسية.";
"Scene.Settings.Footer.MastodonDescription" = "ماستودون بَرنامجٌ مَفتُوحُ المَصدَر. يُمكِنُكَ المُساهَمَةُ، أوِ الإبلاغُ عَنِ المُشكِلات عَن طريق مِنصَّة جيت هاب (GitHub) في %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "إغلاق نافذة الإعدادات"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "تلقائي"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "مظلمٌ دائِمًا"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "مضيءٌ دائمًا"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "المَظهر"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "إعداداتُ الحِساب"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "سِياسَةُ الخُصوصيَّة"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "شُرُوطُ الخِدمَة"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "المنطِقَةُ المُملَّة"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "مُضيء"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "مُظلمٌ حَقًّا"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "مُظلمٌ نوعًا ما"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "المَظهَرُ وَالشُّعُور"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "استخدم النِظام"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "بِإعادَةِ تدوينِ مَنشوري"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "بِالإعْجاب بِمَنشوري"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "بِمُتابَعَتي"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "بِالإشارَةِ إليّ"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "الإشعارات"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "أيُّ شخصٍ"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "أي شخص أُتابِعُه"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "مُتابِعٌ"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "لَا أحد"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "أشعِرني عِندما يَقومُ"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "تَعطيلُ الصوَرِ الرمزيَّةِ المُتحرِّكَة"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "تَعطيلُ الرُموزِ التَّعبيريَّةِ المُتحرِّكَة"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "فَتحُ الرَّوابِطِ فِي مَاستدون"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "التَّفضيلات"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "اِستِخدامُ المُتصفِّحِ الاِفتراضي لِفتحِ الرَّوابِط"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "مَحوُ ذاكِرَةِ التَّخزينِ المُؤقَّتِ لِلوسائِط"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "تَسجيلُ الخُروج"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "المنطِقَةُ اللَّاذِعَة"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "الإعدادات"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "اتبع الكل"; "Scene.SuggestionAccount.FollowAll" = "اتبع الكل";
"Scene.SuggestionAccount.Title" = "رائج على ماستدون"; "Scene.SuggestionAccount.Title" = "رائج على ماستدون";
"Scene.Thread.BackTitle" = "منشور"; "Scene.Thread.BackTitle" = "منشور";

View File

@ -440,14 +440,16 @@
"Scene.Search.SearchBar.Cancel" = "Скасаваць"; "Scene.Search.SearchBar.Cancel" = "Скасаваць";
"Scene.Search.SearchBar.Placeholder" = "Пошук хэштэгаў і карыстальнікаў"; "Scene.Search.SearchBar.Placeholder" = "Пошук хэштэгаў і карыстальнікаў";
"Scene.Search.Searching.Clear" = "Ачысціць"; "Scene.Search.Searching.Clear" = "Ачысціць";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Ачысціць усё";
"Scene.Search.Searching.EmptyState.NoResults" = "Няма вынікаў"; "Scene.Search.Searching.EmptyState.NoResults" = "Няма вынікаў";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Перайсці да #%@";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.People" = "Супадзенне профіляў \"%@\"";
"Scene.Search.Searching.Posts" = "Супадзенне паведамленняў \"%@\"";
"Scene.Search.Searching.Profile" = "Перайсці да @%@@%@";
"Scene.Search.Searching.RecentSearch" = "Нядаўнія запыты"; "Scene.Search.Searching.RecentSearch" = "Нядаўнія запыты";
"Scene.Search.Searching.Url" = "Open URL in Mastodon"; "Scene.Search.Searching.Url" = "Адкрыць спасылку ў Mastodon";
"Scene.Search.Title" = "Пошук"; "Scene.Search.Title" = "Пошук";
"Scene.ServerPicker.Button.Category.Academia" = "акадэмія"; "Scene.ServerPicker.Button.Category.Academia" = "акадэмія";
"Scene.ServerPicker.Button.Category.Activism" = "актывізм"; "Scene.ServerPicker.Button.Category.Activism" = "актывізм";
@ -487,40 +489,45 @@
"Scene.ServerRules.Subtitle" = "Правілы вызначаныя мадэратарамі дамена %@."; "Scene.ServerRules.Subtitle" = "Правілы вызначаныя мадэратарамі дамена %@.";
"Scene.ServerRules.TermsOfService" = "умовы выкарыстання"; "Scene.ServerRules.TermsOfService" = "умовы выкарыстання";
"Scene.ServerRules.Title" = "Некаторыя асноўныя правілы."; "Scene.ServerRules.Title" = "Некаторыя асноўныя правілы.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon — гэта праграма з адкрытым зыходным кодам. Вы можаце паведаміць аб праблемах на GitHub па адрасе %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Закрыць акно налад"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Аўтаматычна"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Заўсёды цёмны"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Заўсёды светлы"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Знешні выгляд"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Налады ўліковага запісу"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Палітыка канфідэнцыяльнасці"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Умовы выкарыстання"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "Нудная зона"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Светлы"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Сапраўды Цёмны"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Накшталт Цёмны"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Знешні выгляд"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Выкарыстоўваць сістэмны"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Пашырае мой допіс"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Дадае мой допіс у абранае"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Падпісаўся на мяне"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Згадвае мяне"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Апавяшчэнні"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "кожны"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "нехта, на каго я падпісаны"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "падпісчык"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ніхто"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Апавяшчаць мяне, калі"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Адключыць анімацыю аватараў"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Адключыць анімацыю эмодзі"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Адкрываць спасылкі ў Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Параметры"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Выкарыстоўваць прадвызначаны браўзер для адкрыцця спасылак"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Ачысціць кэш медыя"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Выйсці"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Вострая зона"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Налады"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Падпісацца на ўсіх"; "Scene.SuggestionAccount.FollowAll" = "Падпісацца на ўсіх";
"Scene.SuggestionAccount.Title" = "Папулярна ў Mastodon"; "Scene.SuggestionAccount.Title" = "Папулярна ў Mastodon";
"Scene.Thread.BackTitle" = "Допіс"; "Scene.Thread.BackTitle" = "Допіс";

View File

@ -443,8 +443,10 @@ carregat a Mastodon.";
"Scene.Search.Searching.ClearAll" = "Esborra-ho tot"; "Scene.Search.Searching.ClearAll" = "Esborra-ho tot";
"Scene.Search.Searching.EmptyState.NoResults" = "No hi ha resultats"; "Scene.Search.Searching.EmptyState.NoResults" = "No hi ha resultats";
"Scene.Search.Searching.Hashtag" = "Vés a #%@"; "Scene.Search.Searching.Hashtag" = "Vés a #%@";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "Perfils coincidents amb \"%@\"";
"Scene.Search.Searching.Posts" = "Tuts coincidents amb \"%@\"";
"Scene.Search.Searching.Profile" = "Vés a @%@@%@"; "Scene.Search.Searching.Profile" = "Vés a @%@@%@";
"Scene.Search.Searching.RecentSearch" = "Cerques recents"; "Scene.Search.Searching.RecentSearch" = "Cerques recents";
"Scene.Search.Searching.Url" = "Obre l'enllaç a Mastodon"; "Scene.Search.Searching.Url" = "Obre l'enllaç a Mastodon";
@ -488,40 +490,45 @@ Elegiremos un servidor basado en su idioma si continúa sin hacer una selección
"Scene.ServerRules.Subtitle" = "Aquestes regles estan establertes i aplicades per els moderadors de %@."; "Scene.ServerRules.Subtitle" = "Aquestes regles estan establertes i aplicades per els moderadors de %@.";
"Scene.ServerRules.TermsOfService" = "termes del servei"; "Scene.ServerRules.TermsOfService" = "termes del servei";
"Scene.ServerRules.Title" = "Algunes regles bàsiques."; "Scene.ServerRules.Title" = "Algunes regles bàsiques.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon és un programari de codi obert. Pots informar de problemes a GitHub a %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Tancar la Finestra de Configuració"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Automàtic"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Sempre Fosca"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Sempre Clara"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Aparença"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Paràmetres del Compte"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Política de Privacitat"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Termes de Servei"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "La Zona Avorrida"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Clar"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Realment Negre"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Una Mena de Fosc"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Aspecte i Comportament"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Usa el del Sistema"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Ha impulsat el meu tut"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Ha afavorit el meu tut"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Em segueix"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "M'ha mencionat"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Notificacions"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "algú"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "a qualsevol que segueixi"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "un seguidor"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ningú"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Notifica'm quan"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Desactiva avatars animats"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Desactiva emojis animats"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Obre enllaços a Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Preferències"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Utilitza el navegador predeterminat per a obrir enllaços"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Esborra la memòria cau de Mèdia"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Tancar Sessió"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "La Zona Picant"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Configuració"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Seguir a tothom"; "Scene.SuggestionAccount.FollowAll" = "Seguir a tothom";
"Scene.SuggestionAccount.Title" = "Popular a Mastodon"; "Scene.SuggestionAccount.Title" = "Popular a Mastodon";
"Scene.Thread.BackTitle" = "Tut"; "Scene.Thread.BackTitle" = "Tut";

View File

@ -442,6 +442,8 @@
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "هیچ ئەنجامێک نەدۆزرایەوە"; "Scene.Search.Searching.EmptyState.NoResults" = "هیچ ئەنجامێک نەدۆزرایەوە";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
@ -486,40 +488,45 @@
"Scene.ServerRules.Subtitle" = "ئەمانە لەلایەن چاودێرەکانی %@ دانراون و ناچار دەکرێن."; "Scene.ServerRules.Subtitle" = "ئەمانە لەلایەن چاودێرەکانی %@ دانراون و ناچار دەکرێن.";
"Scene.ServerRules.TermsOfService" = "مەرجەکانی بەکارهێنان"; "Scene.ServerRules.TermsOfService" = "مەرجەکانی بەکارهێنان";
"Scene.ServerRules.Title" = "یاساکانی ڕاژەکار"; "Scene.ServerRules.Title" = "یاساکانی ڕاژەکار";
"Scene.Settings.Footer.MastodonDescription" = "ماستۆدۆن پڕۆژەیەکی سەرچاوەکراوەیە. دەتوانیت لە گیتهەب لە کێشەکان ئاگادارمان بکەیتەوە: %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "ڕێخستنەکان دابخە"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "خۆکار"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "تاریک"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "ڕووناک"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "ڕووخسار"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "ڕێکخستنەکانی هەژمار"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "سیاسەتی تایبەتێتی"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "مەرجەکانی بەکارهێنان"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "ناوچە بێنازەکە"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "ڕووناک"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "زۆر تاریک"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "کەم تاریک"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "ڕووخسار و هەست"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "سیستەم"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "پۆستەکەم پۆست دەکاتەوە"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "پۆستەکەمی بەدڵ دەبێت"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "شوێنم دەکەوێت"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "ئاماژەم پێ دەکات"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "ئاماژەکان نیشان بدە"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "هەرکەسێک"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "هەرکەسێک شوێنی دەکەوم"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "شوێنکەوتووێکم"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "هیچکەس"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "ئاگادارم بکەوە کاتێک"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "وێنە جووڵاوەکان ناچالاک بکە"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "ئیمۆجییە جووڵاوەکان ناچالاک بکە"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "بەستەرەکان لەناو ماستۆدۆن بکەوە"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "پەسەندەکان"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "وێبگەڕی بنەڕەت بەکار بهێنە بۆ کردنەوەی بەستەرەکان"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "بیرگە پاک بکەوە"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "دەربچۆ"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "ناوچەی گەرم"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "رێکخستنەکان"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Follow all"; "Scene.SuggestionAccount.FollowAll" = "Follow all";
"Scene.SuggestionAccount.Title" = "Popular on Mastodon"; "Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "پۆستەکە"; "Scene.Thread.BackTitle" = "پۆستەکە";

View File

@ -439,6 +439,8 @@ nahrán do Mastodonu.";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "Žádné výsledky"; "Scene.Search.Searching.EmptyState.NoResults" = "Žádné výsledky";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
@ -483,40 +485,45 @@ nahrán do Mastodonu.";
"Scene.ServerRules.Subtitle" = "Ty nastavují a prosazují moderátoři %@."; "Scene.ServerRules.Subtitle" = "Ty nastavují a prosazují moderátoři %@.";
"Scene.ServerRules.TermsOfService" = "podmínky služby"; "Scene.ServerRules.TermsOfService" = "podmínky služby";
"Scene.ServerRules.Title" = "Některá základní pravidla."; "Scene.ServerRules.Title" = "Některá základní pravidla.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon je open source software. Na GitHub můžete nahlásit problémy na %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Zavřít okno nastavení"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Automaticky"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Vždy tmavý"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Vždy světlý"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Vzhled"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Nastavení účtu"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Zásady ochrany osobních údajů"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Podmínky služby"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "Nudná část"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Světlý"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Skutečně tmavý"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Sorta Dark"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Vzhled a chování"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Použít systém"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Boostnul můj příspěvek"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Oblíbil si můj příspěvek"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Sleduje mě"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Zmiňuje mě"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Upozornění"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "kdokoliv"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "kdokoli, koho sleduji"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "sledující"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "nikdo"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Upozornit, když"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Zakázat animované avatary"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Zakázat animované emoji"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Otevřít odkazy v Mastodonu"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Předvolby"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Použít výchozí prohlížeč pro otevírání odkazů"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Vymazat mezipaměť médií"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Odhlásit se"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Ostrá část"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Nastavení"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Follow all"; "Scene.SuggestionAccount.FollowAll" = "Follow all";
"Scene.SuggestionAccount.Title" = "Popular on Mastodon"; "Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Příspěvek"; "Scene.Thread.BackTitle" = "Příspěvek";

View File

@ -28,7 +28,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Actions.Add" = "Hinzufügen"; "Common.Controls.Actions.Add" = "Hinzufügen";
"Common.Controls.Actions.Back" = "Zurück"; "Common.Controls.Actions.Back" = "Zurück";
"Common.Controls.Actions.BlockDomain" = "%@ blockieren"; "Common.Controls.Actions.BlockDomain" = "%@ blockieren";
"Common.Controls.Actions.Bookmark" = "Bookmark"; "Common.Controls.Actions.Bookmark" = "Lesezeichen";
"Common.Controls.Actions.Cancel" = "Abbrechen"; "Common.Controls.Actions.Cancel" = "Abbrechen";
"Common.Controls.Actions.Compose" = "Neue Nachricht"; "Common.Controls.Actions.Compose" = "Neue Nachricht";
"Common.Controls.Actions.Confirm" = "Bestätigen"; "Common.Controls.Actions.Confirm" = "Bestätigen";
@ -41,7 +41,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Actions.Edit" = "Bearbeiten"; "Common.Controls.Actions.Edit" = "Bearbeiten";
"Common.Controls.Actions.EditPost" = "Bearbeiten"; "Common.Controls.Actions.EditPost" = "Bearbeiten";
"Common.Controls.Actions.FindPeople" = "Finde Personen zum Folgen"; "Common.Controls.Actions.FindPeople" = "Finde Personen zum Folgen";
"Common.Controls.Actions.Follow" = "Follow %@"; "Common.Controls.Actions.Follow" = "%@ folgen";
"Common.Controls.Actions.ManuallySearch" = "Stattdessen manuell suchen"; "Common.Controls.Actions.ManuallySearch" = "Stattdessen manuell suchen";
"Common.Controls.Actions.Next" = "Weiter"; "Common.Controls.Actions.Next" = "Weiter";
"Common.Controls.Actions.Ok" = "OK"; "Common.Controls.Actions.Ok" = "OK";
@ -51,7 +51,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Actions.Preview" = "Vorschau"; "Common.Controls.Actions.Preview" = "Vorschau";
"Common.Controls.Actions.Previous" = "Vorheriges"; "Common.Controls.Actions.Previous" = "Vorheriges";
"Common.Controls.Actions.Remove" = "Entfernen"; "Common.Controls.Actions.Remove" = "Entfernen";
"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark"; "Common.Controls.Actions.RemoveBookmark" = "Lesezeichen entfernen";
"Common.Controls.Actions.Reply" = "Antworten"; "Common.Controls.Actions.Reply" = "Antworten";
"Common.Controls.Actions.ReportUser" = "%@ melden"; "Common.Controls.Actions.ReportUser" = "%@ melden";
"Common.Controls.Actions.Save" = "Speichern"; "Common.Controls.Actions.Save" = "Speichern";
@ -68,7 +68,7 @@ Bitte überprüfe deine Internetverbindung.";
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unbekannt"; "Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unbekannt";
"Common.Controls.Actions.TryAgain" = "Nochmals versuchen"; "Common.Controls.Actions.TryAgain" = "Nochmals versuchen";
"Common.Controls.Actions.UnblockDomain" = "Blockierung von %@ aufheben"; "Common.Controls.Actions.UnblockDomain" = "Blockierung von %@ aufheben";
"Common.Controls.Actions.Unfollow" = "Unfollow %@"; "Common.Controls.Actions.Unfollow" = "%@ entfolgen";
"Common.Controls.Friendship.Block" = "Blockieren"; "Common.Controls.Friendship.Block" = "Blockieren";
"Common.Controls.Friendship.BlockDomain" = "%@ blockieren"; "Common.Controls.Friendship.BlockDomain" = "%@ blockieren";
"Common.Controls.Friendship.BlockUser" = "%@ blockieren"; "Common.Controls.Friendship.BlockUser" = "%@ blockieren";
@ -440,14 +440,16 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Search.SearchBar.Cancel" = "Abbrechen"; "Scene.Search.SearchBar.Cancel" = "Abbrechen";
"Scene.Search.SearchBar.Placeholder" = "Hashtags und Benutzer suchen"; "Scene.Search.SearchBar.Placeholder" = "Hashtags und Benutzer suchen";
"Scene.Search.Searching.Clear" = "Zurücksetzen"; "Scene.Search.Searching.Clear" = "Zurücksetzen";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Alles löschen";
"Scene.Search.Searching.EmptyState.NoResults" = "Keine Ergebnisse"; "Scene.Search.Searching.EmptyState.NoResults" = "Keine Ergebnisse";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Wechseln zu #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
"Scene.Search.Searching.RecentSearch" = "Zuletzt gesucht"; "Scene.Search.Searching.RecentSearch" = "Zuletzt gesucht";
"Scene.Search.Searching.Url" = "Open URL in Mastodon"; "Scene.Search.Searching.Url" = "URL in Mastodon öffnen";
"Scene.Search.Title" = "Suche"; "Scene.Search.Title" = "Suche";
"Scene.ServerPicker.Button.Category.Academia" = "Wissenschaft"; "Scene.ServerPicker.Button.Category.Academia" = "Wissenschaft";
"Scene.ServerPicker.Button.Category.Activism" = "Aktivismus"; "Scene.ServerPicker.Button.Category.Activism" = "Aktivismus";
@ -487,42 +489,47 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.ServerRules.Subtitle" = "Diese Regeln werden von den Administratoren von %@ festgelegt."; "Scene.ServerRules.Subtitle" = "Diese Regeln werden von den Administratoren von %@ festgelegt.";
"Scene.ServerRules.TermsOfService" = "Nutzungsbedingungen"; "Scene.ServerRules.TermsOfService" = "Nutzungsbedingungen";
"Scene.ServerRules.Title" = "Einige Grundregeln."; "Scene.ServerRules.Title" = "Einige Grundregeln.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon ist quelloffene Software. Du kannst auf GitHub unter %@ (%@) Probleme melden"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Einstellungsfenster schließen"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Automatisch"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Immer dunkel"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Immer hell"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Darstellung"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Kontoeinstellungen"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Datenschutzerklärung"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Allgemeine Geschäftsbedingungen"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "Der langweilige Bereich"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Hell"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Wirklich dunkel"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Ziemlich dunkel"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Erscheinungsbild"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Systemeinstellung benutzen"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Meinen Beitrag teilt"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Meinen Beitrag favorisiert"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Mir folgt"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Mich erwähnt"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Benachrichtigungen"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "jeder"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "ein von mir Gefolgter"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "ein Folgender"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "niemand"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Benachrichtige mich, wenn"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Animierte Profilbilder deaktivieren"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Animierte Emojis deaktivieren"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Links in Mastodon öffnen"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Präferenzen"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Standardbrowser zum Öffnen von Links verwenden"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Medien-Cache leeren"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Abmelden"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Der Gefährliche Bereich"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Einstellungen"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.SuggestionAccount.FollowAll" = "Follow all"; "Scene.Settings.ServerDetails.About" = "About";
"Scene.SuggestionAccount.Title" = "Popular on Mastodon"; "Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Allen folgen";
"Scene.SuggestionAccount.Title" = "Beliebt auf Mastodon";
"Scene.Thread.BackTitle" = "Beitrag"; "Scene.Thread.BackTitle" = "Beitrag";
"Scene.Thread.Title" = "Beitrag von %@"; "Scene.Thread.Title" = "Beitrag von %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Was ist Mastodon?"; "Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Was ist Mastodon?";
@ -530,7 +537,7 @@ kann nicht auf Mastodon hochgeladen werden.";
"Scene.Welcome.Education.Mastodon.Title" = "Willkommen bei Mastodon!"; "Scene.Welcome.Education.Mastodon.Title" = "Willkommen bei Mastodon!";
"Scene.Welcome.Education.Servers.Description" = "Jedes Mastodon-Konto wird auf einem Server gehostet. Jeder Server hat dabei seine eigenen Werte, Regeln und Administrator*innen. Aber egal, für welchen Server Du Dich entscheidest: Du kannst mit Leuten von anderen Servern interagieren und ihnen folgen."; "Scene.Welcome.Education.Servers.Description" = "Jedes Mastodon-Konto wird auf einem Server gehostet. Jeder Server hat dabei seine eigenen Werte, Regeln und Administrator*innen. Aber egal, für welchen Server Du Dich entscheidest: Du kannst mit Leuten von anderen Servern interagieren und ihnen folgen.";
"Scene.Welcome.Education.Servers.Title" = "Was sind Server?"; "Scene.Welcome.Education.Servers.Title" = "Was sind Server?";
"Scene.Welcome.JoinDefaultServer" = "Join %@"; "Scene.Welcome.JoinDefaultServer" = "%@ beitreten";
"Scene.Welcome.LearnMore" = "Mehr erfahren"; "Scene.Welcome.LearnMore" = "Mehr erfahren";
"Scene.Welcome.LogIn" = "Anmelden"; "Scene.Welcome.LogIn" = "Anmelden";
"Scene.Welcome.PickServer" = "Einen anderen Server auswählen"; "Scene.Welcome.PickServer" = "Einen anderen Server auswählen";

View File

@ -440,14 +440,16 @@
"Scene.Search.SearchBar.Cancel" = "Άκυρο"; "Scene.Search.SearchBar.Cancel" = "Άκυρο";
"Scene.Search.SearchBar.Placeholder" = "Αναζήτησε ετικέτες και χρήστες"; "Scene.Search.SearchBar.Placeholder" = "Αναζήτησε ετικέτες και χρήστες";
"Scene.Search.Searching.Clear" = "Εκκαθάριση"; "Scene.Search.Searching.Clear" = "Εκκαθάριση";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Εκκαθάριση όλων";
"Scene.Search.Searching.EmptyState.NoResults" = "Κανένα αποτέλεσμα"; "Scene.Search.Searching.EmptyState.NoResults" = "Κανένα αποτέλεσμα";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Μετάβαση στο #%@";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.People" = "Άτομα που ταιριάζουν με «%@»";
"Scene.Search.Searching.Posts" = "Αναρτήσεις που ταιριάζουν με «%@»";
"Scene.Search.Searching.Profile" = "Μετάβαση στο @%@@%@";
"Scene.Search.Searching.RecentSearch" = "Πρόσφατες αναζητήσεις"; "Scene.Search.Searching.RecentSearch" = "Πρόσφατες αναζητήσεις";
"Scene.Search.Searching.Url" = "Open URL in Mastodon"; "Scene.Search.Searching.Url" = "Άνοιγμα URL στο Mastodon";
"Scene.Search.Title" = "Αναζήτηση"; "Scene.Search.Title" = "Αναζήτηση";
"Scene.ServerPicker.Button.Category.Academia" = "ακαδημαϊκά"; "Scene.ServerPicker.Button.Category.Academia" = "ακαδημαϊκά";
"Scene.ServerPicker.Button.Category.Activism" = "ακτιβισμός"; "Scene.ServerPicker.Button.Category.Activism" = "ακτιβισμός";
@ -487,40 +489,45 @@
"Scene.ServerRules.Subtitle" = "Αυτά ορίζονται και επιβάλλονται από τους συντονιστές %@."; "Scene.ServerRules.Subtitle" = "Αυτά ορίζονται και επιβάλλονται από τους συντονιστές %@.";
"Scene.ServerRules.TermsOfService" = "όροι υπηρεσίας"; "Scene.ServerRules.TermsOfService" = "όροι υπηρεσίας";
"Scene.ServerRules.Title" = "Ορισμένοι βασικοί κανόνες."; "Scene.ServerRules.Title" = "Ορισμένοι βασικοί κανόνες.";
"Scene.Settings.Footer.MastodonDescription" = "Το Mastodon είναι λογισμικό ανοιχτού κώδικα. Μπορείς να αναφέρεις ζητήματα στο GitHub στο %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Κλείσιμο Παραθύρου Ρυθμίσεων"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Αυτόματο"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Πάντα Σκοτεινό"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Πάντα Φωτεινό"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Εμφάνιση"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Ρυθμίσεις Λογαριασμού"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Πολιτική Απορρήτου"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Όροι Χρήσης"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "Η Βαρετή Ζώνη"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Φωτεινό"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Πραγματικά Σκοτεινό"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Περίπου Σκοτεινό"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Eμφάνιση και Αίσθηση"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Χρήση Συστήματος"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Αναδημοσιεύει την ανάρτησή μου"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Ορίζει ως αγαπημένη την ανάρτησή μου"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Με ακολουθεί"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Με επισημαίνει"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Ειδοποιήσεις"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "οποιοσδήποτε"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "όποιον ακολουθώ"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "ακόλουθος"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "κανείς"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Να ειδοποιούμαι όταν"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Απενεργοποίηση κινούμενων avatars"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Απενεργοποίηση κινούμενων emojis"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Άνοιγμα συνδέσμων στο Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Προτιμήσεις"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Χρησιμοποίησε τον προεπιλεγμένο περιηγητή για να ανοίξεις συνδέσμους"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Καθαρισμός Κρυφής Μνήμης Πολυμέσων"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Αποσύνδεση"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Η Πικάντικη Ζώνη"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Ρυθμίσεις"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Ακολούθησε τους όλους"; "Scene.SuggestionAccount.FollowAll" = "Ακολούθησε τους όλους";
"Scene.SuggestionAccount.Title" = "Δημοφιλή στο Mastodon"; "Scene.SuggestionAccount.Title" = "Δημοφιλή στο Mastodon";
"Scene.Thread.BackTitle" = "Ανάρτηση"; "Scene.Thread.BackTitle" = "Ανάρτηση";

View File

@ -443,13 +443,13 @@ uploaded to Mastodon.";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "No results"; "Scene.Search.Searching.EmptyState.NoResults" = "No results";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
"Scene.Search.Searching.RecentSearch" = "Recent searches"; "Scene.Search.Searching.RecentSearch" = "Recent searches";
"Scene.Search.Searching.Url" = "Open URL in Mastodon"; "Scene.Search.Searching.Url" = "Open URL in Mastodon";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Title" = "Search"; "Scene.Search.Title" = "Search";
"Scene.ServerPicker.Button.Category.Academia" = "academia"; "Scene.ServerPicker.Button.Category.Academia" = "academia";
"Scene.ServerPicker.Button.Category.Activism" = "activism"; "Scene.ServerPicker.Button.Category.Activism" = "activism";
@ -489,84 +489,45 @@ uploaded to Mastodon.";
"Scene.ServerRules.Subtitle" = "These are set and enforced by the %@ moderators."; "Scene.ServerRules.Subtitle" = "These are set and enforced by the %@ moderators.";
"Scene.ServerRules.TermsOfService" = "terms of service"; "Scene.ServerRules.TermsOfService" = "terms of service";
"Scene.ServerRules.Title" = "Some ground rules."; "Scene.ServerRules.Title" = "Some ground rules.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon is open source software. You can report issues on GitHub at %@ (%@)";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Close Settings Window";
"Scene.Settings.Section.Appearance.Automatic" = "Automatic";
"Scene.Settings.Section.Appearance.Dark" = "Always Dark";
"Scene.Settings.Section.Appearance.Light" = "Always Light";
"Scene.Settings.Section.Appearance.Title" = "Appearance";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Account Settings";
"Scene.Settings.Section.BoringZone.Privacy" = "Privacy Policy";
"Scene.Settings.Section.BoringZone.Terms" = "Terms of Service";
"Scene.Settings.Section.BoringZone.Title" = "The Boring Zone";
"Scene.Settings.Section.LookAndFeel.Light" = "Light";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Really Dark";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Sorta Dark";
"Scene.Settings.Section.LookAndFeel.Title" = "Look and Feel";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Use System";
"Scene.Settings.Section.Notifications.Boosts" = "Reblogs my post";
"Scene.Settings.Section.Notifications.Favorites" = "Favorites my post";
"Scene.Settings.Section.Notifications.Follows" = "Follows me";
"Scene.Settings.Section.Notifications.Mentions" = "Mentions me";
"Scene.Settings.Section.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "anyone";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "anyone I follow";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "a follower";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "no one";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Notify me when";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Disable animated avatars";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Disable animated emojis";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Open links in Mastodon";
"Scene.Settings.Section.Preference.Title" = "Preferences";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Use default browser to open links";
"Scene.Settings.Section.SpicyZone.Clear" = "Clear Media Cache";
"Scene.Settings.Section.SpicyZone.Signout" = "Sign Out";
"Scene.Settings.Section.SpicyZone.Title" = "The Spicy Zone";
"Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.Overview.General" = "General";
"Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.ServerDetails.About" = "About"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.ServerDetails.Rules" = "Rules"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.General.Title" = "General";
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.General.Appearance.Dark" = "Dark"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.General.Appearance.Light" = "Light"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.General.Appearance.System" = "Use Device Appearance"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.General.Design.SectionTitle" = "Design"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Notifications.Title" = "Notifications"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Notifications.Policy.Title" = "Get Notifications from"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Overview.General" = "General";
"Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Follow all"; "Scene.SuggestionAccount.FollowAll" = "Follow all";
"Scene.SuggestionAccount.Title" = "Popular on Mastodon"; "Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Post"; "Scene.Thread.BackTitle" = "Post";
@ -602,4 +563,4 @@ uploaded to Mastodon.";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts."; "Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers"; "Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social"; "Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower"; "Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -443,6 +443,8 @@ subirse a Mastodon.";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "Sin resultados"; "Scene.Search.Searching.EmptyState.NoResults" = "Sin resultados";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
@ -487,40 +489,45 @@ subirse a Mastodon.";
"Scene.ServerRules.Subtitle" = "Estas reglas están establecidas por los administradores de %@."; "Scene.ServerRules.Subtitle" = "Estas reglas están establecidas por los administradores de %@.";
"Scene.ServerRules.TermsOfService" = "términos del servicio"; "Scene.ServerRules.TermsOfService" = "términos del servicio";
"Scene.ServerRules.Title" = "Algunas reglas básicas."; "Scene.ServerRules.Title" = "Algunas reglas básicas.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon es software de código abierto. Puedes reportar errores en GitHub en %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Cerrar Ventana de Configuración"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Automática"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Siempre Oscura"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Siempre Clara"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Apariencia"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Configuración de Cuenta"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Política de Privacidad"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Términos de Servicio"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "La Zona Aburrida"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Claro"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Realmente Oscuro"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Más o Menos Oscuro"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Apariencia"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Uso del sistema"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Rebloguee mi publicación"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Marque como favorita mi publicación"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Me siga"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Me mencione"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Notificaciones"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "cualquiera"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "cualquiera que yo siga"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "un seguidor"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "nadie"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Recibir notificación cuando"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Deshabilitar avatares animados"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Deshabilitar emojis animados"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Abrir links en Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Preferencias"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Usar navegador predeterminado para abrir los enlaces"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Borrar Caché de Multimedia"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Cerrar Sesión"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "La Zona Picante"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Configuración"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Follow all"; "Scene.SuggestionAccount.FollowAll" = "Follow all";
"Scene.SuggestionAccount.Title" = "Popular on Mastodon"; "Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Publicación"; "Scene.Thread.BackTitle" = "Publicación";

View File

@ -443,6 +443,8 @@ Mastodonera igo.";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "Emaitzarik ez"; "Scene.Search.Searching.EmptyState.NoResults" = "Emaitzarik ez";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
@ -487,40 +489,45 @@ Mastodonera igo.";
"Scene.ServerRules.Subtitle" = "Arau hauek %@ instantziako administratzaileek ezarri dituzte."; "Scene.ServerRules.Subtitle" = "Arau hauek %@ instantziako administratzaileek ezarri dituzte.";
"Scene.ServerRules.TermsOfService" = "zerbitzu-baldintzak"; "Scene.ServerRules.TermsOfService" = "zerbitzu-baldintzak";
"Scene.ServerRules.Title" = "Oinarrizko arau batzuk."; "Scene.ServerRules.Title" = "Oinarrizko arau batzuk.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon software librea da. Arazoen berri eman dezakezu GitHub bidez: %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Itxi ezarpenen leihoa"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Automatikoa"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Beti iluna"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Beti argia"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Itxura"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Kontuaren ezarpenak"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Pribatutasun-gidalerroak"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Zerbitzu-baldintzak"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "Eremu aspergarria"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Argia"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Oso iluna"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Ilun antzekoa"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Itxura"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Erabili sistemakoa"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Nire bidalketa bultzatu du"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Nire bidalketa gogoko egitean"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Jarraitzen nau"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Aipatu nau"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Jakinarazpenak"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "edozein"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "jarraitzen dudan edonor"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "jarraitzaile bat"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "inor ez"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Noiz jakinarazi:"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Desgaitu abatar animatuak"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Desgaitu emoji animatuak"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Ireki estekak Mastodonen"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Hobespenak"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Erabili nabigatzaile lehenetsia estekak irekitzeko"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Garbitu multimediaren cachea"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Amaitu saioa"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Eremu beroa"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Ezarpenak"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Follow all"; "Scene.SuggestionAccount.FollowAll" = "Follow all";
"Scene.SuggestionAccount.Title" = "Popular on Mastodon"; "Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Bidalketa"; "Scene.Thread.BackTitle" = "Bidalketa";

View File

@ -76,13 +76,13 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Friendship.EditInfo" = "Muokkaa profiilia"; "Common.Controls.Friendship.EditInfo" = "Muokkaa profiilia";
"Common.Controls.Friendship.Follow" = "Seuraa"; "Common.Controls.Friendship.Follow" = "Seuraa";
"Common.Controls.Friendship.Following" = "Seurataan"; "Common.Controls.Friendship.Following" = "Seurataan";
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs"; "Common.Controls.Friendship.HideReblogs" = "Piilota uudelleenjulkaisut";
"Common.Controls.Friendship.Mute" = "Mykistä"; "Common.Controls.Friendship.Mute" = "Mykistä";
"Common.Controls.Friendship.MuteUser" = "Mykistä %@"; "Common.Controls.Friendship.MuteUser" = "Mykistä %@";
"Common.Controls.Friendship.Muted" = "Mykistetty"; "Common.Controls.Friendship.Muted" = "Mykistetty";
"Common.Controls.Friendship.Pending" = "Pyydetty"; "Common.Controls.Friendship.Pending" = "Pyydetty";
"Common.Controls.Friendship.Request" = "Pyydä"; "Common.Controls.Friendship.Request" = "Pyydä";
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs"; "Common.Controls.Friendship.ShowReblogs" = "Näytä uudelleenjulkaisut";
"Common.Controls.Friendship.Unblock" = "Poista esto"; "Common.Controls.Friendship.Unblock" = "Poista esto";
"Common.Controls.Friendship.UnblockUser" = "Poista käyttäjän %@ esto"; "Common.Controls.Friendship.UnblockUser" = "Poista käyttäjän %@ esto";
"Common.Controls.Friendship.Unmute" = "Poista mykistys"; "Common.Controls.Friendship.Unmute" = "Poista mykistys";
@ -95,20 +95,20 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Keyboard.SegmentedControl.PreviousSection" = "Edellinen osio"; "Common.Controls.Keyboard.SegmentedControl.PreviousSection" = "Edellinen osio";
"Common.Controls.Keyboard.Timeline.NextStatus" = "Seuraava julkaisu"; "Common.Controls.Keyboard.Timeline.NextStatus" = "Seuraava julkaisu";
"Common.Controls.Keyboard.Timeline.OpenAuthorProfile" = "Avaa tekijän profiili"; "Common.Controls.Keyboard.Timeline.OpenAuthorProfile" = "Avaa tekijän profiili";
"Common.Controls.Keyboard.Timeline.OpenRebloggerProfile" = "Avaa edelleen jakajan profiili"; "Common.Controls.Keyboard.Timeline.OpenRebloggerProfile" = "Avaa edelleenjulkaisijan profiili";
"Common.Controls.Keyboard.Timeline.OpenStatus" = "Avaa julkaisu"; "Common.Controls.Keyboard.Timeline.OpenStatus" = "Avaa julkaisu";
"Common.Controls.Keyboard.Timeline.PreviewImage" = "Esikatsele kuvaa"; "Common.Controls.Keyboard.Timeline.PreviewImage" = "Esikatsele kuvaa";
"Common.Controls.Keyboard.Timeline.PreviousStatus" = "Edellinen julkaisu"; "Common.Controls.Keyboard.Timeline.PreviousStatus" = "Edellinen julkaisu";
"Common.Controls.Keyboard.Timeline.ReplyStatus" = "Vastaa julkaisuun"; "Common.Controls.Keyboard.Timeline.ReplyStatus" = "Vastaa julkaisuun";
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Vaihda sisältövaroitus"; "Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Vaihda sisältövaroitus";
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toggle Favorite on Post"; "Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Kytke julkaisun suosikkivalinta";
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toggle Reblog on Post"; "Common.Controls.Keyboard.Timeline.ToggleReblog" = "Kytke julkaisun jakaminen";
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Edelleenjaa"; "Common.Controls.Status.Actions.A11YLabels.Reblog" = "Edelleenjulkaise";
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Peru edelleenjako"; "Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Peru edelleenjulkaisu";
"Common.Controls.Status.Actions.Favorite" = "Merkitse suosikiksi"; "Common.Controls.Status.Actions.Favorite" = "Merkitse suosikiksi";
"Common.Controls.Status.Actions.Hide" = "Piilota"; "Common.Controls.Status.Actions.Hide" = "Piilota";
"Common.Controls.Status.Actions.Menu" = "Valikko"; "Common.Controls.Status.Actions.Menu" = "Valikko";
"Common.Controls.Status.Actions.Reblog" = "Jaa edelleen"; "Common.Controls.Status.Actions.Reblog" = "Julkaise uudelleen";
"Common.Controls.Status.Actions.Reply" = "Vastaa"; "Common.Controls.Status.Actions.Reply" = "Vastaa";
"Common.Controls.Status.Actions.ShareLinkInPost" = "Jaa linkki julkaisussa"; "Common.Controls.Status.Actions.ShareLinkInPost" = "Jaa linkki julkaisussa";
"Common.Controls.Status.Actions.ShowGif" = "Näytä GIF"; "Common.Controls.Status.Actions.ShowGif" = "Näytä GIF";
@ -116,11 +116,11 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Status.Actions.ShowVideoPlayer" = "Näytä videosoitin"; "Common.Controls.Status.Actions.ShowVideoPlayer" = "Näytä videosoitin";
"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Näytä valikko pitkällä painalluksella"; "Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Näytä valikko pitkällä painalluksella";
"Common.Controls.Status.Actions.Unfavorite" = "Poista suosikkimerkintä"; "Common.Controls.Status.Actions.Unfavorite" = "Poista suosikkimerkintä";
"Common.Controls.Status.Actions.Unreblog" = "Peru edelleen jako"; "Common.Controls.Status.Actions.Unreblog" = "Peru uudelleenjulkaisu";
"Common.Controls.Status.Buttons.EditHistoryDetail" = "Muokattiin viimeksi %@"; "Common.Controls.Status.Buttons.EditHistoryDetail" = "Muokattiin viimeksi %@";
"Common.Controls.Status.Buttons.EditHistoryTitle" = "Muokkaushistoria"; "Common.Controls.Status.Buttons.EditHistoryTitle" = "Muokkaushistoria";
"Common.Controls.Status.Buttons.FavoritesTitle" = "Suosikit"; "Common.Controls.Status.Buttons.FavoritesTitle" = "Suosikit";
"Common.Controls.Status.Buttons.ReblogsTitle" = "Edelleenjaot"; "Common.Controls.Status.Buttons.ReblogsTitle" = "Uudelleenjulkaisut";
"Common.Controls.Status.ContentWarning" = "Sisältövaroitus"; "Common.Controls.Status.ContentWarning" = "Sisältövaroitus";
"Common.Controls.Status.EditHistory.OriginalPost" = "Alkuperäinen julkaisu · %@"; "Common.Controls.Status.EditHistory.OriginalPost" = "Alkuperäinen julkaisu · %@";
"Common.Controls.Status.EditHistory.Title" = "Muokkaushistoria"; "Common.Controls.Status.EditHistory.Title" = "Muokkaushistoria";
@ -153,12 +153,12 @@ Tarkista internet-yhteytesi.";
"Common.Controls.Status.Translation.TranslatedFrom" = "Käännetty kielestä %@ palvelulla %@"; "Common.Controls.Status.Translation.TranslatedFrom" = "Käännetty kielestä %@ palvelulla %@";
"Common.Controls.Status.Translation.UnknownLanguage" = "Tuntematon"; "Common.Controls.Status.Translation.UnknownLanguage" = "Tuntematon";
"Common.Controls.Status.Translation.UnknownProvider" = "Tuntematon"; "Common.Controls.Status.Translation.UnknownProvider" = "Tuntematon";
"Common.Controls.Status.UserReblogged" = "%@ jakoi edelleen"; "Common.Controls.Status.UserReblogged" = "%@ julkaisi edelleen";
"Common.Controls.Status.UserRepliedTo" = "Vastasi %@:lle"; "Common.Controls.Status.UserRepliedTo" = "Vastasi %@:lle";
"Common.Controls.Status.Visibility.Direct" = "Only mentioned user can see this post."; "Common.Controls.Status.Visibility.Direct" = "Vain mainittu käyttäjä voi nähdä julkaisun.";
"Common.Controls.Status.Visibility.Private" = "Only their followers can see this post."; "Common.Controls.Status.Visibility.Private" = "Vain heidän seuraajansa voivat nähdä julkaisun.";
"Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post."; "Common.Controls.Status.Visibility.PrivateFromMe" = "Vain omat seuraajat voivat nähdä julkaisun.";
"Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline."; "Common.Controls.Status.Visibility.Unlisted" = "Kaikki voivat nähdä julkaisun, mutta sitä ei näytetä julkisella aikajanalla.";
"Common.Controls.Tabs.A11Y.Explore" = "Selaa"; "Common.Controls.Tabs.A11Y.Explore" = "Selaa";
"Common.Controls.Tabs.A11Y.Search" = "Haku"; "Common.Controls.Tabs.A11Y.Search" = "Haku";
"Common.Controls.Tabs.Home" = "Koti"; "Common.Controls.Tabs.Home" = "Koti";
@ -189,29 +189,29 @@ Profiilisi näyttää tältä hänelle.";
"Scene.AccountList.AddAccount" = "Lisää tili"; "Scene.AccountList.AddAccount" = "Lisää tili";
"Scene.AccountList.DismissAccountSwitcher" = "Sulje tilin vaihtaja"; "Scene.AccountList.DismissAccountSwitcher" = "Sulje tilin vaihtaja";
"Scene.AccountList.TabBarHint" = "Nykyinen valittu profiili: %@. Kaksoisnapauta ja pidä sitten painettuna näytääksesi tilin vaihtajan"; "Scene.AccountList.TabBarHint" = "Nykyinen valittu profiili: %@. Kaksoisnapauta ja pidä sitten painettuna näytääksesi tilin vaihtajan";
"Scene.Bookmark.Title" = "Bookmarks"; "Scene.Bookmark.Title" = "Kirjanmerkit";
"Scene.Compose.Accessibility.AppendAttachment" = "Lisää liite"; "Scene.Compose.Accessibility.AppendAttachment" = "Lisää liite";
"Scene.Compose.Accessibility.AppendPoll" = "Lisää kysely"; "Scene.Compose.Accessibility.AppendPoll" = "Lisää kysely";
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Mukautettu emojivalitsin"; "Scene.Compose.Accessibility.CustomEmojiPicker" = "Mukautettu emojivalitsin";
"Scene.Compose.Accessibility.DisableContentWarning" = "Poista sisältövaroitus käytöstä"; "Scene.Compose.Accessibility.DisableContentWarning" = "Poista sisältövaroitus käytöstä";
"Scene.Compose.Accessibility.EnableContentWarning" = "Ota sisältövaroitus käyttöön"; "Scene.Compose.Accessibility.EnableContentWarning" = "Ota sisältövaroitus käyttöön";
"Scene.Compose.Accessibility.PostOptions" = "Post Options"; "Scene.Compose.Accessibility.PostOptions" = "Julkaisun valinnat";
"Scene.Compose.Accessibility.PostVisibilityMenu" = "Julkaisun näkyvyysvalikko"; "Scene.Compose.Accessibility.PostVisibilityMenu" = "Julkaisun näkyvyysvalikko";
"Scene.Compose.Accessibility.PostingAs" = "Posting as %@"; "Scene.Compose.Accessibility.PostingAs" = "Julkaistaan tunnuksella %@";
"Scene.Compose.Accessibility.RemovePoll" = "Poista kysely"; "Scene.Compose.Accessibility.RemovePoll" = "Poista kysely";
"Scene.Compose.Attachment.AttachmentBroken" = "This %@ is broken and cant be "Scene.Compose.Attachment.AttachmentBroken" = "Tämä %@ on viallinen, eikä sitä voida
uploaded to Mastodon."; kopioida Mastodoniin.";
"Scene.Compose.Attachment.AttachmentTooLarge" = "Attachment too large"; "Scene.Compose.Attachment.AttachmentTooLarge" = "Liite on liian suuri";
"Scene.Compose.Attachment.CanNotRecognizeThisMediaAttachment" = "Can not recognize this media attachment"; "Scene.Compose.Attachment.CanNotRecognizeThisMediaAttachment" = "Medialiitettä ei tunnisteta";
"Scene.Compose.Attachment.CompressingState" = "Pakataan..."; "Scene.Compose.Attachment.CompressingState" = "Pakataan...";
"Scene.Compose.Attachment.DescriptionPhoto" = "Kuvaile kuva näkövammaisille..."; "Scene.Compose.Attachment.DescriptionPhoto" = "Kuvaile kuva näkövammaisille...";
"Scene.Compose.Attachment.DescriptionVideo" = "Kuvaile video näkövammaisille..."; "Scene.Compose.Attachment.DescriptionVideo" = "Kuvaile video näkövammaisille...";
"Scene.Compose.Attachment.LoadFailed" = "Load Failed"; "Scene.Compose.Attachment.LoadFailed" = "Lataus epäonnistui";
"Scene.Compose.Attachment.Photo" = "kuva"; "Scene.Compose.Attachment.Photo" = "kuva";
"Scene.Compose.Attachment.ServerProcessingState" = "Server Processing..."; "Scene.Compose.Attachment.ServerProcessingState" = "Palvelin käsittelee...";
"Scene.Compose.Attachment.UploadFailed" = "Upload Failed"; "Scene.Compose.Attachment.UploadFailed" = "Lähetys epäonnistui";
"Scene.Compose.Attachment.Video" = "video"; "Scene.Compose.Attachment.Video" = "video";
"Scene.Compose.AutoComplete.SpaceToAdd" = "Space to add"; "Scene.Compose.AutoComplete.SpaceToAdd" = "Lisättävä tila";
"Scene.Compose.ComposeAction" = "Julkaise"; "Scene.Compose.ComposeAction" = "Julkaise";
"Scene.Compose.ContentInputPlaceholder" = "Kirjoita tai liitä, siitä mitä ajattelet"; "Scene.Compose.ContentInputPlaceholder" = "Kirjoita tai liitä, siitä mitä ajattelet";
"Scene.Compose.ContentWarning.Placeholder" = "Kirjoita tarkka varoitus tähän..."; "Scene.Compose.ContentWarning.Placeholder" = "Kirjoita tarkka varoitus tähän...";
@ -238,8 +238,8 @@ uploaded to Mastodon.";
"Scene.Compose.Poll.RemoveOption" = "Poista vaihtoehto"; "Scene.Compose.Poll.RemoveOption" = "Poista vaihtoehto";
"Scene.Compose.Poll.SevenDays" = "7 päivää"; "Scene.Compose.Poll.SevenDays" = "7 päivää";
"Scene.Compose.Poll.SixHours" = "6 tuntia"; "Scene.Compose.Poll.SixHours" = "6 tuntia";
"Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option"; "Scene.Compose.Poll.ThePollHasEmptyOption" = "Kyselyssä on tyhjä vaihtoehto";
"Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid"; "Scene.Compose.Poll.ThePollIsInvalid" = "Kysely on virheellinen";
"Scene.Compose.Poll.ThirtyMinutes" = "30 minuuttia"; "Scene.Compose.Poll.ThirtyMinutes" = "30 minuuttia";
"Scene.Compose.Poll.ThreeDays" = "3 päivää"; "Scene.Compose.Poll.ThreeDays" = "3 päivää";
"Scene.Compose.Poll.Title" = "Kysely"; "Scene.Compose.Poll.Title" = "Kysely";
@ -264,48 +264,48 @@ uploaded to Mastodon.";
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Tarkasta postilaatikkosi."; "Scene.ConfirmEmail.OpenEmailApp.Title" = "Tarkasta postilaatikkosi.";
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Napauta lähettämäämme linkkiä vahvistaaksesi tunnuksen %@. Odotamme täällä."; "Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Napauta lähettämäämme linkkiä vahvistaaksesi tunnuksen %@. Odotamme täällä.";
"Scene.ConfirmEmail.Title" = "Tarkasta postilaatikkosi"; "Scene.ConfirmEmail.Title" = "Tarkasta postilaatikkosi";
"Scene.Discovery.Intro" = "These are the posts gaining traction in your corner of Mastodon."; "Scene.Discovery.Intro" = "Nämä julkaisut saavat huomiota Mastodonin nurkassasi.";
"Scene.Discovery.Tabs.Community" = "Community"; "Scene.Discovery.Tabs.Community" = "Yhteisö";
"Scene.Discovery.Tabs.ForYou" = "For You"; "Scene.Discovery.Tabs.ForYou" = "Sinulle";
"Scene.Discovery.Tabs.Hashtags" = "Hashtags"; "Scene.Discovery.Tabs.Hashtags" = "Aihetunnisteet";
"Scene.Discovery.Tabs.News" = "News"; "Scene.Discovery.Tabs.News" = "Uutiset";
"Scene.Discovery.Tabs.Posts" = "Posts"; "Scene.Discovery.Tabs.Posts" = "Julkaisut";
"Scene.Familiarfollowers.FollowedByNames" = "Followed by %@"; "Scene.Familiarfollowers.FollowedByNames" = "%@ seuraa";
"Scene.Familiarfollowers.Title" = "Followers you familiar"; "Scene.Familiarfollowers.Title" = "Followers you familiar";
"Scene.Favorite.Title" = "Suosikit"; "Scene.Favorite.Title" = "Suosikit";
"Scene.FavoritedBy.Title" = "Favorited By"; "Scene.FavoritedBy.Title" = "Lisännyt suosikkeihinsä";
"Scene.FollowedTags.Actions.Follow" = "Follow"; "Scene.FollowedTags.Actions.Follow" = "Seuraa";
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow"; "Scene.FollowedTags.Actions.Unfollow" = "Lopeta seuraaminen";
"Scene.FollowedTags.Header.Participants" = "participants"; "Scene.FollowedTags.Header.Participants" = "osallistujaa";
"Scene.FollowedTags.Header.Posts" = "posts"; "Scene.FollowedTags.Header.Posts" = "julkaisua";
"Scene.FollowedTags.Header.PostsToday" = "posts today"; "Scene.FollowedTags.Header.PostsToday" = "julkaisua tänään";
"Scene.FollowedTags.Title" = "Followed Tags"; "Scene.FollowedTags.Title" = "Seuratut tunnisteet";
"Scene.Follower.Footer" = "Seuraajia muilta palvelimilta ei näytetä."; "Scene.Follower.Footer" = "Seuraajia muilta palvelimilta ei näytetä.";
"Scene.Follower.Title" = "follower"; "Scene.Follower.Title" = "seuraajaa";
"Scene.Following.Footer" = "Seurauksia muilta palvelimilta ei näytetä."; "Scene.Following.Footer" = "Seurauksia muilta palvelimilta ei näytetä.";
"Scene.Following.Title" = "following"; "Scene.Following.Title" = "seurataan";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Siirry ylös napautuksella ja edelliseen napauttamalla uudestaan";
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon"; "Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Uusia julkaisuja"; "Scene.HomeTimeline.NavigationBarState.NewPosts" = "Uusia julkaisuja";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Yhteydetön"; "Scene.HomeTimeline.NavigationBarState.Offline" = "Yhteydetön";
"Scene.HomeTimeline.NavigationBarState.Published" = "Julkaistu!"; "Scene.HomeTimeline.NavigationBarState.Published" = "Julkaistu!";
"Scene.HomeTimeline.NavigationBarState.Publishing" = "Julkaistaan julkaisua..."; "Scene.HomeTimeline.NavigationBarState.Publishing" = "Julkaistaan julkaisua...";
"Scene.HomeTimeline.Title" = "Koti"; "Scene.HomeTimeline.Title" = "Koti";
"Scene.Login.ServerSearchField.Placeholder" = "Enter URL or search for your server"; "Scene.Login.ServerSearchField.Placeholder" = "Syötä URL-osoite tai etsi palvelintasi";
"Scene.Login.Subtitle" = "Log you in on the server you created your account on."; "Scene.Login.Subtitle" = "Kirjaudu palvelimelle, jolla loit tilisi.";
"Scene.Login.Title" = "Tervetuloa takaisin"; "Scene.Login.Title" = "Tervetuloa takaisin";
"Scene.Notification.FollowRequest.Accept" = "Accept"; "Scene.Notification.FollowRequest.Accept" = "Hyväksy";
"Scene.Notification.FollowRequest.Accepted" = "Accepted"; "Scene.Notification.FollowRequest.Accepted" = "Hyväksytty";
"Scene.Notification.FollowRequest.Reject" = "reject"; "Scene.Notification.FollowRequest.Reject" = "Hylkää";
"Scene.Notification.FollowRequest.Rejected" = "Rejected"; "Scene.Notification.FollowRequest.Rejected" = "Hylätty";
"Scene.Notification.Keyobard.ShowEverything" = "Näytä kaikki"; "Scene.Notification.Keyobard.ShowEverything" = "Näytä kaikki";
"Scene.Notification.Keyobard.ShowMentions" = "Näytä maininnat"; "Scene.Notification.Keyobard.ShowMentions" = "Näytä maininnat";
"Scene.Notification.NotificationDescription.FavoritedYourPost" = "favorited your post"; "Scene.Notification.NotificationDescription.FavoritedYourPost" = "lisäsi julkaisusi suosikkeihinsa";
"Scene.Notification.NotificationDescription.FollowedYou" = "followed you"; "Scene.Notification.NotificationDescription.FollowedYou" = "seurasi sinua";
"Scene.Notification.NotificationDescription.MentionedYou" = "mentioned you"; "Scene.Notification.NotificationDescription.MentionedYou" = "mainitsi sinut";
"Scene.Notification.NotificationDescription.PollHasEnded" = "poll has ended"; "Scene.Notification.NotificationDescription.PollHasEnded" = "kysely on päättynyt";
"Scene.Notification.NotificationDescription.RebloggedYourPost" = "reblogged your post"; "Scene.Notification.NotificationDescription.RebloggedYourPost" = "edelleenjulkaisi julkaisusi";
"Scene.Notification.NotificationDescription.RequestToFollowYou" = "request to follow you"; "Scene.Notification.NotificationDescription.RequestToFollowYou" = "haluaa seurata sinua";
"Scene.Notification.Title.Everything" = "Kaikki"; "Scene.Notification.Title.Everything" = "Kaikki";
"Scene.Notification.Title.Mentions" = "Maininnat"; "Scene.Notification.Title.Mentions" = "Maininnat";
"Scene.Preview.Keyboard.ClosePreview" = "Sulje esikatselu"; "Scene.Preview.Keyboard.ClosePreview" = "Sulje esikatselu";
@ -317,9 +317,9 @@ uploaded to Mastodon.";
"Scene.Privacy.Policy.Server" = "Tietosuojakäytäntö - %@"; "Scene.Privacy.Policy.Server" = "Tietosuojakäytäntö - %@";
"Scene.Privacy.Title" = "Yksityisyys"; "Scene.Privacy.Title" = "Yksityisyys";
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Avaa lista napauttamalla kahdesti"; "Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Avaa lista napauttamalla kahdesti";
"Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image"; "Scene.Profile.Accessibility.EditAvatarImage" = "Muokkaa profiilikuvaa";
"Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image"; "Scene.Profile.Accessibility.ShowAvatarImage" = "Näytä profiilikuvat";
"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image"; "Scene.Profile.Accessibility.ShowBannerImage" = "Näytä bannerin kuva";
"Scene.Profile.Dashboard.FamiliarFollowers" = "yhteiset"; "Scene.Profile.Dashboard.FamiliarFollowers" = "yhteiset";
"Scene.Profile.Dashboard.MyFollowers" = "seuraajat"; "Scene.Profile.Dashboard.MyFollowers" = "seuraajat";
"Scene.Profile.Dashboard.MyFollowing" = "seurattavat"; "Scene.Profile.Dashboard.MyFollowing" = "seurattavat";
@ -328,30 +328,30 @@ uploaded to Mastodon.";
"Scene.Profile.Dashboard.OtherFollowing" = "seurattavat"; "Scene.Profile.Dashboard.OtherFollowing" = "seurattavat";
"Scene.Profile.Dashboard.OtherPosts" = "julkaisut"; "Scene.Profile.Dashboard.OtherPosts" = "julkaisut";
"Scene.Profile.Fields.AddRow" = "Lisää rivi"; "Scene.Profile.Fields.AddRow" = "Lisää rivi";
"Scene.Profile.Fields.Joined" = "Joined"; "Scene.Profile.Fields.Joined" = "Liittynyt";
"Scene.Profile.Fields.Placeholder.Content" = "Sisältö"; "Scene.Profile.Fields.Placeholder.Content" = "Sisältö";
"Scene.Profile.Fields.Placeholder.Label" = "Nimi"; "Scene.Profile.Fields.Placeholder.Label" = "Nimi";
"Scene.Profile.Fields.Verified.Long" = "Ownership of this link was checked on %@"; "Scene.Profile.Fields.Verified.Long" = "Linkin omistajuus on tarkastettu %@";
"Scene.Profile.Fields.Verified.Short" = "Verified on %@"; "Scene.Profile.Fields.Verified.Short" = "Vahvistettu %@";
"Scene.Profile.Header.FollowsYou" = "Follows You"; "Scene.Profile.Header.FollowsYou" = "Seuraa sinua";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Confirm to block %@"; "Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Vahvista käyttäjän %@ esto";
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Estä tili"; "Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Estä tili";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs"; "Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Vahvista edelleenjulkaisujen piilotus";
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs"; "Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Piilota edelleenjulkaisut";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Vahvista käyttäjän %@ mykistys"; "Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Vahvista käyttäjän %@ mykistys";
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Mykistä tili"; "Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Mykistä tili";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs"; "Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Vahvista edelleenjulkaisujen näyttö";
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs"; "Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Näytä uudelleenjulkaisut";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Confirm to unblock %@"; "Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Vahvista tilin %@ eston poisto";
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Unblock Account"; "Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Poista tilin esto";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Vahvista, että haluat poistaa mykistyksen tililtä %@"; "Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Vahvista, että haluat poistaa mykistyksen tililtä %@";
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Title" = "Poista tilin mykistys"; "Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Title" = "Poista tilin mykistys";
"Scene.Profile.SegmentedControl.About" = "Tietoja"; "Scene.Profile.SegmentedControl.About" = "Tietoja";
"Scene.Profile.SegmentedControl.Media" = "Media"; "Scene.Profile.SegmentedControl.Media" = "Mediat";
"Scene.Profile.SegmentedControl.Posts" = "Julkaisut"; "Scene.Profile.SegmentedControl.Posts" = "Julkaisut";
"Scene.Profile.SegmentedControl.PostsAndReplies" = "Posts and Replies"; "Scene.Profile.SegmentedControl.PostsAndReplies" = "Julkaisut ja vastaukset";
"Scene.Profile.SegmentedControl.Replies" = "Vastaukset"; "Scene.Profile.SegmentedControl.Replies" = "Vastaukset";
"Scene.RebloggedBy.Title" = "Reblogged By"; "Scene.RebloggedBy.Title" = "Edelleenjulkaissut";
"Scene.Register.Error.Item.Agreement" = "Hyväksy"; "Scene.Register.Error.Item.Agreement" = "Hyväksy";
"Scene.Register.Error.Item.Email" = "Sähköposti"; "Scene.Register.Error.Item.Email" = "Sähköposti";
"Scene.Register.Error.Item.Locale" = "Alue"; "Scene.Register.Error.Item.Locale" = "Alue";
@ -382,54 +382,54 @@ uploaded to Mastodon.";
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Vahvista salasana"; "Scene.Register.Input.Password.ConfirmationPlaceholder" = "Vahvista salasana";
"Scene.Register.Input.Password.Hint" = "Salasanassasi on oltava vähintään kahdeksan merkkiä"; "Scene.Register.Input.Password.Hint" = "Salasanassasi on oltava vähintään kahdeksan merkkiä";
"Scene.Register.Input.Password.Placeholder" = "salasana"; "Scene.Register.Input.Password.Placeholder" = "salasana";
"Scene.Register.Input.Password.Require" = "Your password needs at least:"; "Scene.Register.Input.Password.Require" = "Salasanasi on oltava ainakin:";
"Scene.Register.Input.Username.DuplicatePrompt" = "Tämä käyttäjänimi on varattu."; "Scene.Register.Input.Username.DuplicatePrompt" = "Tämä käyttäjänimi on varattu.";
"Scene.Register.Input.Username.Placeholder" = "käyttäjänimi"; "Scene.Register.Input.Username.Placeholder" = "käyttäjänimi";
"Scene.Register.Input.Username.Suggestion" = "häkellyttävä_%@"; "Scene.Register.Input.Username.Suggestion" = "häkellyttävä_%@";
"Scene.Register.Title" = "Luo tili"; "Scene.Register.Title" = "Luo tili";
"Scene.Report.Content1" = "Onko julkaisuja, joita haluaisit lisätä ilmiantoon?"; "Scene.Report.Content1" = "Onko julkaisuja, joita haluaisit lisätä ilmiantoon?";
"Scene.Report.Content2" = "Onko valvojien syytä tietää tästä ilmiannosta?"; "Scene.Report.Content2" = "Onko valvojien syytä tietää tästä ilmiannosta?";
"Scene.Report.ReportSentTitle" = "Thanks for reporting, well look into this."; "Scene.Report.ReportSentTitle" = "Kiitos ilmoituksesta, tutkimme asiaa.";
"Scene.Report.Reported" = "REPORTED"; "Scene.Report.Reported" = "ILMOITETTU";
"Scene.Report.Send" = "Lähetä ilmianto"; "Scene.Report.Send" = "Lähetä ilmianto";
"Scene.Report.SkipToSend" = "Lähetä ilman kommentteja"; "Scene.Report.SkipToSend" = "Lähetä ilman kommentteja";
"Scene.Report.Step1" = "Vaihe 1/2"; "Scene.Report.Step1" = "Vaihe 1/2";
"Scene.Report.Step2" = "Vaihe 2/2"; "Scene.Report.Step2" = "Vaihe 2/2";
"Scene.Report.StepFinal.BlockUser" = "Block %@"; "Scene.Report.StepFinal.BlockUser" = "Estä %@";
"Scene.Report.StepFinal.DontWantToSeeThis" = "Dont want to see this?"; "Scene.Report.StepFinal.DontWantToSeeThis" = "Etkö halua nähdä tätä?";
"Scene.Report.StepFinal.MuteUser" = "Mute %@"; "Scene.Report.StepFinal.MuteUser" = "Mykistä %@";
"Scene.Report.StepFinal.TheyWillNoLongerBeAbleToFollowOrSeeYourPostsButTheyCanSeeIfTheyveBeenBlocked" = "They will no longer be able to follow or see your posts, but they can see if theyve been blocked."; "Scene.Report.StepFinal.TheyWillNoLongerBeAbleToFollowOrSeeYourPostsButTheyCanSeeIfTheyveBeenBlocked" = "He eivät enää voi seurata tai nähdä julkaisujasi, eivätkä myöskään tiedä sinun estäneen heidät.";
"Scene.Report.StepFinal.Unfollow" = "Unfollow"; "Scene.Report.StepFinal.Unfollow" = "Lopeta seuraaminen";
"Scene.Report.StepFinal.UnfollowUser" = "Unfollow %@"; "Scene.Report.StepFinal.UnfollowUser" = "Lopeta käyttäjän %@ seuraaminen";
"Scene.Report.StepFinal.Unfollowed" = "Unfollowed"; "Scene.Report.StepFinal.Unfollowed" = "Seuraaminen lopetettiin";
"Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience." = "When you see something you dont like on Mastodon, you can remove the person from your experience."; "Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience." = "Kun näet Mastodonissa jotain sellaista, josta et pidä, voit sulkea käyttäjän käyttökokemuksesi ulkopuolelle.";
"Scene.Report.StepFinal.WhileWeReviewThisYouCanTakeActionAgainstUser" = "While we review this, you can take action against %@"; "Scene.Report.StepFinal.WhileWeReviewThisYouCanTakeActionAgainstUser" = "Sillä välin kun tarkistamme tätä, voit ryhtyä toimenpiteisiin käyttäjää %@ vastaan";
"Scene.Report.StepFinal.YouWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted" = "You wont see their posts or reblogs in your home feed. They wont know theyve been muted."; "Scene.Report.StepFinal.YouWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted" = "Et näe heidän julkaisujaan tai edelleenjulkaisujaan kotisyötteessäsi. He eivät tiedä sinun mykistäneen heidät.";
"Scene.Report.StepFour.IsThereAnythingElseWeShouldKnow" = "Is there anything else we should know?"; "Scene.Report.StepFour.IsThereAnythingElseWeShouldKnow" = "Pitäisikö meidän tietää jotain muuta?";
"Scene.Report.StepFour.Step4Of4" = "Step 4 of 4"; "Scene.Report.StepFour.Step4Of4" = "Vaihe 4/4";
"Scene.Report.StepOne.IDontLikeIt" = "I dont like it"; "Scene.Report.StepOne.IDontLikeIt" = "En pidä siitä";
"Scene.Report.StepOne.ItIsNotSomethingYouWantToSee" = "It is not something you want to see"; "Scene.Report.StepOne.ItIsNotSomethingYouWantToSee" = "Tätä ei halua nähdä";
"Scene.Report.StepOne.ItViolatesServerRules" = "It violates server rules"; "Scene.Report.StepOne.ItViolatesServerRules" = "Se rikkoo palvelimen sääntöjä";
"Scene.Report.StepOne.ItsSomethingElse" = "Its something else"; "Scene.Report.StepOne.ItsSomethingElse" = "Jotain muuta";
"Scene.Report.StepOne.ItsSpam" = "Its spam"; "Scene.Report.StepOne.ItsSpam" = "Se on roskapostia";
"Scene.Report.StepOne.MaliciousLinksFakeEngagementOrRepetetiveReplies" = "Malicious links, fake engagement, or repetetive replies"; "Scene.Report.StepOne.MaliciousLinksFakeEngagementOrRepetetiveReplies" = "Haitallisia linkkejä, valheellinen osanotto tai toistuvia vastauksia";
"Scene.Report.StepOne.SelectTheBestMatch" = "Select the best match"; "Scene.Report.StepOne.SelectTheBestMatch" = "Valitse sopivin";
"Scene.Report.StepOne.Step1Of4" = "Step 1 of 4"; "Scene.Report.StepOne.Step1Of4" = "Vaihe 1/4";
"Scene.Report.StepOne.TheIssueDoesNotFitIntoOtherCategories" = "The issue does not fit into other categories"; "Scene.Report.StepOne.TheIssueDoesNotFitIntoOtherCategories" = "Ongelma ei sovi muihin kategorioihin";
"Scene.Report.StepOne.WhatsWrongWithThisAccount" = "What's wrong with this account?"; "Scene.Report.StepOne.WhatsWrongWithThisAccount" = "Mitä vikaa tässä tilissä on?";
"Scene.Report.StepOne.WhatsWrongWithThisPost" = "What's wrong with this post?"; "Scene.Report.StepOne.WhatsWrongWithThisPost" = "Mitä vikaa tässä julkaisussa on?";
"Scene.Report.StepOne.WhatsWrongWithThisUsername" = "What's wrong with %@?"; "Scene.Report.StepOne.WhatsWrongWithThisUsername" = "Mitä vikaa käyttäjässä %@ on?";
"Scene.Report.StepOne.YouAreAwareThatItBreaksSpecificRules" = "You are aware that it breaks specific rules"; "Scene.Report.StepOne.YouAreAwareThatItBreaksSpecificRules" = "Tiedät sen rikkovan tiettyjä sääntöjä";
"Scene.Report.StepThree.AreThereAnyPostsThatBackUpThisReport" = "Are there any posts that back up this report?"; "Scene.Report.StepThree.AreThereAnyPostsThatBackUpThisReport" = "Onko raporttia tukevia julkaisuja?";
"Scene.Report.StepThree.SelectAllThatApply" = "Select all that apply"; "Scene.Report.StepThree.SelectAllThatApply" = "Valitse kaikki sopivat";
"Scene.Report.StepThree.Step3Of4" = "Step 3 of 4"; "Scene.Report.StepThree.Step3Of4" = "Vaihe 3/4";
"Scene.Report.StepTwo.IJustDontLikeIt" = "I just dont like it"; "Scene.Report.StepTwo.IJustDontLikeIt" = "En vain pidä siitä";
"Scene.Report.StepTwo.SelectAllThatApply" = "Select all that apply"; "Scene.Report.StepTwo.SelectAllThatApply" = "Valitse kaikki sopivat";
"Scene.Report.StepTwo.Step2Of4" = "Step 2 of 4"; "Scene.Report.StepTwo.Step2Of4" = "Vaihe 2/4";
"Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "Which rules are being violated?"; "Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "Mitä sääntöjä rikotaan?";
"Scene.Report.TextPlaceholder" = "Kirjoita tai liitä lisäkommentteja"; "Scene.Report.TextPlaceholder" = "Kirjoita tai liitä lisäkommentteja";
"Scene.Report.Title" = "Ilmianna %@"; "Scene.Report.Title" = "Ilmianna %@";
"Scene.Report.TitleReport" = "Report"; "Scene.Report.TitleReport" = "Ilmoita";
"Scene.Search.Recommend.Accounts.Description" = "Haluta ehkä seurata näitä tilejä"; "Scene.Search.Recommend.Accounts.Description" = "Haluta ehkä seurata näitä tilejä";
"Scene.Search.Recommend.Accounts.Follow" = "Seuraa"; "Scene.Search.Recommend.Accounts.Follow" = "Seuraa";
"Scene.Search.Recommend.Accounts.Title" = "Saatat pitää näistä tileistä"; "Scene.Search.Recommend.Accounts.Title" = "Saatat pitää näistä tileistä";
@ -443,8 +443,10 @@ uploaded to Mastodon.";
"Scene.Search.Searching.ClearAll" = "Tyhjennä kaikki"; "Scene.Search.Searching.ClearAll" = "Tyhjennä kaikki";
"Scene.Search.Searching.EmptyState.NoResults" = "Ei hakutuloksia"; "Scene.Search.Searching.EmptyState.NoResults" = "Ei hakutuloksia";
"Scene.Search.Searching.Hashtag" = "Siirry #%@"; "Scene.Search.Searching.Hashtag" = "Siirry #%@";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "Käyttäjät haulla \"%@\"";
"Scene.Search.Searching.Posts" = "Julkaisut haulla \"%@\"";
"Scene.Search.Searching.Profile" = "Avaa profiilii @%@@%@"; "Scene.Search.Searching.Profile" = "Avaa profiilii @%@@%@";
"Scene.Search.Searching.RecentSearch" = "Viimeaikaiset"; "Scene.Search.Searching.RecentSearch" = "Viimeaikaiset";
"Scene.Search.Searching.Url" = "Avaa URL Mastodonissa"; "Scene.Search.Searching.Url" = "Avaa URL Mastodonissa";
@ -470,7 +472,7 @@ uploaded to Mastodon.";
"Scene.ServerPicker.EmptyState.BadNetwork" = "Jokin meni pieleen dataa ladatessa. Tarkista internet-yhteytesi."; "Scene.ServerPicker.EmptyState.BadNetwork" = "Jokin meni pieleen dataa ladatessa. Tarkista internet-yhteytesi.";
"Scene.ServerPicker.EmptyState.FindingServers" = "Etsistään saatavilla olevia palvelimia..."; "Scene.ServerPicker.EmptyState.FindingServers" = "Etsistään saatavilla olevia palvelimia...";
"Scene.ServerPicker.EmptyState.NoResults" = "Ei hakutuloksia"; "Scene.ServerPicker.EmptyState.NoResults" = "Ei hakutuloksia";
"Scene.ServerPicker.Input.SearchServersOrEnterUrl" = "Search communities or enter URL"; "Scene.ServerPicker.Input.SearchServersOrEnterUrl" = "Etsi yhteisöjä tai syötä URL-osoite";
"Scene.ServerPicker.Label.Category" = "KATEGORIA"; "Scene.ServerPicker.Label.Category" = "KATEGORIA";
"Scene.ServerPicker.Label.Language" = "KIELI"; "Scene.ServerPicker.Label.Language" = "KIELI";
"Scene.ServerPicker.Label.Users" = "TILIÄ"; "Scene.ServerPicker.Label.Users" = "TILIÄ";
@ -487,42 +489,47 @@ uploaded to Mastodon.";
"Scene.ServerRules.Subtitle" = "Nämä säännöt ovat %@ -palvelun asettamia."; "Scene.ServerRules.Subtitle" = "Nämä säännöt ovat %@ -palvelun asettamia.";
"Scene.ServerRules.TermsOfService" = "käyttöehdot"; "Scene.ServerRules.TermsOfService" = "käyttöehdot";
"Scene.ServerRules.Title" = "Joitakin perussääntöjä."; "Scene.ServerRules.Title" = "Joitakin perussääntöjä.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon on avoimen lähdekoodin ohjelmisto. Voit raportoida ongelmasta GitHubissa osoitteessa %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Sulje asetukset"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Seuraa järjestelmää"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Tumma"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Vaalea"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Ulkoasu"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Tiliasetukset"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Tietosuojakäytäntö"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Palveluehdot"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "Tylsä alue"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Light"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Really Dark"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Sorta Dark"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Look and Feel"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Use System"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Omien julkaisujen edelleen jaot"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Favorites my post"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Seuraa minua"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Mainitsee minut"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Ilmoitukset"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "kuka tahansa"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "kuka tahansa, jota seuraan"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "seuraaja"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ei kukaan"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Ilmoita minulle, kun"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Poista käytöstä animoidut avatarit"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Poista käytöstä animoidut emojit"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Open links in Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Lisäasetukset"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Käytä oletusselainta linkkien avaamiseen"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Tyhjennä median välimuisti"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Kirjaudu ulos"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Varovainen alue"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Asetukset"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.SuggestionAccount.FollowAll" = "Follow all"; "Scene.Settings.ServerDetails.About" = "About";
"Scene.SuggestionAccount.Title" = "Popular on Mastodon"; "Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Seuraa kaikkia";
"Scene.SuggestionAccount.Title" = "Suosittua Mastodonissa";
"Scene.Thread.BackTitle" = "Julkaisu"; "Scene.Thread.BackTitle" = "Julkaisu";
"Scene.Thread.Title" = "Julkaisu tililtä %@"; "Scene.Thread.Title" = "Julkaisu tililtä %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mikä Mastodon on?"; "Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mikä Mastodon on?";
@ -533,7 +540,7 @@ uploaded to Mastodon.";
"Scene.Welcome.JoinDefaultServer" = "Liity palvelimelle %@"; "Scene.Welcome.JoinDefaultServer" = "Liity palvelimelle %@";
"Scene.Welcome.LearnMore" = "Lue lisää"; "Scene.Welcome.LearnMore" = "Lue lisää";
"Scene.Welcome.LogIn" = "Kirjaudu sisään"; "Scene.Welcome.LogIn" = "Kirjaudu sisään";
"Scene.Welcome.PickServer" = "Pick another server"; "Scene.Welcome.PickServer" = "Valitse eri palvelin";
"Scene.Welcome.Separator.Or" = "tai"; "Scene.Welcome.Separator.Or" = "tai";
"Widget.Common.UnsupportedWidgetFamily" = "Valitettavasti tätä widgettiperhettä ei tueta."; "Widget.Common.UnsupportedWidgetFamily" = "Valitettavasti tätä widgettiperhettä ei tueta.";
"Widget.Common.UserNotLoggedIn" = "Avaa Mastodon kirjautuaksesi tilille."; "Widget.Common.UserNotLoggedIn" = "Avaa Mastodon kirjautuaksesi tilille.";

View File

@ -88,9 +88,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>Followed by %1$@, and another mutual</string> <string>%1$@ seuraajaa, joista yhteistä</string>
<key>other</key> <key>other</key>
<string>Followed by %1$@, and %ld mutuals</string> <string>%1$@ seuraajaa, joista %ld yhteistä</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.metric_formatted.post</key> <key>plural.count.metric_formatted.post</key>
@ -120,9 +120,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 media</string> <string>Yksi media</string>
<key>other</key> <key>other</key>
<string>%ld media</string> <string>%ld mediaa</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.post</key> <key>plural.count.post</key>
@ -168,9 +168,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 edelleen jako</string> <string>Yksi edelleenjulkaisu</string>
<key>other</key> <key>other</key>
<string>%ld edelleen jakoa</string> <string>%ld edelleenjulkaisua</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reblog_a11y</key> <key>plural.count.reblog_a11y</key>
@ -184,9 +184,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 edelleenjako</string> <string>Yksi edelleenjulkaisu</string>
<key>other</key> <key>other</key>
<string>%ld edelleenjakoa</string> <string>%ld edelleenjulkaisua</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.reply</key> <key>plural.count.reply</key>
@ -200,9 +200,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 reply</string> <string>Yksi vastaus</string>
<key>other</key> <key>other</key>
<string>%ld replies</string> <string>%ld vastausta</string>
</dict> </dict>
</dict> </dict>
<key>plural.count.vote</key> <key>plural.count.vote</key>

View File

@ -442,12 +442,14 @@ téléversé sur Mastodon.";
"Scene.Search.Searching.Clear" = "Effacer"; "Scene.Search.Searching.Clear" = "Effacer";
"Scene.Search.Searching.ClearAll" = "Effacer tout"; "Scene.Search.Searching.ClearAll" = "Effacer tout";
"Scene.Search.Searching.EmptyState.NoResults" = "Aucun résultat"; "Scene.Search.Searching.EmptyState.NoResults" = "Aucun résultat";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Aller à #%@";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "Personnes ayant « %@ »";
"Scene.Search.Searching.Posts" = "Publications ayant « %@ »";
"Scene.Search.Searching.Profile" = "Aller à @%@@%@"; "Scene.Search.Searching.Profile" = "Aller à @%@@%@";
"Scene.Search.Searching.RecentSearch" = "Recherches récentes"; "Scene.Search.Searching.RecentSearch" = "Recherches récentes";
"Scene.Search.Searching.Url" = "Open URL in Mastodon"; "Scene.Search.Searching.Url" = "Ouvrir lURL dans Mastodon";
"Scene.Search.Title" = "Rechercher"; "Scene.Search.Title" = "Rechercher";
"Scene.ServerPicker.Button.Category.Academia" = "domaine universitaire"; "Scene.ServerPicker.Button.Category.Academia" = "domaine universitaire";
"Scene.ServerPicker.Button.Category.Activism" = "activisme"; "Scene.ServerPicker.Button.Category.Activism" = "activisme";
@ -487,40 +489,45 @@ téléversé sur Mastodon.";
"Scene.ServerRules.Subtitle" = "Ces règles sont mis en place par les administrateurs de %@."; "Scene.ServerRules.Subtitle" = "Ces règles sont mis en place par les administrateurs de %@.";
"Scene.ServerRules.TermsOfService" = "entente de service"; "Scene.ServerRules.TermsOfService" = "entente de service";
"Scene.ServerRules.Title" = "Règles de base."; "Scene.ServerRules.Title" = "Règles de base.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon est un logiciel open source. Vous pouvez rapporter des problèmes sur GitHub au %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Fermer la fenêtre des paramètres"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Automatique"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Toujours sombre"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Toujours claire"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Apparence"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Paramètres du compte"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Politique de confidentialité"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Entente de service"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "La zone ennuyante"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Clair"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Très sombre"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Légèrement sombre"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Apparence"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Utiliser le thème du système"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Reblogue mon message"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Ajoute lune de mes publications à ses favoris"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Me suit"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Me mentionne"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Notifications"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "nimporte qui"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "toute personne que je suis"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "un·e abonné·e"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "personne"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Me notifier lorsque"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Désactiver les avatars animés"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Désactiver les émojis animées"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Ouvrir les liens dans Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Préférences"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Utiliser le navigateur par défaut pour ouvrir les liens"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Vider le cache des médias"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Se déconnecter"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "La Zone Épicée"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Paramètres"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Tout suivre"; "Scene.SuggestionAccount.FollowAll" = "Tout suivre";
"Scene.SuggestionAccount.Title" = "Populaire sur Mastodon"; "Scene.SuggestionAccount.Title" = "Populaire sur Mastodon";
"Scene.Thread.BackTitle" = "Publication"; "Scene.Thread.BackTitle" = "Publication";

View File

@ -443,6 +443,8 @@ a luchdadh suas gu Mastodon.";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "Gun toradh"; "Scene.Search.Searching.EmptyState.NoResults" = "Gun toradh";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
@ -487,40 +489,45 @@ a luchdadh suas gu Mastodon.";
"Scene.ServerRules.Subtitle" = "Tha na riaghailtean seo gan stèidheachadh is a chur an gnìomh leis na maoir aig %@."; "Scene.ServerRules.Subtitle" = "Tha na riaghailtean seo gan stèidheachadh is a chur an gnìomh leis na maoir aig %@.";
"Scene.ServerRules.TermsOfService" = "teirmichean na seirbheise"; "Scene.ServerRules.TermsOfService" = "teirmichean na seirbheise";
"Scene.ServerRules.Title" = "Riaghailtean bunasach."; "Scene.ServerRules.Title" = "Riaghailtean bunasach.";
"Scene.Settings.Footer.MastodonDescription" = "S e bathar-bog le bun-tùs fosgailte a th ann am Mastodon. S urrainn dhut aithris a dhèanamh air duilgheadasan air GitHub fo %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Dùin uinneag nan roghainnean"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Fèin-obrachail"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Dorcha an-còmhnaidh"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Soilleir an-còmhnaidh"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Coltas"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Roghainnean a chunntais"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Am poileasaidh prìobhaideachd"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Teirmichean na seirbheise"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "An earrann ràsanach"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Soilleir"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Glè dhorcha"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Caran dorcha"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Coltas"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Cleachd coltas an t-siostaim"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Nuair a bhrosnaicheas iad post uam"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Nuair as annsa leotha am post agam"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Nuair a leanas iad mi"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Nuair a bheir iad iomradh orm"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Brathan"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "Airson duine sam bith, cuir brath thugam"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "Airson daoine a leanas mi, cuir brath thugam"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "Airson luchd-leantainn, cuir brath thugam"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "Na cuir brath thugam idir"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = " "; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Cuir beothachadh nan avataran à comas"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Cuir beothachadh nan Emojis à comas"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Fosgail ceanglaichean ann am Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Roghainnean"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Cleachd am brabhsair bunaiteach airson ceanglaichean fhosgladh"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Falamhaich tasgadan nam meadhanan"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Clàraich a-mach"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Gnìomhan"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Roghainnean"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Lean na h-uile"; "Scene.SuggestionAccount.FollowAll" = "Lean na h-uile";
"Scene.SuggestionAccount.Title" = "Fèillmhor air Mastodon"; "Scene.SuggestionAccount.Title" = "Fèillmhor air Mastodon";
"Scene.Thread.BackTitle" = "Post"; "Scene.Thread.BackTitle" = "Post";

View File

@ -440,14 +440,16 @@ ser subido a Mastodon.";
"Scene.Search.SearchBar.Cancel" = "Cancelar"; "Scene.Search.SearchBar.Cancel" = "Cancelar";
"Scene.Search.SearchBar.Placeholder" = "Buscar cancelos e usuarias"; "Scene.Search.SearchBar.Placeholder" = "Buscar cancelos e usuarias";
"Scene.Search.Searching.Clear" = "Limpar"; "Scene.Search.Searching.Clear" = "Limpar";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Limpar todo";
"Scene.Search.Searching.EmptyState.NoResults" = "Sen resultados"; "Scene.Search.Searching.EmptyState.NoResults" = "Sen resultados";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Ir a #%@";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.People" = "Perfís coincidentes con \"%@\"";
"Scene.Search.Searching.Posts" = "Publicacións coincidentes con \"%@\"";
"Scene.Search.Searching.Profile" = "Ir a @%@@%@";
"Scene.Search.Searching.RecentSearch" = "Buscas recentes"; "Scene.Search.Searching.RecentSearch" = "Buscas recentes";
"Scene.Search.Searching.Url" = "Open URL in Mastodon"; "Scene.Search.Searching.Url" = "Abrir URL en Mastodon";
"Scene.Search.Title" = "Procurar"; "Scene.Search.Title" = "Procurar";
"Scene.ServerPicker.Button.Category.Academia" = "academia"; "Scene.ServerPicker.Button.Category.Academia" = "academia";
"Scene.ServerPicker.Button.Category.Activism" = "activismo"; "Scene.ServerPicker.Button.Category.Activism" = "activismo";
@ -487,40 +489,45 @@ ser subido a Mastodon.";
"Scene.ServerRules.Subtitle" = "Son establecidas e aplicadas pola moderación de %@."; "Scene.ServerRules.Subtitle" = "Son establecidas e aplicadas pola moderación de %@.";
"Scene.ServerRules.TermsOfService" = "termos do servizo"; "Scene.ServerRules.TermsOfService" = "termos do servizo";
"Scene.ServerRules.Title" = "Algunhas regras básicas."; "Scene.ServerRules.Title" = "Algunhas regras básicas.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon é software de código aberto. Podes informar de fallos en GitHub en %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Pechar ventá de axustes"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Automático"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Sempre escuro"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Sempre claro"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Aparencia"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Axustes da conta"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Política de Privacidade"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Termos do Servizo"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "A zona aburrida"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Claro"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Realmente escuro"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Algo escuro"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Aparencia"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Seguir o sistema"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Promove a miña publicación"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Favorece a miña publicación"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Me segue"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Me menciona"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Notificacións"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "calquera"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "alguén a quen sigo"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "unha seguidora"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ninguén"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Avisarme cando"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Desactivar avatares animados"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Desactivar emojis animados"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Abrir ligazóns en Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Preferencias"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Usar navegador por defecto para as ligazóns"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Limpar caché multimedia"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Pechar sesión"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "A zona picante"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Axustes"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Seguir a todas"; "Scene.SuggestionAccount.FollowAll" = "Seguir a todas";
"Scene.SuggestionAccount.Title" = "Popular en Mastodon"; "Scene.SuggestionAccount.Title" = "Popular en Mastodon";
"Scene.Thread.BackTitle" = "Publicación"; "Scene.Thread.BackTitle" = "Publicación";

View File

@ -443,8 +443,10 @@ caricato su Mastodon.";
"Scene.Search.Searching.ClearAll" = "Cancella tutto"; "Scene.Search.Searching.ClearAll" = "Cancella tutto";
"Scene.Search.Searching.EmptyState.NoResults" = "Nessun risultato"; "Scene.Search.Searching.EmptyState.NoResults" = "Nessun risultato";
"Scene.Search.Searching.Hashtag" = "Vai a #%@"; "Scene.Search.Searching.Hashtag" = "Vai a #%@";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "Persone corrispondenti a \"%@\"";
"Scene.Search.Searching.Posts" = "Post corrispondenti a \"%@\"";
"Scene.Search.Searching.Profile" = "Vai a @%@@%@"; "Scene.Search.Searching.Profile" = "Vai a @%@@%@";
"Scene.Search.Searching.RecentSearch" = "Ricerche recenti"; "Scene.Search.Searching.RecentSearch" = "Ricerche recenti";
"Scene.Search.Searching.Url" = "Apri l'URL su Mastodon"; "Scene.Search.Searching.Url" = "Apri l'URL su Mastodon";
@ -487,40 +489,45 @@ caricato su Mastodon.";
"Scene.ServerRules.Subtitle" = "Questi sono impostati e applicati dai moderatori %@."; "Scene.ServerRules.Subtitle" = "Questi sono impostati e applicati dai moderatori %@.";
"Scene.ServerRules.TermsOfService" = "condizioni del servizio"; "Scene.ServerRules.TermsOfService" = "condizioni del servizio";
"Scene.ServerRules.Title" = "Alcune regole di base."; "Scene.ServerRules.Title" = "Alcune regole di base.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon è un software open source. Puoi segnalare problemi su GitHub a %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Chiudi la finestra Impostazioni"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Automatico"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Sempre scuro"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Sempre chiaro"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Aspetto"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Impostazioni account"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Politica sulla Privacy"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Termini di servizio"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "La zona boring"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Chiaro"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Davvero scuro"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Un po' scuro"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Look and Feel"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Predefinito di sistema"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Condivide i miei post"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Apprezza i miei post"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Mi segue"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Mi menziona"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Notifiche"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "chiunque"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "chiunque io segua"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "un seguace"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "nessuno"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Avvisami quando"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Disabilita avatar animati"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Disabilita emoji animate"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Apri i link in Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Preferenze"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Usa browser predefinito per aprire i collegamenti"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Cancella la cache multimediale"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Esci"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "La zona piccante"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Impostazioni"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Segui tutti"; "Scene.SuggestionAccount.FollowAll" = "Segui tutti";
"Scene.SuggestionAccount.Title" = "Popolare su Mastodon"; "Scene.SuggestionAccount.Title" = "Popolare su Mastodon";
"Scene.Thread.BackTitle" = "Post"; "Scene.Thread.BackTitle" = "Post";

View File

@ -435,14 +435,16 @@
"Scene.Search.SearchBar.Cancel" = "キャンセル"; "Scene.Search.SearchBar.Cancel" = "キャンセル";
"Scene.Search.SearchBar.Placeholder" = "ハッシュタグとユーザーを検索"; "Scene.Search.SearchBar.Placeholder" = "ハッシュタグとユーザーを検索";
"Scene.Search.Searching.Clear" = "クリア"; "Scene.Search.Searching.Clear" = "クリア";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "すべて消去";
"Scene.Search.Searching.EmptyState.NoResults" = "なし"; "Scene.Search.Searching.EmptyState.NoResults" = "なし";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "#%@ へ移動";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.People" = "「%@」に一致するアカウント";
"Scene.Search.Searching.Posts" = "「%@」に一致する投稿";
"Scene.Search.Searching.Profile" = "@%@@%@ へ移動";
"Scene.Search.Searching.RecentSearch" = "最近の検索"; "Scene.Search.Searching.RecentSearch" = "最近の検索";
"Scene.Search.Searching.Url" = "Open URL in Mastodon"; "Scene.Search.Searching.Url" = "URL を Mastodon で開く";
"Scene.Search.Title" = "検索"; "Scene.Search.Title" = "検索";
"Scene.ServerPicker.Button.Category.Academia" = "アカデミア"; "Scene.ServerPicker.Button.Category.Academia" = "アカデミア";
"Scene.ServerPicker.Button.Category.Activism" = "アクティビズム"; "Scene.ServerPicker.Button.Category.Activism" = "アクティビズム";
@ -482,40 +484,45 @@
"Scene.ServerRules.Subtitle" = "これらのルールは、%@の管理者によって設定されています。"; "Scene.ServerRules.Subtitle" = "これらのルールは、%@の管理者によって設定されています。";
"Scene.ServerRules.TermsOfService" = "利用規約"; "Scene.ServerRules.TermsOfService" = "利用規約";
"Scene.ServerRules.Title" = "いくつかのルールがあります。"; "Scene.ServerRules.Title" = "いくつかのルールがあります。";
"Scene.Settings.Footer.MastodonDescription" = "Mastodonはオープンソースです。バグの報告はGithubの%@ (%@)で行うことができます。"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "設定を閉じる"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "システムに準拠"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "ダーク"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "ライト"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "外観"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "アカウント設定"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "プライバシーポリシー"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "利用規約"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "アプリについて"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "ライト"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "ブラック"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "ダーク"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "テーマ"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "端末の設定を使う"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "ブースト"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "お気に入り登録"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "フォロー"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "メンション"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "通知"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "誰でも"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "フォローしている人"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "フォロワー"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "なし"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "通知を受け取る"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "アバターのアニメーションを無効化する"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "絵文字のアニメーションを無効化する"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Mastodonでリンクを開く"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "環境設定"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "既定のブラウザでリンクを開く"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "メディアキャッシュをクリア"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "サインアウト"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "取り扱い注意項目"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "設定"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "すべてフォロー"; "Scene.SuggestionAccount.FollowAll" = "すべてフォロー";
"Scene.SuggestionAccount.Title" = "人気のアカウント"; "Scene.SuggestionAccount.Title" = "人気のアカウント";
"Scene.Thread.BackTitle" = "投稿"; "Scene.Thread.BackTitle" = "投稿";

View File

@ -443,6 +443,8 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "Ulac igemmaḍ"; "Scene.Search.Searching.EmptyState.NoResults" = "Ulac igemmaḍ";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
@ -487,40 +489,45 @@ Ad d-yettwasali ɣef Mastodon.";
"Scene.ServerRules.Subtitle" = "Ilugan-a ttusbadun sɣur inedbalen n %@."; "Scene.ServerRules.Subtitle" = "Ilugan-a ttusbadun sɣur inedbalen n %@.";
"Scene.ServerRules.TermsOfService" = "tiwetlin n useqdec"; "Scene.ServerRules.TermsOfService" = "tiwetlin n useqdec";
"Scene.ServerRules.Title" = "Kra n yilugan igejdanen."; "Scene.ServerRules.Title" = "Kra n yilugan igejdanen.";
"Scene.Settings.Footer.MastodonDescription" = "Maṣṭudun d aseɣzan s uɣbalu yeldin. Tzemreḍ ad temmleḍ uguren deg GitHub %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Mdel asfaylu n iɣewwaṛen"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Awurman"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Yezga d aberkan"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Yezga d aceεlal"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Apparence"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Iɣewwaṛen n umiḍan"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Tasertit tabaḍnit"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Tiwtilin n useqdec"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "Tamnaḍt yessefcalen"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Aceɛlal"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "D aberkan s tidet"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "D aberkan cwiya"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Wali, tḥalfuḍ"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Seqdec anagraw"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Yules asuffeɣ n tduffeɣt-iw"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Yerna tasuffeɣt-iw ɣer yismenyafen-ines"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Yeṭṭafar-iyi"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Ibder-iyi-d"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Tilɣa"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "yal yiwen"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "yal win ara ḍefreɣ"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "ameḍfar"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ula yiwen"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Selɣu-yi-d mi ara"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Sens ivaṭaren yettembiwilen"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Sens imujiten yettembiwilen"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Ldi iseɣwan deg Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Imenyafen"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Seqdec iminig amezwer i twaledyawt n yiseɣwan"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Sfeḍ takatut tuffirt n umidyat"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Senser"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Tamnaḍt tamihawt"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Iɣewwaṛen"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Follow all"; "Scene.SuggestionAccount.FollowAll" = "Follow all";
"Scene.SuggestionAccount.Title" = "Popular on Mastodon"; "Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Amagrad"; "Scene.Thread.BackTitle" = "Amagrad";

View File

@ -443,6 +443,8 @@ Profîla te ji wan ra wiha xuya dike.";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "Encam tune"; "Scene.Search.Searching.EmptyState.NoResults" = "Encam tune";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
@ -487,40 +489,45 @@ Profîla te ji wan ra wiha xuya dike.";
"Scene.ServerRules.Subtitle" = "Ev rêzik ji aliyê çavdêrên %@ ve tên sazkirin."; "Scene.ServerRules.Subtitle" = "Ev rêzik ji aliyê çavdêrên %@ ve tên sazkirin.";
"Scene.ServerRules.TermsOfService" = "mercên bikaranînê"; "Scene.ServerRules.TermsOfService" = "mercên bikaranînê";
"Scene.ServerRules.Title" = "Hinek rêzikên bingehîn."; "Scene.ServerRules.Title" = "Hinek rêzikên bingehîn.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon nermalava çavkaniya vekirî ye. Tu dikarî pirsgirêkan li ser GitHub-ê ragihînî di %@ (%@) de"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Sazkariyên çarçoveyê bigire"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Xweber"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Her dem tarî"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Her dem ron"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Xuyang"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Sazkariyên ajimêr"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Polîtikaya nihêniyê"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Mercên bikaranînê"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "Devera acizker"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Ron"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Pir tarî"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Hinekî tarî"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Xuyang"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Pergalê bi kar bîne"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Şandiya min bilind dike"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Şandiya min hez dike"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Min şopand"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Qale min dike"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Agahdarî"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "her kes"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "her kesê ku ez dişopînim"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "şopînerek"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ne yek"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Min agahdar bike dema"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Avatarên anîmasyonî neçalak bike"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Emojiyên anîmasyonî neçalak bike"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Girêdanan di Mastodon de veke"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Sazkarî"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Ji bo vekirina girêdanan geroka berdest bi kar bîne"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Pêşbîra medyayê pak bike"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Derkeve"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Devera germ"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Sazkarî"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Follow all"; "Scene.SuggestionAccount.FollowAll" = "Follow all";
"Scene.SuggestionAccount.Title" = "Popular on Mastodon"; "Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Şandî"; "Scene.Thread.BackTitle" = "Şandî";

View File

@ -437,6 +437,8 @@ Jouw profiel ziet er zo uit voor hen.";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "Geen resultaten"; "Scene.Search.Searching.EmptyState.NoResults" = "Geen resultaten";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
@ -481,40 +483,45 @@ Jouw profiel ziet er zo uit voor hen.";
"Scene.ServerRules.Subtitle" = "Deze regels zijn ingesteld door de beheerders van %@."; "Scene.ServerRules.Subtitle" = "Deze regels zijn ingesteld door de beheerders van %@.";
"Scene.ServerRules.TermsOfService" = "gebruiksvoorwaarden"; "Scene.ServerRules.TermsOfService" = "gebruiksvoorwaarden";
"Scene.ServerRules.Title" = "Enkele basisregels."; "Scene.ServerRules.Title" = "Enkele basisregels.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon is vrije, opensourcesoftware. Je kunt problemen melden op GitHub via %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Instellingen sluiten"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Automatisch"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Altijd Donker"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Altijd licht"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Uiterlijk"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Accountinstellingen"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Privacybeleid"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Gebruiksvoorwaarden"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "De saaie zone"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Licht"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Echt donker"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Donker"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Uiterlijk"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Systeem gebruiken"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Mijn bericht boost"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Mijn bericht als favoriet markeert"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Mij volgt"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Mij vermeldt"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Meldingen"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "iemand"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "iemand die ik volg"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "een volger"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "niemand"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Melding tonen wanneer"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Geanimeerde avatars uitschakelen"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Geanimeerde emojis uitschakelen"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Open links in Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Instellingen"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Gebruik de standaardbrowser om links te openen"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Mediacache wissen"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Uitloggen"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "De gevaarlijke zone"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Instellingen"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Iedereen volgen"; "Scene.SuggestionAccount.FollowAll" = "Iedereen volgen";
"Scene.SuggestionAccount.Title" = "Populair op Mastodon"; "Scene.SuggestionAccount.Title" = "Populair op Mastodon";
"Scene.Thread.BackTitle" = "Bericht"; "Scene.Thread.BackTitle" = "Bericht";

View File

@ -451,6 +451,8 @@
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "Нет результатов"; "Scene.Search.Searching.EmptyState.NoResults" = "Нет результатов";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
@ -495,40 +497,45 @@
"Scene.ServerRules.Subtitle" = "Эти правила установлены администраторами %@."; "Scene.ServerRules.Subtitle" = "Эти правила установлены администраторами %@.";
"Scene.ServerRules.TermsOfService" = "условия использования"; "Scene.ServerRules.TermsOfService" = "условия использования";
"Scene.ServerRules.Title" = "Несколько основных правил."; "Scene.ServerRules.Title" = "Несколько основных правил.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon — проект с открытым исходным кодом. Сообщить о проблемах можно на GitHub по адресу %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Закрыть окно настроек"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Автоматически"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Тёмная тема"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Светлая тема"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Внешний вид"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Настройки аккаунта"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Политика конфиденциальности"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Условия использования"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "Зона скукотищи"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Light"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Really Dark"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Sorta Dark"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Look and Feel"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Use System"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Продвигает мой пост"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Добавляет мой пост в избранное"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Подписался на меня"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Упоминает меня"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Уведомления"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "кто угодно"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "любой, на кого я подписан(а)"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "мой подписчик"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "никто"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Уведомлять меня, когда"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Отключить анимацию аватарок"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Отключить анимацию эмодзи"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Открывать ссылки в Мастодоне"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Предпочтения"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Использовать браузер по умолчанию для открытия ссылок"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Очистить кэш медиа"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Выйти из учётной записи"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Пикантная зона"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Настройки"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Follow all"; "Scene.SuggestionAccount.FollowAll" = "Follow all";
"Scene.SuggestionAccount.Title" = "Popular on Mastodon"; "Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.Thread.BackTitle" = "Пост"; "Scene.Thread.BackTitle" = "Пост";

View File

@ -440,14 +440,16 @@ možno naložiti v Mastodon.";
"Scene.Search.SearchBar.Cancel" = "Prekliči"; "Scene.Search.SearchBar.Cancel" = "Prekliči";
"Scene.Search.SearchBar.Placeholder" = "Išči ključnike in uporabnike"; "Scene.Search.SearchBar.Placeholder" = "Išči ključnike in uporabnike";
"Scene.Search.Searching.Clear" = "Počisti"; "Scene.Search.Searching.Clear" = "Počisti";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Počisti vse";
"Scene.Search.Searching.EmptyState.NoResults" = "Ni rezultatov"; "Scene.Search.Searching.EmptyState.NoResults" = "Ni rezultatov";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Pojdi na #%@";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.People" = "Osebe, ki se ujemajo s/z »%@«";
"Scene.Search.Searching.Posts" = "Objave, ki se ujemajo s/z »%@«";
"Scene.Search.Searching.Profile" = "Pojdi na @%@@%@";
"Scene.Search.Searching.RecentSearch" = "Nedavna iskanja"; "Scene.Search.Searching.RecentSearch" = "Nedavna iskanja";
"Scene.Search.Searching.Url" = "Open URL in Mastodon"; "Scene.Search.Searching.Url" = "Odpri URL v Mastodonu";
"Scene.Search.Title" = "Iskanje"; "Scene.Search.Title" = "Iskanje";
"Scene.ServerPicker.Button.Category.Academia" = "akademsko"; "Scene.ServerPicker.Button.Category.Academia" = "akademsko";
"Scene.ServerPicker.Button.Category.Activism" = "aktivizem"; "Scene.ServerPicker.Button.Category.Activism" = "aktivizem";
@ -487,40 +489,45 @@ možno naložiti v Mastodon.";
"Scene.ServerRules.Subtitle" = "Slednje določajo in njihovo spoštovanje zagotavljajo moderatorji %@."; "Scene.ServerRules.Subtitle" = "Slednje določajo in njihovo spoštovanje zagotavljajo moderatorji %@.";
"Scene.ServerRules.TermsOfService" = "pogoji uporabe"; "Scene.ServerRules.TermsOfService" = "pogoji uporabe";
"Scene.ServerRules.Title" = "Nekaj osnovnih pravil."; "Scene.ServerRules.Title" = "Nekaj osnovnih pravil.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon je odprtokodna programska oprema. Na GitHubu na %@ (%@) lahko poročate o napakah"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Zapri okno nastavitev"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Samodejno"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Vedno temno"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Vedno svetlo"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Videz"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Nastavitve računa"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Pravilnik o zasebnosti"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Pogoji uporabe"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "Cona dolgočasja"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Svetlo"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Zares temno"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Nekako temno"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Videz in občutek"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Uporabi sistemsko"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "prepošlje mojo objavo"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "mojo objavo da med priljubljene"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "me sledi"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "me omeni"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Obvestila"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "kdor koli"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "nekdo, ki mu sledim,"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "sledilec/ka"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "nihče"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Obvesti me, ko"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Onemogoči animirane avatarje"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Onemogoči animirane emotikone"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Odpri povezave v Mastodonu"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Nastavitve"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Uporabi privzeti brskalnik za odpiranje povezav"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Počisti medijski predpomnilnik"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Odjava"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Pikantna cona"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Nastavitve"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Sledi vsem"; "Scene.SuggestionAccount.FollowAll" = "Sledi vsem";
"Scene.SuggestionAccount.Title" = "Priljubljeno na Mastodonu"; "Scene.SuggestionAccount.Title" = "Priljubljeno na Mastodonu";
"Scene.Thread.BackTitle" = "Objavi"; "Scene.Thread.BackTitle" = "Objavi";

View File

@ -442,12 +442,14 @@ laddas upp till Mastodon.";
"Scene.Search.Searching.Clear" = "Rensa"; "Scene.Search.Searching.Clear" = "Rensa";
"Scene.Search.Searching.ClearAll" = "Rensa alla"; "Scene.Search.Searching.ClearAll" = "Rensa alla";
"Scene.Search.Searching.EmptyState.NoResults" = "Inga resultat"; "Scene.Search.Searching.EmptyState.NoResults" = "Inga resultat";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Gå till #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Gå till @%@@%@";
"Scene.Search.Searching.RecentSearch" = "Senaste sökningarna"; "Scene.Search.Searching.RecentSearch" = "Senaste sökningarna";
"Scene.Search.Searching.Url" = "Open URL in Mastodon"; "Scene.Search.Searching.Url" = "Öppna URL i Mastodon";
"Scene.Search.Title" = "Sök"; "Scene.Search.Title" = "Sök";
"Scene.ServerPicker.Button.Category.Academia" = "vetenskap"; "Scene.ServerPicker.Button.Category.Academia" = "vetenskap";
"Scene.ServerPicker.Button.Category.Activism" = "aktivism"; "Scene.ServerPicker.Button.Category.Activism" = "aktivism";
@ -487,40 +489,45 @@ laddas upp till Mastodon.";
"Scene.ServerRules.Subtitle" = "Dessa sätts och verkställs av moderatorerna på %@."; "Scene.ServerRules.Subtitle" = "Dessa sätts och verkställs av moderatorerna på %@.";
"Scene.ServerRules.TermsOfService" = "användarvillkor"; "Scene.ServerRules.TermsOfService" = "användarvillkor";
"Scene.ServerRules.Title" = "Några grundregler."; "Scene.ServerRules.Title" = "Några grundregler.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon är programvara med öppen källkod. Du kan rapportera problem via GitHub på %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Stäng inställningsfönstret"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Automatisk"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Alltid mörk"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Alltid ljus"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Utseende"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Kontoinställningar"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Integritetspolicy"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Användarvillkor"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "Den tråkiga zonen"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Ljust"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Verkligen mörk"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Ganska mörk"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Utseende och känsla"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Följ systeminställningarna"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Boostar mitt inlägg"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Favoriserar mitt inlägg"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Följer mig"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Nämner mig"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Notiser"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "alla"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "någon jag följer"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "en följare"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ingen"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Meddela mig när"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Inaktivera animerade avatarer"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Inaktivera animerade emojis"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Öppna länkar i Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Inställningar"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Använd standardwebbläsare för att öppna länkar"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Rensa mediacache"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Logga ut"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Den spännande zonen"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Inställningar"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Följ alla"; "Scene.SuggestionAccount.FollowAll" = "Följ alla";
"Scene.SuggestionAccount.Title" = "Populärt på Mastodon"; "Scene.SuggestionAccount.Title" = "Populärt på Mastodon";
"Scene.Thread.BackTitle" = "Inlägg"; "Scene.Thread.BackTitle" = "Inlägg";

View File

@ -440,14 +440,16 @@
"Scene.Search.SearchBar.Cancel" = "ยกเลิก"; "Scene.Search.SearchBar.Cancel" = "ยกเลิก";
"Scene.Search.SearchBar.Placeholder" = "ค้นหาแฮชแท็กและผู้ใช้"; "Scene.Search.SearchBar.Placeholder" = "ค้นหาแฮชแท็กและผู้ใช้";
"Scene.Search.Searching.Clear" = "ล้าง"; "Scene.Search.Searching.Clear" = "ล้าง";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "ล้างทั้งหมด";
"Scene.Search.Searching.EmptyState.NoResults" = "ไม่มีผลลัพธ์"; "Scene.Search.Searching.EmptyState.NoResults" = "ไม่มีผลลัพธ์";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "ไปยัง #%@";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.People" = "ผู้คนที่ตรงกับ \"%@\"";
"Scene.Search.Searching.Posts" = "โพสต์ที่ตรงกับ \"%@\"";
"Scene.Search.Searching.Profile" = "ไปยัง @%@@%@";
"Scene.Search.Searching.RecentSearch" = "การค้นหาล่าสุด"; "Scene.Search.Searching.RecentSearch" = "การค้นหาล่าสุด";
"Scene.Search.Searching.Url" = "Open URL in Mastodon"; "Scene.Search.Searching.Url" = "เปิด URL ใน Mastodon";
"Scene.Search.Title" = "ค้นหา"; "Scene.Search.Title" = "ค้นหา";
"Scene.ServerPicker.Button.Category.Academia" = "สถาบันการศึกษา"; "Scene.ServerPicker.Button.Category.Academia" = "สถาบันการศึกษา";
"Scene.ServerPicker.Button.Category.Activism" = "กิจกรรมเพื่อการเปลี่ยนแปลง"; "Scene.ServerPicker.Button.Category.Activism" = "กิจกรรมเพื่อการเปลี่ยนแปลง";
@ -487,40 +489,45 @@
"Scene.ServerRules.Subtitle" = "มีการตั้งและบังคับใช้กฎเหล่านี้โดยผู้ควบคุมของ %@"; "Scene.ServerRules.Subtitle" = "มีการตั้งและบังคับใช้กฎเหล่านี้โดยผู้ควบคุมของ %@";
"Scene.ServerRules.TermsOfService" = "เงื่อนไขการให้บริการ"; "Scene.ServerRules.TermsOfService" = "เงื่อนไขการให้บริการ";
"Scene.ServerRules.Title" = "กฎพื้นฐานบางประการ"; "Scene.ServerRules.Title" = "กฎพื้นฐานบางประการ";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon เป็นซอฟต์แวร์โอเพนซอร์ส คุณสามารถรายงานปัญหาได้ใน GitHub ที่ %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "ปิดหน้าต่างการตั้งค่า"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "อัตโนมัติ"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "มืดเสมอ"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "สว่างเสมอ"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "ลักษณะที่ปรากฏ"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "การตั้งค่าบัญชี"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "นโยบายความเป็นส่วนตัว"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "เงื่อนไขการให้บริการ"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "โซนน่าเบื่อ"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "สว่าง"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "มืดมาก"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "ค่อนข้างมืด"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "ลักษณะที่แสดง"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "ใช้ของระบบ"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "ดันโพสต์ของฉัน"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "ชื่นชอบโพสต์ของฉัน"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "ติดตามฉัน"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "กล่าวถึงฉัน"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "การแจ้งเตือน"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "ใครก็ตาม"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "ใครก็ตามที่ฉันติดตาม"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "ผู้ติดตาม"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ไม่มีใคร"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "แจ้งเตือนฉันเมื่อ"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "ปิดใช้งานภาพประจำตัวแบบเคลื่อนไหว"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "ปิดใช้งานอีโมจิแบบเคลื่อนไหว"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "เปิดลิงก์ใน Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "การกำหนดลักษณะ"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "ใช้เบราว์เซอร์เริ่มต้นเพื่อเปิดลิงก์"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "ล้างแคชสื่อ"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "ลงชื่อออก"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "โซนเผ็ดร้อน"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "การตั้งค่า"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "ติดตามทั้งหมด"; "Scene.SuggestionAccount.FollowAll" = "ติดตามทั้งหมด";
"Scene.SuggestionAccount.Title" = "เป็นที่นิยมใน Mastodon"; "Scene.SuggestionAccount.Title" = "เป็นที่นิยมใน Mastodon";
"Scene.Thread.BackTitle" = "โพสต์"; "Scene.Thread.BackTitle" = "โพสต์";

View File

@ -442,6 +442,8 @@ yüklenemiyor.";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "Sonuç yok"; "Scene.Search.Searching.EmptyState.NoResults" = "Sonuç yok";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
@ -486,40 +488,45 @@ yüklenemiyor.";
"Scene.ServerRules.Subtitle" = "Bunlar, %@ moderatörleri tarafından ayarlanmış ve uygulanmıştır."; "Scene.ServerRules.Subtitle" = "Bunlar, %@ moderatörleri tarafından ayarlanmış ve uygulanmıştır.";
"Scene.ServerRules.TermsOfService" = "kullanım şartları"; "Scene.ServerRules.TermsOfService" = "kullanım şartları";
"Scene.ServerRules.Title" = "Bazı temel kurallar."; "Scene.ServerRules.Title" = "Bazı temel kurallar.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon açık kaynaklı bir yazılımdır. GitHub'dan %@ (%@) üzerinden katkıda bulunabilir veya sorunları bildirebilirsiniz"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Ayarlar Penceresini Kapat"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Otomatik"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Daima Koyu"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Daima Açık"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Görünüm"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Hesap Ayarları"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Gizlilik Politikası"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Hizmet Şartları"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "Sıkıcı Bölge"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Açık"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Gerçek Koyu"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Hafif Koyu"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Görünüm"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Sistem İle Aynı"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Gönderimi yeniden paylaştığında"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Gönderimi favorilerine eklediğinde"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Beni takip ettiğinde"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Benden bahsettiğinde"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Bildirimler"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "herhangi biri"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "takip ettiğim biri"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "bir takipçim"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "bilgilendirme"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Beni şu durumda bilgilendir: "; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Hareketli avatarları devre dışı bırak"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Hareketli emojileri devre dışı bırak"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Bağlantıları Mastodon içinden aç"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Tercihler"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Bağlantıları varsayılan tarayıcıda aç"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Medya Önbelleğini Temizle"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Oturumu Kapat"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Tehlikeli bölge"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Ayarlar"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Hepsini takip et"; "Scene.SuggestionAccount.FollowAll" = "Hepsini takip et";
"Scene.SuggestionAccount.Title" = "Mastodon'da popüler"; "Scene.SuggestionAccount.Title" = "Mastodon'da popüler";
"Scene.Thread.BackTitle" = "Gönderi"; "Scene.Thread.BackTitle" = "Gönderi";

View File

@ -440,14 +440,16 @@ tải lên Mastodon.";
"Scene.Search.SearchBar.Cancel" = "Hủy bỏ"; "Scene.Search.SearchBar.Cancel" = "Hủy bỏ";
"Scene.Search.SearchBar.Placeholder" = "Tìm hashtag và mọi người"; "Scene.Search.SearchBar.Placeholder" = "Tìm hashtag và mọi người";
"Scene.Search.Searching.Clear" = "Xóa"; "Scene.Search.Searching.Clear" = "Xóa";
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Xóa tất cả";
"Scene.Search.Searching.EmptyState.NoResults" = "Không có kết quả"; "Scene.Search.Searching.EmptyState.NoResults" = "Không có kết quả";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Đến #%@";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.People" = "Người có tên \"%@\"";
"Scene.Search.Searching.Posts" = "Tút nhắc đến \"%@\"";
"Scene.Search.Searching.Profile" = "Đến @%@@%@";
"Scene.Search.Searching.RecentSearch" = "Tìm kiếm gần đây"; "Scene.Search.Searching.RecentSearch" = "Tìm kiếm gần đây";
"Scene.Search.Searching.Url" = "Open URL in Mastodon"; "Scene.Search.Searching.Url" = "Mở liên kết trong Mastodon";
"Scene.Search.Title" = "Tìm kiếm"; "Scene.Search.Title" = "Tìm kiếm";
"Scene.ServerPicker.Button.Category.Academia" = "học thuật"; "Scene.ServerPicker.Button.Category.Academia" = "học thuật";
"Scene.ServerPicker.Button.Category.Activism" = "hoạt động xã hội"; "Scene.ServerPicker.Button.Category.Activism" = "hoạt động xã hội";
@ -487,40 +489,45 @@ tải lên Mastodon.";
"Scene.ServerRules.Subtitle" = "Được ban hành và áp dụng bởi quản trị viên %@"; "Scene.ServerRules.Subtitle" = "Được ban hành và áp dụng bởi quản trị viên %@";
"Scene.ServerRules.TermsOfService" = "điều khoản dịch vụ"; "Scene.ServerRules.TermsOfService" = "điều khoản dịch vụ";
"Scene.ServerRules.Title" = "Nội quy máy chủ."; "Scene.ServerRules.Title" = "Nội quy máy chủ.";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon là phần mềm mã nguồn mở. Bạn có thể báo lỗi trên GitHub tại %@ (%@)"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Đóng cửa sổ cài đặt"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "Tự động"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "Tối"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "Sáng"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "Giao diện"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "Cài đặt tài khoản"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "Chính sách bảo mật"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "Điều khoản dịch vụ"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "Nhàm chán"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "Sáng"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Tối Mạnh"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Tối Nhẹ"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "Giao diện"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Mặc định hệ thống"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "Đăng lại tút của tôi"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "Thích tút của tôi"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "Theo dõi tôi"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "Nhắc đến tôi"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "Thông báo"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "bất cứ ai"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "người tôi theo dõi"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "người theo dõi tôi"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "không một ai"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "Thông báo khi"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Tắt ảnh đại diện GIF"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Tắt emoji dạng GIF"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Mở liên kết trong Mastodon"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "Chung"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Dùng trình duyệt mặc định"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "Xóa bộ nhớ đệm"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "Đăng xuất"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "Thú vị"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "Cài đặt"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "Theo dõi tất cả"; "Scene.SuggestionAccount.FollowAll" = "Theo dõi tất cả";
"Scene.SuggestionAccount.Title" = "Thịnh hành trên Mastodon"; "Scene.SuggestionAccount.Title" = "Thịnh hành trên Mastodon";
"Scene.Thread.BackTitle" = "Tút"; "Scene.Thread.BackTitle" = "Tút";

View File

@ -443,6 +443,8 @@
"Scene.Search.Searching.ClearAll" = "Clear all"; "Scene.Search.Searching.ClearAll" = "Clear all";
"Scene.Search.Searching.EmptyState.NoResults" = "无结果"; "Scene.Search.Searching.EmptyState.NoResults" = "无结果";
"Scene.Search.Searching.Hashtag" = "Go to #%@"; "Scene.Search.Searching.Hashtag" = "Go to #%@";
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.People" = "People matching \"%@\"";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
"Scene.Search.Searching.Profile" = "Go to @%@@%@"; "Scene.Search.Searching.Profile" = "Go to @%@@%@";
@ -487,40 +489,45 @@
"Scene.ServerRules.Subtitle" = "这些规则由 %@ 的管理员设置。"; "Scene.ServerRules.Subtitle" = "这些规则由 %@ 的管理员设置。";
"Scene.ServerRules.TermsOfService" = "服务条款"; "Scene.ServerRules.TermsOfService" = "服务条款";
"Scene.ServerRules.Title" = "一些基本规则。"; "Scene.ServerRules.Title" = "一些基本规则。";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon 是开源软件。欢迎前往 GitHub %@ (%@) 贡献代码或反馈问题。"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "关闭设置窗口"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "自动"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "深色"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "浅色"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "外观"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "账号设置"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "隐私政策"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "服务条款"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "The Boring Zone"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "浅色"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "暗色"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "深色"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "外观和风格"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "跟随系统"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "转发我的帖子"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "喜欢我的帖子"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "关注我"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "提及我"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "通知"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "任何人"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "我关注的"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "关注者"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "没有人"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "提示通知来自"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "禁用动画头像"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "禁用动画表情"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "在 Mastodon 中打开链接"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "偏好"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "使用默认浏览器打开链接"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "清除图片缓存"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "退出"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "The Spicy Zone"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "设置"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "一键关注"; "Scene.SuggestionAccount.FollowAll" = "一键关注";
"Scene.SuggestionAccount.Title" = "Mastodon上流行的"; "Scene.SuggestionAccount.Title" = "Mastodon上流行的";
"Scene.Thread.BackTitle" = "帖子"; "Scene.Thread.BackTitle" = "帖子";

View File

@ -438,8 +438,10 @@
"Scene.Search.Searching.ClearAll" = "清除全部"; "Scene.Search.Searching.ClearAll" = "清除全部";
"Scene.Search.Searching.EmptyState.NoResults" = "沒有任何結果"; "Scene.Search.Searching.EmptyState.NoResults" = "沒有任何結果";
"Scene.Search.Searching.Hashtag" = "前往 #%@"; "Scene.Search.Searching.Hashtag" = "前往 #%@";
"Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
"Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.NoUser.Title" = "No User Account Found";
"Scene.Search.Searching.People" = "符合「%@」之個人檔案";
"Scene.Search.Searching.Posts" = "符合「%@」之嘟文";
"Scene.Search.Searching.Profile" = "前往 @%@@%@"; "Scene.Search.Searching.Profile" = "前往 @%@@%@";
"Scene.Search.Searching.RecentSearch" = "最近的搜尋"; "Scene.Search.Searching.RecentSearch" = "最近的搜尋";
"Scene.Search.Searching.Url" = "於 Mastodon 中開啟連結"; "Scene.Search.Searching.Url" = "於 Mastodon 中開啟連結";
@ -482,40 +484,45 @@
"Scene.ServerRules.Subtitle" = "這些被 %@ 的管管們制定以及實施。"; "Scene.ServerRules.Subtitle" = "這些被 %@ 的管管們制定以及實施。";
"Scene.ServerRules.TermsOfService" = "服務條款"; "Scene.ServerRules.TermsOfService" = "服務條款";
"Scene.ServerRules.Title" = "一些基本守則。"; "Scene.ServerRules.Title" = "一些基本守則。";
"Scene.Settings.Footer.MastodonDescription" = "Mastodon 是開源軟體。您可以於 GitHub %@ (%@) 回報問題。"; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
"Scene.Settings.Keyboard.CloseSettingsWindow" = "關閉設定視窗"; "Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
"Scene.Settings.Section.Appearance.Automatic" = "自動"; "Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
"Scene.Settings.Section.Appearance.Dark" = "深色佈景主題"; "Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
"Scene.Settings.Section.Appearance.Light" = "亮色佈景主題"; "Scene.Settings.AboutMastodon.Title" = "About";
"Scene.Settings.Section.Appearance.Title" = "外觀設定"; "Scene.Settings.General.Appearance.Dark" = "Dark";
"Scene.Settings.Section.BoringZone.AccountSettings" = "帳號設定"; "Scene.Settings.General.Appearance.Light" = "Light";
"Scene.Settings.Section.BoringZone.Privacy" = "隱私權政策"; "Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
"Scene.Settings.Section.BoringZone.Terms" = "服務條款"; "Scene.Settings.General.Appearance.System" = "Use Device Appearance";
"Scene.Settings.Section.BoringZone.Title" = "無聊的這些"; "Scene.Settings.General.Design.SectionTitle" = "Design";
"Scene.Settings.Section.LookAndFeel.Light" = "淺色"; "Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "闇黑風格"; "Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
"Scene.Settings.Section.LookAndFeel.SortaDark" = "有點黑又不會太黑"; "Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
"Scene.Settings.Section.LookAndFeel.Title" = "外觀與風格"; "Scene.Settings.General.Links.SectionTitle" = "Links";
"Scene.Settings.Section.LookAndFeel.UseSystem" = "與系統一致"; "Scene.Settings.General.Title" = "General";
"Scene.Settings.Section.Notifications.Boosts" = "將我的嘟文轉嘟"; "Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
"Scene.Settings.Section.Notifications.Favorites" = "將我的嘟文加到最愛"; "Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
"Scene.Settings.Section.Notifications.Follows" = "跟隨著我"; "Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
"Scene.Settings.Section.Notifications.Mentions" = "提到了我"; "Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
"Scene.Settings.Section.Notifications.Title" = "通知"; "Scene.Settings.Notifications.Disabled.GoToSettings" = "Go to Notification Settings";
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "任何人"; "Scene.Settings.Notifications.Disabled.NotificationHint" = "Turn on notifications from your device settings to see updates on your lock screen.";
"Scene.Settings.Section.Notifications.Trigger.Follow" = "任何我跟隨的人"; "Scene.Settings.Notifications.Policy.Anyone" = "Anyone";
"Scene.Settings.Section.Notifications.Trigger.Follower" = "跟隨者"; "Scene.Settings.Notifications.Policy.Follow" = "People you follow";
"Scene.Settings.Section.Notifications.Trigger.Noone" = "沒有人"; "Scene.Settings.Notifications.Policy.Followers" = "People who follow you";
"Scene.Settings.Section.Notifications.Trigger.Title" = "以下狀況請通知我"; "Scene.Settings.Notifications.Policy.Noone" = "No one";
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "停用動畫大頭貼"; "Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "停用動畫 emoji"; "Scene.Settings.Notifications.Title" = "Notifications";
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "於 Mastodon 中開啟連結"; "Scene.Settings.Overview.AboutMastodon" = "About Mastodon";
"Scene.Settings.Section.Preference.Title" = "偏好設定"; "Scene.Settings.Overview.General" = "General";
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "使用預設瀏覽器開啟連結"; "Scene.Settings.Overview.Logout" = "Logout %@";
"Scene.Settings.Section.SpicyZone.Clear" = "清除媒體快取"; "Scene.Settings.Overview.Notifications" = "Notifications";
"Scene.Settings.Section.SpicyZone.Signout" = "登出"; "Scene.Settings.Overview.ServerDetails" = "Server Details";
"Scene.Settings.Section.SpicyZone.Title" = "危險地帶"; "Scene.Settings.Overview.SupportMastodon" = "Support Mastodon";
"Scene.Settings.Title" = "設定"; "Scene.Settings.Overview.Title" = "Settings";
"Scene.Settings.ServerDetails.About" = "About";
"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "A legal notice";
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin";
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
"Scene.Settings.ServerDetails.Rules" = "Rules";
"Scene.SuggestionAccount.FollowAll" = "跟隨所有"; "Scene.SuggestionAccount.FollowAll" = "跟隨所有";
"Scene.SuggestionAccount.Title" = "Mastodon 上之流行內容"; "Scene.SuggestionAccount.Title" = "Mastodon 上之流行內容";
"Scene.Thread.BackTitle" = "嘟文"; "Scene.Thread.BackTitle" = "嘟文";