mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
26 lines
950 B
PHP
26 lines
950 B
PHP
<?php
|
|
|
|
return array(
|
|
'address' => '공급자 주소',
|
|
'assets' => '자산',
|
|
'city' => '시',
|
|
'contact' => '연락처 명',
|
|
'country' => '국가명',
|
|
'create' => '공급자 생성',
|
|
'email' => '이메일 주소',
|
|
'fax' => '팩스',
|
|
'id' => '아이디',
|
|
'licenses' => '라이선스',
|
|
'name' => '공급자 명',
|
|
'notes' => '비고',
|
|
'phone' => '전화번호',
|
|
'state' => '주',
|
|
'suppliers' => '공급자',
|
|
'update' => '공급자 갱신',
|
|
'url' => '웹사이트 주소',
|
|
'view' => '공급자 보기',
|
|
'view_assets_for' => '자산 보기',
|
|
'zip' => '우편번호',
|
|
|
|
);
|