Update strings
This commit is contained in:
parent
4a5f17c45f
commit
9a6dd38e7f
|
@ -1428,12 +1428,6 @@ public enum L10n {
|
|||
/// 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 {
|
||||
/// 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 enum Keyboard {
|
||||
/// Close Settings Window
|
||||
public static let closeSettingsWindow = L10n.tr("Localizable", "Scene.Settings.Keyboard.CloseSettingsWindow", fallback: "Close Settings Window")
|
||||
}
|
||||
public enum Notifications {
|
||||
/// Notifications
|
||||
public static let title = L10n.tr("Localizable", "Scene.Settings.Notifications.Title", fallback: "Notifications")
|
||||
|
@ -1516,84 +1506,6 @@ public enum L10n {
|
|||
/// 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 {
|
||||
/// About
|
||||
public static let about = L10n.tr("Localizable", "Scene.Settings.ServerDetails.About", fallback: "About")
|
||||
|
|
|
@ -443,13 +443,13 @@ uploaded to Mastodon.";
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "No results";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
"Scene.Search.Searching.RecentSearch" = "Recent searches";
|
||||
"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.ServerPicker.Button.Category.Academia" = "academia";
|
||||
"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.TermsOfService" = "terms of service";
|
||||
"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.ServerDetails.About" = "About";
|
||||
"Scene.Settings.ServerDetails.Rules" = "Rules";
|
||||
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
|
||||
"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.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"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.Notifications.Title" = "Notifications";
|
||||
"Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
|
||||
"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.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"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.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.Title" = "Popular on Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Post";
|
||||
|
@ -602,4 +563,4 @@ uploaded to Mastodon.";
|
|||
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
|
||||
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
|
||||
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
|
||||
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
|
||||
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
|
|
@ -443,6 +443,8 @@
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "لا تُوجَدُ نتائِج";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
|
@ -487,40 +489,45 @@
|
|||
"Scene.ServerRules.Subtitle" = "سُنَّت هذه القواعد من قِبل مشرفي %@.";
|
||||
"Scene.ServerRules.TermsOfService" = "شُرُوط الخِدمَة";
|
||||
"Scene.ServerRules.Title" = "بعض القواعد الأساسية.";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "ماستودون بَرنامجٌ مَفتُوحُ المَصدَر. يُمكِنُكَ المُساهَمَةُ، أوِ الإبلاغُ عَنِ المُشكِلات عَن طريق مِنصَّة جيت هاب (GitHub) في %@ (%@)";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "إغلاق نافذة الإعدادات";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "تلقائي";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "مظلمٌ دائِمًا";
|
||||
"Scene.Settings.Section.Appearance.Light" = "مضيءٌ دائمًا";
|
||||
"Scene.Settings.Section.Appearance.Title" = "المَظهر";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "إعداداتُ الحِساب";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "سِياسَةُ الخُصوصيَّة";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "شُرُوطُ الخِدمَة";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "المنطِقَةُ المُملَّة";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "مُضيء";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "مُظلمٌ حَقًّا";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "مُظلمٌ نوعًا ما";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "المَظهَرُ وَالشُّعُور";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "استخدم النِظام";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "بِإعادَةِ تدوينِ مَنشوري";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "بِالإعْجاب بِمَنشوري";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "بِمُتابَعَتي";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "بِالإشارَةِ إليّ";
|
||||
"Scene.Settings.Section.Notifications.Title" = "الإشعارات";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "أيُّ شخصٍ";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "أي شخص أُتابِعُه";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "مُتابِعٌ";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "لَا أحد";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "أشعِرني عِندما يَقومُ";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "تَعطيلُ الصوَرِ الرمزيَّةِ المُتحرِّكَة";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "تَعطيلُ الرُموزِ التَّعبيريَّةِ المُتحرِّكَة";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "فَتحُ الرَّوابِطِ فِي مَاستدون";
|
||||
"Scene.Settings.Section.Preference.Title" = "التَّفضيلات";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "اِستِخدامُ المُتصفِّحِ الاِفتراضي لِفتحِ الرَّوابِط";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "مَحوُ ذاكِرَةِ التَّخزينِ المُؤقَّتِ لِلوسائِط";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "تَسجيلُ الخُروج";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "المنطِقَةُ اللَّاذِعَة";
|
||||
"Scene.Settings.Title" = "الإعدادات";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "اتبع الكل";
|
||||
"Scene.SuggestionAccount.Title" = "رائج على ماستدون";
|
||||
"Scene.Thread.BackTitle" = "منشور";
|
||||
|
|
|
@ -440,14 +440,16 @@
|
|||
"Scene.Search.SearchBar.Cancel" = "Скасаваць";
|
||||
"Scene.Search.SearchBar.Placeholder" = "Пошук хэштэгаў і карыстальнікаў";
|
||||
"Scene.Search.Searching.Clear" = "Ачысціць";
|
||||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.ClearAll" = "Ачысціць усё";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "Няма вынікаў";
|
||||
"Scene.Search.Searching.Hashtag" = "Go to #%@";
|
||||
"Scene.Search.Searching.People" = "People matching \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
"Scene.Search.Searching.Hashtag" = "Перайсці да #%@";
|
||||
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
|
||||
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
|
||||
"Scene.Search.Searching.People" = "Супадзенне профіляў \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "Супадзенне паведамленняў \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Перайсці да @%@@%@";
|
||||
"Scene.Search.Searching.RecentSearch" = "Нядаўнія запыты";
|
||||
"Scene.Search.Searching.Url" = "Open URL in Mastodon";
|
||||
"Scene.Search.Searching.Url" = "Адкрыць спасылку ў Mastodon";
|
||||
"Scene.Search.Title" = "Пошук";
|
||||
"Scene.ServerPicker.Button.Category.Academia" = "акадэмія";
|
||||
"Scene.ServerPicker.Button.Category.Activism" = "актывізм";
|
||||
|
@ -487,40 +489,45 @@
|
|||
"Scene.ServerRules.Subtitle" = "Правілы вызначаныя мадэратарамі дамена %@.";
|
||||
"Scene.ServerRules.TermsOfService" = "умовы выкарыстання";
|
||||
"Scene.ServerRules.Title" = "Некаторыя асноўныя правілы.";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "Mastodon — гэта праграма з адкрытым зыходным кодам. Вы можаце паведаміць аб праблемах на GitHub па адрасе %@ (%@)";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Закрыць акно налад";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Аўтаматычна";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Заўсёды цёмны";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Заўсёды светлы";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Знешні выгляд";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Налады ўліковага запісу";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Палітыка канфідэнцыяльнасці";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Умовы выкарыстання";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "Нудная зона";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Светлы";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Сапраўды Цёмны";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Накшталт Цёмны";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Знешні выгляд";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Выкарыстоўваць сістэмны";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Пашырае мой допіс";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Дадае мой допіс у абранае";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Падпісаўся на мяне";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Згадвае мяне";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Апавяшчэнні";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "кожны";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "нехта, на каго я падпісаны";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "падпісчык";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ніхто";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Апавяшчаць мяне, калі";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Адключыць анімацыю аватараў";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Адключыць анімацыю эмодзі";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Адкрываць спасылкі ў Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "Параметры";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Выкарыстоўваць прадвызначаны браўзер для адкрыцця спасылак";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Ачысціць кэш медыя";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Выйсці";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Вострая зона";
|
||||
"Scene.Settings.Title" = "Налады";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Падпісацца на ўсіх";
|
||||
"Scene.SuggestionAccount.Title" = "Папулярна ў Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Допіс";
|
||||
|
|
|
@ -443,8 +443,10 @@ carregat a Mastodon.";
|
|||
"Scene.Search.Searching.ClearAll" = "Esborra-ho tot";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "No hi ha resultats";
|
||||
"Scene.Search.Searching.Hashtag" = "Vés a #%@";
|
||||
"Scene.Search.Searching.People" = "People matching \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
|
||||
"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.RecentSearch" = "Cerques recents";
|
||||
"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.TermsOfService" = "termes del servei";
|
||||
"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.Keyboard.CloseSettingsWindow" = "Tancar la Finestra de Configuració";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Automàtic";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Sempre Fosca";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Sempre Clara";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Aparença";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Paràmetres del Compte";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Política de Privacitat";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Termes de Servei";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "La Zona Avorrida";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Clar";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Realment Negre";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Una Mena de Fosc";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Aspecte i Comportament";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Usa el del Sistema";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Ha impulsat el meu tut";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Ha afavorit el meu tut";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Em segueix";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "M'ha mencionat";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Notificacions";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "algú";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "a qualsevol que segueixi";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "un seguidor";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ningú";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Notifica'm quan";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Desactiva avatars animats";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Desactiva emojis animats";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Obre enllaços a Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "Preferències";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Utilitza el navegador predeterminat per a obrir enllaços";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Esborra la memòria cau de Mèdia";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Tancar Sessió";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "La Zona Picant";
|
||||
"Scene.Settings.Title" = "Configuració";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Seguir a tothom";
|
||||
"Scene.SuggestionAccount.Title" = "Popular a Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Tut";
|
||||
|
|
|
@ -442,6 +442,8 @@
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "هیچ ئەنجامێک نەدۆزرایەوە";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
|
@ -486,40 +488,45 @@
|
|||
"Scene.ServerRules.Subtitle" = "ئەمانە لەلایەن چاودێرەکانی %@ دانراون و ناچار دەکرێن.";
|
||||
"Scene.ServerRules.TermsOfService" = "مەرجەکانی بەکارهێنان";
|
||||
"Scene.ServerRules.Title" = "یاساکانی ڕاژەکار";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "ماستۆدۆن پڕۆژەیەکی سەرچاوەکراوەیە. دەتوانیت لە گیتهەب لە کێشەکان ئاگادارمان بکەیتەوە: %@ (%@)";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "ڕێخستنەکان دابخە";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "خۆکار";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "تاریک";
|
||||
"Scene.Settings.Section.Appearance.Light" = "ڕووناک";
|
||||
"Scene.Settings.Section.Appearance.Title" = "ڕووخسار";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "ڕێکخستنەکانی هەژمار";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "سیاسەتی تایبەتێتی";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "مەرجەکانی بەکارهێنان";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "ناوچە بێنازەکە";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "ڕووناک";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "زۆر تاریک";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "کەم تاریک";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "ڕووخسار و هەست";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "سیستەم";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "پۆستەکەم پۆست دەکاتەوە";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "پۆستەکەمی بەدڵ دەبێت";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "شوێنم دەکەوێت";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "ئاماژەم پێ دەکات";
|
||||
"Scene.Settings.Section.Notifications.Title" = "ئاماژەکان نیشان بدە";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "هەرکەسێک";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "هەرکەسێک شوێنی دەکەوم";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "شوێنکەوتووێکم";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "هیچکەس";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "ئاگادارم بکەوە کاتێک";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "وێنە جووڵاوەکان ناچالاک بکە";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "ئیمۆجییە جووڵاوەکان ناچالاک بکە";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "بەستەرەکان لەناو ماستۆدۆن بکەوە";
|
||||
"Scene.Settings.Section.Preference.Title" = "پەسەندەکان";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "وێبگەڕی بنەڕەت بەکار بهێنە بۆ کردنەوەی بەستەرەکان";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "بیرگە پاک بکەوە";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "دەربچۆ";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "ناوچەی گەرم";
|
||||
"Scene.Settings.Title" = "رێکخستنەکان";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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.Title" = "Popular on Mastodon";
|
||||
"Scene.Thread.BackTitle" = "پۆستەکە";
|
||||
|
|
|
@ -439,6 +439,8 @@ nahrán do Mastodonu.";
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "Žádné výsledky";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"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.TermsOfService" = "podmínky služby";
|
||||
"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.Keyboard.CloseSettingsWindow" = "Zavřít okno nastavení";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Automaticky";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Vždy tmavý";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Vždy světlý";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Vzhled";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Nastavení účtu";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Zásady ochrany osobních údajů";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Podmínky služby";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "Nudná část";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Světlý";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Skutečně tmavý";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Sorta Dark";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Vzhled a chování";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Použít systém";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Boostnul můj příspěvek";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Oblíbil si můj příspěvek";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Sleduje mě";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Zmiňuje mě";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Upozornění";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "kdokoliv";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "kdokoli, koho sleduji";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "sledující";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "nikdo";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Upozornit, když";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Zakázat animované avatary";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Zakázat animované emoji";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Otevřít odkazy v Mastodonu";
|
||||
"Scene.Settings.Section.Preference.Title" = "Předvolby";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Použít výchozí prohlížeč pro otevírání odkazů";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Vymazat mezipaměť médií";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Odhlásit se";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Ostrá část";
|
||||
"Scene.Settings.Title" = "Nastavení";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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.Title" = "Popular on Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Příspěvek";
|
||||
|
|
|
@ -28,7 +28,7 @@ Bitte überprüfe deine Internetverbindung.";
|
|||
"Common.Controls.Actions.Add" = "Hinzufügen";
|
||||
"Common.Controls.Actions.Back" = "Zurück";
|
||||
"Common.Controls.Actions.BlockDomain" = "%@ blockieren";
|
||||
"Common.Controls.Actions.Bookmark" = "Bookmark";
|
||||
"Common.Controls.Actions.Bookmark" = "Lesezeichen";
|
||||
"Common.Controls.Actions.Cancel" = "Abbrechen";
|
||||
"Common.Controls.Actions.Compose" = "Neue Nachricht";
|
||||
"Common.Controls.Actions.Confirm" = "Bestätigen";
|
||||
|
@ -41,7 +41,7 @@ Bitte überprüfe deine Internetverbindung.";
|
|||
"Common.Controls.Actions.Edit" = "Bearbeiten";
|
||||
"Common.Controls.Actions.EditPost" = "Bearbeiten";
|
||||
"Common.Controls.Actions.FindPeople" = "Finde Personen zum Folgen";
|
||||
"Common.Controls.Actions.Follow" = "Follow %@";
|
||||
"Common.Controls.Actions.Follow" = "%@ folgen";
|
||||
"Common.Controls.Actions.ManuallySearch" = "Stattdessen manuell suchen";
|
||||
"Common.Controls.Actions.Next" = "Weiter";
|
||||
"Common.Controls.Actions.Ok" = "OK";
|
||||
|
@ -51,7 +51,7 @@ Bitte überprüfe deine Internetverbindung.";
|
|||
"Common.Controls.Actions.Preview" = "Vorschau";
|
||||
"Common.Controls.Actions.Previous" = "Vorheriges";
|
||||
"Common.Controls.Actions.Remove" = "Entfernen";
|
||||
"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark";
|
||||
"Common.Controls.Actions.RemoveBookmark" = "Lesezeichen entfernen";
|
||||
"Common.Controls.Actions.Reply" = "Antworten";
|
||||
"Common.Controls.Actions.ReportUser" = "%@ melden";
|
||||
"Common.Controls.Actions.Save" = "Speichern";
|
||||
|
@ -68,7 +68,7 @@ Bitte überprüfe deine Internetverbindung.";
|
|||
"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unbekannt";
|
||||
"Common.Controls.Actions.TryAgain" = "Nochmals versuchen";
|
||||
"Common.Controls.Actions.UnblockDomain" = "Blockierung von %@ aufheben";
|
||||
"Common.Controls.Actions.Unfollow" = "Unfollow %@";
|
||||
"Common.Controls.Actions.Unfollow" = "%@ entfolgen";
|
||||
"Common.Controls.Friendship.Block" = "Blockieren";
|
||||
"Common.Controls.Friendship.BlockDomain" = "%@ blockieren";
|
||||
"Common.Controls.Friendship.BlockUser" = "%@ blockieren";
|
||||
|
@ -440,14 +440,16 @@ kann nicht auf Mastodon hochgeladen werden.";
|
|||
"Scene.Search.SearchBar.Cancel" = "Abbrechen";
|
||||
"Scene.Search.SearchBar.Placeholder" = "Hashtags und Benutzer suchen";
|
||||
"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.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.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
"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.ServerPicker.Button.Category.Academia" = "Wissenschaft";
|
||||
"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.TermsOfService" = "Nutzungsbedingungen";
|
||||
"Scene.ServerRules.Title" = "Einige Grundregeln.";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "Mastodon ist quelloffene Software. Du kannst auf GitHub unter %@ (%@) Probleme melden";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Einstellungsfenster schließen";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Automatisch";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Immer dunkel";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Immer hell";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Darstellung";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Kontoeinstellungen";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Datenschutzerklärung";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Allgemeine Geschäftsbedingungen";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "Der langweilige Bereich";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Hell";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Wirklich dunkel";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Ziemlich dunkel";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Erscheinungsbild";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Systemeinstellung benutzen";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Meinen Beitrag teilt";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Meinen Beitrag favorisiert";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Mir folgt";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Mich erwähnt";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Benachrichtigungen";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "jeder";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "ein von mir Gefolgter";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "ein Folgender";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "niemand";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Benachrichtige mich, wenn";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Animierte Profilbilder deaktivieren";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Animierte Emojis deaktivieren";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Links in Mastodon öffnen";
|
||||
"Scene.Settings.Section.Preference.Title" = "Präferenzen";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Standardbrowser zum Öffnen von Links verwenden";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Medien-Cache leeren";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Abmelden";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Der Gefährliche Bereich";
|
||||
"Scene.Settings.Title" = "Einstellungen";
|
||||
"Scene.SuggestionAccount.FollowAll" = "Follow all";
|
||||
"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Allen folgen";
|
||||
"Scene.SuggestionAccount.Title" = "Beliebt auf Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Beitrag";
|
||||
"Scene.Thread.Title" = "Beitrag von %@";
|
||||
"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.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.JoinDefaultServer" = "Join %@";
|
||||
"Scene.Welcome.JoinDefaultServer" = "%@ beitreten";
|
||||
"Scene.Welcome.LearnMore" = "Mehr erfahren";
|
||||
"Scene.Welcome.LogIn" = "Anmelden";
|
||||
"Scene.Welcome.PickServer" = "Einen anderen Server auswählen";
|
||||
|
|
|
@ -440,14 +440,16 @@
|
|||
"Scene.Search.SearchBar.Cancel" = "Άκυρο";
|
||||
"Scene.Search.SearchBar.Placeholder" = "Αναζήτησε ετικέτες και χρήστες";
|
||||
"Scene.Search.Searching.Clear" = "Εκκαθάριση";
|
||||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.ClearAll" = "Εκκαθάριση όλων";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "Κανένα αποτέλεσμα";
|
||||
"Scene.Search.Searching.Hashtag" = "Go to #%@";
|
||||
"Scene.Search.Searching.People" = "People matching \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
"Scene.Search.Searching.Hashtag" = "Μετάβαση στο #%@";
|
||||
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
|
||||
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
|
||||
"Scene.Search.Searching.People" = "Άτομα που ταιριάζουν με «%@»";
|
||||
"Scene.Search.Searching.Posts" = "Αναρτήσεις που ταιριάζουν με «%@»";
|
||||
"Scene.Search.Searching.Profile" = "Μετάβαση στο @%@@%@";
|
||||
"Scene.Search.Searching.RecentSearch" = "Πρόσφατες αναζητήσεις";
|
||||
"Scene.Search.Searching.Url" = "Open URL in Mastodon";
|
||||
"Scene.Search.Searching.Url" = "Άνοιγμα URL στο Mastodon";
|
||||
"Scene.Search.Title" = "Αναζήτηση";
|
||||
"Scene.ServerPicker.Button.Category.Academia" = "ακαδημαϊκά";
|
||||
"Scene.ServerPicker.Button.Category.Activism" = "ακτιβισμός";
|
||||
|
@ -487,40 +489,45 @@
|
|||
"Scene.ServerRules.Subtitle" = "Αυτά ορίζονται και επιβάλλονται από τους συντονιστές %@.";
|
||||
"Scene.ServerRules.TermsOfService" = "όροι υπηρεσίας";
|
||||
"Scene.ServerRules.Title" = "Ορισμένοι βασικοί κανόνες.";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "Το Mastodon είναι λογισμικό ανοιχτού κώδικα. Μπορείς να αναφέρεις ζητήματα στο GitHub στο %@ (%@)";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Κλείσιμο Παραθύρου Ρυθμίσεων";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Αυτόματο";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Πάντα Σκοτεινό";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Πάντα Φωτεινό";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Εμφάνιση";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Ρυθμίσεις Λογαριασμού";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Πολιτική Απορρήτου";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Όροι Χρήσης";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "Η Βαρετή Ζώνη";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Φωτεινό";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Πραγματικά Σκοτεινό";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Περίπου Σκοτεινό";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Eμφάνιση και Αίσθηση";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Χρήση Συστήματος";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Αναδημοσιεύει την ανάρτησή μου";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Ορίζει ως αγαπημένη την ανάρτησή μου";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Με ακολουθεί";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Με επισημαίνει";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Ειδοποιήσεις";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "οποιοσδήποτε";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "όποιον ακολουθώ";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "ακόλουθος";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "κανείς";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Να ειδοποιούμαι όταν";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Απενεργοποίηση κινούμενων avatars";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Απενεργοποίηση κινούμενων emojis";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Άνοιγμα συνδέσμων στο Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "Προτιμήσεις";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Χρησιμοποίησε τον προεπιλεγμένο περιηγητή για να ανοίξεις συνδέσμους";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Καθαρισμός Κρυφής Μνήμης Πολυμέσων";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Αποσύνδεση";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Η Πικάντικη Ζώνη";
|
||||
"Scene.Settings.Title" = "Ρυθμίσεις";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Ακολούθησε τους όλους";
|
||||
"Scene.SuggestionAccount.Title" = "Δημοφιλή στο Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Ανάρτηση";
|
||||
|
|
|
@ -443,13 +443,13 @@ uploaded to Mastodon.";
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "No results";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
"Scene.Search.Searching.RecentSearch" = "Recent searches";
|
||||
"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.ServerPicker.Button.Category.Academia" = "academia";
|
||||
"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.TermsOfService" = "terms of service";
|
||||
"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.ServerDetails.About" = "About";
|
||||
"Scene.Settings.ServerDetails.Rules" = "Rules";
|
||||
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator";
|
||||
"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.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"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.Notifications.Title" = "Notifications";
|
||||
"Scene.Settings.Notifications.Policy.Title" = "Get Notifications from";
|
||||
"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.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"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.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.Title" = "Popular on Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Post";
|
||||
|
@ -602,4 +563,4 @@ uploaded to Mastodon.";
|
|||
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
|
||||
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
|
||||
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
|
||||
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
|
||||
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
|
|
@ -443,6 +443,8 @@ subirse a Mastodon.";
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "Sin resultados";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"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.TermsOfService" = "términos del servicio";
|
||||
"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.Keyboard.CloseSettingsWindow" = "Cerrar Ventana de Configuración";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Automática";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Siempre Oscura";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Siempre Clara";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Apariencia";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Configuración de Cuenta";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Política de Privacidad";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Términos de Servicio";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "La Zona Aburrida";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Claro";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Realmente Oscuro";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Más o Menos Oscuro";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Apariencia";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Uso del sistema";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Rebloguee mi publicación";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Marque como favorita mi publicación";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Me siga";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Me mencione";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Notificaciones";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "cualquiera";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "cualquiera que yo siga";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "un seguidor";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "nadie";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Recibir notificación cuando";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Deshabilitar avatares animados";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Deshabilitar emojis animados";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Abrir links en Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "Preferencias";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Usar navegador predeterminado para abrir los enlaces";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Borrar Caché de Multimedia";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Cerrar Sesión";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "La Zona Picante";
|
||||
"Scene.Settings.Title" = "Configuración";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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.Title" = "Popular on Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Publicación";
|
||||
|
|
|
@ -443,6 +443,8 @@ Mastodonera igo.";
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "Emaitzarik ez";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
|
@ -487,40 +489,45 @@ Mastodonera igo.";
|
|||
"Scene.ServerRules.Subtitle" = "Arau hauek %@ instantziako administratzaileek ezarri dituzte.";
|
||||
"Scene.ServerRules.TermsOfService" = "zerbitzu-baldintzak";
|
||||
"Scene.ServerRules.Title" = "Oinarrizko arau batzuk.";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "Mastodon software librea da. Arazoen berri eman dezakezu GitHub bidez: %@ (%@)";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Itxi ezarpenen leihoa";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Automatikoa";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Beti iluna";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Beti argia";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Itxura";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Kontuaren ezarpenak";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Pribatutasun-gidalerroak";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Zerbitzu-baldintzak";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "Eremu aspergarria";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Argia";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Oso iluna";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Ilun antzekoa";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Itxura";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Erabili sistemakoa";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Nire bidalketa bultzatu du";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Nire bidalketa gogoko egitean";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Jarraitzen nau";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Aipatu nau";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Jakinarazpenak";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "edozein";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "jarraitzen dudan edonor";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "jarraitzaile bat";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "inor ez";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Noiz jakinarazi:";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Desgaitu abatar animatuak";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Desgaitu emoji animatuak";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Ireki estekak Mastodonen";
|
||||
"Scene.Settings.Section.Preference.Title" = "Hobespenak";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Erabili nabigatzaile lehenetsia estekak irekitzeko";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Garbitu multimediaren cachea";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Amaitu saioa";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Eremu beroa";
|
||||
"Scene.Settings.Title" = "Ezarpenak";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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.Title" = "Popular on Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Bidalketa";
|
||||
|
|
|
@ -76,13 +76,13 @@ Tarkista internet-yhteytesi.";
|
|||
"Common.Controls.Friendship.EditInfo" = "Muokkaa profiilia";
|
||||
"Common.Controls.Friendship.Follow" = "Seuraa";
|
||||
"Common.Controls.Friendship.Following" = "Seurataan";
|
||||
"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs";
|
||||
"Common.Controls.Friendship.HideReblogs" = "Piilota uudelleenjulkaisut";
|
||||
"Common.Controls.Friendship.Mute" = "Mykistä";
|
||||
"Common.Controls.Friendship.MuteUser" = "Mykistä %@";
|
||||
"Common.Controls.Friendship.Muted" = "Mykistetty";
|
||||
"Common.Controls.Friendship.Pending" = "Pyydetty";
|
||||
"Common.Controls.Friendship.Request" = "Pyydä";
|
||||
"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs";
|
||||
"Common.Controls.Friendship.ShowReblogs" = "Näytä uudelleenjulkaisut";
|
||||
"Common.Controls.Friendship.Unblock" = "Poista esto";
|
||||
"Common.Controls.Friendship.UnblockUser" = "Poista käyttäjän %@ esto";
|
||||
"Common.Controls.Friendship.Unmute" = "Poista mykistys";
|
||||
|
@ -95,20 +95,20 @@ Tarkista internet-yhteytesi.";
|
|||
"Common.Controls.Keyboard.SegmentedControl.PreviousSection" = "Edellinen osio";
|
||||
"Common.Controls.Keyboard.Timeline.NextStatus" = "Seuraava julkaisu";
|
||||
"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.PreviewImage" = "Esikatsele kuvaa";
|
||||
"Common.Controls.Keyboard.Timeline.PreviousStatus" = "Edellinen julkaisu";
|
||||
"Common.Controls.Keyboard.Timeline.ReplyStatus" = "Vastaa julkaisuun";
|
||||
"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Vaihda sisältövaroitus";
|
||||
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toggle Favorite on Post";
|
||||
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toggle Reblog on Post";
|
||||
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Edelleenjaa";
|
||||
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Peru edelleenjako";
|
||||
"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Kytke julkaisun suosikkivalinta";
|
||||
"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Kytke julkaisun jakaminen";
|
||||
"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Edelleenjulkaise";
|
||||
"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Peru edelleenjulkaisu";
|
||||
"Common.Controls.Status.Actions.Favorite" = "Merkitse suosikiksi";
|
||||
"Common.Controls.Status.Actions.Hide" = "Piilota";
|
||||
"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.ShareLinkInPost" = "Jaa linkki julkaisussa";
|
||||
"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.TapThenHoldToShowMenu" = "Näytä valikko pitkällä painalluksella";
|
||||
"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.EditHistoryTitle" = "Muokkaushistoria";
|
||||
"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.EditHistory.OriginalPost" = "Alkuperäinen julkaisu · %@";
|
||||
"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.UnknownLanguage" = "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.Visibility.Direct" = "Only mentioned user can see this post.";
|
||||
"Common.Controls.Status.Visibility.Private" = "Only their followers can see this post.";
|
||||
"Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post.";
|
||||
"Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline.";
|
||||
"Common.Controls.Status.Visibility.Direct" = "Vain mainittu käyttäjä voi nähdä julkaisun.";
|
||||
"Common.Controls.Status.Visibility.Private" = "Vain heidän seuraajansa voivat nähdä julkaisun.";
|
||||
"Common.Controls.Status.Visibility.PrivateFromMe" = "Vain omat seuraajat voivat nähdä julkaisun.";
|
||||
"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.Search" = "Haku";
|
||||
"Common.Controls.Tabs.Home" = "Koti";
|
||||
|
@ -189,29 +189,29 @@ Profiilisi näyttää tältä hänelle.";
|
|||
"Scene.AccountList.AddAccount" = "Lisää tili";
|
||||
"Scene.AccountList.DismissAccountSwitcher" = "Sulje tilin vaihtaja";
|
||||
"Scene.AccountList.TabBarHint" = "Nykyinen valittu profiili: %@. Kaksoisnapauta ja pidä sitten painettuna näytääksesi tilin vaihtajan";
|
||||
"Scene.Bookmark.Title" = "Bookmarks";
|
||||
"Scene.Bookmark.Title" = "Kirjanmerkit";
|
||||
"Scene.Compose.Accessibility.AppendAttachment" = "Lisää liite";
|
||||
"Scene.Compose.Accessibility.AppendPoll" = "Lisää kysely";
|
||||
"Scene.Compose.Accessibility.CustomEmojiPicker" = "Mukautettu emojivalitsin";
|
||||
"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.PostOptions" = "Post Options";
|
||||
"Scene.Compose.Accessibility.PostOptions" = "Julkaisun valinnat";
|
||||
"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.Attachment.AttachmentBroken" = "This %@ is broken and can’t be
|
||||
uploaded to Mastodon.";
|
||||
"Scene.Compose.Attachment.AttachmentTooLarge" = "Attachment too large";
|
||||
"Scene.Compose.Attachment.CanNotRecognizeThisMediaAttachment" = "Can not recognize this media attachment";
|
||||
"Scene.Compose.Attachment.AttachmentBroken" = "Tämä %@ on viallinen, eikä sitä voida
|
||||
kopioida Mastodoniin.";
|
||||
"Scene.Compose.Attachment.AttachmentTooLarge" = "Liite on liian suuri";
|
||||
"Scene.Compose.Attachment.CanNotRecognizeThisMediaAttachment" = "Medialiitettä ei tunnisteta";
|
||||
"Scene.Compose.Attachment.CompressingState" = "Pakataan...";
|
||||
"Scene.Compose.Attachment.DescriptionPhoto" = "Kuvaile kuva 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.ServerProcessingState" = "Server Processing...";
|
||||
"Scene.Compose.Attachment.UploadFailed" = "Upload Failed";
|
||||
"Scene.Compose.Attachment.ServerProcessingState" = "Palvelin käsittelee...";
|
||||
"Scene.Compose.Attachment.UploadFailed" = "Lähetys epäonnistui";
|
||||
"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.ContentInputPlaceholder" = "Kirjoita tai liitä, siitä mitä ajattelet";
|
||||
"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.SevenDays" = "7 päivää";
|
||||
"Scene.Compose.Poll.SixHours" = "6 tuntia";
|
||||
"Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option";
|
||||
"Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid";
|
||||
"Scene.Compose.Poll.ThePollHasEmptyOption" = "Kyselyssä on tyhjä vaihtoehto";
|
||||
"Scene.Compose.Poll.ThePollIsInvalid" = "Kysely on virheellinen";
|
||||
"Scene.Compose.Poll.ThirtyMinutes" = "30 minuuttia";
|
||||
"Scene.Compose.Poll.ThreeDays" = "3 päivää";
|
||||
"Scene.Compose.Poll.Title" = "Kysely";
|
||||
|
@ -264,48 +264,48 @@ uploaded to Mastodon.";
|
|||
"Scene.ConfirmEmail.OpenEmailApp.Title" = "Tarkasta postilaatikkosi.";
|
||||
"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Napauta lähettämäämme linkkiä vahvistaaksesi tunnuksen %@. Odotamme täällä.";
|
||||
"Scene.ConfirmEmail.Title" = "Tarkasta postilaatikkosi";
|
||||
"Scene.Discovery.Intro" = "These are the posts gaining traction in your corner of Mastodon.";
|
||||
"Scene.Discovery.Tabs.Community" = "Community";
|
||||
"Scene.Discovery.Tabs.ForYou" = "For You";
|
||||
"Scene.Discovery.Tabs.Hashtags" = "Hashtags";
|
||||
"Scene.Discovery.Tabs.News" = "News";
|
||||
"Scene.Discovery.Tabs.Posts" = "Posts";
|
||||
"Scene.Familiarfollowers.FollowedByNames" = "Followed by %@";
|
||||
"Scene.Discovery.Intro" = "Nämä julkaisut saavat huomiota Mastodonin nurkassasi.";
|
||||
"Scene.Discovery.Tabs.Community" = "Yhteisö";
|
||||
"Scene.Discovery.Tabs.ForYou" = "Sinulle";
|
||||
"Scene.Discovery.Tabs.Hashtags" = "Aihetunnisteet";
|
||||
"Scene.Discovery.Tabs.News" = "Uutiset";
|
||||
"Scene.Discovery.Tabs.Posts" = "Julkaisut";
|
||||
"Scene.Familiarfollowers.FollowedByNames" = "%@ seuraa";
|
||||
"Scene.Familiarfollowers.Title" = "Followers you familiar";
|
||||
"Scene.Favorite.Title" = "Suosikit";
|
||||
"Scene.FavoritedBy.Title" = "Favorited By";
|
||||
"Scene.FollowedTags.Actions.Follow" = "Follow";
|
||||
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow";
|
||||
"Scene.FollowedTags.Header.Participants" = "participants";
|
||||
"Scene.FollowedTags.Header.Posts" = "posts";
|
||||
"Scene.FollowedTags.Header.PostsToday" = "posts today";
|
||||
"Scene.FollowedTags.Title" = "Followed Tags";
|
||||
"Scene.FavoritedBy.Title" = "Lisännyt suosikkeihinsä";
|
||||
"Scene.FollowedTags.Actions.Follow" = "Seuraa";
|
||||
"Scene.FollowedTags.Actions.Unfollow" = "Lopeta seuraaminen";
|
||||
"Scene.FollowedTags.Header.Participants" = "osallistujaa";
|
||||
"Scene.FollowedTags.Header.Posts" = "julkaisua";
|
||||
"Scene.FollowedTags.Header.PostsToday" = "julkaisua tänään";
|
||||
"Scene.FollowedTags.Title" = "Seuratut tunnisteet";
|
||||
"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.Title" = "following";
|
||||
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location";
|
||||
"Scene.Following.Title" = "seurataan";
|
||||
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Siirry ylös napautuksella ja edelliseen napauttamalla uudestaan";
|
||||
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon";
|
||||
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "Uusia julkaisuja";
|
||||
"Scene.HomeTimeline.NavigationBarState.Offline" = "Yhteydetön";
|
||||
"Scene.HomeTimeline.NavigationBarState.Published" = "Julkaistu!";
|
||||
"Scene.HomeTimeline.NavigationBarState.Publishing" = "Julkaistaan julkaisua...";
|
||||
"Scene.HomeTimeline.Title" = "Koti";
|
||||
"Scene.Login.ServerSearchField.Placeholder" = "Enter URL or search for your server";
|
||||
"Scene.Login.Subtitle" = "Log you in on the server you created your account on.";
|
||||
"Scene.Login.ServerSearchField.Placeholder" = "Syötä URL-osoite tai etsi palvelintasi";
|
||||
"Scene.Login.Subtitle" = "Kirjaudu palvelimelle, jolla loit tilisi.";
|
||||
"Scene.Login.Title" = "Tervetuloa takaisin";
|
||||
"Scene.Notification.FollowRequest.Accept" = "Accept";
|
||||
"Scene.Notification.FollowRequest.Accepted" = "Accepted";
|
||||
"Scene.Notification.FollowRequest.Reject" = "reject";
|
||||
"Scene.Notification.FollowRequest.Rejected" = "Rejected";
|
||||
"Scene.Notification.FollowRequest.Accept" = "Hyväksy";
|
||||
"Scene.Notification.FollowRequest.Accepted" = "Hyväksytty";
|
||||
"Scene.Notification.FollowRequest.Reject" = "Hylkää";
|
||||
"Scene.Notification.FollowRequest.Rejected" = "Hylätty";
|
||||
"Scene.Notification.Keyobard.ShowEverything" = "Näytä kaikki";
|
||||
"Scene.Notification.Keyobard.ShowMentions" = "Näytä maininnat";
|
||||
"Scene.Notification.NotificationDescription.FavoritedYourPost" = "favorited your post";
|
||||
"Scene.Notification.NotificationDescription.FollowedYou" = "followed you";
|
||||
"Scene.Notification.NotificationDescription.MentionedYou" = "mentioned you";
|
||||
"Scene.Notification.NotificationDescription.PollHasEnded" = "poll has ended";
|
||||
"Scene.Notification.NotificationDescription.RebloggedYourPost" = "reblogged your post";
|
||||
"Scene.Notification.NotificationDescription.RequestToFollowYou" = "request to follow you";
|
||||
"Scene.Notification.NotificationDescription.FavoritedYourPost" = "lisäsi julkaisusi suosikkeihinsa";
|
||||
"Scene.Notification.NotificationDescription.FollowedYou" = "seurasi sinua";
|
||||
"Scene.Notification.NotificationDescription.MentionedYou" = "mainitsi sinut";
|
||||
"Scene.Notification.NotificationDescription.PollHasEnded" = "kysely on päättynyt";
|
||||
"Scene.Notification.NotificationDescription.RebloggedYourPost" = "edelleenjulkaisi julkaisusi";
|
||||
"Scene.Notification.NotificationDescription.RequestToFollowYou" = "haluaa seurata sinua";
|
||||
"Scene.Notification.Title.Everything" = "Kaikki";
|
||||
"Scene.Notification.Title.Mentions" = "Maininnat";
|
||||
"Scene.Preview.Keyboard.ClosePreview" = "Sulje esikatselu";
|
||||
|
@ -317,9 +317,9 @@ uploaded to Mastodon.";
|
|||
"Scene.Privacy.Policy.Server" = "Tietosuojakäytäntö - %@";
|
||||
"Scene.Privacy.Title" = "Yksityisyys";
|
||||
"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Avaa lista napauttamalla kahdesti";
|
||||
"Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image";
|
||||
"Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image";
|
||||
"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image";
|
||||
"Scene.Profile.Accessibility.EditAvatarImage" = "Muokkaa profiilikuvaa";
|
||||
"Scene.Profile.Accessibility.ShowAvatarImage" = "Näytä profiilikuvat";
|
||||
"Scene.Profile.Accessibility.ShowBannerImage" = "Näytä bannerin kuva";
|
||||
"Scene.Profile.Dashboard.FamiliarFollowers" = "yhteiset";
|
||||
"Scene.Profile.Dashboard.MyFollowers" = "seuraajat";
|
||||
"Scene.Profile.Dashboard.MyFollowing" = "seurattavat";
|
||||
|
@ -328,30 +328,30 @@ uploaded to Mastodon.";
|
|||
"Scene.Profile.Dashboard.OtherFollowing" = "seurattavat";
|
||||
"Scene.Profile.Dashboard.OtherPosts" = "julkaisut";
|
||||
"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.Label" = "Nimi";
|
||||
"Scene.Profile.Fields.Verified.Long" = "Ownership of this link was checked on %@";
|
||||
"Scene.Profile.Fields.Verified.Short" = "Verified on %@";
|
||||
"Scene.Profile.Header.FollowsYou" = "Follows You";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Confirm to block %@";
|
||||
"Scene.Profile.Fields.Verified.Long" = "Linkin omistajuus on tarkastettu %@";
|
||||
"Scene.Profile.Fields.Verified.Short" = "Vahvistettu %@";
|
||||
"Scene.Profile.Header.FollowsYou" = "Seuraa sinua";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Vahvista käyttäjän %@ esto";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Estä tili";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Vahvista edelleenjulkaisujen piilotus";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Piilota edelleenjulkaisut";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Vahvista käyttäjän %@ mykistys";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Mykistä tili";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Confirm to unblock %@";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Unblock Account";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Vahvista edelleenjulkaisujen näyttö";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Näytä uudelleenjulkaisut";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Vahvista tilin %@ eston poisto";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Poista tilin esto";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Vahvista, että haluat poistaa mykistyksen tililtä %@";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Title" = "Poista tilin mykistys";
|
||||
"Scene.Profile.SegmentedControl.About" = "Tietoja";
|
||||
"Scene.Profile.SegmentedControl.Media" = "Media";
|
||||
"Scene.Profile.SegmentedControl.Media" = "Mediat";
|
||||
"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.RebloggedBy.Title" = "Reblogged By";
|
||||
"Scene.RebloggedBy.Title" = "Edelleenjulkaissut";
|
||||
"Scene.Register.Error.Item.Agreement" = "Hyväksy";
|
||||
"Scene.Register.Error.Item.Email" = "Sähköposti";
|
||||
"Scene.Register.Error.Item.Locale" = "Alue";
|
||||
|
@ -382,54 +382,54 @@ uploaded to Mastodon.";
|
|||
"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Vahvista salasana";
|
||||
"Scene.Register.Input.Password.Hint" = "Salasanassasi on oltava vähintään kahdeksan merkkiä";
|
||||
"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.Placeholder" = "käyttäjänimi";
|
||||
"Scene.Register.Input.Username.Suggestion" = "häkellyttävä_%@";
|
||||
"Scene.Register.Title" = "Luo tili";
|
||||
"Scene.Report.Content1" = "Onko julkaisuja, joita haluaisit lisätä ilmiantoon?";
|
||||
"Scene.Report.Content2" = "Onko valvojien syytä tietää tästä ilmiannosta?";
|
||||
"Scene.Report.ReportSentTitle" = "Thanks for reporting, we’ll look into this.";
|
||||
"Scene.Report.Reported" = "REPORTED";
|
||||
"Scene.Report.ReportSentTitle" = "Kiitos ilmoituksesta, tutkimme asiaa.";
|
||||
"Scene.Report.Reported" = "ILMOITETTU";
|
||||
"Scene.Report.Send" = "Lähetä ilmianto";
|
||||
"Scene.Report.SkipToSend" = "Lähetä ilman kommentteja";
|
||||
"Scene.Report.Step1" = "Vaihe 1/2";
|
||||
"Scene.Report.Step2" = "Vaihe 2/2";
|
||||
"Scene.Report.StepFinal.BlockUser" = "Block %@";
|
||||
"Scene.Report.StepFinal.DontWantToSeeThis" = "Don’t want to see this?";
|
||||
"Scene.Report.StepFinal.MuteUser" = "Mute %@";
|
||||
"Scene.Report.StepFinal.TheyWillNoLongerBeAbleToFollowOrSeeYourPostsButTheyCanSeeIfTheyveBeenBlocked" = "They will no longer be able to follow or see your posts, but they can see if they’ve been blocked.";
|
||||
"Scene.Report.StepFinal.Unfollow" = "Unfollow";
|
||||
"Scene.Report.StepFinal.UnfollowUser" = "Unfollow %@";
|
||||
"Scene.Report.StepFinal.Unfollowed" = "Unfollowed";
|
||||
"Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience." = "When you see something you don’t like on Mastodon, you can remove the person from your experience.";
|
||||
"Scene.Report.StepFinal.WhileWeReviewThisYouCanTakeActionAgainstUser" = "While we review this, you can take action against %@";
|
||||
"Scene.Report.StepFinal.YouWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted" = "You won’t see their posts or reblogs in your home feed. They won’t know they’ve been muted.";
|
||||
"Scene.Report.StepFour.IsThereAnythingElseWeShouldKnow" = "Is there anything else we should know?";
|
||||
"Scene.Report.StepFour.Step4Of4" = "Step 4 of 4";
|
||||
"Scene.Report.StepOne.IDontLikeIt" = "I don’t like it";
|
||||
"Scene.Report.StepOne.ItIsNotSomethingYouWantToSee" = "It is not something you want to see";
|
||||
"Scene.Report.StepOne.ItViolatesServerRules" = "It violates server rules";
|
||||
"Scene.Report.StepOne.ItsSomethingElse" = "It’s something else";
|
||||
"Scene.Report.StepOne.ItsSpam" = "It’s spam";
|
||||
"Scene.Report.StepOne.MaliciousLinksFakeEngagementOrRepetetiveReplies" = "Malicious links, fake engagement, or repetetive replies";
|
||||
"Scene.Report.StepOne.SelectTheBestMatch" = "Select the best match";
|
||||
"Scene.Report.StepOne.Step1Of4" = "Step 1 of 4";
|
||||
"Scene.Report.StepOne.TheIssueDoesNotFitIntoOtherCategories" = "The issue does not fit into other categories";
|
||||
"Scene.Report.StepOne.WhatsWrongWithThisAccount" = "What's wrong with this account?";
|
||||
"Scene.Report.StepOne.WhatsWrongWithThisPost" = "What's wrong with this post?";
|
||||
"Scene.Report.StepOne.WhatsWrongWithThisUsername" = "What's wrong with %@?";
|
||||
"Scene.Report.StepOne.YouAreAwareThatItBreaksSpecificRules" = "You are aware that it breaks specific rules";
|
||||
"Scene.Report.StepThree.AreThereAnyPostsThatBackUpThisReport" = "Are there any posts that back up this report?";
|
||||
"Scene.Report.StepThree.SelectAllThatApply" = "Select all that apply";
|
||||
"Scene.Report.StepThree.Step3Of4" = "Step 3 of 4";
|
||||
"Scene.Report.StepTwo.IJustDon’tLikeIt" = "I just don’t like it";
|
||||
"Scene.Report.StepTwo.SelectAllThatApply" = "Select all that apply";
|
||||
"Scene.Report.StepTwo.Step2Of4" = "Step 2 of 4";
|
||||
"Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "Which rules are being violated?";
|
||||
"Scene.Report.StepFinal.BlockUser" = "Estä %@";
|
||||
"Scene.Report.StepFinal.DontWantToSeeThis" = "Etkö halua nähdä tätä?";
|
||||
"Scene.Report.StepFinal.MuteUser" = "Mykistä %@";
|
||||
"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" = "Lopeta seuraaminen";
|
||||
"Scene.Report.StepFinal.UnfollowUser" = "Lopeta käyttäjän %@ seuraaminen";
|
||||
"Scene.Report.StepFinal.Unfollowed" = "Seuraaminen lopetettiin";
|
||||
"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" = "Sillä välin kun tarkistamme tätä, voit ryhtyä toimenpiteisiin käyttäjää %@ vastaan";
|
||||
"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" = "Pitäisikö meidän tietää jotain muuta?";
|
||||
"Scene.Report.StepFour.Step4Of4" = "Vaihe 4/4";
|
||||
"Scene.Report.StepOne.IDontLikeIt" = "En pidä siitä";
|
||||
"Scene.Report.StepOne.ItIsNotSomethingYouWantToSee" = "Tätä ei halua nähdä";
|
||||
"Scene.Report.StepOne.ItViolatesServerRules" = "Se rikkoo palvelimen sääntöjä";
|
||||
"Scene.Report.StepOne.ItsSomethingElse" = "Jotain muuta";
|
||||
"Scene.Report.StepOne.ItsSpam" = "Se on roskapostia";
|
||||
"Scene.Report.StepOne.MaliciousLinksFakeEngagementOrRepetetiveReplies" = "Haitallisia linkkejä, valheellinen osanotto tai toistuvia vastauksia";
|
||||
"Scene.Report.StepOne.SelectTheBestMatch" = "Valitse sopivin";
|
||||
"Scene.Report.StepOne.Step1Of4" = "Vaihe 1/4";
|
||||
"Scene.Report.StepOne.TheIssueDoesNotFitIntoOtherCategories" = "Ongelma ei sovi muihin kategorioihin";
|
||||
"Scene.Report.StepOne.WhatsWrongWithThisAccount" = "Mitä vikaa tässä tilissä on?";
|
||||
"Scene.Report.StepOne.WhatsWrongWithThisPost" = "Mitä vikaa tässä julkaisussa on?";
|
||||
"Scene.Report.StepOne.WhatsWrongWithThisUsername" = "Mitä vikaa käyttäjässä %@ on?";
|
||||
"Scene.Report.StepOne.YouAreAwareThatItBreaksSpecificRules" = "Tiedät sen rikkovan tiettyjä sääntöjä";
|
||||
"Scene.Report.StepThree.AreThereAnyPostsThatBackUpThisReport" = "Onko raporttia tukevia julkaisuja?";
|
||||
"Scene.Report.StepThree.SelectAllThatApply" = "Valitse kaikki sopivat";
|
||||
"Scene.Report.StepThree.Step3Of4" = "Vaihe 3/4";
|
||||
"Scene.Report.StepTwo.IJustDon’tLikeIt" = "En vain pidä siitä";
|
||||
"Scene.Report.StepTwo.SelectAllThatApply" = "Valitse kaikki sopivat";
|
||||
"Scene.Report.StepTwo.Step2Of4" = "Vaihe 2/4";
|
||||
"Scene.Report.StepTwo.WhichRulesAreBeingViolated" = "Mitä sääntöjä rikotaan?";
|
||||
"Scene.Report.TextPlaceholder" = "Kirjoita tai liitä lisäkommentteja";
|
||||
"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.Follow" = "Seuraa";
|
||||
"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.EmptyState.NoResults" = "Ei hakutuloksia";
|
||||
"Scene.Search.Searching.Hashtag" = "Siirry #%@";
|
||||
"Scene.Search.Searching.People" = "People matching \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
|
||||
"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.RecentSearch" = "Viimeaikaiset";
|
||||
"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.FindingServers" = "Etsistään saatavilla olevia palvelimia...";
|
||||
"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.Language" = "KIELI";
|
||||
"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.TermsOfService" = "käyttöehdot";
|
||||
"Scene.ServerRules.Title" = "Joitakin perussääntöjä.";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "Mastodon on avoimen lähdekoodin ohjelmisto. Voit raportoida ongelmasta GitHubissa osoitteessa %@ (%@)";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Sulje asetukset";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Seuraa järjestelmää";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Tumma";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Vaalea";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Ulkoasu";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Tiliasetukset";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Tietosuojakäytäntö";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Palveluehdot";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "Tylsä alue";
|
||||
"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" = "Omien julkaisujen edelleen jaot";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Favorites my post";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Seuraa minua";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Mainitsee minut";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Ilmoitukset";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "kuka tahansa";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "kuka tahansa, jota seuraan";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "seuraaja";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ei kukaan";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Ilmoita minulle, kun";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Poista käytöstä animoidut avatarit";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Poista käytöstä animoidut emojit";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Open links in Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "Lisäasetukset";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Käytä oletusselainta linkkien avaamiseen";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Tyhjennä median välimuisti";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Kirjaudu ulos";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Varovainen alue";
|
||||
"Scene.Settings.Title" = "Asetukset";
|
||||
"Scene.SuggestionAccount.FollowAll" = "Follow all";
|
||||
"Scene.SuggestionAccount.Title" = "Popular on Mastodon";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Seuraa kaikkia";
|
||||
"Scene.SuggestionAccount.Title" = "Suosittua Mastodonissa";
|
||||
"Scene.Thread.BackTitle" = "Julkaisu";
|
||||
"Scene.Thread.Title" = "Julkaisu tililtä %@";
|
||||
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "Mikä Mastodon on?";
|
||||
|
@ -533,7 +540,7 @@ uploaded to Mastodon.";
|
|||
"Scene.Welcome.JoinDefaultServer" = "Liity palvelimelle %@";
|
||||
"Scene.Welcome.LearnMore" = "Lue lisää";
|
||||
"Scene.Welcome.LogIn" = "Kirjaudu sisään";
|
||||
"Scene.Welcome.PickServer" = "Pick another server";
|
||||
"Scene.Welcome.PickServer" = "Valitse eri palvelin";
|
||||
"Scene.Welcome.Separator.Or" = "tai";
|
||||
"Widget.Common.UnsupportedWidgetFamily" = "Valitettavasti tätä widgettiperhettä ei tueta.";
|
||||
"Widget.Common.UserNotLoggedIn" = "Avaa Mastodon kirjautuaksesi tilille.";
|
||||
|
|
|
@ -88,9 +88,9 @@
|
|||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>Followed by %1$@, and another mutual</string>
|
||||
<string>%1$@ seuraajaa, joista yhteistä</string>
|
||||
<key>other</key>
|
||||
<string>Followed by %1$@, and %ld mutuals</string>
|
||||
<string>%1$@ seuraajaa, joista %ld yhteistä</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.metric_formatted.post</key>
|
||||
|
@ -120,9 +120,9 @@
|
|||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 media</string>
|
||||
<string>Yksi media</string>
|
||||
<key>other</key>
|
||||
<string>%ld media</string>
|
||||
<string>%ld mediaa</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.post</key>
|
||||
|
@ -168,9 +168,9 @@
|
|||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 edelleen jako</string>
|
||||
<string>Yksi edelleenjulkaisu</string>
|
||||
<key>other</key>
|
||||
<string>%ld edelleen jakoa</string>
|
||||
<string>%ld edelleenjulkaisua</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.reblog_a11y</key>
|
||||
|
@ -184,9 +184,9 @@
|
|||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 edelleenjako</string>
|
||||
<string>Yksi edelleenjulkaisu</string>
|
||||
<key>other</key>
|
||||
<string>%ld edelleenjakoa</string>
|
||||
<string>%ld edelleenjulkaisua</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.reply</key>
|
||||
|
@ -200,9 +200,9 @@
|
|||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>1 reply</string>
|
||||
<string>Yksi vastaus</string>
|
||||
<key>other</key>
|
||||
<string>%ld replies</string>
|
||||
<string>%ld vastausta</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.vote</key>
|
||||
|
|
|
@ -442,12 +442,14 @@ téléversé sur Mastodon.";
|
|||
"Scene.Search.Searching.Clear" = "Effacer";
|
||||
"Scene.Search.Searching.ClearAll" = "Effacer tout";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "Aucun résultat";
|
||||
"Scene.Search.Searching.Hashtag" = "Go to #%@";
|
||||
"Scene.Search.Searching.People" = "People matching \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Hashtag" = "Aller à #%@";
|
||||
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
|
||||
"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.RecentSearch" = "Recherches récentes";
|
||||
"Scene.Search.Searching.Url" = "Open URL in Mastodon";
|
||||
"Scene.Search.Searching.Url" = "Ouvrir l’URL dans Mastodon";
|
||||
"Scene.Search.Title" = "Rechercher";
|
||||
"Scene.ServerPicker.Button.Category.Academia" = "domaine universitaire";
|
||||
"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.TermsOfService" = "entente de service";
|
||||
"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.Keyboard.CloseSettingsWindow" = "Fermer la fenêtre des paramètres";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Automatique";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Toujours sombre";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Toujours claire";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Apparence";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Paramètres du compte";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Politique de confidentialité";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Entente de service";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "La zone ennuyante";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Clair";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Très sombre";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Légèrement sombre";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Apparence";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Utiliser le thème du système";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Reblogue mon message";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Ajoute l’une de mes publications à ses favoris";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Me suit";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Me mentionne";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Notifications";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "n’importe qui";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "toute personne que je suis";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "un·e abonné·e";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "personne";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Me notifier lorsque";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Désactiver les avatars animés";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Désactiver les émojis animées";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Ouvrir les liens dans Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "Préférences";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Utiliser le navigateur par défaut pour ouvrir les liens";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Vider le cache des médias";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Se déconnecter";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "La Zone Épicée";
|
||||
"Scene.Settings.Title" = "Paramètres";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Tout suivre";
|
||||
"Scene.SuggestionAccount.Title" = "Populaire sur Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Publication";
|
||||
|
|
|
@ -443,6 +443,8 @@ a luchdadh suas gu Mastodon.";
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "Gun toradh";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"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.TermsOfService" = "teirmichean na seirbheise";
|
||||
"Scene.ServerRules.Title" = "Riaghailtean bunasach.";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "’S e bathar-bog le bun-tùs fosgailte a th’ ann am Mastodon. ’S urrainn dhut aithris a dhèanamh air duilgheadasan air GitHub fo %@ (%@)";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Dùin uinneag nan roghainnean";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Fèin-obrachail";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Dorcha an-còmhnaidh";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Soilleir an-còmhnaidh";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Coltas";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Roghainnean a’ chunntais";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Am poileasaidh prìobhaideachd";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Teirmichean na seirbheise";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "An earrann ràsanach";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Soilleir";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Glè dhorcha";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Caran dorcha";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Coltas";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Cleachd coltas an t-siostaim";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Nuair a bhrosnaicheas iad post uam";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Nuair as annsa leotha am post agam";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Nuair a leanas iad mi";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Nuair a bheir iad iomradh orm";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Brathan";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "Airson duine sam bith, cuir brath thugam";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "Airson daoine a leanas mi, cuir brath thugam";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "Airson luchd-leantainn, cuir brath thugam";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "Na cuir brath thugam idir";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = " ";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Cuir beothachadh nan avataran à comas";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Cuir beothachadh nan Emojis à comas";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Fosgail ceanglaichean ann am Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "Roghainnean";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Cleachd am brabhsair bunaiteach airson ceanglaichean fhosgladh";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Falamhaich tasgadan nam meadhanan";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Clàraich a-mach";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Gnìomhan";
|
||||
"Scene.Settings.Title" = "Roghainnean";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Lean na h-uile";
|
||||
"Scene.SuggestionAccount.Title" = "Fèillmhor air Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Post";
|
||||
|
|
|
@ -440,14 +440,16 @@ ser subido a Mastodon.";
|
|||
"Scene.Search.SearchBar.Cancel" = "Cancelar";
|
||||
"Scene.Search.SearchBar.Placeholder" = "Buscar cancelos e usuarias";
|
||||
"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.Hashtag" = "Go to #%@";
|
||||
"Scene.Search.Searching.People" = "People matching \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
"Scene.Search.Searching.Hashtag" = "Ir a #%@";
|
||||
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
|
||||
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
|
||||
"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.Url" = "Open URL in Mastodon";
|
||||
"Scene.Search.Searching.Url" = "Abrir URL en Mastodon";
|
||||
"Scene.Search.Title" = "Procurar";
|
||||
"Scene.ServerPicker.Button.Category.Academia" = "academia";
|
||||
"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.TermsOfService" = "termos do servizo";
|
||||
"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.Keyboard.CloseSettingsWindow" = "Pechar ventá de axustes";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Automático";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Sempre escuro";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Sempre claro";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Aparencia";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Axustes da conta";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Política de Privacidade";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Termos do Servizo";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "A zona aburrida";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Claro";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Realmente escuro";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Algo escuro";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Aparencia";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Seguir o sistema";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Promove a miña publicación";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Favorece a miña publicación";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Me segue";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Me menciona";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Notificacións";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "calquera";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "alguén a quen sigo";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "unha seguidora";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ninguén";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Avisarme cando";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Desactivar avatares animados";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Desactivar emojis animados";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Abrir ligazóns en Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "Preferencias";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Usar navegador por defecto para as ligazóns";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Limpar caché multimedia";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Pechar sesión";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "A zona picante";
|
||||
"Scene.Settings.Title" = "Axustes";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Seguir a todas";
|
||||
"Scene.SuggestionAccount.Title" = "Popular en Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Publicación";
|
||||
|
|
|
@ -443,8 +443,10 @@ caricato su Mastodon.";
|
|||
"Scene.Search.Searching.ClearAll" = "Cancella tutto";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "Nessun risultato";
|
||||
"Scene.Search.Searching.Hashtag" = "Vai a #%@";
|
||||
"Scene.Search.Searching.People" = "People matching \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
|
||||
"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.RecentSearch" = "Ricerche recenti";
|
||||
"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.TermsOfService" = "condizioni del servizio";
|
||||
"Scene.ServerRules.Title" = "Alcune regole di base.";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "Mastodon è un software open source. Puoi segnalare problemi su GitHub a %@ (%@)";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Chiudi la finestra Impostazioni";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Automatico";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Sempre scuro";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Sempre chiaro";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Aspetto";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Impostazioni account";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Politica sulla Privacy";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Termini di servizio";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "La zona boring";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Chiaro";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Davvero scuro";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Un po' scuro";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Look and Feel";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Predefinito di sistema";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Condivide i miei post";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Apprezza i miei post";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Mi segue";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Mi menziona";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Notifiche";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "chiunque";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "chiunque io segua";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "un seguace";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "nessuno";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Avvisami quando";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Disabilita avatar animati";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Disabilita emoji animate";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Apri i link in Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "Preferenze";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Usa browser predefinito per aprire i collegamenti";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Cancella la cache multimediale";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Esci";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "La zona piccante";
|
||||
"Scene.Settings.Title" = "Impostazioni";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Segui tutti";
|
||||
"Scene.SuggestionAccount.Title" = "Popolare su Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Post";
|
||||
|
|
|
@ -435,14 +435,16 @@
|
|||
"Scene.Search.SearchBar.Cancel" = "キャンセル";
|
||||
"Scene.Search.SearchBar.Placeholder" = "ハッシュタグとユーザーを検索";
|
||||
"Scene.Search.Searching.Clear" = "クリア";
|
||||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.ClearAll" = "すべて消去";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "なし";
|
||||
"Scene.Search.Searching.Hashtag" = "Go to #%@";
|
||||
"Scene.Search.Searching.People" = "People matching \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
"Scene.Search.Searching.Hashtag" = "#%@ へ移動";
|
||||
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
|
||||
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
|
||||
"Scene.Search.Searching.People" = "「%@」に一致するアカウント";
|
||||
"Scene.Search.Searching.Posts" = "「%@」に一致する投稿";
|
||||
"Scene.Search.Searching.Profile" = "@%@@%@ へ移動";
|
||||
"Scene.Search.Searching.RecentSearch" = "最近の検索";
|
||||
"Scene.Search.Searching.Url" = "Open URL in Mastodon";
|
||||
"Scene.Search.Searching.Url" = "URL を Mastodon で開く";
|
||||
"Scene.Search.Title" = "検索";
|
||||
"Scene.ServerPicker.Button.Category.Academia" = "アカデミア";
|
||||
"Scene.ServerPicker.Button.Category.Activism" = "アクティビズム";
|
||||
|
@ -482,40 +484,45 @@
|
|||
"Scene.ServerRules.Subtitle" = "これらのルールは、%@の管理者によって設定されています。";
|
||||
"Scene.ServerRules.TermsOfService" = "利用規約";
|
||||
"Scene.ServerRules.Title" = "いくつかのルールがあります。";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "Mastodonはオープンソースです。バグの報告はGithubの%@ (%@)で行うことができます。";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "設定を閉じる";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "システムに準拠";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "ダーク";
|
||||
"Scene.Settings.Section.Appearance.Light" = "ライト";
|
||||
"Scene.Settings.Section.Appearance.Title" = "外観";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "アカウント設定";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "プライバシーポリシー";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "利用規約";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "アプリについて";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "ライト";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "ブラック";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "ダーク";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "テーマ";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "端末の設定を使う";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "ブースト";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "お気に入り登録";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "フォロー";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "メンション";
|
||||
"Scene.Settings.Section.Notifications.Title" = "通知";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "誰でも";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "フォローしている人";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "フォロワー";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "なし";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "通知を受け取る";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "アバターのアニメーションを無効化する";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "絵文字のアニメーションを無効化する";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Mastodonでリンクを開く";
|
||||
"Scene.Settings.Section.Preference.Title" = "環境設定";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "既定のブラウザでリンクを開く";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "メディアキャッシュをクリア";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "サインアウト";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "取り扱い注意項目";
|
||||
"Scene.Settings.Title" = "設定";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "すべてフォロー";
|
||||
"Scene.SuggestionAccount.Title" = "人気のアカウント";
|
||||
"Scene.Thread.BackTitle" = "投稿";
|
||||
|
|
|
@ -443,6 +443,8 @@ Ad d-yettwasali ɣef Mastodon.";
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "Ulac igemmaḍ";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"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.TermsOfService" = "tiwetlin n useqdec";
|
||||
"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.Keyboard.CloseSettingsWindow" = "Mdel asfaylu n iɣewwaṛen";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Awurman";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Yezga d aberkan";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Yezga d aceεlal";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Apparence";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Iɣewwaṛen n umiḍan";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Tasertit tabaḍnit";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Tiwtilin n useqdec";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "Tamnaḍt yessefcalen";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Aceɛlal";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "D aberkan s tidet";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "D aberkan cwiya";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Wali, tḥalfuḍ";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Seqdec anagraw";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Yules asuffeɣ n tduffeɣt-iw";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Yerna tasuffeɣt-iw ɣer yismenyafen-ines";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Yeṭṭafar-iyi";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Ibder-iyi-d";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Tilɣa";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "yal yiwen";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "yal win ara ḍefreɣ";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "ameḍfar";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ula yiwen";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Selɣu-yi-d mi ara";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Sens ivaṭaren yettembiwilen";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Sens imujiten yettembiwilen";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Ldi iseɣwan deg Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "Imenyafen";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Seqdec iminig amezwer i twaledyawt n yiseɣwan";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Sfeḍ takatut tuffirt n umidyat";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Senser";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Tamnaḍt tamihawt";
|
||||
"Scene.Settings.Title" = "Iɣewwaṛen";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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.Title" = "Popular on Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Amagrad";
|
||||
|
|
|
@ -443,6 +443,8 @@ Profîla te ji wan ra wiha xuya dike.";
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "Encam tune";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"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.TermsOfService" = "mercên bikaranî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.Keyboard.CloseSettingsWindow" = "Sazkariyên çarçoveyê bigire";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Xweber";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Her dem tarî";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Her dem ron";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Xuyang";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Sazkariyên ajimêr";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Polîtikaya nihêniyê";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Mercên bikaranînê";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "Devera acizker";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Ron";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Pir tarî";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Hinekî tarî";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Xuyang";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Pergalê bi kar bîne";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Şandiya min bilind dike";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Şandiya min hez dike";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Min şopand";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Qale min dike";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Agahdarî";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "her kes";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "her kesê ku ez dişopînim";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "şopînerek";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ne yek";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Min agahdar bike dema";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Avatarên anîmasyonî neçalak bike";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Emojiyên anîmasyonî neçalak bike";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Girêdanan di Mastodon de veke";
|
||||
"Scene.Settings.Section.Preference.Title" = "Sazkarî";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Ji bo vekirina girêdanan geroka berdest bi kar bîne";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Pêşbîra medyayê pak bike";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Derkeve";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Devera germ";
|
||||
"Scene.Settings.Title" = "Sazkarî";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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.Title" = "Popular on Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Şandî";
|
||||
|
|
|
@ -437,6 +437,8 @@ Jouw profiel ziet er zo uit voor hen.";
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "Geen resultaten";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"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.TermsOfService" = "gebruiksvoorwaarden";
|
||||
"Scene.ServerRules.Title" = "Enkele basisregels.";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "Mastodon is vrije, opensourcesoftware. Je kunt problemen melden op GitHub via %@ (%@)";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Instellingen sluiten";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Automatisch";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Altijd Donker";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Altijd licht";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Uiterlijk";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Accountinstellingen";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Privacybeleid";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Gebruiksvoorwaarden";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "De saaie zone";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Licht";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Echt donker";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Donker";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Uiterlijk";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Systeem gebruiken";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Mijn bericht boost";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Mijn bericht als favoriet markeert";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Mij volgt";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Mij vermeldt";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Meldingen";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "iemand";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "iemand die ik volg";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "een volger";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "niemand";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Melding tonen wanneer";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Geanimeerde avatars uitschakelen";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Geanimeerde emojis uitschakelen";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Open links in Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "Instellingen";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Gebruik de standaardbrowser om links te openen";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Mediacache wissen";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Uitloggen";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "De gevaarlijke zone";
|
||||
"Scene.Settings.Title" = "Instellingen";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Iedereen volgen";
|
||||
"Scene.SuggestionAccount.Title" = "Populair op Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Bericht";
|
||||
|
|
|
@ -451,6 +451,8 @@
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "Нет результатов";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
|
@ -495,40 +497,45 @@
|
|||
"Scene.ServerRules.Subtitle" = "Эти правила установлены администраторами %@.";
|
||||
"Scene.ServerRules.TermsOfService" = "условия использования";
|
||||
"Scene.ServerRules.Title" = "Несколько основных правил.";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "Mastodon — проект с открытым исходным кодом. Сообщить о проблемах можно на GitHub по адресу %@ (%@)";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "Закрыть окно настроек";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Автоматически";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Тёмная тема";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Светлая тема";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Внешний вид";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Настройки аккаунта";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Политика конфиденциальности";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Условия использования";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "Зона скукотищи";
|
||||
"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" = "Продвигает мой пост";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Добавляет мой пост в избранное";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Подписался на меня";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Упоминает меня";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Уведомления";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "кто угодно";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "любой, на кого я подписан(а)";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "мой подписчик";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "никто";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Уведомлять меня, когда";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Отключить анимацию аватарок";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Отключить анимацию эмодзи";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Открывать ссылки в Мастодоне";
|
||||
"Scene.Settings.Section.Preference.Title" = "Предпочтения";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Использовать браузер по умолчанию для открытия ссылок";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Очистить кэш медиа";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Выйти из учётной записи";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Пикантная зона";
|
||||
"Scene.Settings.Title" = "Настройки";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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.Title" = "Popular on Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Пост";
|
||||
|
|
|
@ -440,14 +440,16 @@ možno naložiti v Mastodon.";
|
|||
"Scene.Search.SearchBar.Cancel" = "Prekliči";
|
||||
"Scene.Search.SearchBar.Placeholder" = "Išči ključnike in uporabnike";
|
||||
"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.Hashtag" = "Go to #%@";
|
||||
"Scene.Search.Searching.People" = "People matching \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
"Scene.Search.Searching.Hashtag" = "Pojdi na #%@";
|
||||
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
|
||||
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
|
||||
"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.Url" = "Open URL in Mastodon";
|
||||
"Scene.Search.Searching.Url" = "Odpri URL v Mastodonu";
|
||||
"Scene.Search.Title" = "Iskanje";
|
||||
"Scene.ServerPicker.Button.Category.Academia" = "akademsko";
|
||||
"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.TermsOfService" = "pogoji uporabe";
|
||||
"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.Keyboard.CloseSettingsWindow" = "Zapri okno nastavitev";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Samodejno";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Vedno temno";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Vedno svetlo";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Videz";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Nastavitve računa";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Pravilnik o zasebnosti";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Pogoji uporabe";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "Cona dolgočasja";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Svetlo";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Zares temno";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Nekako temno";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Videz in občutek";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Uporabi sistemsko";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "prepošlje mojo objavo";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "mojo objavo da med priljubljene";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "me sledi";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "me omeni";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Obvestila";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "kdor koli";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "nekdo, ki mu sledim,";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "sledilec/ka";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "nihče";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Obvesti me, ko";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Onemogoči animirane avatarje";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Onemogoči animirane emotikone";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Odpri povezave v Mastodonu";
|
||||
"Scene.Settings.Section.Preference.Title" = "Nastavitve";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Uporabi privzeti brskalnik za odpiranje povezav";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Počisti medijski predpomnilnik";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Odjava";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Pikantna cona";
|
||||
"Scene.Settings.Title" = "Nastavitve";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Sledi vsem";
|
||||
"Scene.SuggestionAccount.Title" = "Priljubljeno na Mastodonu";
|
||||
"Scene.Thread.BackTitle" = "Objavi";
|
||||
|
|
|
@ -442,12 +442,14 @@ laddas upp till Mastodon.";
|
|||
"Scene.Search.Searching.Clear" = "Rensa";
|
||||
"Scene.Search.Searching.ClearAll" = "Rensa alla";
|
||||
"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.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.Url" = "Open URL in Mastodon";
|
||||
"Scene.Search.Searching.Url" = "Öppna URL i Mastodon";
|
||||
"Scene.Search.Title" = "Sök";
|
||||
"Scene.ServerPicker.Button.Category.Academia" = "vetenskap";
|
||||
"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.TermsOfService" = "användarvillkor";
|
||||
"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.Keyboard.CloseSettingsWindow" = "Stäng inställningsfönstret";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Automatisk";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Alltid mörk";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Alltid ljus";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Utseende";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Kontoinställningar";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Integritetspolicy";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Användarvillkor";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "Den tråkiga zonen";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Ljust";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Verkligen mörk";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Ganska mörk";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Utseende och känsla";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Följ systeminställningarna";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Boostar mitt inlägg";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Favoriserar mitt inlägg";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Följer mig";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Nämner mig";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Notiser";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "alla";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "någon jag följer";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "en följare";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ingen";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Meddela mig när";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Inaktivera animerade avatarer";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Inaktivera animerade emojis";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Öppna länkar i Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "Inställningar";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Använd standardwebbläsare för att öppna länkar";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Rensa mediacache";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Logga ut";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Den spännande zonen";
|
||||
"Scene.Settings.Title" = "Inställningar";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Följ alla";
|
||||
"Scene.SuggestionAccount.Title" = "Populärt på Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Inlägg";
|
||||
|
|
|
@ -440,14 +440,16 @@
|
|||
"Scene.Search.SearchBar.Cancel" = "ยกเลิก";
|
||||
"Scene.Search.SearchBar.Placeholder" = "ค้นหาแฮชแท็กและผู้ใช้";
|
||||
"Scene.Search.Searching.Clear" = "ล้าง";
|
||||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.ClearAll" = "ล้างทั้งหมด";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "ไม่มีผลลัพธ์";
|
||||
"Scene.Search.Searching.Hashtag" = "Go to #%@";
|
||||
"Scene.Search.Searching.People" = "People matching \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
"Scene.Search.Searching.Hashtag" = "ไปยัง #%@";
|
||||
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
|
||||
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
|
||||
"Scene.Search.Searching.People" = "ผู้คนที่ตรงกับ \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "โพสต์ที่ตรงกับ \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "ไปยัง @%@@%@";
|
||||
"Scene.Search.Searching.RecentSearch" = "การค้นหาล่าสุด";
|
||||
"Scene.Search.Searching.Url" = "Open URL in Mastodon";
|
||||
"Scene.Search.Searching.Url" = "เปิด URL ใน Mastodon";
|
||||
"Scene.Search.Title" = "ค้นหา";
|
||||
"Scene.ServerPicker.Button.Category.Academia" = "สถาบันการศึกษา";
|
||||
"Scene.ServerPicker.Button.Category.Activism" = "กิจกรรมเพื่อการเปลี่ยนแปลง";
|
||||
|
@ -487,40 +489,45 @@
|
|||
"Scene.ServerRules.Subtitle" = "มีการตั้งและบังคับใช้กฎเหล่านี้โดยผู้ควบคุมของ %@";
|
||||
"Scene.ServerRules.TermsOfService" = "เงื่อนไขการให้บริการ";
|
||||
"Scene.ServerRules.Title" = "กฎพื้นฐานบางประการ";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "Mastodon เป็นซอฟต์แวร์โอเพนซอร์ส คุณสามารถรายงานปัญหาได้ใน GitHub ที่ %@ (%@)";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "ปิดหน้าต่างการตั้งค่า";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "อัตโนมัติ";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "มืดเสมอ";
|
||||
"Scene.Settings.Section.Appearance.Light" = "สว่างเสมอ";
|
||||
"Scene.Settings.Section.Appearance.Title" = "ลักษณะที่ปรากฏ";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "การตั้งค่าบัญชี";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "นโยบายความเป็นส่วนตัว";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "เงื่อนไขการให้บริการ";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "โซนน่าเบื่อ";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "สว่าง";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "มืดมาก";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "ค่อนข้างมืด";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "ลักษณะที่แสดง";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "ใช้ของระบบ";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "ดันโพสต์ของฉัน";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "ชื่นชอบโพสต์ของฉัน";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "ติดตามฉัน";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "กล่าวถึงฉัน";
|
||||
"Scene.Settings.Section.Notifications.Title" = "การแจ้งเตือน";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "ใครก็ตาม";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "ใครก็ตามที่ฉันติดตาม";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "ผู้ติดตาม";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "ไม่มีใคร";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "แจ้งเตือนฉันเมื่อ";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "ปิดใช้งานภาพประจำตัวแบบเคลื่อนไหว";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "ปิดใช้งานอีโมจิแบบเคลื่อนไหว";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "เปิดลิงก์ใน Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "การกำหนดลักษณะ";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "ใช้เบราว์เซอร์เริ่มต้นเพื่อเปิดลิงก์";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "ล้างแคชสื่อ";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "ลงชื่อออก";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "โซนเผ็ดร้อน";
|
||||
"Scene.Settings.Title" = "การตั้งค่า";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "ติดตามทั้งหมด";
|
||||
"Scene.SuggestionAccount.Title" = "เป็นที่นิยมใน Mastodon";
|
||||
"Scene.Thread.BackTitle" = "โพสต์";
|
||||
|
|
|
@ -442,6 +442,8 @@ yüklenemiyor.";
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "Sonuç yok";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"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.TermsOfService" = "kullanım şartları";
|
||||
"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.Keyboard.CloseSettingsWindow" = "Ayarlar Penceresini Kapat";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Otomatik";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Daima Koyu";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Daima Açık";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Görünüm";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Hesap Ayarları";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Gizlilik Politikası";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Hizmet Şartları";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "Sıkıcı Bölge";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Açık";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Gerçek Koyu";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Hafif Koyu";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Görünüm";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Sistem İle Aynı";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Gönderimi yeniden paylaştığında";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Gönderimi favorilerine eklediğinde";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Beni takip ettiğinde";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Benden bahsettiğinde";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Bildirimler";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "herhangi biri";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "takip ettiğim biri";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "bir takipçim";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "bilgilendirme";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Beni şu durumda bilgilendir: ";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Hareketli avatarları devre dışı bırak";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Hareketli emojileri devre dışı bırak";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Bağlantıları Mastodon içinden aç";
|
||||
"Scene.Settings.Section.Preference.Title" = "Tercihler";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Bağlantıları varsayılan tarayıcıda aç";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Medya Önbelleğini Temizle";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Oturumu Kapat";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Tehlikeli bölge";
|
||||
"Scene.Settings.Title" = "Ayarlar";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Hepsini takip et";
|
||||
"Scene.SuggestionAccount.Title" = "Mastodon'da popüler";
|
||||
"Scene.Thread.BackTitle" = "Gönderi";
|
||||
|
|
|
@ -440,14 +440,16 @@ tải lên Mastodon.";
|
|||
"Scene.Search.SearchBar.Cancel" = "Hủy bỏ";
|
||||
"Scene.Search.SearchBar.Placeholder" = "Tìm hashtag và mọi người";
|
||||
"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.Hashtag" = "Go to #%@";
|
||||
"Scene.Search.Searching.People" = "People matching \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
"Scene.Search.Searching.Hashtag" = "Đến #%@";
|
||||
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
|
||||
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
|
||||
"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.Url" = "Open URL in Mastodon";
|
||||
"Scene.Search.Searching.Url" = "Mở liên kết trong Mastodon";
|
||||
"Scene.Search.Title" = "Tìm kiếm";
|
||||
"Scene.ServerPicker.Button.Category.Academia" = "học thuật";
|
||||
"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.TermsOfService" = "điều khoản dịch vụ";
|
||||
"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.Keyboard.CloseSettingsWindow" = "Đóng cửa sổ cài đặt";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "Tự động";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "Tối";
|
||||
"Scene.Settings.Section.Appearance.Light" = "Sáng";
|
||||
"Scene.Settings.Section.Appearance.Title" = "Giao diện";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "Cài đặt tài khoản";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "Chính sách bảo mật";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "Điều khoản dịch vụ";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "Nhàm chán";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "Sáng";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "Tối Mạnh";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "Tối Nhẹ";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "Giao diện";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "Mặc định hệ thống";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "Đăng lại tút của tôi";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "Thích tút của tôi";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "Theo dõi tôi";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "Nhắc đến tôi";
|
||||
"Scene.Settings.Section.Notifications.Title" = "Thông báo";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "bất cứ ai";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "người tôi theo dõi";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "người theo dõi tôi";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "không một ai";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "Thông báo khi";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "Tắt ảnh đại diện GIF";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "Tắt emoji dạng GIF";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "Mở liên kết trong Mastodon";
|
||||
"Scene.Settings.Section.Preference.Title" = "Chung";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "Dùng trình duyệt mặc định";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "Xóa bộ nhớ đệm";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "Đăng xuất";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "Thú vị";
|
||||
"Scene.Settings.Title" = "Cài đặt";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "Theo dõi tất cả";
|
||||
"Scene.SuggestionAccount.Title" = "Thịnh hành trên Mastodon";
|
||||
"Scene.Thread.BackTitle" = "Tút";
|
||||
|
|
|
@ -443,6 +443,8 @@
|
|||
"Scene.Search.Searching.ClearAll" = "Clear all";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "无结果";
|
||||
"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.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.Profile" = "Go to @%@@%@";
|
||||
|
@ -487,40 +489,45 @@
|
|||
"Scene.ServerRules.Subtitle" = "这些规则由 %@ 的管理员设置。";
|
||||
"Scene.ServerRules.TermsOfService" = "服务条款";
|
||||
"Scene.ServerRules.Title" = "一些基本规则。";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "Mastodon 是开源软件。欢迎前往 GitHub %@ (%@) 贡献代码或反馈问题。";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "关闭设置窗口";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "自动";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "深色";
|
||||
"Scene.Settings.Section.Appearance.Light" = "浅色";
|
||||
"Scene.Settings.Section.Appearance.Title" = "外观";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "账号设置";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "隐私政策";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "服务条款";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "The Boring Zone";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "浅色";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "暗色";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "深色";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "外观和风格";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "跟随系统";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "转发我的帖子";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "喜欢我的帖子";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "关注我";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "提及我";
|
||||
"Scene.Settings.Section.Notifications.Title" = "通知";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "任何人";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "我关注的";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "关注者";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "没有人";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "提示通知来自";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "禁用动画头像";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "禁用动画表情";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "在 Mastodon 中打开链接";
|
||||
"Scene.Settings.Section.Preference.Title" = "偏好";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "使用默认浏览器打开链接";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "清除图片缓存";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "退出";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "The Spicy Zone";
|
||||
"Scene.Settings.Title" = "设置";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "一键关注";
|
||||
"Scene.SuggestionAccount.Title" = "Mastodon上流行的";
|
||||
"Scene.Thread.BackTitle" = "帖子";
|
||||
|
|
|
@ -438,8 +438,10 @@
|
|||
"Scene.Search.Searching.ClearAll" = "清除全部";
|
||||
"Scene.Search.Searching.EmptyState.NoResults" = "沒有任何結果";
|
||||
"Scene.Search.Searching.Hashtag" = "前往 #%@";
|
||||
"Scene.Search.Searching.People" = "People matching \"%@\"";
|
||||
"Scene.Search.Searching.Posts" = "Posts matching \"%@\"";
|
||||
"Scene.Search.Searching.NoUser.Message" = "There's no Useraccount \"%@\" on %@";
|
||||
"Scene.Search.Searching.NoUser.Title" = "No User Account Found";
|
||||
"Scene.Search.Searching.People" = "符合「%@」之個人檔案";
|
||||
"Scene.Search.Searching.Posts" = "符合「%@」之嘟文";
|
||||
"Scene.Search.Searching.Profile" = "前往 @%@@%@";
|
||||
"Scene.Search.Searching.RecentSearch" = "最近的搜尋";
|
||||
"Scene.Search.Searching.Url" = "於 Mastodon 中開啟連結";
|
||||
|
@ -482,40 +484,45 @@
|
|||
"Scene.ServerRules.Subtitle" = "這些被 %@ 的管管們制定以及實施。";
|
||||
"Scene.ServerRules.TermsOfService" = "服務條款";
|
||||
"Scene.ServerRules.Title" = "一些基本守則。";
|
||||
"Scene.Settings.Footer.MastodonDescription" = "Mastodon 是開源軟體。您可以於 GitHub %@ (%@) 回報問題。";
|
||||
"Scene.Settings.Keyboard.CloseSettingsWindow" = "關閉設定視窗";
|
||||
"Scene.Settings.Section.Appearance.Automatic" = "自動";
|
||||
"Scene.Settings.Section.Appearance.Dark" = "深色佈景主題";
|
||||
"Scene.Settings.Section.Appearance.Light" = "亮色佈景主題";
|
||||
"Scene.Settings.Section.Appearance.Title" = "外觀設定";
|
||||
"Scene.Settings.Section.BoringZone.AccountSettings" = "帳號設定";
|
||||
"Scene.Settings.Section.BoringZone.Privacy" = "隱私權政策";
|
||||
"Scene.Settings.Section.BoringZone.Terms" = "服務條款";
|
||||
"Scene.Settings.Section.BoringZone.Title" = "無聊的這些";
|
||||
"Scene.Settings.Section.LookAndFeel.Light" = "淺色";
|
||||
"Scene.Settings.Section.LookAndFeel.ReallyDark" = "闇黑風格";
|
||||
"Scene.Settings.Section.LookAndFeel.SortaDark" = "有點黑又不會太黑";
|
||||
"Scene.Settings.Section.LookAndFeel.Title" = "外觀與風格";
|
||||
"Scene.Settings.Section.LookAndFeel.UseSystem" = "與系統一致";
|
||||
"Scene.Settings.Section.Notifications.Boosts" = "將我的嘟文轉嘟";
|
||||
"Scene.Settings.Section.Notifications.Favorites" = "將我的嘟文加到最愛";
|
||||
"Scene.Settings.Section.Notifications.Follows" = "跟隨著我";
|
||||
"Scene.Settings.Section.Notifications.Mentions" = "提到了我";
|
||||
"Scene.Settings.Section.Notifications.Title" = "通知";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Anyone" = "任何人";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follow" = "任何我跟隨的人";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Follower" = "跟隨者";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Noone" = "沒有人";
|
||||
"Scene.Settings.Section.Notifications.Trigger.Title" = "以下狀況請通知我";
|
||||
"Scene.Settings.Section.Preference.DisableAvatarAnimation" = "停用動畫大頭貼";
|
||||
"Scene.Settings.Section.Preference.DisableEmojiAnimation" = "停用動畫 emoji";
|
||||
"Scene.Settings.Section.Preference.OpenLinksInMastodon" = "於 Mastodon 中開啟連結";
|
||||
"Scene.Settings.Section.Preference.Title" = "偏好設定";
|
||||
"Scene.Settings.Section.Preference.UsingDefaultBrowser" = "使用預設瀏覽器開啟連結";
|
||||
"Scene.Settings.Section.SpicyZone.Clear" = "清除媒體快取";
|
||||
"Scene.Settings.Section.SpicyZone.Signout" = "登出";
|
||||
"Scene.Settings.Section.SpicyZone.Title" = "危險地帶";
|
||||
"Scene.Settings.Title" = "設定";
|
||||
"Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage";
|
||||
"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon";
|
||||
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings";
|
||||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy";
|
||||
"Scene.Settings.AboutMastodon.Title" = "About";
|
||||
"Scene.Settings.General.Appearance.Dark" = "Dark";
|
||||
"Scene.Settings.General.Appearance.Light" = "Light";
|
||||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance";
|
||||
"Scene.Settings.General.Appearance.System" = "Use Device Appearance";
|
||||
"Scene.Settings.General.Design.SectionTitle" = "Design";
|
||||
"Scene.Settings.General.Design.ShowAnimations" = "Play Animated Avatars and Emoji";
|
||||
"Scene.Settings.General.Links.OpenInBrowser" = "Open in Browser";
|
||||
"Scene.Settings.General.Links.OpenInMastodon" = "Open in Mastodon";
|
||||
"Scene.Settings.General.Links.SectionTitle" = "Links";
|
||||
"Scene.Settings.General.Title" = "General";
|
||||
"Scene.Settings.Notifications.Alert.Boosts" = "Boosts";
|
||||
"Scene.Settings.Notifications.Alert.Favorites" = "Favorites";
|
||||
"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Mentions & Replies";
|
||||
"Scene.Settings.Notifications.Alert.NewFollowers" = "New Followers";
|
||||
"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" = "跟隨所有";
|
||||
"Scene.SuggestionAccount.Title" = "Mastodon 上之流行內容";
|
||||
"Scene.Thread.BackTitle" = "嘟文";
|
||||
|
|
Loading…
Reference in New Issue