Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/fa_IR/Task.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": "موعد مقرر",
"dateStartDate": "تاریخ شروع (تمام روز)",
"dateEndDate": "پایان تاریخ (تمام روز)",
"priority": "اولویت",
"description": "توضیحات",
"isOverdue": "عقب افتاده است",
"account": "حساب",
"dateCompleted": "تاریخ تکمیل شده است",
"attachments": "پیوست ها",
"reminders": "یاداوری ها",
"contact": "مخاطب"
},
"links": {
"attachments": "پیوست ها",
"account": "حساب",
"contact": "مخاطب"
},
"options": {
"status": {
"Not Started": "شروع نشده",
"Started": "آغاز شده",
"Completed": "تکمیل شده",
"Canceled": "لغو شد",
"Deferred": "معوق"
},
"priority": {
"Low": "کم",
"Normal": "معمولی",
"High": "بالا",
"Urgent": "فوری"
}
},
"labels": {
"Create Task": "ایجاد وظیفه",
"Complete": "تکمیل"
},
"presetFilters": {
"actual": "واقعی",
"completed": "تکمیل شده",
"todays": "امروزه",
"overdue": "عقب افتاده",
"deferred": "تعلیق شده"
}
}