feat(editor): Add version controls settings (WIP) (#6036)
* feat(editor): Version control paywall (WIP) * fix(editor): remove version control docs link * feat(editor): Adding version control settings (WIP) * feat(editor): Adding version control settings (WIP) * fix(editor): use rest api root path in version control * fix(editor): adding preferences * fix(editor): adding preferences * fix(editor): change store action name
This commit is contained in:
@@ -1286,6 +1286,24 @@
|
||||
"settings.versionControl.actionBox.title": "Available on Enterprise plan",
|
||||
"settings.versionControl.actionBox.description": "Use Version Control to connect your instance to an external Git repository to backup and track changes made to your workflows, variables, and credentials. With Version Control you can also sync instances across multiple environments (development, production...).",
|
||||
"settings.versionControl.actionBox.buttonText": "See plans",
|
||||
"settings.versionControl.description": "Versioning allows you to connect your n8n instance to a Git branch of a repository. You can connect your branches to multiples n8n instances to create a multi environments setup. Learn how to set up versioning and environments in n8n.",
|
||||
"settings.versionControl.repoUrl": "Git repository URL",
|
||||
"settings.versionControl.repoUrlPlaceholder": "e.g. git@github.com:my-team/my-repository",
|
||||
"settings.versionControl.repoUrlDescription": "The SSH url of your Git repository",
|
||||
"settings.versionControl.authorName": "Author name",
|
||||
"settings.versionControl.authorEmail": "Author email",
|
||||
"settings.versionControl.sshKey": "SSH Key",
|
||||
"settings.versionControl.sshKeyDescription": "Paste the SSH key in yout git repository settings. {link}.",
|
||||
"settings.versionControl.sshKeyDescriptionLink": "More info.",
|
||||
"settings.versionControl.button.continue": "Continue",
|
||||
"settings.versionControl.button.connect": "Connect",
|
||||
"settings.versionControl.branches": "Select branch",
|
||||
"settings.versionControl.switchBranch.title": "Switch to {branch} branch",
|
||||
"settings.versionControl.switchBranch.description": "Please confirm you want to switch the current n8n instance to the branch: {branch}",
|
||||
"settings.versionControl.sync.prompt.title": "Sync changes in {branch} branch",
|
||||
"settings.versionControl.sync.prompt.description": "All the changes on your n8n instances will be synced with branch {branch} on the remote git repository. The following git sequence will be executed: pull > commit > push.",
|
||||
"settings.versionControl.sync.prompt.placeholder": "Commit message",
|
||||
"settings.versionControl.sync.prompt.error": "Please enter a commit message",
|
||||
"showMessage.cancel": "@:_reusableBaseText.cancel",
|
||||
"showMessage.ok": "OK",
|
||||
"showMessage.showDetails": "Show Details",
|
||||
|
||||
Reference in New Issue
Block a user