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

43 lines
1.1 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.
{
"labels": {
"Create Document": "ایجاد سند",
"Details": "جزئیات"
},
"fields": {
"name": "نام",
"status": "وضعیت",
"file": "فایل",
"type": "نوع",
"publishDate": "تاریخ انتشار",
"expirationDate": "تاریخ انقضا",
"description": "توضیحات",
"accounts": "حساب ها",
"folder": "پوشه"
},
"links": {
"accounts": "حساب ها",
"opportunities": "فرصت ها",
"folder": "پوشه",
"leads": "لید ها",
"contacts": "مخاطب ها"
},
"options": {
"status": {
"Active": "فعال",
"Draft": "پیش نویس",
"Expired": "منقضی شده",
"Canceled": "لغو شد"
},
"type": {
"": "هیچ کدام",
"Contract": "قرارداد",
"NDA": "NDA(قرارداد محرمانگی)",
"EULA": "EULA(توافقنامه مجوز کاربر نهایی)",
"License Agreement": "توافقنامه مجوز"
}
},
"presetFilters": {
"active": "فعال",
"draft": "پیش نویس"
}
}