first commit

This commit is contained in:
Eric Li
2025-06-13 12:09:50 +08:00
commit b12cd07419
545 changed files with 39389 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<?php
return [
'activity_log' => 'activity log',
'activity_logs' => 'activity logs',
'activity_log_button_causer' => 'caused activity',
'activity_log_button_subject' => 'activity',
'causer' => 'causer',
'subject' => 'subject',
'causer_model' => 'causer type',
'subject_model' => 'subject type',
'event' => 'event',
'date' => 'date',
'changes' => 'changes',
'key' => 'key',
'previous_value' => 'previous value',
'new_value' => 'new value',
'created' => 'created',
'updated' => 'updated',
'deleted' => 'deleted',
'restored' => 'restored',
];