Files
saas_frontend/src/i18n/locales/ar/logs.json
T

16 lines
399 B
JSON

{
"title": "سجل النظام",
"exportFileName": "audit_logs.csv",
"columns": {
"timestamp": "الطابع الزمني",
"ipAddress": "عنوان IP",
"performedBy": "تم التنفيذ بواسطة",
"description": "الوصف",
"action": "الإجراء",
"module": "الوحدة"
},
"messages": {
"loadError": "تعذر تحميل السجلات"
}
}