mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 20:32:39 +02:00
Add CreateSearchSpaceDialog component
This commit is contained in:
parent
eed04e9b27
commit
d5580fe3ac
6 changed files with 198 additions and 0 deletions
|
|
@ -77,6 +77,16 @@
|
|||
"creating_account_btn": "Creating account...",
|
||||
"redirecting_login": "Redirecting to login page..."
|
||||
},
|
||||
"searchSpace": {
|
||||
"create_title": "Create Search Space",
|
||||
"create_description": "Create a new search space to organize your knowledge",
|
||||
"name_label": "Name",
|
||||
"name_placeholder": "Enter search space name",
|
||||
"description_label": "Description",
|
||||
"description_placeholder": "What is this search space for?",
|
||||
"create_button": "Create",
|
||||
"creating": "Creating..."
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Dashboard",
|
||||
"search_spaces": "Search Spaces",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue