Files
zemailnator/resources/lang/vendor/filament-logger/fa/filament-logger.php
idevakk bbbaf3a234 feat: add Filament packages for enhanced admin functionality
- Add backstage/filament-mails for mail management interface
  - Add binarybuilds/filament-failed-jobs for failed job monitoring
  - Add gboquizosanchez/filament-log-viewer for application log viewing
  - Add jacobtims/filament-logger for enhanced logging capabilities
  - Extend Filament admin panel with comprehensive monitoring tools
  - Improve developer experience with better visibility into system operations
2025-11-17 06:33:07 -08:00

32 lines
1.3 KiB
PHP
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.

<?php
return [
/*
|--------------------------------------------------------------------------
| Navigation & Resource
|--------------------------------------------------------------------------
*/
'nav.group' => 'تنظیمات',
'nav.log.label' => 'لاگ فعالیت ها',
'nav.log.icon' => 'heroicon-o-clipboard-document-list',
'resource.label.log' => 'لاگ فعالیت',
'resource.label.logs' => 'لاگ فعالیت ها',
'resource.label.user' => 'کاربر',
'resource.label.subject' => 'موضوع',
'resource.label.subject_type' => 'نوع موضوع',
'resource.label.description' => 'شرح',
'resource.label.type' => 'نوع',
'resource.label.event' => 'رویداد',
'resource.label.logged_at' => 'لاگ شده در',
'resource.label.properties' => 'خصوصیات',
'resource.label.old' => 'قدیمی',
'resource.label.new' => 'جدید',
'resource.label.old_value' => 'مقدار قدیمی',
'resource.label.new_value' => 'مقدار جدید',
'resource.label.properties_hint' => 'می‌تواند کلید یا مقدار باشد',
'resource.label.old_attributes' => 'کلید یا مقدار قدیمی: ',
'resource.label.new_attributes' => 'کلید یا مقدار جدید: ',
];