From 403dfc1d2db470ebad5b9bda559814034179858e Mon Sep 17 00:00:00 2001 From: KMY Date: Fri, 7 Jul 2023 17:42:31 +0900 Subject: [PATCH] Change private searchability name --- app/javascript/mastodon/locales/en.json | 4 ++-- app/javascript/mastodon/locales/ja.json | 8 ++++---- config/locales/en.yml | 4 ++-- config/locales/ja.yml | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index c8485aa518..610e062f64 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -590,8 +590,8 @@ "searchability.private.short": "Reactionners", "searchability.public.long": "Anyone can find", "searchability.public.short": "Public", - "searchability.unlisted.long": "Your followers can find", - "searchability.unlisted.short": "Followers", + "searchability.unlisted.long": "Your followers and reactionners can find", + "searchability.unlisted.short": "Followers and reactionners", "search_popout.quick_actions": "Quick actions", "search_popout.recent": "Recent searches", "search_results.accounts": "Profiles", diff --git a/app/javascript/mastodon/locales/ja.json b/app/javascript/mastodon/locales/ja.json index 05e4ca0348..1a31cac16c 100644 --- a/app/javascript/mastodon/locales/ja.json +++ b/app/javascript/mastodon/locales/ja.json @@ -583,12 +583,12 @@ "searchability.change": "検索許可範囲を変更", "searchability.direct.long": "この投稿はあなたしか検索できません", "searchability.direct.short": "自分のみ", - "searchability.private.long": "この投稿にリアクションした人だけが検索できます", - "searchability.private.short": "リアクションした人のみ", + "searchability.private.long": "この投稿に反応した人だけが検索できます", + "searchability.private.short": "反応者のみ", "searchability.public.long": "この投稿は誰でも検索できます", "searchability.public.short": "全て", - "searchability.unlisted.long": "この投稿はあなたのフォロワーしか検索できません", - "searchability.unlisted.short": "フォロワーのみ", + "searchability.unlisted.long": "この投稿はあなたのフォロワーと反応者だけが検索できます", + "searchability.unlisted.short": "フォロワーと反応者", "search_popout.quick_actions": "クイック操作", "search_popout.recent": "最近の検索", "search_results.accounts": "ユーザー", diff --git a/config/locales/en.yml b/config/locales/en.yml index cb7b616c1a..531a9c8402 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1716,8 +1716,8 @@ en: direct_long: Reacter of this post can find limited: Self only limited_long: Nobody can find, but you can - private: Followers only - private_long: Your followers can find + private: Followers and reactionners + private_long: Your followers and reactionners can find public: Public public_long: Anyone can find show_more: Show more diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 7052d023e3..d8cc4ee465 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1640,12 +1640,12 @@ ja: other: "%{count}票" vote: 投票 searchabilities: - direct: リアクションした人 - direct_long: この投稿にリアクションした人しか検索できません + direct: 反応者 + direct_long: この投稿に反応した人しか検索できません limited: 自分のみ limited_long: この投稿はあなたしか検索できません - private: フォロワーのみ - private_long: この投稿はフォロワーのみが検索できます + private: フォロワーと反応者 + private_long: この投稿はフォロワーと反応者のみが検索できます public: 全て public_long: この投稿は誰でも検索できます show_more: もっと見る