mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 09:04:09 -08:00
19 lines
819 B
PHP
19 lines
819 B
PHP
<?php
|
|
|
|
|
|
return array(
|
|
|
|
'assets_user' => '자산 보유자 :name',
|
|
'current_assets' => 'Assets currently checked out to this user',
|
|
'clone' => '사용자 복제',
|
|
'contact_user' => '연락처 :name',
|
|
'edit' => '사용자 편집',
|
|
'filetype_info' => '허용되는 형식들은 png, gif, jpeg, doc, docx, pdf, txt, zip, rar 입니다.',
|
|
'history_user' => '이력 :name',
|
|
'last_login' => '마지막 로그인',
|
|
'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
|
|
'software_user' => '소프트웨어 반출 목록 :name',
|
|
'view_user' => '사용자 보기 :name',
|
|
'usercsv' => 'CSV 파일',
|
|
);
|