diff --git a/resources/lang/ko/filament-auditing.php b/resources/lang/ko/filament-auditing.php new file mode 100644 index 0000000..8f52bf0 --- /dev/null +++ b/resources/lang/ko/filament-auditing.php @@ -0,0 +1,42 @@ + '변경이력', + + /* + |-------------------------------------------------------------------------- + | Table Columns + |-------------------------------------------------------------------------- + */ + + 'column.user_name' => '사용자', + 'column.event' => '이벤트', + 'column.created_at' => '등록됨', + 'column.old_values' => '기존 내용', + 'column.new_values' => '신규 내용', + + /* + |-------------------------------------------------------------------------- + | Table Actions + |-------------------------------------------------------------------------- + */ + + 'action.restore' => '복원', + + /* + |-------------------------------------------------------------------------- + | Notifications + |-------------------------------------------------------------------------- + */ + + 'notification.restored' => '변경이력 복원', + 'notification.unchanged' => '변경할 사항이 없습니다.', + +];