snipe-it/resources/lang/zh-TW/admin/custom_fields/general.php

31 lines
1.6 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-10-04 12:23:02 -07:00
'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).',
2016-03-25 01:18:05 -07:00
'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',
2016-10-04 12:23:02 -07:00
'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
2016-03-25 01:18:05 -07:00
);