research_ui/json/research/menu.json
2025-03-02 11:39:24 +03:30

28 lines
579 B
JSON

{
"researches": [
{
"icon": "Home-21",
"color": 1,
"link": "defaultRoute",
"actionMode": 1,
"title": "خانه",
"translateKey": "Home"
},
{
"color": 1,
"icon": "reports",
"link": "myResearches",
"title": "تحقیقات",
"longTitle": "تحقیقات ",
"translateKey": "MyResearchs"
},
{
"color": 1,
"icon": "Component-68--1",
"link": "TermPage",
"title": "اصطلاحات",
"longTitle": "اصطلاحات",
"translateKey": "TermPage"
}
]
}