Update all copy of subspace
to space
This commit is contained in:
parent
67b8c0a811
commit
08c883ed07
5 changed files with 14 additions and 16 deletions
|
@ -356,7 +356,7 @@ const SpaceLandingAddButton = ({ space }) => {
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<IconizedContextMenuOption
|
<IconizedContextMenuOption
|
||||||
label={_t("Add subspace")}
|
label={_t("Add space")}
|
||||||
iconClassName="mx_RoomList_iconPlus"
|
iconClassName="mx_RoomList_iconPlus"
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
|
@ -54,7 +54,7 @@ const AddExistingSubspaceDialog: React.FC<IProps> = ({ space, onCreateSubspaceCl
|
||||||
footerPrompt={<>
|
footerPrompt={<>
|
||||||
<div>{ _t("Want to add a new space instead?") }</div>
|
<div>{ _t("Want to add a new space instead?") }</div>
|
||||||
<AccessibleButton onClick={onCreateSubspaceClick} kind="link">
|
<AccessibleButton onClick={onCreateSubspaceClick} kind="link">
|
||||||
{ _t("Create a new subspace") }
|
{ _t("Create a new space") }
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
</>}
|
</>}
|
||||||
filterPlaceholder={_t("Search for spaces")}
|
filterPlaceholder={_t("Search for spaces")}
|
||||||
|
|
|
@ -136,7 +136,7 @@ const CreateSubspaceDialog: React.FC<IProps> = ({ space, onAddExistingSpaceClick
|
||||||
return <BaseDialog
|
return <BaseDialog
|
||||||
title={(
|
title={(
|
||||||
<SubspaceSelector
|
<SubspaceSelector
|
||||||
title={_t("Create a subspace")}
|
title={_t("Create a space")}
|
||||||
space={space}
|
space={space}
|
||||||
value={parentSpace}
|
value={parentSpace}
|
||||||
onChange={setParentSpace}
|
onChange={setParentSpace}
|
||||||
|
@ -151,7 +151,7 @@ const CreateSubspaceDialog: React.FC<IProps> = ({ space, onAddExistingSpaceClick
|
||||||
<div className="mx_CreateSubspaceDialog_content">
|
<div className="mx_CreateSubspaceDialog_content">
|
||||||
<div className="mx_CreateSubspaceDialog_betaNotice">
|
<div className="mx_CreateSubspaceDialog_betaNotice">
|
||||||
<BetaPill />
|
<BetaPill />
|
||||||
{ _t("Add a subspace to a space you manage.") }
|
{ _t("Add a space to a space you manage.") }
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<SpaceCreateForm
|
<SpaceCreateForm
|
||||||
|
@ -169,9 +169,9 @@ const CreateSubspaceDialog: React.FC<IProps> = ({ space, onAddExistingSpaceClick
|
||||||
aliasFieldRef={spaceAliasField}
|
aliasFieldRef={spaceAliasField}
|
||||||
>
|
>
|
||||||
<JoinRuleDropdown
|
<JoinRuleDropdown
|
||||||
label={_t("Subspace visibility")}
|
label={_t("Space visibility")}
|
||||||
labelInvite={_t("Private subspace (invite only)")}
|
labelInvite={_t("Private space (invite only)")}
|
||||||
labelPublic={_t("Public subspace")}
|
labelPublic={_t("Public space")}
|
||||||
labelRestricted={supportsRestricted ? _t("Visible to space members") : undefined}
|
labelRestricted={supportsRestricted ? _t("Visible to space members") : undefined}
|
||||||
width={478}
|
width={478}
|
||||||
value={joinRule}
|
value={joinRule}
|
||||||
|
|
|
@ -330,7 +330,7 @@ export class SpaceItem extends React.PureComponent<IItemProps, IItemState> {
|
||||||
/>
|
/>
|
||||||
<IconizedContextMenuOption
|
<IconizedContextMenuOption
|
||||||
iconClassName="mx_SpacePanel_iconPlus"
|
iconClassName="mx_SpacePanel_iconPlus"
|
||||||
label={_t("Add subspace")}
|
label={_t("Add space")}
|
||||||
onClick={this.onNewSubspaceClick}
|
onClick={this.onNewSubspaceClick}
|
||||||
>
|
>
|
||||||
<BetaPill />
|
<BetaPill />
|
||||||
|
|
|
@ -1056,7 +1056,7 @@
|
||||||
"Leave space": "Leave space",
|
"Leave space": "Leave space",
|
||||||
"Create new room": "Create new room",
|
"Create new room": "Create new room",
|
||||||
"Add existing room": "Add existing room",
|
"Add existing room": "Add existing room",
|
||||||
"Add subspace": "Add subspace",
|
"Add space": "Add space",
|
||||||
"Members": "Members",
|
"Members": "Members",
|
||||||
"Manage & explore rooms": "Manage & explore rooms",
|
"Manage & explore rooms": "Manage & explore rooms",
|
||||||
"Explore rooms": "Explore rooms",
|
"Explore rooms": "Explore rooms",
|
||||||
|
@ -2113,7 +2113,7 @@
|
||||||
"Matrix rooms": "Matrix rooms",
|
"Matrix rooms": "Matrix rooms",
|
||||||
"Add existing space": "Add existing space",
|
"Add existing space": "Add existing space",
|
||||||
"Want to add a new space instead?": "Want to add a new space instead?",
|
"Want to add a new space instead?": "Want to add a new space instead?",
|
||||||
"Create a new subspace": "Create a new subspace",
|
"Create a new space": "Create a new space",
|
||||||
"Search for spaces": "Search for spaces",
|
"Search for spaces": "Search for spaces",
|
||||||
"Not all selected were added": "Not all selected were added",
|
"Not all selected were added": "Not all selected were added",
|
||||||
"Adding rooms... (%(progress)s out of %(count)s)|other": "Adding rooms... (%(progress)s out of %(count)s)",
|
"Adding rooms... (%(progress)s out of %(count)s)|other": "Adding rooms... (%(progress)s out of %(count)s)",
|
||||||
|
@ -2222,11 +2222,10 @@
|
||||||
"Anyone in <SpaceName/> will be able to find and join.": "Anyone in <SpaceName/> will be able to find and join.",
|
"Anyone in <SpaceName/> will be able to find and join.": "Anyone in <SpaceName/> will be able to find and join.",
|
||||||
"Anyone will be able to find and join this space, not just members of <SpaceName/>.": "Anyone will be able to find and join this space, not just members of <SpaceName/>.",
|
"Anyone will be able to find and join this space, not just members of <SpaceName/>.": "Anyone will be able to find and join this space, not just members of <SpaceName/>.",
|
||||||
"Only people invited will be able to find and join this space.": "Only people invited will be able to find and join this space.",
|
"Only people invited will be able to find and join this space.": "Only people invited will be able to find and join this space.",
|
||||||
"Create a subspace": "Create a subspace",
|
"Add a space to a space you manage.": "Add a space to a space you manage.",
|
||||||
"Add a subspace to a space you manage.": "Add a subspace to a space you manage.",
|
"Space visibility": "Space visibility",
|
||||||
"Subspace visibility": "Subspace visibility",
|
"Private space (invite only)": "Private space (invite only)",
|
||||||
"Private subspace (invite only)": "Private subspace (invite only)",
|
"Public space": "Public space",
|
||||||
"Public subspace": "Public subspace",
|
|
||||||
"Want to add an existing space instead?": "Want to add an existing space instead?",
|
"Want to add an existing space instead?": "Want to add an existing space instead?",
|
||||||
"Adding...": "Adding...",
|
"Adding...": "Adding...",
|
||||||
"Sign out": "Sign out",
|
"Sign out": "Sign out",
|
||||||
|
@ -2815,7 +2814,6 @@
|
||||||
"If you can't find the room you're looking for, ask for an invite or <a>create a new room</a>.": "If you can't find the room you're looking for, ask for an invite or <a>create a new room</a>.",
|
"If you can't find the room you're looking for, ask for an invite or <a>create a new room</a>.": "If you can't find the room you're looking for, ask for an invite or <a>create a new room</a>.",
|
||||||
"Create room": "Create room",
|
"Create room": "Create room",
|
||||||
"Spaces are a beta feature.": "Spaces are a beta feature.",
|
"Spaces are a beta feature.": "Spaces are a beta feature.",
|
||||||
"Public space": "Public space",
|
|
||||||
"Private space": "Private space",
|
"Private space": "Private space",
|
||||||
"<inviter/> invites you": "<inviter/> invites you",
|
"<inviter/> invites you": "<inviter/> invites you",
|
||||||
"To view %(spaceName)s, turn on the <a>Spaces beta</a>": "To view %(spaceName)s, turn on the <a>Spaces beta</a>",
|
"To view %(spaceName)s, turn on the <a>Spaces beta</a>": "To view %(spaceName)s, turn on the <a>Spaces beta</a>",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue