fix(editor): Connect up new project viewer role to the FE (#9913)
This commit is contained in:
@@ -574,6 +574,7 @@
|
||||
"credentials.empty.heading.userNotSetup": "Set up a credential",
|
||||
"credentials.empty.description": "Credentials let workflows interact with your apps and services",
|
||||
"credentials.empty.button": "Add first credential",
|
||||
"credentials.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create credentials",
|
||||
"credentials.item.open": "Open",
|
||||
"credentials.item.delete": "Delete",
|
||||
"credentials.item.move": "Move",
|
||||
@@ -2189,8 +2190,10 @@
|
||||
"workflows.empty.heading.userNotSetup": "👋 Welcome!",
|
||||
"workflows.empty.description": "Create your first workflow",
|
||||
"workflows.empty.description.readOnlyEnv": "No workflows here yet",
|
||||
"workflows.empty.description.noPermission": "There are currently no workflows to view",
|
||||
"workflows.empty.startFromScratch": "Start from scratch",
|
||||
"workflows.empty.browseTemplates": "Browse {category} templates",
|
||||
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
||||
"workflows.shareModal.title": "Share '{name}'",
|
||||
"workflows.shareModal.title.static": "Shared with {projectName}",
|
||||
"workflows.shareModal.select.placeholder": "Add users...",
|
||||
@@ -2241,6 +2244,7 @@
|
||||
"variables.empty.heading.userNotSetup": "Set up a variable",
|
||||
"variables.empty.description": "Variables can be used to store data that can be referenced easily across multiple workflows.",
|
||||
"variables.empty.button": "Add first variable",
|
||||
"variables.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create variables",
|
||||
"variables.empty.notAllowedToCreate.heading": "{name}, start using variables",
|
||||
"variables.empty.notAllowedToCreate.description": "Ask your n8n instance owner to create the variables you need. Once configured, you can utilize them in your workflows using the syntax $vars.MY_VAR.",
|
||||
"variables.noResults": "No variables found",
|
||||
@@ -2444,6 +2448,7 @@
|
||||
"projects.settings.button.deleteProject": "Delete project",
|
||||
"projects.settings.role.admin": "Admin",
|
||||
"projects.settings.role.editor": "Editor",
|
||||
"projects.settings.role.viewer": "Viewer",
|
||||
"projects.settings.delete.title": "Delete {projectName}",
|
||||
"projects.settings.delete.message": "What should we do with the project data?",
|
||||
"projects.settings.delete.question.transfer.label": "Transfer its workflows and credentials to another project or user",
|
||||
|
||||
Reference in New Issue
Block a user