snipe-it/resources/lang/ko/admin/suppliers/table.php

28 lines
1.1 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-12-03 17:10:05 -08:00
'about_suppliers_title' => 'About Suppliers',
'about_suppliers_text' => 'Suppliers are used to track the source of items',
2016-03-25 01:18:05 -07:00
'address' => '공급자 주소',
'assets' => '자산',
'city' => '시',
'contact' => '연락처 명',
'country' => '국가명',
'create' => '공급자 생성',
'email' => '이메일 주소',
'fax' => '팩스',
'id' => '아이디',
'licenses' => '라이선스',
'name' => '공급자 명',
'notes' => '비고',
'phone' => '전화번호',
'state' => '주',
'suppliers' => '공급자',
'update' => '공급자 갱신',
'url' => '웹사이트 주소',
'view' => '공급자 보기',
'view_assets_for' => '자산 보기',
'zip' => '우편번호',
);