ajout app
This commit is contained in:
22
SNIPE-IT/resources/lang/ko-KR/admin/groups/message.php
Normal file
22
SNIPE-IT/resources/lang/ko-KR/admin/groups/message.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'group_exists' => '그룹이 이미 존재합니다!',
|
||||
'group_not_found' => '그룹 ID :id가 존재하지 않습니다.',
|
||||
'group_name_required' => '이름 항목을 입력해주세요.',
|
||||
|
||||
'success' => array(
|
||||
'create' => '그룹이 생성되었습니다.',
|
||||
'update' => '그룹이 갱신되었습니다.',
|
||||
'delete' => '그룹이 삭제되었습니다.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => '이 그룹을 삭제 하시겠습니까?',
|
||||
'create' => '그룹을 생성하는 중 문제가 발생했습니다. 다시 시도해 주세요.',
|
||||
'update' => '그룹을 갱신하는 중 오류가 발생했습니다. 다시 시도해 주세요.',
|
||||
'delete' => '그룹을 삭제하는 중 문제가 발생했습니다. 다시 시도해 주세요.',
|
||||
),
|
||||
|
||||
);
|
9
SNIPE-IT/resources/lang/ko-KR/admin/groups/table.php
Normal file
9
SNIPE-IT/resources/lang/ko-KR/admin/groups/table.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => '아이디',
|
||||
'name' => '이름',
|
||||
'users' => '사용자 # 명',
|
||||
|
||||
);
|
16
SNIPE-IT/resources/lang/ko-KR/admin/groups/titles.php
Normal file
16
SNIPE-IT/resources/lang/ko-KR/admin/groups/titles.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_groups_title' => '그룹이란',
|
||||
'about_groups' => '그룹은 일반적인 당신의 권한에 사용된다.',
|
||||
'group_management' => '그룹 관리',
|
||||
'create' => '새 그룹 생성',
|
||||
'update' => '그룹 수정',
|
||||
'group_name' => '그룹 명',
|
||||
'group_admin' => '그룹 관리자',
|
||||
'allow' => '허용',
|
||||
'deny' => '거부',
|
||||
'permission' => 'Permission',
|
||||
'grant' => 'Grant',
|
||||
'no_permissions' => 'This group has no permissions.'
|
||||
];
|
Reference in New Issue
Block a user