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:
utam0k
2017-10-04 22:16:10 +09:00
committed by Eugen Rochko
parent d5091387c6
commit b3af3f9f8c
15 changed files with 207 additions and 1 deletions

View File

@ -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

View File

@ -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: ドメイン名