2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
'activated' => '활성' ,
'allow' => '허용' ,
'checkedout' => '자산' ,
'created_at' => '생성일' ,
'createuser' => '사용자 생성' ,
'deny' => '거부' ,
'email' => '이메일 주소' ,
'employee_num' => '사원 번호.' ,
'first_name' => '이름' ,
2022-05-24 15:07:14 -07:00
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.' ,
2016-03-25 01:18:05 -07:00
'id' => '아이디' ,
'inherit' => '상속' ,
'job' => '직위' ,
'last_login' => '마지막 로그인' ,
'last_name' => '성' ,
'location' => '장소' ,
'lock_passwords' => '이 설치본에서는 로그인 상세를 변경 할 수 없습니다.' ,
'manager' => '상사' ,
2017-10-17 18:52:20 -07:00
'managed_locations' => '관리되는 위치' ,
2016-03-25 01:18:05 -07:00
'name' => '이름' ,
'notes' => '비고' ,
'password_confirm' => '비밀번호 확인' ,
'password' => '비밀번호' ,
'phone' => '전화번호' ,
'show_current' => '현재 사용자들 보기' ,
'show_deleted' => '삭제된 사용자들 보기' ,
'title' => '직함' ,
2022-01-13 21:27:29 -08:00
'to_restore_them' => '그것들을 복구하기.' ,
2023-09-25 02:54:46 -07:00
'total_assets_cost' => " Total Assets Cost " ,
2016-03-25 01:18:05 -07:00
'updateuser' => '사용자 갱신' ,
'username' => '사용자명' ,
2022-01-13 21:27:29 -08:00
'user_deleted_text' => '이 사용자는 삭제 된 것으로 표시되어 있습니다.' ,
2016-03-25 01:18:05 -07:00
'username_note' => '(이 것은 로그인이 아닌, 액티브 디렉토리에 연결할 때 사용됩니다.)' ,
'cloneuser' => '사용자 복제' ,
'viewusers' => '사용자 보기' ,
2022-01-13 21:27:29 -08:00
);