feat: update workspace settings
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
"website": "Website",
|
||||
"common": {
|
||||
"cancel": "Cancel",
|
||||
"creating": "Creating..."
|
||||
"creating": "Creating...",
|
||||
"saving": "Saving..."
|
||||
},
|
||||
"workspaceSelector": {
|
||||
"createAction": "Add workspace"
|
||||
@@ -334,12 +335,13 @@
|
||||
"errors": {
|
||||
"required": "All workspace fields are required.",
|
||||
"createFailed": "The workspace could not be created.",
|
||||
"updateFailed": "The workspace settings could not be saved.",
|
||||
"logoUploadFailed": "The workspace logo could not be saved.",
|
||||
"inviteRequired": "Email and role are required to invite a member.",
|
||||
"inviteFailed": "The workspace invite could not be created."
|
||||
},
|
||||
"fields": {
|
||||
"name": "Workspace name",
|
||||
"slug": "Workspace slug",
|
||||
"timeZone": "Time zone",
|
||||
"memberEmail": "Member email",
|
||||
"memberRole": "Role"
|
||||
@@ -353,9 +355,7 @@
|
||||
},
|
||||
"summary": {
|
||||
"name": "Name",
|
||||
"slug": "Slug",
|
||||
"timeZone": "Time zone",
|
||||
"created": "Created"
|
||||
"timeZone": "Time zone"
|
||||
},
|
||||
"tabs": {
|
||||
"general": "General",
|
||||
@@ -382,8 +382,19 @@
|
||||
}
|
||||
},
|
||||
"general": {
|
||||
"summaryTitle": "Workspace summary",
|
||||
"summaryDescription": "Reference details for the workspace currently in context."
|
||||
"detailsTitle": "Workspace details",
|
||||
"detailsDescription": "Update the workspace name and default time zone used across schedules and workspace views.",
|
||||
"saveAction": "Save workspace",
|
||||
"saved": "Workspace settings saved."
|
||||
},
|
||||
"logo": {
|
||||
"title": "Workspace logo",
|
||||
"description": "Use a local file or remote image, then crop it for the workspace.",
|
||||
"changeAction": "Change image",
|
||||
"cropperTitle": "Update workspace logo",
|
||||
"saveAction": "Save logo",
|
||||
"chooseAction": "Choose logo",
|
||||
"saved": "Workspace logo saved."
|
||||
},
|
||||
"approvals": {
|
||||
"flowTitle": "Approval flow",
|
||||
|
||||
Reference in New Issue
Block a user