mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Address data tables UI feedback (no-changelog) (#18566)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user