Change Japanese translation for privacy.private.short (#7535)

The old translation means "hidden," but it is vague in terms that it does
not specify the scope status is hidden. The new translation is a literal
translation of "Followers-only," without such ambiguity.
master
Akihiko Odaki 6 years ago committed by Yamagishi Kazutoshi
parent 57b503d4ef
commit 2beeea1e7d
  1. 2
      app/javascript/mastodon/locales/ja.json

@ -211,7 +211,7 @@
"privacy.direct.long": "メンションしたユーザーだけに公開",
"privacy.direct.short": "ダイレクト",
"privacy.private.long": "フォロワーだけに公開",
"privacy.private.short": "非公開",
"privacy.private.short": "フォロワー限定",
"privacy.public.long": "公開TLに投稿する",
"privacy.public.short": "公開",
"privacy.unlisted.long": "公開TLで表示しない",

Loading…
Cancel
Save