snipe-it/resources/lang/ko/admin/custom_fields/general.php

55 lines
3.6 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-03-25 01:18:05 -07:00
'custom_fields' => '사용자 정의 항목들',
'manage' => '관리',
2016-03-25 01:18:05 -07:00
'field' => '항목',
'about_fieldsets_title' => '항목세트란',
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
2017-01-10 17:53:06 -08:00
'encrypt_field' => '필드 암호화',
2016-09-20 05:08:04 -07:00
'encrypt_field_help' => '경고: 항목을 암호화 하면 검색을 할 수 없습니다.',
2016-10-04 12:23:02 -07:00
'encrypted' => '암호화',
2016-03-25 01:18:05 -07:00
'fieldset' => '항목세트',
'qty_fields' => '항목수',
'fieldsets' => '항목세트',
'fieldset_name' => '항목세트명',
'field_name' => '항목명',
2016-09-20 05:08:04 -07:00
'field_values' => '항목 값',
2017-01-10 17:53:06 -08:00
'field_values_help' => '줄 당 한 개의 옵션을 선택하세요. 첫번째 줄 이후의 빈 줄은 무시됩니다.',
2016-03-25 01:18:05 -07:00
'field_element' => '양식 성분',
'field_element_short' => '성분',
'field_format' => '형식',
'field_custom_format' => '사용자 형식',
2017-12-12 09:20:57 -08:00
'field_custom_format_help' => '이 항목을 사용하면 유효성 검사를 위해 정규 표현식을 사용할 수 있습니다. "regex:"로 시작해야 합니다 - 예를 들어, 사용자정의 항목 값에 올바른 IMEI (15 자리) 가 포함되어 있는지 확인하려면 <code>regex: / ^ [0-9]{15} $ / </code>을 사용합니다.',
2016-03-25 01:18:05 -07:00
'required' => '필수사항',
'req' => '필수',
'used_by_models' => '적용 모델',
'order' => '순서',
'create_fieldset' => '신규 항목세트',
'update_fieldset' => 'Update Fieldset',
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
2016-03-25 01:18:05 -07:00
'create_field' => '신규 사용자 항목',
'create_field_title' => 'Create a new custom field',
2016-10-04 12:23:02 -07:00
'value_encrypted' => '이 항목의 값은 데이터베이스 내에서 암호화 되었습니다. 관리자만이 해독된 값을 확인 할 수 있습니다.',
2018-07-18 08:55:38 -07:00
'show_in_email' => '사용자에게 전송된 반출 이메일에 이 항목의 값을 포함 시키시겠습니까? 암호화 된 항목들은 이메일에 포함될 수 없습니다.',
'help_text' => 'Help Text',
'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
'about_custom_fields_title' => 'About Custom Fields',
'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
'add_field_to_fieldset' => 'Add Field to Fieldset',
'make_optional' => 'Required - click to make optional',
'make_required' => 'Optional - click to make required',
'reorder' => 'Reorder',
'db_field' => 'DB Field',
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
'auto_add_to_fieldsets' => 'Automatically add this to every new fieldset',
'add_to_preexisting_fieldsets' => 'Add to any existing fieldsets',
];