From 5a7b2483107c19f5220e6a32e4f20c36d0ae533f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KMY=EF=BC=88=E9=9B=AA=E3=81=82=E3=81=99=E3=81=8B=EF=BC=89?= Date: Tue, 6 Feb 2024 09:30:03 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20#502=20=E3=83=A6=E3=83=BC=E3=82=B6?= =?UTF-8?q?=E3=83=BC=E8=A8=AD=E5=AE=9A=E3=81=AE=E3=83=AD=E3=82=B0=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=83=A6=E3=83=BC=E3=82=B6=E3=83=BC=E3=81=AE=E3=81=BF?= =?UTF-8?q?(ja.statuses.visibilities.login)=E3=81=AE=E7=BF=BB=E8=A8=B3?= =?UTF-8?q?=E3=81=8C=E3=81=AA=E3=81=84=20(#524)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/locales/en.yml | 2 ++ config/locales/ja.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index f6913c6813a897..244c34e537cd8a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1931,6 +1931,8 @@ en: too_many_hashtags: Too many hashtags visibilities: direct: Direct + login: Login only + login_long: Only logined users private: Followers-only private_long: Only show to followers public: Public diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 43e968f8c89554..a80a2698ddec18 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1904,6 +1904,8 @@ ja: too_many_hashtags: ハッシュタグが多すぎます visibilities: direct: ダイレクト + login: ログインユーザーのみ + login_long: ログインしたユーザーのみが見ることができます private: フォロワー限定 private_long: フォロワーにのみ表示されます public: 公開