feat(workspaces): add workspace management page
This commit is contained in:
@@ -104,8 +104,9 @@ export const en = {
|
||||
darkMode: "Dark Mode",
|
||||
|
||||
workspace: {
|
||||
title: "Workspaces",
|
||||
title: "Workspace Management",
|
||||
createNew: "Create New Workspace",
|
||||
manage: "Manage Workspaces",
|
||||
nameLabel: "Workspace Name",
|
||||
namePlaceholder: "Enter workspace name",
|
||||
descriptionLabel: "Description",
|
||||
@@ -121,7 +122,16 @@ export const en = {
|
||||
creating: "Creating...",
|
||||
submit: "Create",
|
||||
cancel: "Cancel",
|
||||
},
|
||||
loading: "Loading...",
|
||||
confirmDelete: "Are you sure you want to delete this workspace?",
|
||||
deleteError: "Error deleting workspace",
|
||||
subtitle: "Manage your workspaces",
|
||||
noDescription: "No description",
|
||||
view: "View",
|
||||
edit: "Edit",
|
||||
delete: "Delete",
|
||||
emptyState: "You are not a member of any workspace."
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user