diff options
author | Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> | 2017-04-23 11:31:40 +0900 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-23 04:31:40 +0200 |
commit | df46864b39b0ba26aedb65d2984b9be08ff5e35a (patch) | |
tree | b44930b30142593e9b5399f649c89425ac585f54 /config | |
parent | cca41ea544fe7de3e7afdc250992a1c6e48d2a31 (diff) |
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".
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/ja.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 996067654..5e6782b42 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -288,7 +288,7 @@ ja: stream_entries: click_to_show: クリックして表示 reblogged: ブーストされました - sensitive_content: 不適切なコンテンツの可能性があります + sensitive_content: 閲覧注意 time: formats: default: "%Y年%m月%d日 %H:%M" |