feat: Implement new space view
This commit is contained in:
parent
a6a18d34f6
commit
971d5b25fb
6 changed files with 156 additions and 9 deletions
|
|
@ -120,6 +120,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"publicSpace": "Public space",
|
||||
"@publicSpace": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"acceptedTheInvitation": "{username} accepted the invitation",
|
||||
"@acceptedTheInvitation": {
|
||||
"type": "text",
|
||||
|
|
@ -671,6 +676,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"createNewSpace": "Create new space",
|
||||
"@createNewSpace": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"crossSigningDisabled": "Cross-signing off",
|
||||
"@crossSigningDisabled": {
|
||||
"type": "text",
|
||||
|
|
@ -908,6 +918,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"enterASpacepName": "Enter a space name",
|
||||
"@enterASpaceName": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"enterAUsername": "Enter a username",
|
||||
"@enterAUsername": {
|
||||
"type": "text",
|
||||
|
|
@ -973,6 +988,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spaceIsPublic": "Space is public",
|
||||
"@spaceIsPublic": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"groupWith": "Group with {displayname}",
|
||||
"@groupWith": {
|
||||
"type": "text",
|
||||
|
|
@ -1429,6 +1449,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"spaceName": "Space name",
|
||||
"@spaceName": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"participatingUserDevices": "Participating user devices",
|
||||
"@participatingUserDevices": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue