chat_ui/json/critionActions.json
2025-03-15 13:45:02 +03:30

84 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"title": "فایلهای مرتبط",
"key": "files",
"type": "EntitySliderContentTwo",
"scrollTitle": "فایل مرتبط",
"modalName": "files-modal"
},
{
"title": "لینک‌های بیرونی",
"key": "links",
"type": "EntitySliderContentTwo",
"scrollTitle": "لینک بیرونی",
"modalName": "links-modal"
},
{
"title": "نامطلوب",
"scrollTitle": "نامطلوب",
"key": "unfavorite",
"type": "EntityTextContent",
"modalName": "simple-modal"
},
{
"title": "مطلوب",
"scrollTitle": "مطلوب",
"key": "favorite",
"type": "EntityTextContent",
"modalName": "simple-modal"
},
{
"title": "عنوان",
"scrollTitle": "عنوان",
"key": "title",
"type": "EntityTextContent",
"modalName": "simple-modal"
},
{
"title": "چکیده مساله",
"scrollTitle": "چکیده مساله",
"key": "summary",
"type": "EntityTextContent",
"modalName": "simple-modal"
},
{
"title": "بیان",
"key": "description",
"type": "EntityTextContent",
"modalName": "description-modal"
},
{
"title": "توضیح",
"key": "text",
"type": "EntityTextContent",
"scrollTitle": "توضیح",
"modalName": "simple-modal"
},
{
"title": "موضوعات",
"key": "subject",
"type": "EntityHorizontalListContent",
"scrollTitle": "موضوع",
"modalName": "subject-modal"
},
{
"title": "واژه گان",
"key": "keywords",
"type": "EntityHorizontalListContent",
"scrollTitle": "واژه",
"modalName": "keywords-modal"
},
{
"title": "فیش ها",
"key": "fish",
"type": "EntityFishContent",
"scrollTitle": "فیش",
"modalName": "fish-modal"
}
]