feat(editor): Data store UI/UX improvements (no-changelog) (#18587)

Co-authored-by: Svetoslav Dekov <svetoslav.dekov@n8n.io>
This commit is contained in:
Milorad FIlipović
2025-08-25 08:46:40 +02:00
committed by GitHub
parent c8dc7d9ab6
commit 802157a329
17 changed files with 335 additions and 151 deletions

View File

@@ -2834,10 +2834,10 @@
"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.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}\"",
"dataStore.dataStores": "Data Tables",
"dataStore.empty.label": "You don't have any data tables yet",
"dataStore.empty.description": "Once you create data tables for your projects, they will appear here",
"dataStore.empty.button.label": "Create data table in \"{projectName}\"",
"dataStore.card.size": "{size}MB",
"dataStore.card.column.count": "{count} column | {count} columns",
"dataStore.card.row.count": "{count} record | {count} records",
@@ -2846,21 +2846,21 @@
"dataStore.sort.nameAsc": "Sort by name (A-Z)",
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
"dataStore.search.placeholder": "Search",
"dataStore.error.fetching": "Error loading data stores",
"dataStore.add.title": "Create data store",
"dataStore.add.description": "Set up a new data store to organize and manage your data.",
"dataStore.add.button.label": "Create Data Store",
"dataStore.add.input.name.label": "Data Store Name",
"dataStore.add.input.name.placeholder": "Enter data store name",
"dataStore.add.error": "Error creating data store",
"dataStore.delete.confirm.title": "Delete data store",
"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.error.fetching": "Error loading data tables",
"dataStore.add.title": "Create data table",
"dataStore.add.description": "Set up a new data table to organize and manage your data.",
"dataStore.add.button.label": "Create data table",
"dataStore.add.input.name.label": "Data Table Name",
"dataStore.add.input.name.placeholder": "Enter data table name",
"dataStore.add.error": "Error creating data table",
"dataStore.delete.confirm.title": "Delete data table",
"dataStore.delete.confirm.message": "Are you sure you want to delete the data table \"{name}\"? This action cannot be undone.",
"dataStore.delete.error": "Error deleting data table",
"dataStore.rename.error": "Error renaming data table",
"dataStore.getDetails.error": "Error fetching data table details",
"dataStore.notFound": "Data table not found",
"dataStore.noColumns.heading": "No columns yet",
"dataStore.noColumns.description": "Add columns to start storing data in this data store.",
"dataStore.noColumns.description": "Add columns to start storing data in this data table.",
"dataStore.noColumns.button.label": "Add first column",
"dataStore.addColumn.label": "Add Column",
"dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",