Files
snipe-it/app/lang/ko/admin/locations/table.php
T
2015-07-27 10:24:21 -07:00

18 lines
418 B
PHP
Executable File

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