40 lines
754 B
JSON
40 lines
754 B
JSON
{
|
||
"chats": [
|
||
{
|
||
"color": 5,
|
||
"icon": "Home-21",
|
||
"link": "defaultRoute",
|
||
"title": "پیشخوان",
|
||
"translateKey": "Dashboard"
|
||
},
|
||
{
|
||
"color": 5,
|
||
"icon": "personal",
|
||
"link": "privates",
|
||
"title": "خصوصی ها",
|
||
"translateKey": "privates"
|
||
},
|
||
{
|
||
"color": 5,
|
||
"icon": "groups",
|
||
"link": "groups",
|
||
"title": "گروه ها",
|
||
"translateKey": "groups"
|
||
},
|
||
{
|
||
"color": 5,
|
||
"icon": "lobby",
|
||
"link": "lobbies",
|
||
"title": "تالارها",
|
||
"translateKey": "lobbies"
|
||
},
|
||
{
|
||
"color": 5,
|
||
"icon": "unread",
|
||
"link": "unReads",
|
||
"title": "نخوانده",
|
||
"translateKey": "unReads"
|
||
}
|
||
]
|
||
}
|