diff options
author | unarist <m.unarist@gmail.com> | 2017-04-22 22:10:14 +0900 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-22 15:10:14 +0200 |
commit | 4428cf6f07c1496e8cbf41b4af769d5777eb124b (patch) | |
tree | e87ad35c05086a4a457c460478de49c5e179d952 /app | |
parent | fe43991d02b67a650a8ad60ec48d156b6e4e963a (diff) |
Fix Japanese translation of privacy disclaimer (#2315)
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/javascripts/components/locales/ja.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/components/locales/ja.jsx b/app/assets/javascripts/components/locales/ja.jsx index 6126fae07..e1b63f32d 100644 --- a/app/assets/javascripts/components/locales/ja.jsx +++ b/app/assets/javascripts/components/locales/ja.jsx @@ -25,7 +25,7 @@ const ja = { "column.public": "連合タイムライン", "column_back_button.label": "戻る", "compose_form.placeholder": "今なにしてる?", - "compose_form.privacy_disclaimer": "あなたの非公開トゥートは返信先のユーザー(at {domains})に公開されます。{domainsCount, plural, one {that server} other {those servers}}を信頼しますか?投稿のプライバシー保護はMastodonサーバー内でのみ有効です。 もし{domains} {domainsCount, plural, one {is not a Mastodon instance} other {are not Mastodon instances}}ならばあなたの投稿のプライバシーは保護されず、ブーストされたり予期しないユーザーに見られる可能性があります。", + "compose_form.privacy_disclaimer": "あなたの非公開トゥートは返信先ユーザーが所属する {domains} に送信されます。{domainsCount, plural, one {このサーバー} other {これらのサーバー}}は信頼できますか?投稿のプライバシー保護はMastodonサーバー内でのみ有効です。 {domains} {domainsCount, plural, one {がMastodonインスタンス} other {がMastodonインスタンス}}でない場合、あなたの投稿がプライベートなものとして扱われず、ブーストされたり予期しないユーザーに見られる可能性があります。", "compose_form.publish": "トゥート", "compose_form.sensitive": "メディアを不適切なコンテンツとしてマークする", "compose_form.spoiler": "テキストを隠す", |