Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Korean translations add #27

Merged
merged 1 commit into from
Mar 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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' => '변경할 사항이 없습니다.',

];