Add Japanese translation of terms and flash (#4137)
parent
63baab088d
commit
ca45bd0361
|
@ -24,7 +24,7 @@ module Admin
|
||||||
setting.update(value: value_for_update(key, value))
|
setting.update(value: value_for_update(key, value))
|
||||||
end
|
end
|
||||||
|
|
||||||
flash[:notice] = 'Success!'
|
flash[:notice] = I18n.t('generic.changes_saved_msg')
|
||||||
redirect_to edit_admin_settings_path
|
redirect_to edit_admin_settings_path
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -183,6 +183,9 @@ ja:
|
||||||
site_description_extended:
|
site_description_extended:
|
||||||
desc_html: インスタンスについてのページに表示されます。<br>HTMLタグが利用可能です。
|
desc_html: インスタンスについてのページに表示されます。<br>HTMLタグが利用可能です。
|
||||||
title: サイトの詳細な説明
|
title: サイトの詳細な説明
|
||||||
|
site_terms:
|
||||||
|
desc_html: プライバシーポリシーのページに表示されます。<br>HTMLタグが利用可能です。
|
||||||
|
title: サイトのプライバシーポリシー
|
||||||
site_title: サイトのタイトル
|
site_title: サイトのタイトル
|
||||||
title: サイト設定
|
title: サイト設定
|
||||||
subscriptions:
|
subscriptions:
|
||||||
|
|
Loading…
Reference in New Issue