Browse Source

Alter Japanese translations for CW and NSFW (#2305)

The previous translation for NSFW, "不適切" means "impertinent". This change
suggests "閲覧注意", which means the content requires precaution, instead.

However, "閲覧注意" was also a translation for CW. CW is now translated as
"警告", which simply means "warnings".
closed-social-glitch-2
Akihiko Odaki 7 years ago
committed by Eugen
parent
commit
df46864b39
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      app/assets/javascripts/components/locales/ja.jsx
  2. +1
    -1
      config/locales/ja.yml

+ 3
- 3
app/assets/javascripts/components/locales/ja.jsx View File

@ -27,9 +27,9 @@ const ja = {
"compose_form.placeholder": "今なにしてる?",
"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.sensitive": "メディアを閲覧注意としてマークする",
"compose_form.spoiler": "テキストを隠す",
"compose_form.spoiler_placeholder": "閲覧注意",
"compose_form.spoiler_placeholder": "警告",
"emoji_button.label": "絵文字を追加",
"empty_column.community": "ローカルタイムラインはまだ使われていません。何か書いてみましょう!",
"empty_column.hashtag": "このハッシュタグはまだ使われていません。",
@ -123,7 +123,7 @@ const ja = {
"status.replyAll": "全員に返信",
"status.report": "通報",
"status.sensitive_toggle": "クリックして表示",
"status.sensitive_warning": "不適切なコンテンツ",
"status.sensitive_warning": "閲覧注意",
"status.show_less": "隠す",
"status.show_more": "もっと見る",
"tabs_bar.compose": "投稿",

+ 1
- 1
config/locales/ja.yml View File

@ -288,7 +288,7 @@ ja:
stream_entries:
click_to_show: クリックして表示
reblogged: ブーストされました
sensitive_content: 不適切なコンテンツの可能性があります
sensitive_content: 閲覧注意
time:
formats:
default: "%Y年%m月%d日 %H:%M"

Loading…
Cancel
Save