{ "header": { "title": "Data Sources", "description": "Manage KV storage, computed values, and static data" }, "actions": { "add": "Add Data Source" }, "menu": { "kv": "KV Store", "computed": "Computed Value", "static": "Static Data" }, "emptyState": { "title": "No data sources yet", "description": "Create your first data source to start binding data to components" }, "groups": { "kv": "KV Store", "static": "Static Data", "computed": "Computed Values" }, "toasts": { "deleteBlockedTitle": "Cannot delete", "deleteBlockedDescription": "This source is used by {count} computed {noun}", "deleted": "Data source deleted", "updated": "Data source updated" } }