mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
39 lines
1.6 KiB
PHP
39 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'activated' => '활성',
|
|
'allow' => '허용',
|
|
'checkedout' => '자산',
|
|
'created_at' => '생성일',
|
|
'createuser' => '사용자 생성',
|
|
'deny' => '거부',
|
|
'email' => '이메일 주소',
|
|
'employee_num' => '사원 번호.',
|
|
'first_name' => '이름',
|
|
'groupnotes' => '사용자의 그룹을 선택하세요. 사용자는 그룹에 할당된 허용 정책을 따릅니다.',
|
|
'id' => '아이디',
|
|
'inherit' => '상속',
|
|
'job' => '직위',
|
|
'last_login' => '마지막 로그인',
|
|
'last_name' => '성',
|
|
'location' => '장소',
|
|
'lock_passwords' => '이 설치본에서는 로그인 상세를 변경 할 수 없습니다.',
|
|
'manager' => '상사',
|
|
'managed_locations' => '관리되는 위치',
|
|
'name' => '이름',
|
|
'notes' => '비고',
|
|
'password_confirm' => '비밀번호 확인',
|
|
'password' => '비밀번호',
|
|
'phone' => '전화번호',
|
|
'show_current' => '현재 사용자들 보기',
|
|
'show_deleted' => '삭제된 사용자들 보기',
|
|
'title' => '직함',
|
|
'to_restore_them' => '그것들을 복구하기.',
|
|
'updateuser' => '사용자 갱신',
|
|
'username' => '사용자명',
|
|
'user_deleted_text' => '이 사용자는 삭제 된 것으로 표시되어 있습니다.',
|
|
'username_note' => '(이 것은 로그인이 아닌, 액티브 디렉토리에 연결할 때 사용됩니다.)',
|
|
'cloneuser' => '사용자 복제',
|
|
'viewusers' => '사용자 보기',
|
|
];
|