Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/fa_IR/Call.json
2026-01-19 17:46:06 +01:00

50 lines
1.4 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.
{
"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": "امروزه"
}
}