Files
nexusphp/lang/cht/lang_fields.php

31 lines
1.0 KiB
PHP
Raw Permalink Normal View History

<?php
$lang_fields = [
'field_management' => '字段管理',
'text_manage' => '管理',
'text_add' => '添加',
'text_field' => '字段',
'text_delete' => '刪除',
'text_edit' => '編輯',
'col_id' => 'ID',
'col_name' => 'Name',
2021-03-18 02:01:12 +08:00
'col_name_help' => '僅允許數字、字母、下劃線',
'col_label' => '顯示標簽',
'col_type' => '類型',
'col_required' => '不能為空',
'col_help' => '輔助說明',
'col_options' => '選項',
2021-03-18 02:01:12 +08:00
'col_options_help' => '類型為單選、多選、下拉時必填,一行一個,格式:選項值|選項描述文本',
'col_action' => '操作',
'col_is_single_row' => '展示時單獨一行',
'js_sure_to_delete_this' => '你確信要刪除此項目嗎?',
'submit_submit' => '提交',
'field_type_text' => '短文本',
'field_type_textarea' => '長文本',
'field_type_radio' => '橫向單選',
'field_type_checkbox' => '橫向多選',
'field_type_select' => '下拉單選',
2022-09-19 16:27:04 +08:00
'col_display' => '自定義展示',
2022-09-19 16:27:04 +08:00
];