diff --git a/CHANGELOG.md b/CHANGELOG.md index 5929708b1..90e9d08de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,9 +85,9 @@ * ECS - Filter users by "User Type". Refs UIU-2943. * Users App: Consume {{FormattedDate}} and {{FormattedTime}} via stripes-component. Refs UIU-1860. * ECS - Prevent editing of specific shadow user data. Refs UIU-2951. +* Relabel "Users: Can create new user" to "Users: Can create and edit users". Refs UIU-2955. * Assign/unassign a users affiliations adjustments. Refs UIU-2942. - ## [9.0.0](https://github.com/folio-org/ui-users/tree/v9.0.0) (2023-02-20) [Full Changelog](https://github.com/folio-org/ui-users/compare/v8.1.0...v9.0.0) diff --git a/package.json b/package.json index f3b03900f..70b408886 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ }, { "permissionName": "ui-users.create", - "displayName": "Users: Can create new user", + "displayName": "Users: Can create and edit users", "description": "Some subperms can be deleted later when bl does updates and ModulePermissions can be used", "subPermissions": [ "ui-users.edit", diff --git a/src/views/UserSearch/UserSearch.js b/src/views/UserSearch/UserSearch.js index 0fd166341..b28287d40 100644 --- a/src/views/UserSearch/UserSearch.js +++ b/src/views/UserSearch/UserSearch.js @@ -45,8 +45,6 @@ import CashDrawerReconciliationReportPDF from '../../components/data/reports/cas import CashDrawerReconciliationReportCSV from '../../components/data/reports/cashDrawerReconciliationReportCSV'; import FinancialTransactionsReport from '../../components/data/reports/FinancialTransactionsReport'; import LostItemsLink from '../../components/LostItemsLink'; -import { getCentralTenantId, isConsortiumEnabled } from '../../components/util'; -import { USER_TYPES } from '../../constants'; import Filters from './Filters'; import css from './UserSearch.css'; @@ -652,7 +650,6 @@ class UserSearch extends React.Component { onNeedMoreData, resources, contentRef, - stripes, mutator: { resultOffset, cashDrawerReportSources }, stripes: { timezone }, okapi: { currentUser }, @@ -719,12 +716,6 @@ class UserSearch extends React.Component { email: user => get(user, ['personal', 'email']), }; - const { PATRON, SHADOW, STAFF, SYSTEM } = USER_TYPES; - const isCentralTenant = getCentralTenantId(stripes); - const isConsortium = isConsortiumEnabled(stripes); - const defaultSelectedUserTypes = isCentralTenant ? [STAFF, SHADOW, SYSTEM] : [STAFF, PATRON, SYSTEM]; - const initialFilters = isConsortium ? { userType: defaultSelectedUserTypes } : {}; - return (
@@ -734,7 +725,6 @@ class UserSearch extends React.Component { onComponentWillUnmount={onComponentWillUnmount} initialSearch={initialSearch} initialSearchState={{ query: '' }} - initialFilterState={initialFilters} > { ({ diff --git a/translations/ui-users/ar.json b/translations/ui-users/ar.json index f52095ea8..d92ae78b9 100644 --- a/translations/ui-users/ar.json +++ b/translations/ui-users/ar.json @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/ber.json b/translations/ui-users/ber.json index 19ed0a636..cf2557ec4 100644 --- a/translations/ui-users/ber.json +++ b/translations/ui-users/ber.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/ca.json b/translations/ui-users/ca.json index db06f037c..1d04d809e 100644 --- a/translations/ui-users/ca.json +++ b/translations/ui-users/ca.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/cs_CZ.json b/translations/ui-users/cs_CZ.json index 08f06b050..1f9578160 100644 --- a/translations/ui-users/cs_CZ.json +++ b/translations/ui-users/cs_CZ.json @@ -1136,5 +1136,6 @@ "information.userType.patron": "Čtenář", "information.userType.staff": "Zaměstnanci", "information.userType.shadow": "Stín", - "information.userType.system": "Systém" + "information.userType.system": "Systém", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/da.json b/translations/ui-users/da.json index ef2733474..89774ff11 100644 --- a/translations/ui-users/da.json +++ b/translations/ui-users/da.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Gebyr-/bødehistorik: Kan oprette, redigere og fjerne konti", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Brugere: Kan redigere brugerprofil", "permission.editperms": "Brugere: Kan tildele og fjerne tildeling af brugerrettigheder til brugere", "permission.editproxies": "Brugere: Kan oprette, redigere og fjerne proxyer", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/de.json b/translations/ui-users/de.json index 59c77226e..53fa1f737 100644 --- a/translations/ui-users/de.json +++ b/translations/ui-users/de.json @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/en.json b/translations/ui-users/en.json index 4edec5d76..4d3470b3f 100644 --- a/translations/ui-users/en.json +++ b/translations/ui-users/en.json @@ -986,7 +986,7 @@ "filters.status.active": "Active", "filters.status.inactive": "Inactive", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", diff --git a/translations/ui-users/en_GB.json b/translations/ui-users/en_GB.json index 19ed0a636..cf2557ec4 100644 --- a/translations/ui-users/en_GB.json +++ b/translations/ui-users/en_GB.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/en_SE.json b/translations/ui-users/en_SE.json index 19ed0a636..cf2557ec4 100644 --- a/translations/ui-users/en_SE.json +++ b/translations/ui-users/en_SE.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/en_US.json b/translations/ui-users/en_US.json index 19ed0a636..cf2557ec4 100644 --- a/translations/ui-users/en_US.json +++ b/translations/ui-users/en_US.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/es.json b/translations/ui-users/es.json index df6399106..2d69cc8d3 100644 --- a/translations/ui-users/es.json +++ b/translations/ui-users/es.json @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/es_419.json b/translations/ui-users/es_419.json index 8dad18818..ab2569d78 100644 --- a/translations/ui-users/es_419.json +++ b/translations/ui-users/es_419.json @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Personal", "information.userType.shadow": "Shadow", - "information.userType.system": "Sistema" + "information.userType.system": "Sistema", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/es_ES.json b/translations/ui-users/es_ES.json index e80eaadb9..f821c9233 100644 --- a/translations/ui-users/es_ES.json +++ b/translations/ui-users/es_ES.json @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/fr.json b/translations/ui-users/fr.json index 19ed0a636..cf2557ec4 100644 --- a/translations/ui-users/fr.json +++ b/translations/ui-users/fr.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/fr_FR.json b/translations/ui-users/fr_FR.json index 6bff07bd1..c5802342d 100644 --- a/translations/ui-users/fr_FR.json +++ b/translations/ui-users/fr_FR.json @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/he.json b/translations/ui-users/he.json index 19ed0a636..cf2557ec4 100644 --- a/translations/ui-users/he.json +++ b/translations/ui-users/he.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/hi_IN.json b/translations/ui-users/hi_IN.json index 19ed0a636..cf2557ec4 100644 --- a/translations/ui-users/hi_IN.json +++ b/translations/ui-users/hi_IN.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/hu.json b/translations/ui-users/hu.json index 95bb0c33c..6b727d18a 100644 --- a/translations/ui-users/hu.json +++ b/translations/ui-users/hu.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/it_IT.json b/translations/ui-users/it_IT.json index 817eb2bd8..73030b2f8 100644 --- a/translations/ui-users/it_IT.json +++ b/translations/ui-users/it_IT.json @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/ja.json b/translations/ui-users/ja.json index 06e3a8023..edd178bb6 100644 --- a/translations/ui-users/ja.json +++ b/translations/ui-users/ja.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/ko.json b/translations/ui-users/ko.json index 56ceab2df..70208a744 100644 --- a/translations/ui-users/ko.json +++ b/translations/ui-users/ko.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "하나 이상의 차단 된 작업이 선택된 경우 표시 할 메시지는 필수 필드입니다.", "settings.error.noCheckbox": "메시지를 표시하려면 하나 이상의 차단된 작업을 선택해야 합니다.", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/nb.json b/translations/ui-users/nb.json index 19ed0a636..cf2557ec4 100644 --- a/translations/ui-users/nb.json +++ b/translations/ui-users/nb.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/nn.json b/translations/ui-users/nn.json index 19ed0a636..cf2557ec4 100644 --- a/translations/ui-users/nn.json +++ b/translations/ui-users/nn.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/pl.json b/translations/ui-users/pl.json index eef94ac91..eb5ccc9e3 100644 --- a/translations/ui-users/pl.json +++ b/translations/ui-users/pl.json @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/pt_BR.json b/translations/ui-users/pt_BR.json index 9d653a05f..f32f80f0e 100644 --- a/translations/ui-users/pt_BR.json +++ b/translations/ui-users/pt_BR.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "A mensagem a ser exibida é um campo obrigatório se uma ou mais ações bloqueadas selecionadas", "settings.error.noCheckbox": "Uma ou mais ações bloqueadas devem ser selecionadas para que a Mensagem seja exibida para ser usada", "permission.accounts": "Histórico de taxas/multas: Pode criar, editar e remover contas", - "permission.create": "Usuários: Pode criar novos usuários", + "permission.create": "Usuários: Podem criar e editar usuários", "permission.edit": "Usuários: Pode editar o perfil do usuário", "permission.editperms": "Usuários: Pode atribuir e remover permissões de usuários", "permission.editproxies": "Usuários: Pode criar, editar e remover proxies", @@ -1084,8 +1084,8 @@ "loans.addInfo.staff": "Adicionar novas informações da equipe", "permission.loans.add-patron-info": "Usuários: Empréstimos de usuários: adicionar informações do usuário", "permission.loans.add-staff-info": "Usuários: Empréstimos de usuários: adicionar informações da equipe", - "errors.affiliationsLoadFailed": "O carregamento de afiliações para o usuário {user} no inquilino {tenantId} falhou.", - "errors.permissionsLoadFailed": "O carregamento de permissões para o usuário {user} no inquilino {tenantId} falhou.", + "errors.affiliationsLoadFailed": "O carregamento de afiliações para o usuário {user} no locatário {tenantId} falhou.", + "errors.permissionsLoadFailed": "O carregamento de permissões para o usuário {user} no locatário {tenantId} falhou.", "affiliations.select.label": "Afiliação", "permission.settings.view": "Configurações (Usuários): Ver todas as configurações", "permission.settings.addresstypes.view": "Configurações (Usuários): Pode visualizar tipos de endereço", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Usuário", "information.userType.staff": "Equipe", "information.userType.shadow": "Sombra", - "information.userType.system": "Sistema" + "information.userType.system": "Sistema", + "userType": "Tipo de usuário" } \ No newline at end of file diff --git a/translations/ui-users/pt_PT.json b/translations/ui-users/pt_PT.json index 4d38e2fae..e36d26afc 100644 --- a/translations/ui-users/pt_PT.json +++ b/translations/ui-users/pt_PT.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/ru.json b/translations/ui-users/ru.json index 7d36a0117..2efdf2368 100644 --- a/translations/ui-users/ru.json +++ b/translations/ui-users/ru.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/sv.json b/translations/ui-users/sv.json index 19ed0a636..cf2557ec4 100644 --- a/translations/ui-users/sv.json +++ b/translations/ui-users/sv.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/ur.json b/translations/ui-users/ur.json index 6a48bb2a5..1b646a245 100644 --- a/translations/ui-users/ur.json +++ b/translations/ui-users/ur.json @@ -592,7 +592,7 @@ "settings.error.noMessage": "Message to be displayed is a required field if one or more Blocked actions selected", "settings.error.noCheckbox": "One or more Blocked actions must be selected for Message to be displayed to be used", "permission.accounts": "Fee/Fine History: Can create, edit and remove accounts", - "permission.create": "Users: Can create new user", + "permission.create": "Users: Can create and edit users", "permission.edit": "Users: Can edit user profile", "permission.editperms": "Users: Can assign and unassign permissions to users", "permission.editproxies": "Users: Can create, edit and remove proxies", @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file diff --git a/translations/ui-users/zh_CN.json b/translations/ui-users/zh_CN.json index 1b12524a5..e916b087e 100644 --- a/translations/ui-users/zh_CN.json +++ b/translations/ui-users/zh_CN.json @@ -1131,10 +1131,11 @@ "permissions.assignUsers.actions.message.error": "权限集用户分配更改未成功。 {error}", "permissions.assignUsers.actions.message.permission.error": "您没有所需权限。", "errors.generic": "出了些问题。请稍后再试。", - "information.selectUserType": "Select user type", - "information.userType": "User type", - "information.userType.patron": "Patron", - "information.userType.staff": "Staff", - "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.selectUserType": "选择用户类型", + "information.userType": "用户类型", + "information.userType.patron": "读者", + "information.userType.staff": "员工", + "information.userType.shadow": "影子用户", + "information.userType.system": "系统", + "userType": "用户类型" } \ No newline at end of file diff --git a/translations/ui-users/zh_TW.json b/translations/ui-users/zh_TW.json index da19f5fdc..6719e936b 100644 --- a/translations/ui-users/zh_TW.json +++ b/translations/ui-users/zh_TW.json @@ -1136,5 +1136,6 @@ "information.userType.patron": "Patron", "information.userType.staff": "Staff", "information.userType.shadow": "Shadow", - "information.userType.system": "System" + "information.userType.system": "System", + "userType": "User type" } \ No newline at end of file