snipe-it/resources/lang/zh-TW/admin/custom_fields/general.php
snipe df1e2687d6 Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2022-06-30 17:35:02 -07:00

48 lines
2.8 KiB
PHP

<?php
return [
'custom_fields' => '自訂欄位',
'manage' => '管理',
'field' => '欄位',
'about_fieldsets_title' => '關於欄位集',
'about_fieldsets_text' => '欄位集允許您為常用的資產模型定義一組可重複使用的欄位。',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => '加密資料庫中此欄位的值',
'encrypt_field_help' => '警告:對欄位加密將導致此欄無法用於搜索',
'encrypted' => '已加密',
'fieldset' => '欄位集',
'qty_fields' => '欄位數',
'fieldsets' => '欄位集',
'fieldset_name' => '名稱',
'field_name' => '名稱',
'field_values' => '欄位值',
'field_values_help' => '添加可選的選項,每行一個。第一行之外的空行將被忽略。',
'field_element' => '表單元素',
'field_element_short' => '表單元素',
'field_format' => '格式',
'field_custom_format' => '自訂格式',
'field_custom_format_help' => '此欄位允許您使用 RegEx 運算式進行驗證。它應該以 "RegEx:" 開頭, 例如, 要驗證自訂欄位值是否包含有效的 IMEI (15 位數字), 則應使用 <code>regex:/^[0-9]{15}$/</code>。',
'required' => '必填',
'req' => '必填',
'used_by_models' => '引用型號',
'order' => '排序',
'create_fieldset' => '新增欄位集',
'create_fieldset_title' => '建立新的欄位集',
'create_field' => '新增欄位',
'create_field_title' => '建立新的客製化欄位',
'value_encrypted' => '此欄位的值已被加密。只有管理員能夠查看原始資料。',
'show_in_email' => '在發送給用戶的借出通知信中包含此欄位的值?加密的欄位不能包含在電子郵件中。',
'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_text' => '客製化欄位允許你向資產增加任意屬性',
'add_field_to_fieldset' => '增加欄位到欄位集',
'make_optional' => '必選的 - 點擊切換成可選的',
'make_required' => '可選的 - 點擊切換成必選的',
'reorder' => '重新排序',
'db_field' => '資料庫欄位',
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code> :db_column </code> but should be :expected </code>.',
'is_unique' => '此值在所有資產之中必須是唯一的',
'unique' => 'Unique',
];