Files
espocrm/application/Espo/Resources/i18n/ar_AR/Formula.json
2026-01-19 17:46:06 +01:00

23 lines
680 B
JSON

{
"labels": {
"Check Syntax": "تحقق من النحو",
"Run": "تشغيل"
},
"fields": {
"target": "استهداف",
"targetType": "نوع الهدف",
"script": "النصي",
"output": "مخرجات",
"error": "خطأ"
},
"messages": {
"runSuccess": "تم التنفيذ بنجاح.",
"runError": "خطأ.",
"checkSyntaxSuccess": "النحو صحيح.",
"checkSyntaxError": "خطأ في بناء الجملة.",
"emptyScript": "البرنامج النصي فارغ."
},
"tooltips": {
"output": "قم بطباعة القيم باستخدام الوظيفة \"output \\ printLine\"."
}
}