-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from corean/main
Korean translations add
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '변경할 사항이 없습니다.', | ||
|
||
]; |