mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 22:25:01 +00:00
30 lines
743 B
JSON
30 lines
743 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|