first commit
This commit is contained in:
25
lang/vendor/backpack.activity-log/zh_TW/activity_log.php
vendored
Normal file
25
lang/vendor/backpack.activity-log/zh_TW/activity_log.php
vendored
Normal 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',
|
||||
];
|
Reference in New Issue
Block a user