From 0adad00c225201ec69ef2c56020c19fa2482be35 Mon Sep 17 00:00:00 2001 From: hirossan4049 Date: Tue, 3 Aug 2021 13:23:51 +0900 Subject: [PATCH] move ja.lproj to MastodonIntent/ja.lproj --- .../xcshareddata/swiftpm/Package.resolved | 13 ++----------- Mastodon/Resources/ja.lproj/Localizable.strings | 4 ++-- .../ja.lproj}/Intents.strings | 0 3 files changed, 4 insertions(+), 13 deletions(-) rename {ja.lproj => MastodonIntent/ja.lproj}/Intents.strings (100%) diff --git a/Mastodon.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Mastodon.xcworkspace/xcshareddata/swiftpm/Package.resolved index 82ec4e23b..a6395e4b4 100644 --- a/Mastodon.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Mastodon.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -110,7 +110,7 @@ } }, { - "package": "Nuke-FLAnimatedImage-Plugin", + "package": "NukeFLAnimatedImagePlugin", "repositoryURL": "https://github.com/kean/Nuke-FLAnimatedImage-Plugin.git", "state": { "branch": null, @@ -155,7 +155,7 @@ } }, { - "package": "SwiftUI-Introspect", + "package": "Introspect", "repositoryURL": "https://github.com/siteline/SwiftUI-Introspect.git", "state": { "branch": null, @@ -198,15 +198,6 @@ "revision": "dad97167bf1be16aeecd109130900995dd01c515", "version": "2.6.0" } - }, - { - "package": "UITextView-Placeholder", - "repositoryURL": "https://github.com/MainasuK/UITextView-Placeholder", - "state": { - "branch": null, - "revision": "20f513ded04a040cdf5467f0891849b1763ede3b", - "version": "1.4.1" - } } ] }, diff --git a/Mastodon/Resources/ja.lproj/Localizable.strings b/Mastodon/Resources/ja.lproj/Localizable.strings index 5cb563648..62028d1dc 100644 --- a/Mastodon/Resources/ja.lproj/Localizable.strings +++ b/Mastodon/Resources/ja.lproj/Localizable.strings @@ -1,5 +1,5 @@ "Common.Alerts.BlockDomain.BlockEntireDomain" = "ドメインをブロック"; -"Common.Alerts.BlockDomain.Title" = "本当に%@全体をブロックしたいのですか? ほとんどの場合、いくつかのターゲットを絞ったブロックやミュートで十分ですし、それが望ましいです。そのドメインからのコンテンツが表示されなくなり、そのドメインからのフォロワーもすべて削除されます。"; +"Common.Alerts.BlockDomain.Title" = "本当に%@全体をブロックしますか? ほとんどの場合、いくつかのターゲットを絞ったブロックやミュートで十分ですし、それが望ましいです。そのドメインからのコンテンツが表示されなくなり、そのドメインからのフォロワーもすべて削除されます。"; "Common.Alerts.CleanCache.Message" = "%@のキャッシュを消去しました。"; "Common.Alerts.CleanCache.Title" = "キャッシュを消去"; "Common.Alerts.Common.PleaseTryAgain" = "もう一度お試しください。"; @@ -37,7 +37,7 @@ "Common.Controls.Actions.Edit" = "編集"; "Common.Controls.Actions.FindPeople" = "フォローする人を見つける"; "Common.Controls.Actions.ManuallySearch" = "手動で検索する"; -"Common.Controls.Actions.Next" = "次"; +"Common.Controls.Actions.Next" = "次へ"; "Common.Controls.Actions.Ok" = "OK"; "Common.Controls.Actions.Open" = "開く"; "Common.Controls.Actions.OpenInSafari" = "Safariで開く"; diff --git a/ja.lproj/Intents.strings b/MastodonIntent/ja.lproj/Intents.strings similarity index 100% rename from ja.lproj/Intents.strings rename to MastodonIntent/ja.lproj/Intents.strings