mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-30 07:59:50 -08:00
31 lines
1.6 KiB
PHP
31 lines
1.6 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'custom_fields' => '自定義欄位',
|
|
'field' => '欄位',
|
|
'about_fieldsets_title' => '關於欄位集',
|
|
'about_fieldsets_text' => '欄位集允許您為常用的資產模型定義一組可重複使用的欄位。',
|
|
'custom_format' => '自定義格式',
|
|
'encrypt_field' => '加密資料庫中此欄位的資料。原始的資料只有管理員可見。',
|
|
'encrypt_field_help' => '警告:對欄位加密將導致此欄無法用於搜索',
|
|
'encrypted' => '已加密',
|
|
'fieldset' => '欄位集',
|
|
'qty_fields' => '欄位數',
|
|
'fieldsets' => '欄位集',
|
|
'fieldset_name' => '名稱',
|
|
'field_name' => '名稱',
|
|
'field_values' => '欄位值',
|
|
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).',
|
|
'field_element' => 'Form Element',
|
|
'field_element_short' => 'Element',
|
|
'field_format' => 'Format',
|
|
'field_custom_format' => 'Custom Format',
|
|
'required' => 'Required',
|
|
'req' => 'Req.',
|
|
'used_by_models' => 'Used By Models',
|
|
'order' => 'Order',
|
|
'create_fieldset' => 'New Fieldset',
|
|
'create_field' => 'New Custom Field',
|
|
'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
|
|
);
|