Files
snipe-it/app/lang/ko/admin/models/general.php
T
2015-12-29 15:46:20 -08:00

14 lines
547 B
PHP
Executable File

<?php
return array(
'deleted' => '이 모델은 삭제되었습니다. <a href="/hardware/models/:model_id/restore">복원 하려면 여기를 클릭하세요</a>.',
'restore' => '모델 복원',
'show_mac_address' => '이 모델의 자산에서 MAC 어드레스 항목 보기',
'view_deleted' => '삭제 목록 보기',
'view_models' => '모델 보기',
'fieldset' => 'Fieldset',
'no_custom_field' => 'No custom fields',
);