Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
{
"fields": {
"name": "نام",
"parent": "والدین",
"status": "وضعیت",
"dateStart": "تاریخ شروع",
"dateEnd": "تاریخ پایان",
"direction": "جهت",
"duration": "مدت زمان",
"description": "شرح",
"users": "کاربران",
"contacts": "مخاطب ها",
"leads": "لیدها(سرنخ های فروش)",
"reminders": "یادآوری ها",
"account": "حساب",
"acceptanceStatus": "وضعیت پذیرش"
},
"options": {
"status": {
"Planned": "برنامه ریزی شده",
"Held": "برگزار شد",
"Not Held": "برگزار نشد"
},
"direction": {
"Outbound": "خروجی",
"Inbound": "ورودی"
},
"acceptanceStatus": {
"None": "هیچکدام",
"Accepted": "پذیرش",
"Declined": "عدم پذیرش",
"Tentative": "پیش بینی شده"
}
},
"massActions": {
"setHeld": "تنظیم برگذاری",
"setNotHeld": "تنظیم عدم برگذاری"
},
"labels": {
"Create Call": "ایجاد تماس",
"Set Held": "تنظیم برگذاری",
"Set Not Held": "تنظیم عدم برگذاری",
"Send Invitations": "ارسال دعوت نامه ها"
},
"presetFilters": {
"planned": "برنامه ریزی شده",
"held": "برگزار شد",
"todays": "امروزه"
}
}