From fbc17251d266a2b9c6f367100d63e88901d72ab5 Mon Sep 17 00:00:00 2001 From: corean Date: Sun, 24 Mar 2024 19:04:08 +0900 Subject: [PATCH] Korean translations add --- resources/lang/ko/filament-auditing.php | 42 +++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 resources/lang/ko/filament-auditing.php 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' => '변경할 사항이 없습니다.', + +];