mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(editor): Add initial data-store details page (no-changelog) (#18211)
This commit is contained in:
committed by
GitHub
parent
14787fd5a4
commit
ecc4f41a11
@@ -2829,7 +2829,7 @@
|
||||
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
||||
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
||||
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
||||
"dataStore.tab.label": "Data Store",
|
||||
"dataStore.dataStores": "Data Stores",
|
||||
"dataStore.empty.label": "You don't have any data stores yet",
|
||||
"dataStore.empty.description": "Once you create data stores for your projects, they will appear here",
|
||||
"dataStore.empty.button.label": "Create data store in \"{projectName}\"",
|
||||
@@ -2852,6 +2852,11 @@
|
||||
"dataStore.delete.confirm.message": "Are you sure you want to delete the data store \"{name}\"? This action cannot be undone.",
|
||||
"dataStore.delete.error": "Error deleting data store",
|
||||
"dataStore.rename.error": "Error renaming data store",
|
||||
"dataStore.getDetails.error": "Error fetching data store details",
|
||||
"dataStore.notFound": "Data store not found",
|
||||
"dataStore.noColumns.heading": "No columns yet",
|
||||
"dataStore.noColumns.description": "Add columns to start storing data in this data store.",
|
||||
"dataStore.noColumns.button.label": "Add first column",
|
||||
"settings.ldap": "LDAP",
|
||||
"settings.ldap.note": "LDAP allows users to authenticate with their centralized account. It's compatible with services that provide an LDAP interface like Active Directory, Okta and Jumpcloud.",
|
||||
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
||||
|
||||
Reference in New Issue
Block a user