mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
14 lines
565 B
PHP
14 lines
565 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'deleted' => '이 모델은 삭제되었습니다. <a href="/hardware/models/:model_id/restore">복원 하려면 여기를 클릭하세요</a>.',
|
||
|
'restore' => '모델 복원',
|
||
|
'show_mac_address' => '이 모델의 자산에서 MAC 어드레스 항목 보기',
|
||
|
'view_deleted' => '삭제 목록 보기',
|
||
|
'view_models' => '모델 보기',
|
||
|
'fieldset' => '항목세트',
|
||
|
'no_custom_field' => '사용자 정의 항목 없음',
|
||
|
|
||
|
);
|