This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -0,0 +1,59 @@
<?php
return [
'bulk_delete' => '대량 자산 삭제 승인',
'bulk_restore' => 'Confirm Bulk Restore Assets',
'bulk_delete_help' => '아래의 대량 자산 삭제 내용을 검토하십시오. 삭제하시면 복구할 수 없고, 현재 할당되어 있는 사용자와의 연결이 끊어집니다.',
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.',
'bulk_delete_warn' => '삭제 대상: asset_count 개',
'bulk_restore_warn' => 'You are about to restore :asset_count assets.',
'bulk_update' => '대량 자산 갱신',
'bulk_update_help' => '이 양식은 한번에 여러개의 자산들을 갱신하게 해줍니다. 변경하고 싶은 항목만 채워 넣으세요. 빈란으로 남겨둔 항목들은 변경되지 않을 것입니다. ',
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.',
'bulk_update_model_prefix' => 'On Models',
'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.',
'checkedout_to' => '반출 대상',
'checkout_date' => '반출 일자',
'checkin_date' => '반입 일자',
'checkout_to' => '반출 대상',
'cost' => '구매 원가',
'create' => '자산 생성',
'date' => '구매 일자',
'depreciation' => '감가 상각',
'depreciates_on' => '감가 상각 일자',
'default_location' => '기본 장소',
'default_location_phone' => 'Default Location Phone',
'eol_date' => '폐기 일자',
'eol_rate' => '폐기 비율',
'expected_checkin' => '반입 예상 일',
'expires' => '만료',
'fully_depreciated' => '감가상각필',
'help_checkout' => '이 자산을 즉시 사용하려면, 위의 상태 목록에서 "사용 준비"를 선택하세요. ',
'mac_address' => 'MAC 주소',
'manufacturer' => '제조업체',
'model' => '모델',
'months' => '개월',
'name' => '자산 명',
'notes' => '비고',
'order' => '주문 번호',
'qr' => 'QR 코드',
'requestable' => '사용자가 이 자산을 요청하실 수 있습니다',
'select_statustype' => '상태 유형 선택',
'serial' => '일련번호',
'status' => '상태',
'tag' => '자산 태그',
'update' => '자산 갱신',
'warranty' => '보증',
'warranty_expires' => '보증 만료일',
'years' => '년',
'asset_location' => 'Update Asset Location',
'asset_location_update_default_current' => 'Update default location AND actual location',
'asset_location_update_default' => 'Update only default location',
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information'
];

View File

@ -0,0 +1,43 @@
<?php
return [
'about_assets_title' => '자산이란',
'about_assets_text' => '자산은 일련 번호나 자산 꼬리표로 추적되는 품목들입니다. 특정 품목의 상황을 파악하는 것이 더 높은 가치를 갖는 추세입니다.',
'archived' => '보관됨',
'asset' => '자산',
'bulk_checkout' => '반출 자산',
'bulk_checkin' => 'Checkin Assets',
'checkin' => '반입 자산',
'checkout' => '반출 자산',
'clone' => '자산 복제',
'deployable' => '사용가능',
'deleted' => '자산이 삭제되었습니다.',
'delete_confirm' => 'Are you sure you want to delete this asset?',
'edit' => '자산 수정',
'model_deleted' => '모델이 삭제되었습니다. 자산을 복원하기 전에 모델을 복원해야 합니다.',
'model_invalid' => 'The Model of this Asset is invalid.',
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => '요청가능',
'requested' => '요청됨',
'not_requestable' => 'Not Requestable',
'requestable_status_warning' => 'Do not change requestable status',
'restore' => '자산 복원',
'pending' => '대기중',
'undeployable' => '사용불가',
'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
'view' => '자산 보기',
'csv_error' => 'You have an error in your CSV file:',
'import_text' => '<p>Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the <code>Admin &gt; General Settings</code>.</p><p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p><p>Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.</p>
',
'csv_import_match_f-l' => 'Try to match users by <strong>firstname.lastname</strong> (<code>jane.smith</code>) format',
'csv_import_match_initial_last' => 'Try to match users by <strong>first initial last name</strong> (<code>jsmith</code>) format',
'csv_import_match_first' => 'Try to match users by <strong>first name</strong> (<code>jane</code>) format',
'csv_import_match_email' => 'Try to match users by <strong>email</strong> as username',
'csv_import_match_username' => 'Try to match users by <strong>username</strong>',
'error_messages' => 'Error messages:',
'success_messages' => 'Success messages:',
'alert_details' => 'Please see below for details.',
'custom_export' => 'Custom Export',
'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
'user_department' => 'User Department',
];

View File

