Fix: #502 ユーザー設定のログインユーザーのみ(ja.statuses.visibilities.login)の翻訳がない (#524)

This commit is contained in:
KMY(雪あすか) 2024-02-06 09:30:03 +09:00 committed by GitHub
parent 4a1de164f7
commit 5a7b248310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -1931,6 +1931,8 @@ en:
too_many_hashtags: Too many hashtags too_many_hashtags: Too many hashtags
visibilities: visibilities:
direct: Direct direct: Direct
login: Login only
login_long: Only logined users
private: Followers-only private: Followers-only
private_long: Only show to followers private_long: Only show to followers
public: Public public: Public

View file

@ -1904,6 +1904,8 @@ ja:
too_many_hashtags: ハッシュタグが多すぎます too_many_hashtags: ハッシュタグが多すぎます
visibilities: visibilities:
direct: ダイレクト direct: ダイレクト
login: ログインユーザーのみ
login_long: ログインしたユーザーのみが見ることができます
private: フォロワー限定 private: フォロワー限定
private_long: フォロワーにのみ表示されます private_long: フォロワーにのみ表示されます
public: 公開 public: 公開