snipe-it/resources/lang/ko-KR/admin/consumables/message.php
snipe 2a0697022e Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-07-19 17:47:22 +01:00

39 lines
1.5 KiB
PHP

<?php
return array(
'invalid_category_type' => 'The category must be a consumable category.',
'does_not_exist' => '소모품이 존재하지 않습니다.',
'create' => array(
'error' => '소모품이 생성되지 않았습니다. 다시 시도해 주세요.',
'success' => '소모품이 생성되었습니다.'
),
'update' => array(
'error' => '소모품이 수정되지 않았습니다. 다시 시도해 주세요.',
'success' => '소모품이 수정되었습니다.'
),
'delete' => array(
'confirm' => '이 소모품을 삭제하시겠습니까?',
'error' => '소모품 삭제시 문제가 발생했습니다. 다시 시도해 주세요.',
'success' => '소모품이 삭제 되었습니다.'
),
'checkout' => array(
'error' => '소모품이 반출되지 않았습니다. 다시 시도해 주세요.',
'success' => '소모품이 반출 되었습니다.',
'user_does_not_exist' => '잘못된 사용자 입니다. 다시 시도해 주세요.',
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
),
'checkin' => array(
'error' => '소모품이 반입되지 않았습니다. 다시 시도해 주세요.',
'success' => '소모품이 반입 되었습니다.',
'user_does_not_exist' => '잘못된 사용자 입니다. 다시 시도해 주세요.'
)
);