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

46 lines
1.3 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 KnowledgeBaseArticle": "ایجاد مقاله",
"Any": "هر کدام",
"Send in Email": "ارسال در ایمیل",
"Move Up": "حرکت به بالا",
"Move Down": "حرکت به پایین",
"Move to Top": "انتقال به بالا",
"Move to Bottom": "انتقال به پایین"
},
"fields": {
"name": "نام",
"status": "وضعیت",
"type": "نوع",
"attachments": "پیوست ها",
"publishDate": "تاریخ انتشار",
"expirationDate": "تاریخ انقضا",
"description": "توضیحات",
"body": "بدنه",
"categories": "دسته بندی ها",
"language": "زبان",
"portals": "پورتال ها"
},
"links": {
"opportunities": "فرصت ها",
"categories": "دسته بندی ها",
"portals": "پورتال ها"
},
"options": {
"status": {
"In Review": "در بازبینی",
"Draft": "پیش نویس",
"Archived": "آرشیو شده",
"Published": "منتشر شده"
},
"type": {
"Article": "مقاله"
}
},
"presetFilters": {
"published": "منتشر شده"
},
"tooltips": {
"portals": "مقاله تنها در پورتال های مشخص در دسترس خواهد بود."
}
}