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,61 @@
{
"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": "بسته شده"
}
}