ajout app
This commit is contained in:
18
SNIPE-IT/resources/lang/ko-KR/admin/models/general.php
Normal file
18
SNIPE-IT/resources/lang/ko-KR/admin/models/general.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_models_title' => '자산 모델이란',
|
||||
'about_models_text' => '자산 모델은 동일한 자산들을 그룹화 하는 방법입니다. "MBP 2013", "IPhone 6들", 등등.',
|
||||
'deleted' => '모델이 삭제되었습니다.',
|
||||
'bulk_delete' => '자산 모델 대량 삭제',
|
||||
'bulk_delete_help' => '선택한 자산 모델의 삭제를 확인하려면 아래 체크박스를 사용하십시오. 자산에 연결된 자산 모델은 자산이 다른 모델과 연결될 때까지 삭제할 수 없습니다.',
|
||||
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
|
||||
'restore' => '모델 복원',
|
||||
'requestable' => '사용자가 이 모델을 요청하실 수 있습니다',
|
||||
'show_mac_address' => '이 모델의 자산에서 MAC 어드레스 항목 보기',
|
||||
'view_deleted' => '삭제 목록 보기',
|
||||
'view_models' => '모델 보기',
|
||||
'fieldset' => '항목세트',
|
||||
'no_custom_field' => '사용자 정의 항목 없음',
|
||||
'add_default_values' => '기본값 추가',
|
||||
);
|
47
SNIPE-IT/resources/lang/ko-KR/admin/models/message.php
Normal file
47
SNIPE-IT/resources/lang/ko-KR/admin/models/message.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted asset model',
|
||||
'does_not_exist' => '모델이 존재하지 않습니다.',
|
||||
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
|
||||
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||
'assoc_users' => '이 모델은 현재 하나 이상의 자산들과 연결되어 있기에 삭제 할 수 없습니다. 자산들을 삭제하고 다시 삭제하길 시도하세요. ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => '모델이 생성되지 않았습니다. 다시 시도하세요.',
|
||||
'success' => '모델이 생성되었습니다.',
|
||||
'duplicate_set' => '이름, 제조사 그리고 모델 번호가 같은 자산 모델이 존재합니다.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => '모델이 갱신되지 않았습니다. 다시 시도하세요.',
|
||||
'success' => '모델이 갱신되었습니다.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => '이 자산 모델을 삭제 하시겠습니까?',
|
||||
'error' => '모델을 삭제하는 중 문제가 발생했습니다. 다시 시도해 주세요.',
|
||||
'success' => '모델이 삭제되었습니다.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => '모델이 복원되지 않았습니다. 다시 시도해 주세요.',
|
||||
'success' => '모델이 복원되었습니다.'
|
||||
),
|
||||
|
||||
'bulkedit' => array(
|
||||
'error' => '변경된 항목이 없어서, 갱신되지 않습니다.',
|
||||
'success' => 'Model successfully updated. |:model_count models successfully updated.',
|
||||
'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',
|
||||
|
||||
),
|
||||
|
||||
'bulkdelete' => array(
|
||||
'error' => '선택된 모델이 없기에, 삭제되지 않습니다.',
|
||||
'success' => 'Model deleted!|:success_count models deleted!',
|
||||
'success_partial' => ': success_count개의 모델이 삭제되었지만, fail_count 개는 관련된 자산이 있기에 삭제할 수 없습니다.'
|
||||
),
|
||||
|
||||
);
|
17
SNIPE-IT/resources/lang/ko-KR/admin/models/table.php
Normal file
17
SNIPE-IT/resources/lang/ko-KR/admin/models/table.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'create' => '자산 모델 생성',
|
||||
'created_at' => '생성 위치',
|
||||
'eol' => '폐기일',
|
||||
'modelnumber' => '모델 번호.',
|
||||
'name' => '자산 모델 명',
|
||||
'numassets' => '자산',
|
||||
'title' => '자산 모델',
|
||||
'update' => '자산 모델 갱신',
|
||||
'view' => '자산 모델 보기',
|
||||
'update' => '자산 모델 갱신',
|
||||
'clone' => '모델 복제',
|
||||
'edit' => '모델 편집',
|
||||
);
|
Reference in New Issue
Block a user