FEATURE: provide more details when performing a bulk add to group

This commit is contained in:
Arpit Jalan
2017-04-27 00:30:05 +05:30
parent f499180bb3
commit 285c167fae
7 changed files with 38 additions and 5 deletions

View File

@ -2600,6 +2600,7 @@ en:
add_members: "Add members"
custom: "Custom"
bulk_complete: "The users have been added to the group."
bulk_complete_users_not_added: "These users were not added:"
bulk: "Bulk Add to Group"
bulk_paste: "Paste a list of usernames or emails, one per line:"
bulk_select: "(select a group)"

View File

@ -255,6 +255,8 @@ en:
delete_reason: "Deleted via post moderation queue"
groups:
success:
bulk_add: "%{users_added} users have been added to the group."
errors:
can_not_modify_automatic: "You cannot modify an automatic group"
member_already_exist: "'%{username}' is already a member of this group."