feat(editor): Address data tables UI feedback (no-changelog) (#18566)

Co-authored-by: Milorad FIlipović <milorad@n8n.io>
This commit is contained in:
Svetoslav Dekov
2025-08-25 11:25:28 +02:00
committed by GitHub
parent 01ff2bacc5
commit fb97ec876c
10 changed files with 151 additions and 97 deletions

View File

@@ -2837,7 +2837,7 @@
"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.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",
@@ -2847,9 +2847,9 @@
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
"dataStore.search.placeholder": "Search",
"dataStore.error.fetching": "Error loading data tables",
"dataStore.add.title": "Create data table",
"dataStore.add.title": "Create new 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.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",