Fix translations
This commit is contained in:
parent
c553275381
commit
a1cfab66cf
3 changed files with 9 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
= render 'shared/error_messages', object: @admin_settings
|
= render 'shared/error_messages', object: @admin_settings
|
||||||
|
|
||||||
.fields-group
|
.fields-group
|
||||||
= f.input :ng_words, wrapper: :with_label, as: :text, input_html: { rows: 12 }, label: t('antennas.edit.keywords_raw')
|
= f.input :ng_words, wrapper: :with_label, as: :text, input_html: { rows: 12 }, label: t('admin.ng_words.keywords')
|
||||||
|
|
||||||
.actions
|
.actions
|
||||||
= f.button :button, t('generic.save_changes'), type: :submit
|
= f.button :button, t('generic.save_changes'), type: :submit
|
||||||
|
|
|
@ -595,6 +595,9 @@ en:
|
||||||
title: IP rules
|
title: IP rules
|
||||||
media_attachments:
|
media_attachments:
|
||||||
title: Media attachments
|
title: Media attachments
|
||||||
|
ng_words:
|
||||||
|
keywords: Reject keywords
|
||||||
|
title: NG words and against spams
|
||||||
relationships:
|
relationships:
|
||||||
title: "%{acct}'s relationships"
|
title: "%{acct}'s relationships"
|
||||||
relays:
|
relays:
|
||||||
|
@ -1710,6 +1713,7 @@ en:
|
||||||
one: "%{count} video"
|
one: "%{count} video"
|
||||||
other: "%{count} videos"
|
other: "%{count} videos"
|
||||||
boosted_from_html: Boosted from %{acct_link}
|
boosted_from_html: Boosted from %{acct_link}
|
||||||
|
contains_ng_words: The post contains NG words
|
||||||
content_warning: 'Content warning: %{warning}'
|
content_warning: 'Content warning: %{warning}'
|
||||||
default_language: Same as interface language
|
default_language: Same as interface language
|
||||||
disallowed_hashtags:
|
disallowed_hashtags:
|
||||||
|
|
|
@ -594,6 +594,9 @@ ja:
|
||||||
title: IPルール
|
title: IPルール
|
||||||
media_attachments:
|
media_attachments:
|
||||||
title: 投稿された画像
|
title: 投稿された画像
|
||||||
|
ng_words:
|
||||||
|
keywords: 投稿できないキーワード
|
||||||
|
title: NGワードとスパム
|
||||||
relationships:
|
relationships:
|
||||||
title: "%{acct} さんのフォロー・フォロワー"
|
title: "%{acct} さんのフォロー・フォロワー"
|
||||||
relays:
|
relays:
|
||||||
|
@ -1694,6 +1697,7 @@ ja:
|
||||||
video:
|
video:
|
||||||
other: "%{count}本の動画"
|
other: "%{count}本の動画"
|
||||||
boosted_from_html: '%{acct_link}からブースト'
|
boosted_from_html: '%{acct_link}からブースト'
|
||||||
|
contains_ng_words: 投稿できない単語が含まれています
|
||||||
content_warning: '閲覧注意: %{warning}'
|
content_warning: '閲覧注意: %{warning}'
|
||||||
default_language: UIの表示言語
|
default_language: UIの表示言語
|
||||||
disallowed_hashtags:
|
disallowed_hashtags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue