no matches placeholders
This commit is contained in:
@@ -210,14 +210,17 @@
|
||||
"transferOwnershipTooltip": "Transfer Ownership",
|
||||
"invitationTooltip": "Invite",
|
||||
"setGhostTooltip": "Impersonate",
|
||||
"mailmanagerTooltip": "This user can manage users and mailboxes"
|
||||
"mailmanagerTooltip": "This user can manage users and mailboxes",
|
||||
"noMatchesPlaceholder": "No matching user",
|
||||
"emptyPlaceholder": "No Users"
|
||||
},
|
||||
"groups": {
|
||||
"title": "Groups",
|
||||
"name": "Name",
|
||||
"users": "Users",
|
||||
"externalLdapTooltip": "From external LDAP directory",
|
||||
"emptyPlaceholder": "No Groups"
|
||||
"emptyPlaceholder": "No Groups",
|
||||
"noMatchesPlaceholder": "No matching group"
|
||||
},
|
||||
"settings": {
|
||||
"title": "User Settings",
|
||||
@@ -1159,7 +1162,9 @@
|
||||
"title": "Well-Known locations of {{ domain }}"
|
||||
},
|
||||
"tooltipWellKnown": "Well-Known Locations",
|
||||
"count": "Total domains: {{ count }}"
|
||||
"count": "Total domains: {{ count }}",
|
||||
"emptyPlaceholder": "No Domains",
|
||||
"noMatchesPlaceholder": "No matching domain"
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Notifications",
|
||||
@@ -1353,7 +1358,8 @@
|
||||
"csv": "CSV",
|
||||
"json": "JSON"
|
||||
},
|
||||
"emptyPlaceholder": "No Mailboxes"
|
||||
"emptyPlaceholder": "No Mailboxes",
|
||||
"noMatchesPlaceholder": "No matching mailboxes"
|
||||
},
|
||||
"mailinglists": {
|
||||
"title": "Mailing Lists",
|
||||
@@ -1362,7 +1368,8 @@
|
||||
"members": "List Members",
|
||||
"everyoneTooltip": "Posting allowed by non-members",
|
||||
"membersOnlyTooltip": "Posting restricted to members only",
|
||||
"emptyPlaceholder": "No Mailing Lists"
|
||||
"emptyPlaceholder": "No Mailing Lists",
|
||||
"noMatchesPlaceholder": "No matching mailing lists"
|
||||
},
|
||||
"catchall": {
|
||||
"title": "Catch-all",
|
||||
|
||||
Reference in New Issue
Block a user