mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 14:14:57 +00:00
32 lines
739 B
JSON
32 lines
739 B
JSON
{
|
|
"header": {
|
|
"title": "Component Trees",
|
|
"subtitle": "Molecules and organisms loaded from JSON",
|
|
"loadedLabel": "trees loaded",
|
|
"reloadLabel": "Reload"
|
|
},
|
|
"tabs": {
|
|
"molecules": "Molecules",
|
|
"organisms": "Organisms",
|
|
"all": "All"
|
|
},
|
|
"status": {
|
|
"errorTitle": "Error loading component trees",
|
|
"selectPrompt": "Select a tree to view details"
|
|
},
|
|
"labels": {
|
|
"rootNodes": "root nodes",
|
|
"id": "ID",
|
|
"structureTitle": "Component Tree Structure",
|
|
"props": "Props"
|
|
},
|
|
"categories": {
|
|
"molecule": "molecule",
|
|
"organism": "organism"
|
|
},
|
|
"toast": {
|
|
"reloadSuccess": "Component trees reloaded from JSON",
|
|
"reloadError": "Failed to reload component trees"
|
|
}
|
|
}
|