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
|
||||
|
||||
.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
|
||||
= f.button :button, t('generic.save_changes'), type: :submit
|
||||
|
|
|
@ -595,6 +595,9 @@ en:
|
|||
title: IP rules
|
||||
media_attachments:
|
||||
title: Media attachments
|
||||
ng_words:
|
||||
keywords: Reject keywords
|
||||
title: NG words and against spams
|
||||
relationships:
|
||||
title: "%{acct}'s relationships"
|
||||
relays:
|
||||
|
@ -1710,6 +1713,7 @@ en:
|
|||
one: "%{count} video"
|
||||
other: "%{count} videos"
|
||||
boosted_from_html: Boosted from %{acct_link}
|
||||
contains_ng_words: The post contains NG words
|
||||
content_warning: 'Content warning: %{warning}'
|
||||
default_language: Same as interface language
|
||||
disallowed_hashtags:
|
||||
|
|
|
@ -594,6 +594,9 @@ ja:
|
|||
title: IPルール
|
||||
media_attachments:
|
||||
title: 投稿された画像
|
||||
ng_words:
|
||||
keywords: 投稿できないキーワード
|
||||
title: NGワードとスパム
|
||||
relationships:
|
||||
title: "%{acct} さんのフォロー・フォロワー"
|
||||
relays:
|
||||
|
@ -1694,6 +1697,7 @@ ja:
|
|||
video:
|
||||
other: "%{count}本の動画"
|
||||
boosted_from_html: '%{acct_link}からブースト'
|
||||
contains_ng_words: 投稿できない単語が含まれています
|
||||
content_warning: '閲覧注意: %{warning}'
|
||||
default_language: UIの表示言語
|
||||
disallowed_hashtags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue