ok
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'asset' => '자산',
|
||||
'checkin' => '반입',
|
||||
'create' => '라이선스 생성',
|
||||
'expiration' => '만료 날짜',
|
||||
'license_key' => '제품 키',
|
||||
'maintained' => '유지보수',
|
||||
'name' => '소프트웨어 명',
|
||||
'no_depreciation' => '감가 상각하지 않음',
|
||||
'purchase_order' => '구매 주문 번호',
|
||||
'reassignable' => '재배치가능',
|
||||
'remaining_seats' => '잔여 Seats',
|
||||
'seats' => 'Seats',
|
||||
'termination_date' => '종료 일자',
|
||||
'to_email' => '라이선스 메일 주소',
|
||||
'to_name' => '라이선스 발급자',
|
||||
'update' => '라이선스 갱신',
|
||||
'checkout_help' => '하드웨어 자산이나 개인에게서 라이선스를 확인을 해야 합니다. 둘 다 선택할 수 있지만, 자산 반출 시마다 자산의 소유자와 개인이 일치하는지 확인을 해야 합니다.'
|
||||
);
|
@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_licenses_title' => '라이선스 란',
|
||||
'about_licenses' => '라이선스는 소프트웨어를 추적하는데 사용됩니다. 개인에게 반출 할 수 있는 수량이 정의되어 있습니다',
|
||||
'checkin' => '라이선스 Seat 확인',
|
||||
'checkout_history' => '반출 이력',
|
||||
'checkout' => '반출 라이선스 Seat',
|
||||
'edit' => '라이선스 편집',
|
||||
'filetype_info' => '허용되는 형식들은 png, gif, jpeg, doc, docx, pdf, txt, zip, rar 입니다.',
|
||||
'clone' => '라이선스 복제',
|
||||
'history_for' => '이력 ',
|
||||
'in_out' => '입/출',
|
||||
'info' => '라이선스 정보',
|
||||
'license_seats' => '라이선스 Seats',
|
||||
'seat' => 'Seat',
|
||||
'seats' => 'Seats',
|
||||
'software_licenses' => '소프트웨어 라이선스',
|
||||
'user' => '사용자',
|
||||
'view' => '라이선스 보기',
|
||||
'delete_disabled' => 'This license cannot be deleted yet because some seats are still checked out.',
|
||||
'bulk' =>
|
||||
[
|
||||
'checkin_all' => [
|
||||
'button' => 'Checkin All Seats',
|
||||
'modal' => 'This will action checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.',
|
||||
'enabled_tooltip' => 'Checkin ALL seats for this license from both users and assets',
|
||||
'disabled_tooltip' => 'This is disabled because there are no seats currently checked out',
|
||||
'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable',
|
||||
'success' => 'License successfully checked in! | All licenses were successfully checked in!',
|
||||
'log_msg' => 'Checked in via bulk license checkout in license GUI',
|
||||
],
|
||||
|
||||
'checkout_all' => [
|
||||
'button' => 'Checkout All Seats',
|
||||
'modal' => 'This action will checkout one seat to the first available user. | This action will checkout all :available_seats_count seats to the first available users. A user is considered available for this seat if they do not already have this license checked out to them, and the Auto-Assign License property is enabled on their user account.',
|
||||
'enabled_tooltip' => 'Checkout ALL seats (or as many as are available) to ALL users',
|
||||
'disabled_tooltip' => 'This is disabled because there are no seats currently available',
|
||||
'success' => 'License successfully checked out! | :count licenses were successfully checked out!',
|
||||
'error_no_seats' => 'There are no remaining seats left for this license.',
|
||||
'warn_not_enough_seats' => ':count users were assigned this license, but we ran out of available license seats.',
|
||||
'warn_no_avail_users' => 'Nothing to do. There are no users who do not already have this license assigned to them.',
|
||||
'log_msg' => 'Checked out via bulk license checkout in license GUI',
|
||||
|
||||
|
||||
],
|
||||
],
|
||||
|
||||
'below_threshold' => 'There are only :remaining_count seats left for this license with a minimum quantity of :min_amt. You may want to consider purchasing more seats.',
|
||||
'below_threshold_short' => 'This item is below the minimum required quantity.',
|
||||
);
|
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
|
||||
'user_does_not_exist' => '사용자가 존재하지 않습니다.',
|
||||
'asset_does_not_exist' => '이 라이선스와 연결하려는 자산이 존재하지 않습니다.',
|
||||
'owner_doesnt_match_asset' => '이 라이센스와 연결하려고하는 자산은 드롭 다운 목록에서 선택한 사람이 아닌 다른 누군가가 소유하고 있습니다.',
|
||||
'assoc_users' => '이 자산은 현재 사용자에게 반출 중이어서 삭제 할 수 없습니다. 먼저 자산을 확인해 보고 다시 삭제를 시도해 주세요. ',
|
||||
'select_asset_or_person' => '애셋이나 사용자 중 하나만 선택해야하며 둘 다 선택할 수는 없습니다.',
|
||||
'not_found' => '라이센스를 찾을 수 없음',
|
||||
'seats_available' => ':seat_count seats available',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => '라이선스가 생성되지 않았습니다. 다시 시도해 주세요.',
|
||||
'success' => '라이선스가 생성되었습니다.'
|
||||
),
|
||||
|
||||
'deletefile' => array(
|
||||
'error' => '파일이 삭제되지 않았습니다. 다시 시도해 주세요.',
|
||||
'success' => '파일이 삭제되었습니다.',
|
||||
),
|
||||
|
||||
'upload' => array(
|
||||
'error' => '파일(들)이 업로드 되지 않았습니다. 다시 시도해 주세요.',
|
||||
'success' => '파일(들)이 업로드 되었습니다.',
|
||||
'nofiles' => '업로드 하기 위한 파일이 선택되지 않았거나, 업로드 할 파일이 너무 큽니다.',
|
||||
'invalidfiles' => '하나 이상의 파일이 너무 크거나 허용되지 않는 형식입니다. 허용되는 형식은 png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, lic 입니다.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => '라이선스가 갱신되지 않았습니다. 다시 시도해 주세요.',
|
||||
'success' => '라이선스가 갱신되었습니다.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => '이 라이선스를 삭제하시겠습니까?',
|
||||
'error' => '라이선스 삭제 중 문제가 발생했습니다. 다시 시도해 주세요.',
|
||||
'success' => '라이선스가 삭제되었습니다.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => '라이선스 반출 중 문제가 발생했습니다. 다시 시도해 주세요.',
|
||||
'success' => '라이선스가 반출 되었습니다.',
|
||||
'not_enough_seats' => 'Not enough license seats available for checkout',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => '라이선스 반입 중 문제가 발생했습니다. 다시 시도해 주세요.',
|
||||
'success' => '라이선스가 반입 되었습니다.'
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'assigned_to' => '사용자',
|
||||
'checkout' => '입/출',
|
||||
'id' => '아이디',
|
||||
'license_email' => '라이선스 메일주소',
|
||||
'license_name' => '인증 대상',
|
||||
'purchase_date' => '구매 일자',
|
||||
'purchased' => '구매',
|
||||
'seats' => 'Seats',
|
||||
'hardware' => '하드웨어',
|
||||
'serial' => '일련번호',
|
||||
'title' => '라이선스',
|
||||
|
||||
);
|
Reference in New Issue
Block a user