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

19 lines
554 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-03-28 21:50:00 -07:00
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
2016-03-25 01:18:05 -07:00
'assets_checkedout' => '할당된 자산',
'id' => '아이디',
'city' => '시',
'state' => '주',
'country' => '국가명',
'create' => '장소 생성',
'update' => '장소 갱신',
'name' => '장소 명',
'address' => '주소',
'zip' => '우편번호',
'locations' => '위치',
'parent' => '상위',
'currency' => '현지 통화',
);