Skip to content

Commit

Permalink
Korean translations add
Browse files Browse the repository at this point in the history
  • Loading branch information
corean committed Mar 24, 2024
1 parent 8484abe commit fbc1725
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions resources/lang/ko/filament-auditing.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Table Header
|--------------------------------------------------------------------------
*/

'table.heading' => '변경이력',

/*
|--------------------------------------------------------------------------
| 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' => '변경할 사항이 없습니다.',

];

0 comments on commit fbc1725

Please sign in to comment.