0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

Merge pull request #4704 from logto-io/gao-console-org-7

feat(phrases): organization phrases
This commit is contained in:
Gao Sun 2023-10-23 23:54:24 -05:00 committed by GitHub
commit d3aa4728a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 832 additions and 15 deletions

View file

@ -65,6 +65,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);

View file

@ -60,6 +60,7 @@ const general = {
contact_us_action: 'Contact Us',
description: 'Description',
name: 'Name',
add_field: 'Add {{field}}',
create_field: 'Create {{field}}',
edit_field: 'Edit {{field}}',
delete_field: 'Delete {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,26 @@
const organization_details = {
page_title: 'Organization details',
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
organization_id: 'Organization ID',
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
name_placeholder: 'The name of the organization, not required to be unique.',
description_placeholder: 'A description of the organization.',
member: 'Member',
member_other: 'Members',
add_members_to_organization: 'Add members to organization {{name}}',
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
add_with_organization_role: 'Add with organization role(s)',
user: 'User',
edit_organization_roles: 'Edit organization roles',
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
remove_user_from_organization: 'Remove user from organization',
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
search_role_placeholder: 'Type to search for roles',
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,7 +1,11 @@
const organization = {
page_title: 'Organizations',
title: 'Organizations',
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
create_organization: 'Create organization',
organization_name_placeholder: 'My organization',
organization_description_placeholder: 'A brief description of the organization.',
access_control: 'Access control',
access_control_description:
'Authorization in a multi-tenancy applications is often designed to make sure that tenant isolation is maintained throughout an application and that tenants can access only their own resources.',
@ -18,7 +22,7 @@ const organization = {
'Doing so will remove the permissions associated with this role from the affected users and delete the relations among organization roles, members in the organization, and organization permissions.',
role: 'Role',
create_role_placeholder: 'Users with view-only permissions.',
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organization);

View file

@ -65,6 +65,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);

View file

@ -65,6 +65,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);

View file

@ -65,6 +65,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);

View file

@ -64,6 +64,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);

View file

@ -64,6 +64,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);

View file

@ -64,6 +64,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);

View file

@ -65,6 +65,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);

View file

@ -64,6 +64,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);

View file

@ -64,6 +64,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);

View file

@ -65,6 +65,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);

View file

@ -64,6 +64,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);

View file

@ -64,6 +64,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);

View file

@ -64,6 +64,8 @@ const general = {
/** UNTRANSLATED */
name: 'Name',
/** UNTRANSLATED */
add_field: 'Add {{field}}',
/** UNTRANSLATED */
create_field: 'Create {{field}}',
/** UNTRANSLATED */
edit_field: 'Edit {{field}}',

View file

@ -17,6 +17,7 @@ import log_details from './log-details.js';
import logs from './logs.js';
import menu from './menu.js';
import mfa from './mfa.js';
import organization_details from './organization-details.js';
import organizations from './organizations.js';
import permissions from './permissions.js';
import profile from './profile.js';
@ -77,6 +78,7 @@ const admin_console = {
guide,
mfa,
organizations,
organization_details,
};
export default Object.freeze(admin_console);

View file

@ -0,0 +1,44 @@
const organization_details = {
/** UNTRANSLATED */
page_title: 'Organization details',
/** UNTRANSLATED */
delete_confirmation:
'Once deleted, all members will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
organization_id: 'Organization ID',
/** UNTRANSLATED */
settings_description:
'An organization is a group of identities (usually users) that are recognized by a common identifier.\n\nEach organization has its own set of members, roles, and permissions, while the roles and permissions are defined by the organization template.',
/** UNTRANSLATED */
name_placeholder: 'The name of the organization, not required to be unique.',
/** UNTRANSLATED */
description_placeholder: 'A description of the organization.',
/** UNTRANSLATED */
member: 'Member',
/** UNTRANSLATED */
member_other: 'Members',
/** UNTRANSLATED */
add_members_to_organization: 'Add members to organization {{name}}',
/** UNTRANSLATED */
add_members_to_organization_description:
'Find appropriate users by searching name, email, phone, or user ID. Existing members are not shown in the search results.',
/** UNTRANSLATED */
add_with_organization_role: 'Add with organization role(s)',
/** UNTRANSLATED */
user: 'User',
/** UNTRANSLATED */
edit_organization_roles: 'Edit organization roles',
/** UNTRANSLATED */
edit_organization_roles_of_user: 'Edit organization roles of {{name}}',
/** UNTRANSLATED */
remove_user_from_organization: 'Remove user from organization',
/** UNTRANSLATED */
remove_user_from_organization_description:
'Once removed, the user will lose their membership and roles in this organization. This action cannot be undone.',
/** UNTRANSLATED */
search_role_placeholder: 'Type to search for roles',
/** UNTRANSLATED */
search_user_placeholder: 'Type to search for users',
};
export default Object.freeze(organization_details);

View file

@ -1,10 +1,18 @@
const organizations = {
/** UNTRANSLATED */
page_title: 'Organizations',
/** UNTRANSLATED */
title: 'Organizations',
/** UNTRANSLATED */
subtitle:
'Represent the teams, business customers, and partner companies that access your applications as organizations.',
/** UNTRANSLATED */
create_organization: 'Create organization',
/** UNTRANSLATED */
organization_name_placeholder: 'My organization',
/** UNTRANSLATED */
organization_description_placeholder: 'A brief description of the organization.',
/** UNTRANSLATED */
access_control: 'Access control',
/** UNTRANSLATED */
access_control_description:
@ -34,7 +42,7 @@ const organizations = {
/** UNTRANSLATED */
create_role_placeholder: 'Users with view-only permissions.',
/** UNTRANSLATED */
search_permission_placeholder: 'Type to search for permissions.',
search_permission_placeholder: 'Type to search for permissions',
};
export default Object.freeze(organizations);