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

61 lines
1.6 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": "نام",
"number": "شماره",
"status": "وضعیت",
"account": "حساب",
"contact": "تماس",
"contacts": "مخاطب ها",
"priority": "اولویت",
"type": "نوع",
"description": "توضیحات",
"lead": "لید",
"attachments": "پیوست‌ها",
"inboundEmail": "حساب ایمیل گروهی"
},
"links": {
"account": "حساب",
"contact": "تماس (اولیه)",
"Contacts": "مخاطب ها",
"meetings": "جلسات",
"calls": "تماس گرفتن",
"tasks": "وظایف",
"emails": "ایمیل ها",
"articles": "مقالات پایگاه دانش",
"lead": "لید",
"attachments": "پیوست‌ها",
"inboundEmail": "حساب ایمیل گروهی"
},
"options": {
"status": {
"New": "جدید",
"Assigned": "اختصاص داده",
"Pending": "در حال بررسی",
"Closed": "بسته شده",
"Rejected": "عدم پذیرش",
"Duplicate": "تکراری"
},
"priority": {
"Low": "کم",
"Normal": "معمولی",
"High": "زیاد",
"Urgent": "ضروری"
},
"type": {
"Question": "سوال",
"Incident": "حادثه",
"Problem": "مسئله"
}
},
"labels": {
"Create Case": "ایجاد کیس",
"Close": "بستن",
"Reject": "رد کردن",
"Closed": "بسته شده",
"Rejected": "رد"
},
"presetFilters": {
"open": "باز",
"closed": "بسته شده"
}
}