feat(editor): Add initial data-store details page (no-changelog) (#18211)

This commit is contained in:
Milorad FIlipović
2025-08-12 11:16:37 +02:00
committed by GitHub
parent 14787fd5a4
commit ecc4f41a11
16 changed files with 926 additions and 128 deletions

View File

@@ -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>",