Skip to content

Commit

Permalink
- Korean translations add (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
corean authored Apr 8, 2024
1 parent b6e3882 commit 98edf4d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions resources/lang/ko/filament-spatie.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php

return [
/*
|--------------------------------------------------------------------------
| Fields
|--------------------------------------------------------------------------
*/

'field.guard_name' => '가드 이름',
'field.permissions_count' => '권한 수',
'field.name' => '이름',
'field.permissions' => '권한',
'field.roles' => '역할',
'field.role' => '역할',
'field.team' => '',

/*
|--------------------------------------------------------------------------
| Labels
|--------------------------------------------------------------------------
*/

'section.permission' => '권한',
'section.permissions' => '권한',
'section.role' => '역할',
'section.roles' => '역할',
'section.roles_and_permissions' => '역할 및 권한',
'select-team' => '팀 선택',
'select-team-hint' => '전역 역할의 경우 비워두십시오.',
'section.users' => '사용자',
];

0 comments on commit 98edf4d

Please sign in to comment.