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

49 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": "نام",
"status": "وضعیت",
"dateStart": "تاریخ شروع",
"dateEnd": "تاریخ پایان",
"duration": "مدت زمان",
"description": "توضیحات",
"users": "کاربران",
"contacts": "مخاطب ها",
"leads": "لیدها",
"reminders": "یادآوری ها",
"account": "حساب",
"acceptanceStatus": "وضعیت پذیرش"
},
"options": {
"status": {
"Planned": "برنامه ریزی شده",
"Held": "برگذار شده",
"Not Held": "برگذار نشده"
},
"acceptanceStatus": {
"None": "هیچ کدام",
"Accepted": "پذیرفته شده",
"Declined": "نپذیرفتن",
"Tentative": "پیش بینی شده"
}
},
"massActions": {
"setHeld": "تنظیم برگذاری",
"setNotHeld": "تنظیم عدم برگذاری"
},
"labels": {
"Create Meeting": "ایجاد جلسه",
"Set Held": "تنظیم برگذاری",
"Set Not Held": "تنظیم عدم برگذاری",
"Send Invitations": "ارسال دعوت نامه ها",
"on time": "به موقع",
"before": "قبل"
},
"presetFilters": {
"planned": "برنامه ریزی شده",
"held": "برگذاری",
"todays": "امروزه"
},
"messages": {
"nothingHasBeenSent": "چیزی ارسال نشده"
}
}