Implement EmailBlackList (#5109)
* Implement BlacklistedEmailDomain * Use Faker::Internet.domain_name * Remove note column * Add frozen_string_literal comment * Delete unnecessary codes * Sort alphabetically * Change of wording * Rename BlacklistedEmailDomain to EmailDomainBlock
This commit is contained in:
@ -152,6 +152,16 @@ en:
|
||||
undo: Undo
|
||||
title: Domain Blocks
|
||||
undo: Undo
|
||||
email_domain_blocks:
|
||||
add_new: Add new
|
||||
created_msg: Email domain block successfully created
|
||||
delete: Delete
|
||||
destroyed_msg: Email domain block successfully deleted
|
||||
domain: Domain
|
||||
new:
|
||||
create: Create block
|
||||
title: New email domain block
|
||||
title: Email Domain Block
|
||||
instances:
|
||||
account_count: Known accounts
|
||||
domain_name: Domain
|
||||
|
@ -152,6 +152,16 @@ ja:
|
||||
undo: 元に戻す
|
||||
title: ドメインブロック
|
||||
undo: 元に戻す
|
||||
email_domain_blocks:
|
||||
add_new: 新規追加
|
||||
created_msg: 処理を完了しました
|
||||
delete: 消去
|
||||
destroyed_msg: 消去しました
|
||||
domain: ドメイン
|
||||
new:
|
||||
create: ブロックを作成
|
||||
title: 新規メールドメインブロック
|
||||
title: メールドメインブロック
|
||||
instances:
|
||||
account_count: 既知のアカウント数
|
||||
domain_name: ドメイン名
|
||||
|
Reference in New Issue
Block a user