mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 22:37:04 +08:00
feat: create workspace from loading existing exported file (#2122)
Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
@@ -81,8 +81,14 @@
|
||||
"Jump to": "Jump to",
|
||||
"404 - Page Not Found": "404 - Page Not Found",
|
||||
"New Workspace": "New Workspace",
|
||||
"Add Workspace": "Add Workspace",
|
||||
"Add Workspace Hint": "Select where you already have",
|
||||
"Create": "Create",
|
||||
"Create your own workspace": "Create your own workspace",
|
||||
"Select": "Select",
|
||||
"Save": "Save",
|
||||
"Customize": "Customize",
|
||||
"Continue": "Continue",
|
||||
"Text": "Text (coming soon)",
|
||||
"Shape": "Shape",
|
||||
"Sticky": "Sticky (coming soon)",
|
||||
@@ -94,9 +100,20 @@
|
||||
"TrashButtonGroupDescription": "Once deleted, you can't undo this action. Do you confirm?",
|
||||
"Delete permanently": "Delete permanently",
|
||||
"Link": "Hyperlink (with selected text)",
|
||||
"Name Your Workspace": "Name Your Workspace",
|
||||
"Workspace description": "A workspace is your virtual space to capture, create and plan as just one person or together as a team.",
|
||||
"Set database location": "Set database location",
|
||||
"Default Location": "Default Location",
|
||||
"Default db location hint": "By default will be saved to {{location}}",
|
||||
"Workspace database storage description": "Select where you want to create your workspace. The data of workspace is saved locally by default.",
|
||||
"Created Successfully": "Created Successfully",
|
||||
"Added Successfully": "Added Successfully",
|
||||
"Quick search placeholder": "Quick Search...",
|
||||
"Quick search placeholder2": "Search in {{workspace}}",
|
||||
"Use on current device only": "Use on current device only",
|
||||
"Sync across devices with AFFiNE Cloud": "Sync across devices with AFFiNE Cloud",
|
||||
"Export success": "Export success",
|
||||
"Update workspace name success": "Update workspace name success",
|
||||
"Settings": "Settings",
|
||||
"Recent": "Recent",
|
||||
"recommendBrowser": " We recommend the <1>Chrome</1> browser for optimal experience.",
|
||||
@@ -125,6 +142,7 @@
|
||||
"login success": "Login success",
|
||||
"Create Or Import": "Create or Import",
|
||||
"Delete Workspace": "Delete Workspace",
|
||||
"Delete Workspace Label Hint": "After deleting this Workspace, you will permanently delete all of its content for everyone. No one will be able to recover the content of this Workspace",
|
||||
"Delete Workspace Description2": "Deleting (<1>{{workspace}}</1>) will delete both local and cloud data, this operation cannot be undone, please proceed with caution.",
|
||||
"Placeholder of delete workspace": "Please type workspace name to confirm",
|
||||
"Leave Workspace": "Leave Workspace",
|
||||
@@ -232,5 +250,18 @@
|
||||
"Page is Loading": "Page is Loading",
|
||||
"Loading All Workspaces": "Loading All Workspaces",
|
||||
"Loading Page": "Loading Page",
|
||||
"You cannot delete the last workspace": "You cannot delete the last workspace"
|
||||
"You cannot delete the last workspace": "You cannot delete the last workspace",
|
||||
"Open folder": "Open folder",
|
||||
"Open folder hint": "Check the where the storage folder is located.",
|
||||
"Move folder": "Move folder",
|
||||
"Move folder hint": "Select a new storage location.",
|
||||
"Change avatar hint": "Change avatar for all members.",
|
||||
"Change workspace name hint": "Change name for all members.",
|
||||
"Storage Folder": "Storage Folder",
|
||||
"Storage Folder Hint": "Check or change storage location.",
|
||||
"Move folder success": "Move folder success",
|
||||
"DB_FILE_PATH_INVALID": "Database file path invalid",
|
||||
"DB_FILE_ALREADY_LOADED": "Database file already loaded",
|
||||
"UNKNOWN_ERROR": "Unknown error",
|
||||
"DB_FILE_INVALID": "Invalid Database file"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user