Skip to content

Commit

Permalink
Merge pull request #27 from corean/main
Browse files Browse the repository at this point in the history
Korean translations add
  • Loading branch information
andreia committed Mar 24, 2024
2 parents 8484abe + fbc1725 commit f121dd2
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 f121dd2

Please sign in to comment.