From ed426a950c51fefd51eebea2d02ab31430509f5c Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Wed, 15 Nov 2023 12:52:07 +0100 Subject: [PATCH] Update strings --- .../Sources/StringsConvertor/main.swift | 2 +- Mastodon.xcodeproj/project.pbxproj | 18 +- Mastodon/Resources/hy.lproj/InfoPlist.strings | 4 + .../hy.lproj/LaunchScreen.strings | 1 + .../Supporting Files/hy.lproj/Main.strings | 1 + MastodonIntent/hy.lproj/Intents.strings | 51 ++ .../Resources/be.lproj/Localizable.strings | 84 +-- .../Resources/hy.lproj/Localizable.strings | 566 ++++++++++++++++++ .../Resources/it.lproj/Localizable.strings | 80 +-- .../Resources/sv.lproj/Localizable.strings | 54 +- .../Resources/th.lproj/Localizable.strings | 82 +-- .../zh-Hant.lproj/Localizable.strings | 96 +-- .../hy.lproj/MainInterface.strings | 1 + 13 files changed, 832 insertions(+), 208 deletions(-) create mode 100644 Mastodon/Resources/hy.lproj/InfoPlist.strings create mode 100644 Mastodon/Supporting Files/hy.lproj/LaunchScreen.strings create mode 100644 Mastodon/Supporting Files/hy.lproj/Main.strings create mode 100644 MastodonIntent/hy.lproj/Intents.strings create mode 100644 MastodonSDK/Sources/MastodonLocalization/Resources/hy.lproj/Localizable.strings create mode 100644 ShareActionExtension/hy.lproj/MainInterface.strings diff --git a/Localization/StringsConvertor/Sources/StringsConvertor/main.swift b/Localization/StringsConvertor/Sources/StringsConvertor/main.swift index 70cdafc29..cb0e9e8ef 100644 --- a/Localization/StringsConvertor/Sources/StringsConvertor/main.swift +++ b/Localization/StringsConvertor/Sources/StringsConvertor/main.swift @@ -72,7 +72,7 @@ private func map(language: String) -> String? { case "vi.lproj": return "vi" // Vietnamese case "el.lproj": return "el" // Greek case "be.lproj": return "be" // Belarussian - case "hy-AM.lproj": return "hy-AM" // Armenian + case "hy.lproj": return "hy" // Armenian default: return nil } } diff --git a/Mastodon.xcodeproj/project.pbxproj b/Mastodon.xcodeproj/project.pbxproj index d18c449da..040eaba07 100644 --- a/Mastodon.xcodeproj/project.pbxproj +++ b/Mastodon.xcodeproj/project.pbxproj @@ -790,6 +790,10 @@ D81A22742AB4643200905D71 /* SearchResultsOverviewTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultsOverviewTableViewController.swift; sourceTree = ""; }; D81A22772AB4782400905D71 /* SearchResultOverviewSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultOverviewSection.swift; sourceTree = ""; }; D81A227A2AB47B9A00905D71 /* SearchResultDefaultSectionTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultDefaultSectionTableViewCell.swift; sourceTree = ""; }; + D81A940C2B04E7AC0067A19D /* hy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hy; path = hy.lproj/Main.strings; sourceTree = ""; }; + D81A940D2B04E7AC0067A19D /* hy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hy; path = hy.lproj/LaunchScreen.strings; sourceTree = ""; }; + D81A940E2B04E7AD0067A19D /* hy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hy; path = hy.lproj/MainInterface.strings; sourceTree = ""; }; + D81A940F2B04E7AD0067A19D /* hy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hy; path = hy.lproj/InfoPlist.strings; sourceTree = ""; }; D81D12452A4E1861005009D4 /* PolicySelectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PolicySelectionViewController.swift; sourceTree = ""; }; D81D124A2A4E1914005009D4 /* ToggleTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToggleTableViewCell.swift; sourceTree = ""; }; D82463522A52B47B00A3DBDD /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/Intents.strings; sourceTree = ""; }; @@ -827,10 +831,6 @@ D8B5E4F32A4ED0240008970C /* NotificationSettingsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationSettingsViewModel.swift; sourceTree = ""; }; D8BE30B22A179E26006B8270 /* SuggestionAccountTableViewFooter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SuggestionAccountTableViewFooter.swift; sourceTree = ""; }; D8BEBCB52A1B7FFD0004F475 /* SuggestionAccountTableViewCell+ViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SuggestionAccountTableViewCell+ViewModel.swift"; sourceTree = ""; }; - D8CEA4862AFE3564002F0E8E /* hy-AM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "hy-AM"; path = "hy-AM.lproj/Intents.strings"; sourceTree = ""; }; - D8CEA4872AFE3564002F0E8E /* hy-AM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "hy-AM"; path = "hy-AM.lproj/WidgetExtension.strings"; sourceTree = ""; }; - D8CEA4882AFE3564002F0E8E /* hy-AM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "hy-AM"; path = "hy-AM.lproj/InfoPlist.strings"; sourceTree = ""; }; - D8CEA4892AFE3564002F0E8E /* hy-AM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "hy-AM"; path = "hy-AM.lproj/Intents.stringsdict"; sourceTree = ""; }; D8D688F52AB869CB000F651A /* SearchResultsProfileTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultsProfileTableViewCell.swift; sourceTree = ""; }; D8D688F82AB8B970000F651A /* SearchResultOverviewCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultOverviewCoordinator.swift; sourceTree = ""; }; D8E5C345296DAB84007E76A7 /* DataSourceFacade+Status+History.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DataSourceFacade+Status+History.swift"; sourceTree = ""; }; @@ -3328,7 +3328,7 @@ sl, el, be, - "hy-AM", + hy, ); mainGroup = DB427DC925BAA00100D1B89D; packageReferences = ( @@ -4128,7 +4128,6 @@ 2AB501542992443D00346092 /* ar */, D87DC50C2A17C32F00219C5F /* el */, D82463532A52B47B00A3DBDD /* be */, - D8CEA4872AFE3564002F0E8E /* hy-AM */, ); name = WidgetExtension.intentdefinition; sourceTree = ""; @@ -4165,7 +4164,6 @@ DB96C260292506D600F3B85D /* sl */, D87DC50B2A17C32E00219C5F /* el */, D82463522A52B47B00A3DBDD /* be */, - D8CEA4862AFE3564002F0E8E /* hy-AM */, ); name = Intents.intentdefinition; sourceTree = ""; @@ -4201,7 +4199,7 @@ DB96C261292506D700F3B85D /* sl */, D87DC50D2A17C32F00219C5F /* el */, D82463542A52B47B00A3DBDD /* be */, - D8CEA4882AFE3564002F0E8E /* hy-AM */, + D81A940F2B04E7AD0067A19D /* hy */, ); name = InfoPlist.strings; sourceTree = ""; @@ -4210,6 +4208,7 @@ isa = PBXVariantGroup; children = ( DB427DDC25BAA00100D1B89D /* Base */, + D81A940C2B04E7AC0067A19D /* hy */, ); name = Main.storyboard; sourceTree = ""; @@ -4218,6 +4217,7 @@ isa = PBXVariantGroup; children = ( DB427DE125BAA00100D1B89D /* Base */, + D81A940D2B04E7AC0067A19D /* hy */, ); name = LaunchScreen.storyboard; sourceTree = ""; @@ -4253,7 +4253,6 @@ DB96C262292506D700F3B85D /* sl */, D87DC50E2A17C32F00219C5F /* el */, D82463552A52B47B00A3DBDD /* be */, - D8CEA4892AFE3564002F0E8E /* hy-AM */, ); name = Intents.stringsdict; sourceTree = ""; @@ -4262,6 +4261,7 @@ isa = PBXVariantGroup; children = ( DBC6461726A170AB00B0E31B /* Base */, + D81A940E2B04E7AD0067A19D /* hy */, ); name = MainInterface.storyboard; sourceTree = ""; diff --git a/Mastodon/Resources/hy.lproj/InfoPlist.strings b/Mastodon/Resources/hy.lproj/InfoPlist.strings new file mode 100644 index 000000000..710865573 --- /dev/null +++ b/Mastodon/Resources/hy.lproj/InfoPlist.strings @@ -0,0 +1,4 @@ +"NSCameraUsageDescription" = "Used to take photo for post status"; +"NSPhotoLibraryAddUsageDescription" = "Used to save photo into the Photo Library"; +"NewPostShortcutItemTitle" = "New Post"; +"SearchShortcutItemTitle" = "Search"; \ No newline at end of file diff --git a/Mastodon/Supporting Files/hy.lproj/LaunchScreen.strings b/Mastodon/Supporting Files/hy.lproj/LaunchScreen.strings new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/Mastodon/Supporting Files/hy.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/Mastodon/Supporting Files/hy.lproj/Main.strings b/Mastodon/Supporting Files/hy.lproj/Main.strings new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/Mastodon/Supporting Files/hy.lproj/Main.strings @@ -0,0 +1 @@ + diff --git a/MastodonIntent/hy.lproj/Intents.strings b/MastodonIntent/hy.lproj/Intents.strings new file mode 100644 index 000000000..6877490ba --- /dev/null +++ b/MastodonIntent/hy.lproj/Intents.strings @@ -0,0 +1,51 @@ +"16wxgf" = "Post on Mastodon"; + +"751xkl" = "Text Content"; + +"CsR7G2" = "Post on Mastodon"; + +"HZSGTr" = "What content to post?"; + +"HdGikU" = "Posting failed"; + +"KDNTJ4" = "Failure Reason"; + +"RHxKOw" = "Send Post with text content"; + +"RxSqsb" = "Post"; + +"WCIR3D" = "Post ${content} on Mastodon"; + +"ZKJSNu" = "Post"; + +"ZS1XaK" = "${content}"; + +"ZbSjzC" = "Visibility"; + +"Zo4jgJ" = "Post Visibility"; + +"apSxMG-dYQ5NN" = "There are ${count} options matching ‘Public’."; + +"apSxMG-ehFLjY" = "There are ${count} options matching ‘Followers Only’."; + +"ayoYEb-dYQ5NN" = "${content}, Public"; + +"ayoYEb-ehFLjY" = "${content}, Followers Only"; + +"dUyuGg" = "Post on Mastodon"; + +"dYQ5NN" = "Public"; + +"ehFLjY" = "Followers Only"; + +"gfePDu" = "Posting failed. ${failureReason}"; + +"k7dbKQ" = "Post was sent successfully."; + +"oGiqmY-dYQ5NN" = "Just to confirm, you wanted ‘Public’?"; + +"oGiqmY-ehFLjY" = "Just to confirm, you wanted ‘Followers Only’?"; + +"rM6dvp" = "URL"; + +"ryJLwG" = "Post was sent successfully. "; diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/be.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/be.lproj/Localizable.strings index ac673b032..7716d67e3 100644 --- a/MastodonSDK/Sources/MastodonLocalization/Resources/be.lproj/Localizable.strings +++ b/MastodonSDK/Sources/MastodonLocalization/Resources/be.lproj/Localizable.strings @@ -346,7 +346,7 @@ "Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Разблакіраваць уліковы запіс"; "Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Не ігнараваць %@?"; "Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Title" = "Не ігнараваць уліковы запіс"; -"Scene.Profile.SegmentedControl.About" = "Аб праграме"; +"Scene.Profile.SegmentedControl.About" = "Аб"; "Scene.Profile.SegmentedControl.Media" = "Медыя"; "Scene.Profile.SegmentedControl.Posts" = "Допісы"; "Scene.Profile.SegmentedControl.PostsAndReplies" = "Допісы і адказы"; @@ -443,8 +443,8 @@ "Scene.Search.Searching.ClearAll" = "Ачысціць усё"; "Scene.Search.Searching.EmptyState.NoResults" = "Няма вынікаў"; "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.NoUser.Message" = "На %@ няма ўліковага запісу карыстальніка \"%@\""; +"Scene.Search.Searching.NoUser.Title" = "Уліковы запіс карыстальніка не знойдзены"; "Scene.Search.Searching.People" = "Супадзенне профіляў \"%@\""; "Scene.Search.Searching.Posts" = "Супадзенне паведамленняў \"%@\""; "Scene.Search.Searching.Profile" = "Перайсці да @%@@%@"; @@ -489,45 +489,45 @@ "Scene.ServerRules.Subtitle" = "Правілы вызначаныя мадэратарамі дамена %@."; "Scene.ServerRules.TermsOfService" = "умовы выкарыстання"; "Scene.ServerRules.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.Settings.AboutMastodon.ClearMediaStorage" = "Ачысціце сховішча мультымедыя"; +"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Унесці ўклад у Mastodon"; +"Scene.Settings.AboutMastodon.MoreSettings" = "Яшчэ больш налад"; +"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Палітыка канфідэнцыяльнасці"; +"Scene.Settings.AboutMastodon.Title" = "Аб"; +"Scene.Settings.General.Appearance.Dark" = "Цёмная"; +"Scene.Settings.General.Appearance.Light" = "Светлая"; +"Scene.Settings.General.Appearance.SectionTitle" = "Знешні выгляд"; +"Scene.Settings.General.Appearance.System" = "Выкарыстоўваць сістэмную тэму"; +"Scene.Settings.General.Design.SectionTitle" = "Афармленне"; +"Scene.Settings.General.Design.ShowAnimations" = "Прайграваць аніміраваныя аватары і эмодзі"; +"Scene.Settings.General.Links.OpenInBrowser" = "Адкрываць у браўзеры"; +"Scene.Settings.General.Links.OpenInMastodon" = "Адкрываць у Mastodon"; +"Scene.Settings.General.Links.SectionTitle" = "Спасылкі"; +"Scene.Settings.General.Title" = "Агульныя"; +"Scene.Settings.Notifications.Alert.Boosts" = "Пашырэнні"; +"Scene.Settings.Notifications.Alert.Favorites" = "Упадабаныя"; +"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Згадванні & Адказы"; +"Scene.Settings.Notifications.Alert.NewFollowers" = "Новыя падпісчыкі"; +"Scene.Settings.Notifications.Disabled.GoToSettings" = "Перайсці ў налады апавяшчэнняў"; +"Scene.Settings.Notifications.Disabled.NotificationHint" = "Уключыце апавяшчэнні ў наладах прылады, каб бачыць абнаўлення на экране блакіроўкі."; +"Scene.Settings.Notifications.Policy.Anyone" = "Усіх"; +"Scene.Settings.Notifications.Policy.Follow" = "Людзей, на якіх вы падпісаны"; +"Scene.Settings.Notifications.Policy.Followers" = "Людзей, якія падпісаны на вас"; +"Scene.Settings.Notifications.Policy.Noone" = "Нікога"; +"Scene.Settings.Notifications.Policy.Title" = "Атрымліваць апавяшчэнні ад"; +"Scene.Settings.Notifications.Title" = "Апавяшчэнні"; +"Scene.Settings.Overview.AboutMastodon" = "Пра Mastodon"; +"Scene.Settings.Overview.General" = "Агульныя"; +"Scene.Settings.Overview.Logout" = "Выйсці з %@"; +"Scene.Settings.Overview.Notifications" = "Апавяшчэнні"; +"Scene.Settings.Overview.ServerDetails" = "Інфармацыя аб серверы"; +"Scene.Settings.Overview.SupportMastodon" = "Падтрымаць Mastodon"; +"Scene.Settings.Overview.Title" = "Налады"; +"Scene.Settings.ServerDetails.About" = "Пра сервер"; +"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "Прававая інфармацыя"; +"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Напісаць адміністратару"; +"Scene.Settings.ServerDetails.AboutInstance.Title" = "Адміністратар"; +"Scene.Settings.ServerDetails.Rules" = "Правілы"; "Scene.SuggestionAccount.FollowAll" = "Падпісацца на ўсіх"; "Scene.SuggestionAccount.Title" = "Папулярна ў Mastodon"; "Scene.Thread.BackTitle" = "Допіс"; diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/hy.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/hy.lproj/Localizable.strings new file mode 100644 index 000000000..336c46f11 --- /dev/null +++ b/MastodonSDK/Sources/MastodonLocalization/Resources/hy.lproj/Localizable.strings @@ -0,0 +1,566 @@ +"Common.Alerts.BlockDomain.BlockEntireDomain" = "Block Domain"; +"Common.Alerts.BlockDomain.Title" = "Are you really, really sure you want to block the entire %@? In most cases a few targeted blocks or mutes are sufficient and preferable. You will not see content from that domain and any of your followers from that domain will be removed."; +"Common.Alerts.CleanCache.Message" = "Successfully cleaned %@ cache."; +"Common.Alerts.CleanCache.Title" = "Clean Cache"; +"Common.Alerts.Common.PleaseTryAgain" = "Փորձիր նորից"; +"Common.Alerts.Common.PleaseTryAgainLater" = "Փորձիր մի փոքր ուշ"; +"Common.Alerts.DeletePost.Message" = "Վստա՞հ ես, որ ուզում ես ջնջել այս գրառումը։"; +"Common.Alerts.DeletePost.Title" = "Ջնջել գրառումը"; +"Common.Alerts.EditProfileFailure.Message" = "Cannot edit profile. Please try again."; +"Common.Alerts.EditProfileFailure.Title" = "Edit Profile Error"; +"Common.Alerts.PublishPostFailure.AttachmentsMessage.MoreThanOneVideo" = "Cannot attach more than one video."; +"Common.Alerts.PublishPostFailure.AttachmentsMessage.VideoAttachWithPhoto" = "Cannot attach a video to a post that already contains images."; +"Common.Alerts.PublishPostFailure.Message" = "Failed to publish the post. +Please check your internet connection."; +"Common.Alerts.PublishPostFailure.Title" = "Publish Failure"; +"Common.Alerts.SavePhotoFailure.Message" = "Please enable the photo library access permission to save the photo."; +"Common.Alerts.SavePhotoFailure.Title" = "Save Photo Failure"; +"Common.Alerts.ServerError.Title" = "Սպասարկիչի խնդիր"; +"Common.Alerts.SignOut.Confirm" = "Դուրս գալ"; +"Common.Alerts.SignOut.Message" = "Համոզո՞ւած ես, որ ուզում ես դուրս գալ"; +"Common.Alerts.SignOut.Title" = "Դուրս գալ"; +"Common.Alerts.SignUpFailure.Title" = "Գրանցումը ձախողուեց"; +"Common.Alerts.TranslationFailed.Button" = "Լաւ"; +"Common.Alerts.TranslationFailed.Message" = "Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported."; +"Common.Alerts.TranslationFailed.Title" = "Նշում"; +"Common.Alerts.VoteFailure.PollEnded" = "Հարցումդ աւարտուեց"; +"Common.Alerts.VoteFailure.Title" = "Vote Failure"; +"Common.Controls.Actions.Add" = "Աւելացնել"; +"Common.Controls.Actions.Back" = "Ետ"; +"Common.Controls.Actions.BlockDomain" = "Block %@"; +"Common.Controls.Actions.Bookmark" = "Bookmark"; +"Common.Controls.Actions.Cancel" = "Չեղարկել"; +"Common.Controls.Actions.Compose" = "Compose"; +"Common.Controls.Actions.Confirm" = "Հաստատել"; +"Common.Controls.Actions.Continue" = "Շարունակել"; +"Common.Controls.Actions.Copy" = "Պատճէնել"; +"Common.Controls.Actions.CopyPhoto" = "Copy Photo"; +"Common.Controls.Actions.Delete" = "Delete"; +"Common.Controls.Actions.Discard" = "Չեղարկել"; +"Common.Controls.Actions.Done" = "Աւարտել"; +"Common.Controls.Actions.Edit" = "Խմբագրել"; +"Common.Controls.Actions.EditPost" = "Edit"; +"Common.Controls.Actions.FindPeople" = "Find people to follow"; +"Common.Controls.Actions.Follow" = "Follow %@"; +"Common.Controls.Actions.ManuallySearch" = "Manually search instead"; +"Common.Controls.Actions.Next" = "Յաջորդ"; +"Common.Controls.Actions.Ok" = "Լաւ"; +"Common.Controls.Actions.Open" = "Բացել"; +"Common.Controls.Actions.OpenInBrowser" = "Open in Browser"; +"Common.Controls.Actions.OpenInSafari" = "Open in Safari"; +"Common.Controls.Actions.Preview" = "Նախադիտում"; +"Common.Controls.Actions.Previous" = "Նախորդ"; +"Common.Controls.Actions.Remove" = "Ջնջել"; +"Common.Controls.Actions.RemoveBookmark" = "Remove Bookmark"; +"Common.Controls.Actions.Reply" = "Reply"; +"Common.Controls.Actions.ReportUser" = "Report %@"; +"Common.Controls.Actions.Save" = "Պահպանել"; +"Common.Controls.Actions.SavePhoto" = "Save Photo"; +"Common.Controls.Actions.SeeMore" = "Տեսնել աւելին"; +"Common.Controls.Actions.Settings" = "Settings"; +"Common.Controls.Actions.Share" = "Տարածել"; +"Common.Controls.Actions.SharePost" = "Share Post"; +"Common.Controls.Actions.ShareUser" = "Share %@"; +"Common.Controls.Actions.SignIn" = "Մտնել"; +"Common.Controls.Actions.Skip" = "Skip"; +"Common.Controls.Actions.TakePhoto" = "Լուսանկարել"; +"Common.Controls.Actions.TranslatePost.Title" = "Translate from %@"; +"Common.Controls.Actions.TranslatePost.UnknownLanguage" = "Unknown"; +"Common.Controls.Actions.TryAgain" = "Կրկին փորձիր"; +"Common.Controls.Actions.UnblockDomain" = "Unblock %@"; +"Common.Controls.Actions.Unfollow" = "Unfollow %@"; +"Common.Controls.Friendship.Block" = "Block"; +"Common.Controls.Friendship.BlockDomain" = "Block %@"; +"Common.Controls.Friendship.BlockUser" = "Block %@"; +"Common.Controls.Friendship.Blocked" = "Blocked"; +"Common.Controls.Friendship.EditInfo" = "Edit Info"; +"Common.Controls.Friendship.Follow" = "Հետեւել"; +"Common.Controls.Friendship.Following" = "Following"; +"Common.Controls.Friendship.HideReblogs" = "Hide Reblogs"; +"Common.Controls.Friendship.Mute" = "Լռեցնել"; +"Common.Controls.Friendship.MuteUser" = "Լռեցնել %@֊ին"; +"Common.Controls.Friendship.Muted" = "Լռեցուած"; +"Common.Controls.Friendship.Pending" = "Pending"; +"Common.Controls.Friendship.Request" = "Request"; +"Common.Controls.Friendship.ShowReblogs" = "Show Reblogs"; +"Common.Controls.Friendship.Unblock" = "Unblock"; +"Common.Controls.Friendship.UnblockUser" = "Unblock %@"; +"Common.Controls.Friendship.Unmute" = "Unmute"; +"Common.Controls.Friendship.UnmuteUser" = "Unmute %@"; +"Common.Controls.Keyboard.Common.ComposeNewPost" = "Compose New Post"; +"Common.Controls.Keyboard.Common.OpenSettings" = "Open Settings"; +"Common.Controls.Keyboard.Common.ShowFavorites" = "Show Favorites"; +"Common.Controls.Keyboard.Common.SwitchToTab" = "Switch to %@"; +"Common.Controls.Keyboard.SegmentedControl.NextSection" = "Next Section"; +"Common.Controls.Keyboard.SegmentedControl.PreviousSection" = "Previous Section"; +"Common.Controls.Keyboard.Timeline.NextStatus" = "Next Post"; +"Common.Controls.Keyboard.Timeline.OpenAuthorProfile" = "Open Author's Profile"; +"Common.Controls.Keyboard.Timeline.OpenRebloggerProfile" = "Open Reblogger's Profile"; +"Common.Controls.Keyboard.Timeline.OpenStatus" = "Open Post"; +"Common.Controls.Keyboard.Timeline.PreviewImage" = "Preview Image"; +"Common.Controls.Keyboard.Timeline.PreviousStatus" = "Previous Post"; +"Common.Controls.Keyboard.Timeline.ReplyStatus" = "Reply to Post"; +"Common.Controls.Keyboard.Timeline.ToggleContentWarning" = "Toggle Content Warning"; +"Common.Controls.Keyboard.Timeline.ToggleFavorite" = "Toggle Favorite on Post"; +"Common.Controls.Keyboard.Timeline.ToggleReblog" = "Toggle Reblog on Post"; +"Common.Controls.Status.Actions.A11YLabels.Reblog" = "Re-blog"; +"Common.Controls.Status.Actions.A11YLabels.Unreblog" = "Undo re-blog"; +"Common.Controls.Status.Actions.Favorite" = "Favorite"; +"Common.Controls.Status.Actions.Hide" = "Թաքցնել"; +"Common.Controls.Status.Actions.Menu" = "Ցանկ"; +"Common.Controls.Status.Actions.Reblog" = "Reblog"; +"Common.Controls.Status.Actions.Reply" = "Պատասխանել"; +"Common.Controls.Status.Actions.ShareLinkInPost" = "Share Link in Post"; +"Common.Controls.Status.Actions.ShowGif" = "Show GIF"; +"Common.Controls.Status.Actions.ShowImage" = "Show image"; +"Common.Controls.Status.Actions.ShowVideoPlayer" = "Show video player"; +"Common.Controls.Status.Actions.TapThenHoldToShowMenu" = "Tap then hold to show menu"; +"Common.Controls.Status.Actions.Unfavorite" = "Unfavorite"; +"Common.Controls.Status.Actions.Unreblog" = "Undo reblog"; +"Common.Controls.Status.Buttons.EditHistoryDetail" = "Last edit %@"; +"Common.Controls.Status.Buttons.EditHistoryTitle" = "Խմբագրման պատմութիւնը"; +"Common.Controls.Status.Buttons.FavoritesTitle" = "Favorites"; +"Common.Controls.Status.Buttons.ReblogsTitle" = "Reblogs"; +"Common.Controls.Status.ContentWarning" = "Content Warning"; +"Common.Controls.Status.EditHistory.OriginalPost" = "Original Post · %@"; +"Common.Controls.Status.EditHistory.Title" = "Խմբագրման պատմութիւնը"; +"Common.Controls.Status.EditedAtTimestampPrefix" = "Խմբագրուել է՝ %@"; +"Common.Controls.Status.LinkViaUser" = "%@ via %@"; +"Common.Controls.Status.LoadEmbed" = "Load Embed"; +"Common.Controls.Status.Media.AccessibilityLabel" = "%@, attachment %d of %d"; +"Common.Controls.Status.Media.ExpandGifHint" = "Expands the GIF. Double-tap and hold to show actions"; +"Common.Controls.Status.Media.ExpandImageHint" = "Expands the image. Double-tap and hold to show actions"; +"Common.Controls.Status.Media.ExpandVideoHint" = "Shows the video player. Double-tap and hold to show actions"; +"Common.Controls.Status.MediaContentWarning" = "Tap anywhere to reveal"; +"Common.Controls.Status.MetaEntity.Email" = "Email address: %@"; +"Common.Controls.Status.MetaEntity.Hashtag" = "Hashtag: %@"; +"Common.Controls.Status.MetaEntity.Mention" = "Show Profile: %@"; +"Common.Controls.Status.MetaEntity.Url" = "Link: %@"; +"Common.Controls.Status.Poll.Closed" = "Closed"; +"Common.Controls.Status.Poll.Vote" = "Քուէարկել"; +"Common.Controls.Status.PostedViaApplication" = "%@ via %@"; +"Common.Controls.Status.SensitiveContent" = "Sensitive Content"; +"Common.Controls.Status.ShowPost" = "Show Post"; +"Common.Controls.Status.ShowUserProfile" = "Show user profile"; +"Common.Controls.Status.Tag.Email" = "Էլ. փոստ"; +"Common.Controls.Status.Tag.Emoji" = "Զմայլիկ"; +"Common.Controls.Status.Tag.Hashtag" = "Պիտակ"; +"Common.Controls.Status.Tag.Link" = "Յղում"; +"Common.Controls.Status.Tag.Mention" = "Նշել"; +"Common.Controls.Status.Tag.Url" = "URL"; +"Common.Controls.Status.TapToReveal" = "Tap to reveal"; +"Common.Controls.Status.Translation.ShowOriginal" = "Show Original"; +"Common.Controls.Status.Translation.TranslatedFrom" = "Translated from %@ using %@"; +"Common.Controls.Status.Translation.UnknownLanguage" = "Unknown"; +"Common.Controls.Status.Translation.UnknownProvider" = "Unknown"; +"Common.Controls.Status.UserReblogged" = "%@ reblogged"; +"Common.Controls.Status.UserRepliedTo" = "Replied to %@"; +"Common.Controls.Status.Visibility.Direct" = "Only mentioned user can see this post."; +"Common.Controls.Status.Visibility.Private" = "Only their followers can see this post."; +"Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post."; +"Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline."; +"Common.Controls.Tabs.A11Y.Explore" = "Explore"; +"Common.Controls.Tabs.A11Y.Search" = "Search"; +"Common.Controls.Tabs.Home" = "Home"; +"Common.Controls.Tabs.Notifications" = "Notifications"; +"Common.Controls.Tabs.Profile" = "Profile"; +"Common.Controls.Tabs.SearchAndExplore" = "Search and Explore"; +"Common.Controls.Timeline.Filtered" = "Զտուած"; +"Common.Controls.Timeline.Header.BlockedWarning" = "You can’t view this user’s profile +until they unblock you."; +"Common.Controls.Timeline.Header.BlockingWarning" = "You can’t view this user's profile +until you unblock them. +Your profile looks like this to them."; +"Common.Controls.Timeline.Header.NoStatusFound" = "No Post Found"; +"Common.Controls.Timeline.Header.SuspendedWarning" = "This user has been suspended."; +"Common.Controls.Timeline.Header.UserBlockedWarning" = "You can’t view %@’s profile +until they unblock you."; +"Common.Controls.Timeline.Header.UserBlockingWarning" = "You can’t view %@’s profile +until you unblock them. +Your profile looks like this to them."; +"Common.Controls.Timeline.Header.UserSuspendedWarning" = "%@’s account has been suspended."; +"Common.Controls.Timeline.Loader.LoadMissingPosts" = "Load missing posts"; +"Common.Controls.Timeline.Loader.LoadingMissingPosts" = "Loading missing posts..."; +"Common.Controls.Timeline.Loader.ShowMoreReplies" = "Ցուցադրել պատասխանները"; +"Common.Controls.Timeline.Timestamp.Now" = "Հիմա"; +"Common.UserList.FollowersCount" = "%@ followers"; +"Common.UserList.NoVerifiedLink" = "No verified link"; +"Extension.OpenIn.InvalidLinkError" = "This doesn't seem to be a valid Mastodon link."; +"Scene.AccountList.AddAccount" = "Add Account"; +"Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher"; +"Scene.AccountList.TabBarHint" = "Current selected profile: %@. Double tap then hold to show account switcher"; +"Scene.Bookmark.Title" = "Bookmarks"; +"Scene.Compose.Accessibility.AppendAttachment" = "Add Attachment"; +"Scene.Compose.Accessibility.AppendPoll" = "Add Poll"; +"Scene.Compose.Accessibility.CustomEmojiPicker" = "Custom Emoji Picker"; +"Scene.Compose.Accessibility.DisableContentWarning" = "Disable Content Warning"; +"Scene.Compose.Accessibility.EnableContentWarning" = "Enable Content Warning"; +"Scene.Compose.Accessibility.PostOptions" = "Post Options"; +"Scene.Compose.Accessibility.PostVisibilityMenu" = "Post Visibility Menu"; +"Scene.Compose.Accessibility.PostingAs" = "Posting as %@"; +"Scene.Compose.Accessibility.RemovePoll" = "Remove Poll"; +"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.CompressingState" = "Compressing..."; +"Scene.Compose.Attachment.DescriptionPhoto" = "Describe the photo for the visually-impaired..."; +"Scene.Compose.Attachment.DescriptionVideo" = "Describe the video for the visually-impaired..."; +"Scene.Compose.Attachment.LoadFailed" = "Load Failed"; +"Scene.Compose.Attachment.Photo" = "photo"; +"Scene.Compose.Attachment.ServerProcessingState" = "Server Processing..."; +"Scene.Compose.Attachment.UploadFailed" = "Upload Failed"; +"Scene.Compose.Attachment.Video" = "video"; +"Scene.Compose.AutoComplete.SpaceToAdd" = "Space to add"; +"Scene.Compose.ComposeAction" = "Հրապարակել"; +"Scene.Compose.ContentInputPlaceholder" = "Type or paste what’s on your mind"; +"Scene.Compose.ContentWarning.Placeholder" = "Write an accurate warning here..."; +"Scene.Compose.Keyboard.AppendAttachmentEntry" = "Add Attachment - %@"; +"Scene.Compose.Keyboard.DiscardPost" = "Discard Post"; +"Scene.Compose.Keyboard.PublishPost" = "Publish Post"; +"Scene.Compose.Keyboard.SelectVisibilityEntry" = "Select Visibility - %@"; +"Scene.Compose.Keyboard.ToggleContentWarning" = "Toggle Content Warning"; +"Scene.Compose.Keyboard.TogglePoll" = "Toggle Poll"; +"Scene.Compose.Language.Other" = "Other Language…"; +"Scene.Compose.Language.Recent" = "Recent"; +"Scene.Compose.Language.Suggested" = "Suggested"; +"Scene.Compose.Language.Title" = "Post Language"; +"Scene.Compose.MediaSelection.Browse" = "Browse"; +"Scene.Compose.MediaSelection.Camera" = "Take Photo"; +"Scene.Compose.MediaSelection.PhotoLibrary" = "Photo Library"; +"Scene.Compose.Poll.AddOption" = "Add Option"; +"Scene.Compose.Poll.DurationTime" = "Duration: %@"; +"Scene.Compose.Poll.MoveDown" = "Move Down"; +"Scene.Compose.Poll.MoveUp" = "Move Up"; +"Scene.Compose.Poll.OneDay" = "1 Day"; +"Scene.Compose.Poll.OneHour" = "1 Hour"; +"Scene.Compose.Poll.OptionNumber" = "Option %ld"; +"Scene.Compose.Poll.RemoveOption" = "Remove Option"; +"Scene.Compose.Poll.SevenDays" = "7 Days"; +"Scene.Compose.Poll.SixHours" = "6 Hours"; +"Scene.Compose.Poll.ThePollHasEmptyOption" = "The poll has empty option"; +"Scene.Compose.Poll.ThePollIsInvalid" = "The poll is invalid"; +"Scene.Compose.Poll.ThirtyMinutes" = "30 minutes"; +"Scene.Compose.Poll.ThreeDays" = "3 Days"; +"Scene.Compose.Poll.Title" = "Poll"; +"Scene.Compose.ReplyingToUser" = "replying to %@"; +"Scene.Compose.Title.EditPost" = "Edit Post"; +"Scene.Compose.Title.NewPost" = "New Post"; +"Scene.Compose.Title.NewReply" = "New Reply"; +"Scene.Compose.Visibility.Direct" = "Only people I mention"; +"Scene.Compose.Visibility.Private" = "Followers only"; +"Scene.Compose.Visibility.Public" = "Public"; +"Scene.Compose.Visibility.Unlisted" = "Unlisted"; +"Scene.ConfirmEmail.Button.Resend" = "Resend"; +"Scene.ConfirmEmail.DidntGetLink.Prefix" = "Didn’t get a link?"; +"Scene.ConfirmEmail.DidntGetLink.ResendIn" = "Resend (%@)"; +"Scene.ConfirmEmail.DidntGetLink.ResendNow" = "Resend now."; +"Scene.ConfirmEmail.DontReceiveEmail.Description" = "Check if your email address is correct as well as your junk folder if you haven’t."; +"Scene.ConfirmEmail.DontReceiveEmail.ResendEmail" = "Նորից ուղարկել էլ. նամակ"; +"Scene.ConfirmEmail.DontReceiveEmail.Title" = "Check your Email"; +"Scene.ConfirmEmail.OpenEmailApp.Description" = "We just sent you an email. Check your junk folder if you haven’t."; +"Scene.ConfirmEmail.OpenEmailApp.Mail" = "Փոստ"; +"Scene.ConfirmEmail.OpenEmailApp.OpenEmailClient" = "Open Email Client"; +"Scene.ConfirmEmail.OpenEmailApp.Title" = "Check your Inbox."; +"Scene.ConfirmEmail.TapTheLinkWeEmailedToYouToVerifyYourAccount" = "Tap the link we sent you to verify %@. We’ll wait right here."; +"Scene.ConfirmEmail.Title" = "Check Your Inbox"; +"Scene.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.Familiarfollowers.Title" = "Followers you familiar"; +"Scene.Favorite.Title" = "Favorites"; +"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.Follower.Footer" = "Followers from other servers are not displayed."; +"Scene.Follower.Title" = "follower"; +"Scene.Following.Footer" = "Follows from other servers are not displayed."; +"Scene.Following.Title" = "following"; +"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location"; +"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoLabel" = "Mastodon"; +"Scene.HomeTimeline.NavigationBarState.NewPosts" = "See new posts"; +"Scene.HomeTimeline.NavigationBarState.Offline" = "Անցանց"; +"Scene.HomeTimeline.NavigationBarState.Published" = "Published!"; +"Scene.HomeTimeline.NavigationBarState.Publishing" = "Publishing post..."; +"Scene.HomeTimeline.Title" = "Հիմնական"; +"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.Title" = "Բարի վերադարձ"; +"Scene.Notification.FollowRequest.Accept" = "Accept"; +"Scene.Notification.FollowRequest.Accepted" = "Accepted"; +"Scene.Notification.FollowRequest.Reject" = "reject"; +"Scene.Notification.FollowRequest.Rejected" = "Rejected"; +"Scene.Notification.Keyobard.ShowEverything" = "Show Everything"; +"Scene.Notification.Keyobard.ShowMentions" = "Show Mentions"; +"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.Title.Everything" = "Everything"; +"Scene.Notification.Title.Mentions" = "Mentions"; +"Scene.Preview.Keyboard.ClosePreview" = "Close Preview"; +"Scene.Preview.Keyboard.ShowNext" = "Show Next"; +"Scene.Preview.Keyboard.ShowPrevious" = "Show Previous"; +"Scene.Privacy.Button.Confirm" = "Համաձայն եմ"; +"Scene.Privacy.Description" = "Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your server’s privacy policy."; +"Scene.Privacy.Policy.Ios" = "Privacy Policy - Mastodon for iOS"; +"Scene.Privacy.Policy.Server" = "Privacy Policy - %@"; +"Scene.Privacy.Title" = "Privacy"; +"Scene.Profile.Accessibility.DoubleTapToOpenTheList" = "Double tap to open the list"; +"Scene.Profile.Accessibility.EditAvatarImage" = "Edit avatar image"; +"Scene.Profile.Accessibility.ShowAvatarImage" = "Show avatar image"; +"Scene.Profile.Accessibility.ShowBannerImage" = "Show banner image"; +"Scene.Profile.Dashboard.FamiliarFollowers" = "mutuals"; +"Scene.Profile.Dashboard.MyFollowers" = "followers"; +"Scene.Profile.Dashboard.MyFollowing" = "following"; +"Scene.Profile.Dashboard.MyPosts" = "posts"; +"Scene.Profile.Dashboard.OtherFollowers" = "followers"; +"Scene.Profile.Dashboard.OtherFollowing" = "following"; +"Scene.Profile.Dashboard.OtherPosts" = "posts"; +"Scene.Profile.Fields.AddRow" = "Add Row"; +"Scene.Profile.Fields.Joined" = "Joined"; +"Scene.Profile.Fields.Placeholder.Content" = "Content"; +"Scene.Profile.Fields.Placeholder.Label" = "Label"; +"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.RelationshipActionAlert.ConfirmBlockUser.Title" = "Block Account"; +"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs"; +"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Title" = "Hide Reblogs"; +"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Message" = "Confirm to mute %@"; +"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Mute Account"; +"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs"; +"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs"; +"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Confirm to unblock %@"; +"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Unblock Account"; +"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Confirm to unmute %@"; +"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Title" = "Unmute Account"; +"Scene.Profile.SegmentedControl.About" = "Մասին"; +"Scene.Profile.SegmentedControl.Media" = "Media"; +"Scene.Profile.SegmentedControl.Posts" = "Գրառումներ"; +"Scene.Profile.SegmentedControl.PostsAndReplies" = "Posts and Replies"; +"Scene.Profile.SegmentedControl.Replies" = "Replies"; +"Scene.RebloggedBy.Title" = "Reblogged By"; +"Scene.Register.Error.Item.Agreement" = "Agreement"; +"Scene.Register.Error.Item.Email" = "Էլ. փոստ"; +"Scene.Register.Error.Item.Locale" = "Locale"; +"Scene.Register.Error.Item.Password" = "Գաղտնաբառ"; +"Scene.Register.Error.Item.Reason" = "Պատճառ"; +"Scene.Register.Error.Item.Username" = "Մուտքանուն"; +"Scene.Register.Error.Reason.Accepted" = "%@ must be accepted"; +"Scene.Register.Error.Reason.Blank" = "%@ is required"; +"Scene.Register.Error.Reason.Blocked" = "%@ contains a disallowed email provider"; +"Scene.Register.Error.Reason.Inclusion" = "%@ is not a supported value"; +"Scene.Register.Error.Reason.Invalid" = "%@ is invalid"; +"Scene.Register.Error.Reason.Reserved" = "%@ is a reserved keyword"; +"Scene.Register.Error.Reason.Taken" = "%@ is already taken. How about:"; +"Scene.Register.Error.Reason.TooLong" = "%@ is too long"; +"Scene.Register.Error.Reason.TooShort" = "%@ is too short"; +"Scene.Register.Error.Reason.Unreachable" = "%@ does not seem to exist"; +"Scene.Register.Error.Special.EmailInvalid" = "This is not a valid email address"; +"Scene.Register.Error.Special.PasswordTooShort" = "Password is too short (must be at least 8 characters)"; +"Scene.Register.Error.Special.UsernameInvalid" = "Username must only contain alphanumeric characters and underscores"; +"Scene.Register.Error.Special.UsernameTooLong" = "Username is too long (can’t be longer than 30 characters)"; +"Scene.Register.Input.Avatar.Delete" = "Delete"; +"Scene.Register.Input.DisplayName.Placeholder" = "ցուցադրուող անուն"; +"Scene.Register.Input.Email.Placeholder" = "էլ. փոստ"; +"Scene.Register.Input.Invite.RegistrationUserInviteRequest" = "Why do you want to join?"; +"Scene.Register.Input.Password.Accessibility.Checked" = "checked"; +"Scene.Register.Input.Password.Accessibility.Unchecked" = "unchecked"; +"Scene.Register.Input.Password.CharacterLimit" = "8 characters"; +"Scene.Register.Input.Password.ConfirmationPlaceholder" = "Հաստատել գաղտնաբառը"; +"Scene.Register.Input.Password.Hint" = "Your password needs at least eight characters"; +"Scene.Register.Input.Password.Placeholder" = "գաղտնաբառ"; +"Scene.Register.Input.Password.Require" = "Your password needs at least:"; +"Scene.Register.Input.Username.DuplicatePrompt" = "Օգտանունը զբաղուած է։"; +"Scene.Register.Input.Username.Placeholder" = "մուտքանուն"; +"Scene.Register.Input.Username.Suggestion" = "amazing_%@"; +"Scene.Register.Title" = "Ստեղծել հաշիւ"; +"Scene.Report.Content1" = "Are there any other posts you’d like to add to the report?"; +"Scene.Report.Content2" = "Is there anything the moderators should know about this report?"; +"Scene.Report.ReportSentTitle" = "Thanks for reporting, we’ll look into this."; +"Scene.Report.Reported" = "REPORTED"; +"Scene.Report.Send" = "Send Report"; +"Scene.Report.SkipToSend" = "Send without comment"; +"Scene.Report.Step1" = "Step 1 of 2"; +"Scene.Report.Step2" = "Step 2 of 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.TextPlaceholder" = "Type or paste additional comments"; +"Scene.Report.Title" = "Report %@"; +"Scene.Report.TitleReport" = "Report"; +"Scene.Search.Recommend.Accounts.Description" = "You may like to follow these accounts"; +"Scene.Search.Recommend.Accounts.Follow" = "Follow"; +"Scene.Search.Recommend.Accounts.Title" = "Accounts you might like"; +"Scene.Search.Recommend.ButtonText" = "See All"; +"Scene.Search.Recommend.HashTag.Description" = "Hashtags that are getting quite a bit of attention"; +"Scene.Search.Recommend.HashTag.PeopleTalking" = "%@ people are talking"; +"Scene.Search.Recommend.HashTag.Title" = "Trending on Mastodon"; +"Scene.Search.SearchBar.Cancel" = "Cancel"; +"Scene.Search.SearchBar.Placeholder" = "Search hashtags and users"; +"Scene.Search.Searching.Clear" = "Clear"; +"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.Title" = "Search"; +"Scene.ServerPicker.Button.Category.Academia" = "academia"; +"Scene.ServerPicker.Button.Category.Activism" = "activism"; +"Scene.ServerPicker.Button.Category.All" = "All"; +"Scene.ServerPicker.Button.Category.AllAccessiblityDescription" = "Category: All"; +"Scene.ServerPicker.Button.Category.Art" = "art"; +"Scene.ServerPicker.Button.Category.Food" = "food"; +"Scene.ServerPicker.Button.Category.Furry" = "furry"; +"Scene.ServerPicker.Button.Category.Games" = "games"; +"Scene.ServerPicker.Button.Category.General" = "general"; +"Scene.ServerPicker.Button.Category.Journalism" = "journalism"; +"Scene.ServerPicker.Button.Category.Lgbt" = "lgbt"; +"Scene.ServerPicker.Button.Category.Music" = "music"; +"Scene.ServerPicker.Button.Category.Regional" = "regional"; +"Scene.ServerPicker.Button.Category.Tech" = "tech"; +"Scene.ServerPicker.Button.Language" = "Language"; +"Scene.ServerPicker.Button.SeeLess" = "See Less"; +"Scene.ServerPicker.Button.SeeMore" = "Տեսնել աւելին"; +"Scene.ServerPicker.Button.SignupSpeed" = "Sign-up Speed"; +"Scene.ServerPicker.EmptyState.BadNetwork" = "Something went wrong while loading the data. Check your internet connection."; +"Scene.ServerPicker.EmptyState.FindingServers" = "Finding available servers..."; +"Scene.ServerPicker.EmptyState.NoResults" = "No results"; +"Scene.ServerPicker.Input.SearchServersOrEnterUrl" = "Search communities or enter URL"; +"Scene.ServerPicker.Label.Category" = "CATEGORY"; +"Scene.ServerPicker.Label.Language" = "LANGUAGE"; +"Scene.ServerPicker.Label.Users" = "USERS"; +"Scene.ServerPicker.Language.All" = "Բոլորը"; +"Scene.ServerPicker.NoServerSelectedHint" = "We’ll pick a server based on your language if you continue without making a selection."; +"Scene.ServerPicker.Search.Placeholder" = "Search name or URL"; +"Scene.ServerPicker.SignupSpeed.All" = "Բոլորը"; +"Scene.ServerPicker.SignupSpeed.Instant" = "Instant Sign-up"; +"Scene.ServerPicker.SignupSpeed.ManuallyReviewed" = "Manual Review"; +"Scene.ServerPicker.Title" = "Pick Server"; +"Scene.ServerRules.Button.Confirm" = "I Agree"; +"Scene.ServerRules.PrivacyPolicy" = "privacy policy"; +"Scene.ServerRules.Prompt" = "By continuing, you’re subject to the terms of service and privacy policy for %@."; +"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.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" = "Post"; +"Scene.Thread.Title" = "Post from %@"; +"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?"; +"Scene.Welcome.Education.Mastodon.Description" = "Mastodon is a decentralized social network, meaning no single company controls it. It’s made up of many independently-run servers, all connected together."; +"Scene.Welcome.Education.Mastodon.Title" = "Բարի գալուստ Մաստոդոն"; +"Scene.Welcome.Education.Servers.Description" = "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server."; +"Scene.Welcome.Education.Servers.Title" = "What are servers?"; +"Scene.Welcome.JoinDefaultServer" = "Միանալ %@-ին"; +"Scene.Welcome.LearnMore" = "Իմանալ աւելին"; +"Scene.Welcome.LogIn" = "Մտնել"; +"Scene.Welcome.PickServer" = "Ընտրել ուրիշ սերուեր"; +"Scene.Welcome.Separator.Or" = "կամ"; +"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported."; +"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account."; +"Widget.FollowersCount.ConfigurationDescription" = "Show number of followers."; +"Widget.FollowersCount.ConfigurationDisplayName" = "Followers"; +"Widget.FollowersCount.FollowersToday" = "%@ followers today"; +"Widget.FollowersCount.Title" = "FOLLOWERS"; +"Widget.Hashtag.Configuration.Description" = "Shows a recent post with the selected hashtag."; +"Widget.Hashtag.Configuration.DisplayName" = "Hashtag"; +"Widget.Hashtag.NotFound.Account" = "@johnMastodon@no-such.account"; +"Widget.Hashtag.NotFound.AccountName" = "John Mastodon"; +"Widget.Hashtag.NotFound.Content" = "Sorry, we couldn’t find any posts with the hashtag #%@. Please try a #DifferentHashtag or check the widget settings."; +"Widget.Hashtag.Placeholder.Account" = "@johnMastodon@no-such.account"; +"Widget.Hashtag.Placeholder.AccountName" = "John Mastodon"; +"Widget.Hashtag.Placeholder.Content" = "This is how a post with a #hashtag would look. Pick whichever #hashtag you want in the widget settings."; +"Widget.LatestFollowers.ConfigurationDescription" = "Show latest followers."; +"Widget.LatestFollowers.ConfigurationDisplayName" = "Latest followers"; +"Widget.LatestFollowers.LastUpdate" = "Last update: %@"; +"Widget.LatestFollowers.Title" = "Latest followers"; +"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts."; +"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers"; +"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social"; +"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower"; \ No newline at end of file diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/it.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/it.lproj/Localizable.strings index 84156f48b..1d98fa8f1 100644 --- a/MastodonSDK/Sources/MastodonLocalization/Resources/it.lproj/Localizable.strings +++ b/MastodonSDK/Sources/MastodonLocalization/Resources/it.lproj/Localizable.strings @@ -443,8 +443,8 @@ 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.NoUser.Message" = "There's no Useraccount \"%@\" on %@"; -"Scene.Search.Searching.NoUser.Title" = "No User Account Found"; +"Scene.Search.Searching.NoUser.Message" = "Non c'è un account utente \"%@\" su %@"; +"Scene.Search.Searching.NoUser.Title" = "Nessun account utente trovato"; "Scene.Search.Searching.People" = "Persone corrispondenti a \"%@\""; "Scene.Search.Searching.Posts" = "Post corrispondenti a \"%@\""; "Scene.Search.Searching.Profile" = "Vai a @%@@%@"; @@ -489,45 +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.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.AboutMastodon.ClearMediaStorage" = "Cancella l'archiviazione multimediale"; +"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribuisci a Mastodon"; +"Scene.Settings.AboutMastodon.MoreSettings" = "Ancora più impostazioni"; +"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Politica sulla privacy"; +"Scene.Settings.AboutMastodon.Title" = "Info"; +"Scene.Settings.General.Appearance.Dark" = "Scuro"; +"Scene.Settings.General.Appearance.Light" = "Chiaro"; +"Scene.Settings.General.Appearance.SectionTitle" = "Aspetto"; +"Scene.Settings.General.Appearance.System" = "Utilizza l'aspetto del dispositivo"; +"Scene.Settings.General.Design.SectionTitle" = "Stile"; +"Scene.Settings.General.Design.ShowAnimations" = "Riproduci avatar ed emoji animati"; +"Scene.Settings.General.Links.OpenInBrowser" = "Apri nel browser"; +"Scene.Settings.General.Links.OpenInMastodon" = "Apri su Mastodon"; +"Scene.Settings.General.Links.SectionTitle" = "Collegamenti"; +"Scene.Settings.General.Title" = "Generale"; +"Scene.Settings.Notifications.Alert.Boosts" = "Condivisioni"; +"Scene.Settings.Notifications.Alert.Favorites" = "Preferiti"; +"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Menzioni e risposte"; +"Scene.Settings.Notifications.Alert.NewFollowers" = "Nuovi seguaci"; +"Scene.Settings.Notifications.Disabled.GoToSettings" = "Vai alle impostazioni di notifica"; +"Scene.Settings.Notifications.Disabled.NotificationHint" = "Attiva le notifiche dalle impostazioni del tuo dispositivo per vedere gli aggiornamenti sulla schermata di blocco."; +"Scene.Settings.Notifications.Policy.Anyone" = "Chiunque"; +"Scene.Settings.Notifications.Policy.Follow" = "Persone che segui"; +"Scene.Settings.Notifications.Policy.Followers" = "Persone che ti seguono"; +"Scene.Settings.Notifications.Policy.Noone" = "Nessuno"; +"Scene.Settings.Notifications.Policy.Title" = "Ricevi notifiche da"; +"Scene.Settings.Notifications.Title" = "Notifiche"; +"Scene.Settings.Overview.AboutMastodon" = "Informazioni su Mastodon"; +"Scene.Settings.Overview.General" = "Generale"; +"Scene.Settings.Overview.Logout" = "Esci da %@"; +"Scene.Settings.Overview.Notifications" = "Notifiche"; +"Scene.Settings.Overview.ServerDetails" = "Dettagli del server"; +"Scene.Settings.Overview.SupportMastodon" = "Supporta Mastodon"; +"Scene.Settings.Overview.Title" = "Impostazioni"; +"Scene.Settings.ServerDetails.About" = "Info"; +"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "Un avviso legale"; "Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin"; -"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator"; -"Scene.Settings.ServerDetails.Rules" = "Rules"; +"Scene.Settings.ServerDetails.AboutInstance.Title" = "Amministratore"; +"Scene.Settings.ServerDetails.Rules" = "Regole"; "Scene.SuggestionAccount.FollowAll" = "Segui tutti"; "Scene.SuggestionAccount.Title" = "Popolare su Mastodon"; "Scene.Thread.BackTitle" = "Post"; diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/sv.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/sv.lproj/Localizable.strings index 2ffc3de19..8e7a5ebc0 100644 --- a/MastodonSDK/Sources/MastodonLocalization/Resources/sv.lproj/Localizable.strings +++ b/MastodonSDK/Sources/MastodonLocalization/Resources/sv.lproj/Localizable.strings @@ -444,7 +444,7 @@ laddas upp till Mastodon."; "Scene.Search.Searching.EmptyState.NoResults" = "Inga resultat"; "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.NoUser.Title" = "Inget användarkonto hittades"; "Scene.Search.Searching.People" = "People matching \"%@\""; "Scene.Search.Searching.Posts" = "Posts matching \"%@\""; "Scene.Search.Searching.Profile" = "Gå till @%@@%@"; @@ -476,7 +476,7 @@ laddas upp till Mastodon."; "Scene.ServerPicker.Label.Category" = "KATEGORI"; "Scene.ServerPicker.Label.Language" = "SPRÅK"; "Scene.ServerPicker.Label.Users" = "ANVÄNDARE"; -"Scene.ServerPicker.Language.All" = "All"; +"Scene.ServerPicker.Language.All" = "Alla"; "Scene.ServerPicker.NoServerSelectedHint" = "Vi kommer att välja en server baserat på ditt språk om du fortsätter utan att göra ett val."; "Scene.ServerPicker.Search.Placeholder" = "Sök namn eller URL"; "Scene.ServerPicker.SignupSpeed.All" = "Allt"; @@ -490,44 +490,44 @@ laddas upp till Mastodon."; "Scene.ServerRules.TermsOfService" = "användarvillkor"; "Scene.ServerRules.Title" = "Några grundregler."; "Scene.Settings.AboutMastodon.ClearMediaStorage" = "Clear Media Storage"; -"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Contribute to Mastodon"; +"Scene.Settings.AboutMastodon.ContributeToMastodon" = "Bidra till 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.AboutMastodon.PrivacyPolicy" = "Integritetspolicy"; +"Scene.Settings.AboutMastodon.Title" = "Om"; +"Scene.Settings.General.Appearance.Dark" = "Mörkt"; +"Scene.Settings.General.Appearance.Light" = "Ljust"; +"Scene.Settings.General.Appearance.SectionTitle" = "Utseende"; "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.General.Design.ShowAnimations" = "Spela animerade avatarer och emojis"; +"Scene.Settings.General.Links.OpenInBrowser" = "Öppna i webbläsare"; +"Scene.Settings.General.Links.OpenInMastodon" = "Öppna i Mastodon"; +"Scene.Settings.General.Links.SectionTitle" = "Länkar"; +"Scene.Settings.General.Title" = "Allmänt"; "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.Alert.Favorites" = "Favoriter"; +"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "Omnämnanden & Svar"; +"Scene.Settings.Notifications.Alert.NewFollowers" = "Nya följare"; "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.Follow" = "Personer du följer"; +"Scene.Settings.Notifications.Policy.Followers" = "Personer som följer dig"; +"Scene.Settings.Notifications.Policy.Noone" = "Ingen"; "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.AboutMastodon" = "Om Mastodon"; +"Scene.Settings.Overview.General" = "Allmänt"; +"Scene.Settings.Overview.Logout" = "Logga ut %@"; "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.Overview.SupportMastodon" = "Stöd Mastodon"; +"Scene.Settings.Overview.Title" = "Inställningar"; +"Scene.Settings.ServerDetails.About" = "Om"; "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.Settings.ServerDetails.AboutInstance.Title" = "Administratör"; +"Scene.Settings.ServerDetails.Rules" = "Regler"; "Scene.SuggestionAccount.FollowAll" = "Följ alla"; "Scene.SuggestionAccount.Title" = "Populärt på Mastodon"; "Scene.Thread.BackTitle" = "Inlägg"; diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/th.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/th.lproj/Localizable.strings index cea7474fa..ffc9fc4ce 100644 --- a/MastodonSDK/Sources/MastodonLocalization/Resources/th.lproj/Localizable.strings +++ b/MastodonSDK/Sources/MastodonLocalization/Resources/th.lproj/Localizable.strings @@ -443,8 +443,8 @@ "Scene.Search.Searching.ClearAll" = "ล้างทั้งหมด"; "Scene.Search.Searching.EmptyState.NoResults" = "ไม่มีผลลัพธ์"; "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.NoUser.Message" = "ไม่มีบัญชีผู้ใช้ \"%@\" ใน %@"; +"Scene.Search.Searching.NoUser.Title" = "ไม่พบบัญชีผู้ใช้"; "Scene.Search.Searching.People" = "ผู้คนที่ตรงกับ \"%@\""; "Scene.Search.Searching.Posts" = "โพสต์ที่ตรงกับ \"%@\""; "Scene.Search.Searching.Profile" = "ไปยัง @%@@%@"; @@ -489,45 +489,45 @@ "Scene.ServerRules.Subtitle" = "มีการตั้งและบังคับใช้กฎเหล่านี้โดยผู้ควบคุมของ %@"; "Scene.ServerRules.TermsOfService" = "เงื่อนไขการให้บริการ"; "Scene.ServerRules.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.Settings.AboutMastodon.ClearMediaStorage" = "ล้างที่เก็บข้อมูลสื่อ"; +"Scene.Settings.AboutMastodon.ContributeToMastodon" = "มีส่วนร่วมกับ Mastodon"; +"Scene.Settings.AboutMastodon.MoreSettings" = "การตั้งค่าเพิ่มเติม"; +"Scene.Settings.AboutMastodon.PrivacyPolicy" = "นโยบายความเป็นส่วนตัว"; +"Scene.Settings.AboutMastodon.Title" = "เกี่ยวกับ"; +"Scene.Settings.General.Appearance.Dark" = "มืด"; +"Scene.Settings.General.Appearance.Light" = "สว่าง"; +"Scene.Settings.General.Appearance.SectionTitle" = "ลักษณะที่ปรากฏ"; +"Scene.Settings.General.Appearance.System" = "ใช้ลักษณะที่ปรากฏของอุปกรณ์"; +"Scene.Settings.General.Design.SectionTitle" = "การออกแบบ"; +"Scene.Settings.General.Design.ShowAnimations" = "เล่นภาพประจำตัวและอีโมจิแบบเคลื่อนไหว"; +"Scene.Settings.General.Links.OpenInBrowser" = "เปิดในเบราว์เซอร์"; +"Scene.Settings.General.Links.OpenInMastodon" = "เปิดใน Mastodon"; +"Scene.Settings.General.Links.SectionTitle" = "ลิงก์"; +"Scene.Settings.General.Title" = "ทั่วไป"; +"Scene.Settings.Notifications.Alert.Boosts" = "การดัน"; +"Scene.Settings.Notifications.Alert.Favorites" = "รายการโปรด"; +"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "การกล่าวถึงและการตอบกลับ"; +"Scene.Settings.Notifications.Alert.NewFollowers" = "ผู้ติดตามใหม่"; +"Scene.Settings.Notifications.Disabled.GoToSettings" = "ไปยังการตั้งค่าการแจ้งเตือน"; +"Scene.Settings.Notifications.Disabled.NotificationHint" = "เปิดการแจ้งเตือนจากการตั้งค่าอุปกรณ์ของคุณเพื่อดูการอัปเดตในหน้าจอล็อคของคุณ"; +"Scene.Settings.Notifications.Policy.Anyone" = "ใครก็ตาม"; +"Scene.Settings.Notifications.Policy.Follow" = "ผู้คนที่คุณติดตาม"; +"Scene.Settings.Notifications.Policy.Followers" = "ผู้คนที่ติดตามคุณ"; +"Scene.Settings.Notifications.Policy.Noone" = "ไม่มีใคร"; +"Scene.Settings.Notifications.Policy.Title" = "รับการแจ้งเตือนจาก"; +"Scene.Settings.Notifications.Title" = "การแจ้งเตือน"; +"Scene.Settings.Overview.AboutMastodon" = "เกี่ยวกับ Mastodon"; +"Scene.Settings.Overview.General" = "ทั่วไป"; +"Scene.Settings.Overview.Logout" = "ออกจากระบบ %@"; +"Scene.Settings.Overview.Notifications" = "การแจ้งเตือน"; +"Scene.Settings.Overview.ServerDetails" = "รายละเอียดเซิร์ฟเวอร์"; +"Scene.Settings.Overview.SupportMastodon" = "สนับสนุน Mastodon"; +"Scene.Settings.Overview.Title" = "การตั้งค่า"; +"Scene.Settings.ServerDetails.About" = "เกี่ยวกับ"; +"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "ประกาศทางกฎหมาย"; +"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "ส่งข้อความถึงผู้ดูแล"; +"Scene.Settings.ServerDetails.AboutInstance.Title" = "ผู้ดูแล"; +"Scene.Settings.ServerDetails.Rules" = "กฎ"; "Scene.SuggestionAccount.FollowAll" = "ติดตามทั้งหมด"; "Scene.SuggestionAccount.Title" = "เป็นที่นิยมใน Mastodon"; "Scene.Thread.BackTitle" = "โพสต์"; diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hant.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hant.lproj/Localizable.strings index a6d6b8139..b75a73144 100644 --- a/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hant.lproj/Localizable.strings +++ b/MastodonSDK/Sources/MastodonLocalization/Resources/zh-Hant.lproj/Localizable.strings @@ -9,7 +9,7 @@ "Common.Alerts.EditProfileFailure.Message" = "無法編輯個人檔案。請重試。"; "Common.Alerts.EditProfileFailure.Title" = "編輯個人檔案錯誤"; "Common.Alerts.PublishPostFailure.AttachmentsMessage.MoreThanOneVideo" = "無法附加一個以上影片。"; -"Common.Alerts.PublishPostFailure.AttachmentsMessage.VideoAttachWithPhoto" = "無法在已有圖片的嘟文上附加影片。"; +"Common.Alerts.PublishPostFailure.AttachmentsMessage.VideoAttachWithPhoto" = "無法於已有圖片之嘟文中加入影片."; "Common.Alerts.PublishPostFailure.Message" = "發表嘟文失敗。 請檢查您的網路連線。"; "Common.Alerts.PublishPostFailure.Title" = "發表嘟文失敗"; @@ -46,8 +46,8 @@ "Common.Controls.Actions.Next" = "下一頁"; "Common.Controls.Actions.Ok" = "OK"; "Common.Controls.Actions.Open" = "開啟"; -"Common.Controls.Actions.OpenInBrowser" = "在瀏覽器中開啟"; -"Common.Controls.Actions.OpenInSafari" = "在 Safari 中開啟"; +"Common.Controls.Actions.OpenInBrowser" = "於瀏覽器中開啟"; +"Common.Controls.Actions.OpenInSafari" = "於 Safari 中開啟"; "Common.Controls.Actions.Preview" = "預覽"; "Common.Controls.Actions.Previous" = "上一步"; "Common.Controls.Actions.Remove" = "刪除"; @@ -326,7 +326,7 @@ "Scene.Profile.Fields.Joined" = "加入時間"; "Scene.Profile.Fields.Placeholder.Content" = "內容"; "Scene.Profile.Fields.Placeholder.Label" = "標籤"; -"Scene.Profile.Fields.Verified.Long" = "已在 %@ 檢查此連結的擁有者權限"; +"Scene.Profile.Fields.Verified.Long" = "已於 %@ 檢查此連結的擁有者權限"; "Scene.Profile.Fields.Verified.Short" = "於 %@ 上已驗證"; "Scene.Profile.Header.FollowsYou" = "已跟隨您"; "Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "確認將 %@ 封鎖"; @@ -397,9 +397,9 @@ "Scene.Report.StepFinal.Unfollow" = "取消跟隨"; "Scene.Report.StepFinal.UnfollowUser" = "取消跟隨 %@"; "Scene.Report.StepFinal.Unfollowed" = "已取消跟隨"; -"Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience." = "當您看到某些不喜歡的內容時,您可以將該帳號從您的體驗中移除。"; +"Scene.Report.StepFinal.WhenYouSeeSomethingYouDontLikeOnMastodonYouCanRemoveThePersonFromYourExperience." = "當您看到某些不喜歡的內容時,您可以將該帳號自您的體驗中移除。"; "Scene.Report.StepFinal.WhileWeReviewThisYouCanTakeActionAgainstUser" = "當我們正在審核時,您可以對 %@ 採取以下措施"; -"Scene.Report.StepFinal.YouWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted" = "您不會在您的首頁時間軸中再見到他們的嘟文或轉嘟。他們不會知道他們已被靜音。"; +"Scene.Report.StepFinal.YouWontSeeTheirPostsOrReblogsInYourHomeFeedTheyWontKnowTheyVeBeenMuted" = "您不會於您的首頁時間軸中再見到他們的嘟文或轉嘟。他們不會知道他們已被靜音。"; "Scene.Report.StepFour.IsThereAnythingElseWeShouldKnow" = "有什麼其他您想讓我們知道的嗎?"; "Scene.Report.StepFour.Step4Of4" = "四個步驟中的第四步"; "Scene.Report.StepOne.IDontLikeIt" = "我不喜歡"; @@ -438,8 +438,8 @@ "Scene.Search.Searching.ClearAll" = "清除全部"; "Scene.Search.Searching.EmptyState.NoResults" = "沒有任何結果"; "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.NoUser.Message" = "使用者「%@」於 %@ 上不存在"; +"Scene.Search.Searching.NoUser.Title" = "找不到使用者帳號"; "Scene.Search.Searching.People" = "符合「%@」之個人檔案"; "Scene.Search.Searching.Posts" = "符合「%@」之嘟文"; "Scene.Search.Searching.Profile" = "前往 @%@@%@"; @@ -480,49 +480,49 @@ "Scene.ServerPicker.Title" = "挑選伺服器"; "Scene.ServerRules.Button.Confirm" = "我已閱讀並同意"; "Scene.ServerRules.PrivacyPolicy" = "隱私權政策"; -"Scene.ServerRules.Prompt" = "繼續的話,代表您將遵守 %@ 的服務條款和隱私權政策。"; +"Scene.ServerRules.Prompt" = "繼續的話,代表您將遵守 %@ 的服務條款與隱私權政策。"; "Scene.ServerRules.Subtitle" = "這些被 %@ 的管管們制定以及實施。"; "Scene.ServerRules.TermsOfService" = "服務條款"; "Scene.ServerRules.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.Settings.AboutMastodon.ClearMediaStorage" = "清空媒體儲存空間"; +"Scene.Settings.AboutMastodon.ContributeToMastodon" = "貢獻 Mastodon"; +"Scene.Settings.AboutMastodon.MoreSettings" = "更多更多的設定"; +"Scene.Settings.AboutMastodon.PrivacyPolicy" = "隱私權政策"; +"Scene.Settings.AboutMastodon.Title" = "關於"; +"Scene.Settings.General.Appearance.Dark" = "深色"; +"Scene.Settings.General.Appearance.Light" = "淺色"; +"Scene.Settings.General.Appearance.SectionTitle" = "外觀設定"; +"Scene.Settings.General.Appearance.System" = "使用裝置外觀設定"; +"Scene.Settings.General.Design.SectionTitle" = "設計"; +"Scene.Settings.General.Design.ShowAnimations" = "播放動畫大頭貼與表情符號"; +"Scene.Settings.General.Links.OpenInBrowser" = "於瀏覽器中開啟連結"; +"Scene.Settings.General.Links.OpenInMastodon" = "於 Mastodon 中開啟連結"; +"Scene.Settings.General.Links.SectionTitle" = "連結"; +"Scene.Settings.General.Title" = "一般"; +"Scene.Settings.Notifications.Alert.Boosts" = "轉嘟"; +"Scene.Settings.Notifications.Alert.Favorites" = "最愛"; +"Scene.Settings.Notifications.Alert.MentionsAndReplies" = "提及與回覆"; +"Scene.Settings.Notifications.Alert.NewFollowers" = "新跟隨者"; +"Scene.Settings.Notifications.Disabled.GoToSettings" = "前往系統通知設定"; +"Scene.Settings.Notifications.Disabled.NotificationHint" = "自您的裝置啟用通知設定以於鎖定畫面檢視新消息。"; +"Scene.Settings.Notifications.Policy.Anyone" = "所有人"; +"Scene.Settings.Notifications.Policy.Follow" = "您跟隨的人"; +"Scene.Settings.Notifications.Policy.Followers" = "跟隨您的人"; +"Scene.Settings.Notifications.Policy.Noone" = "沒有人"; +"Scene.Settings.Notifications.Policy.Title" = "接受通知來自"; +"Scene.Settings.Notifications.Title" = "通知"; +"Scene.Settings.Overview.AboutMastodon" = "關於 Mastodon"; +"Scene.Settings.Overview.General" = "一般"; +"Scene.Settings.Overview.Logout" = "登出 %@"; +"Scene.Settings.Overview.Notifications" = "通知"; +"Scene.Settings.Overview.ServerDetails" = "伺服器詳細資料"; +"Scene.Settings.Overview.SupportMastodon" = "支援 Mastodon"; +"Scene.Settings.Overview.Title" = "設定"; +"Scene.Settings.ServerDetails.About" = "關於"; +"Scene.Settings.ServerDetails.AboutInstance.LegalNotice" = "法律聲明"; +"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "私訊管理員"; +"Scene.Settings.ServerDetails.AboutInstance.Title" = "管理員"; +"Scene.Settings.ServerDetails.Rules" = "規則"; "Scene.SuggestionAccount.FollowAll" = "跟隨所有"; "Scene.SuggestionAccount.Title" = "Mastodon 上之流行內容"; "Scene.Thread.BackTitle" = "嘟文"; diff --git a/ShareActionExtension/hy.lproj/MainInterface.strings b/ShareActionExtension/hy.lproj/MainInterface.strings new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/ShareActionExtension/hy.lproj/MainInterface.strings @@ -0,0 +1 @@ +