mirror of
https://github.com/johndoe6345789/AutoMetabuilder.git
synced 2026-04-24 13:54:59 +00:00
33 lines
655 B
JSON
33 lines
655 B
JSON
[
|
|
{
|
|
"section": "dashboard",
|
|
"icon": "speedometer2",
|
|
"label_key": "ui.nav.dashboard",
|
|
"default_label": "Dashboard"
|
|
},
|
|
{
|
|
"section": "workflow",
|
|
"icon": "diagram-3",
|
|
"label_key": "ui.nav.workflow",
|
|
"default_label": "Workflow"
|
|
},
|
|
{
|
|
"section": "prompt",
|
|
"icon": "file-text",
|
|
"label_key": "ui.nav.prompt",
|
|
"default_label": "Prompt"
|
|
},
|
|
{
|
|
"section": "settings",
|
|
"icon": "gear",
|
|
"label_key": "ui.nav.settings",
|
|
"default_label": "Settings"
|
|
},
|
|
{
|
|
"section": "translations",
|
|
"icon": "translate",
|
|
"label_key": "ui.nav.translations",
|
|
"default_label": "Translations"
|
|
}
|
|
]
|