mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 11:44:06 -06:00
Merge pull request #2185 from Mikulas/patch-missing-group-l10n
add localization to group administration
This commit is contained in:
commit
71ba674167
@ -9,8 +9,8 @@
|
||||
{{/each}}
|
||||
</ul>
|
||||
<div class='controls'>
|
||||
<button class='btn' {{bind-attr disabled="refreshingAutoGroups"}} {{action "refreshAutoGroups"}}>Refresh</button>
|
||||
<button class='btn' {{action newGroup}}>New</button>
|
||||
<button class='btn' {{bind-attr disabled="refreshingAutoGroups"}} {{action "refreshAutoGroups"}}>{i18n admin.groups.refresh}}</button>
|
||||
<button class='btn' {{action newGroup}}>{i18n admin.groups.new}}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
{{/if}}
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label">Group members</label>
|
||||
<label class="control-label">{i18n admin.groups.group_members}}</label>
|
||||
<div class="controls">
|
||||
{{userSelector usernames=usernames id="group-users" placeholderKey="admin.groups.selector_placeholder" tabindex="1" disabledBinding="automatic"}}
|
||||
</div>
|
||||
|
@ -1320,9 +1320,12 @@ en:
|
||||
no_primary: "(no primary group)"
|
||||
title: "Groups"
|
||||
edit: "Edit Groups"
|
||||
refresh: "Refresh"
|
||||
new: "New"
|
||||
selector_placeholder: "add users"
|
||||
name_placeholder: "Group name, no spaces, same as username rule"
|
||||
about: "Edit your group membership and names here"
|
||||
group_members: "Group members"
|
||||
delete: "Delete"
|
||||
delete_confirm: "Delete this group?"
|
||||
delete_failed: "Unable to delete group. If this is an automatic group, it cannot be destroyed."
|
||||
|
Loading…
Reference in New Issue
Block a user