@ -0,0 +1,91 @@
<?php
return [
'undeployable' => '<strong>경고: </strong> 이 자산은 현재 사용불가 상태입니다.
이 상태를 변경하시려면, 자산 상태를 갱신하세요.',
'does_not_exist' => '자산이 존재하지 않습니다.',
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
'assoc_users' => '이 자산은 현재 사용자에게 반출 중이어서 삭제 할 수 없습니다. 먼저 자산을 확인해 보고 다시 삭제를 시도해 주세요. ',
'create' => [
'error' => '자산이 생성되지 않았습니다. 다시 시도해 주세요. :(',
'success' => '자산이 생성되었습니다. :)',
'success_linked' => 'Asset with tag :tag was created successfully. <strong><a href=":link" style="color: white;">Click here to view</a></strong>.',
],
'update' => [
'error' => '자산이 갱신되지 않았습니다. 다시 시도해 주세요.',
'success' => '자산이 갱신되었습니다.',
'nothing_updated' => '선택된 항목이 없어서, 갱신 되지 않습니다.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.',
],
'restore' => [
'error' => '자산이 복원되지 않았습니다. 다시 시도해 주세요.',
'success' => '자산이 복원되었습니다.',
'bulk_success' => '자산이 복원되었습니다.',
'nothing_updated' => 'No assets were selected, so nothing was restored.',
],
'audit' => [
'error' => '자산 감사가 실패했습니다. 다시 시도해 주세요.',
'success' => '자산 감사가 성공적으로 기록되었습니다.',
],
'deletefile' => [
'error' => '파일이 삭제되지 않았습니다. 다시 시도해 주세요.',
'success' => '파일이 삭제되었습니다.',
],
'upload' => [
'error' => '파일(들)이 업로드 되지 않았습니다. 다시 시도해 주세요.',
'success' => '파일(들)이 업로드 되었습니다.',
'nofiles' => '업로드 하기 위한 파일이 선택되지 않았거나, 업로드 할 파일이 너무 큽니다.',
'invalidfiles' => '하나 이상의 파일이 너무 크거나 허용되지 않는 형식입니다. 허용되는 형식은 png, gif, jpg, doc, docx, pdf, txt 입니다.',
],
'import' => [
'error' => '몇몇 품목들을 정확하게 읽어오지 못했습니다.',
'errorDetail' => '다음 품목들은 오류로 읽어오지 못했습니다.',
'success' => '파일에서 읽어오기가 완료되었습니다',
'file_delete_success' => '파일 삭제가 완료되었습니다',
'file_delete_error' => '파일을 삭제할 수 없습니다',
'file_missing' => 'The file selected is missing',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
'delete' => [
'confirm' => '이 자산을 삭제하시겠습니까?',
'error' => '그룹을 삭제하는 중 문제가 발생했습니다. 다시 시도해 주세요.',
'nothing_updated' => '선택된 자산이 없기에, 삭제되지 않습니다.',
'success' => '자산이 삭제되었습니다.',
],
'checkout' => [
'error' => '자산이 반출되지 않았습니다. 다시 시도해 주세요.',
'success' => '자산이 반출되었습니다.',
'user_does_not_exist' => '잘못된 사용자 입니다. 다시 시도해 주세요.',
'not_available' => '그 자산은 반출 할 수 없습니다!',
'no_assets_selected' => '목록에서 자산을 하나 이상 선택해야 합니다.',
],
'checkin' => [
'error' => '자산이 반입되지 않았습니다. 다시 시도해 주세요.',
'success' => '자산이 반입되었습니다.',
'user_does_not_exist' => '잘못된 사용자 입니다. 다시 시도해 주세요.',
'already_checked_in' => '그 자산은 이미 반입되었습니다.',
],
'requests' => [
'error' => '자산을 불러오지 못했습니다. 재시도해 주십시오.',
'success' => '자산을 불러왔습니다.',
'canceled' => '반출 요청이 취소되었습니다',
],
];

View File

@ -0,0 +1,33 @@
<?php
return [
'asset_tag' => '자산 태그',
'asset_model' => '모델',
'assigned_to' => '할당',
'book_value' => 'Current Value',
'change' => '입/출',
'checkout_date' => '반출 일자',
'checkoutto' => '반출 확인',
'components_cost' => 'Total Components Cost',
'current_value' => 'Current Value',
'diff' => '차액',
'dl_csv' => 'CSV로 내려받기',
'eol' => '폐기일',
'id' => '아이디',
'last_checkin_date' => 'Last Checkin Date',
'location' => '위치',
'purchase_cost' => '원가',
'purchase_date' => '구매',
'serial' => '일련번호',
'status' => '상태',
'title' => '자산 ',
'image' => '장비 사진',
'days_without_acceptance' => '미 승인 기간',
'monthly_depreciation' => '월간 감가상각',
'assigned_to' => '할당',
'requesting_user' => 'Requesting User',
'requested_date' => 'Requested Date',
'changed' => '변경됨',
'icon' => 'Icon',
];