Files
snipe-it/app/lang/ko/admin/locations/table.php
T
2015-06-09 16:14:28 -07:00

16 lines
328 B
PHP
Executable File

<?php
return array(
'id' => '아이디',
'city' => '시',
'state' => '주',
'country' => '국가명',
'create' => '장소 생성',
'update' => '장소 갱신',
'name' => '장소 명',
'address' => '주소',
'zip' => '우편번호',
'locations' => '위치',
);