custom fields i18n finish

This commit is contained in:
xiaomlove
2021-03-18 02:01:12 +08:00
parent 17c9ed60aa
commit 428ebd85b8
14 changed files with 58 additions and 59 deletions
+5 -1
View File
@@ -75,7 +75,11 @@ $lang_catmanage = array
'std_missing_form_data' => "有必填项目未填写。",
'std_invalid_character_in_filename' => "此文件名包含不合法字符:",
'std_must_define_one_selection' => "你必须至少指定一个选择!",
'std_invalid_mode_id' => "无效的模式id。"
'std_invalid_mode_id' => "无效的模式id。",
'row_enable_custom_field' => '启用自字义字段',
'row_custom_field_display_name' => '自定义字段展示名称',
'row_custom_field_display' => '自定义字段展示',
'row_custom_field_display_help' => '使用特殊的标签代表字段的名称和值,如某字段其 Name 为 artist,则它的名称为:<%artist.label%>,它的值为:<%artist.value%>',
);
?>
+2 -3
View File
@@ -9,13 +9,13 @@ $lang_fields = [
'text_edit' => '编辑',
'col_id' => 'ID',
'col_name' => 'Name',
'col_name_helptext' => '仅允许数字、字母、下划线',
'col_name_help' => '仅允许数字、字母、下划线',
'col_label' => '显示标签',
'col_type' => '类型',
'col_required' => '不能为空',
'col_help' => '辅助说明',
'col_options' => '选项',
'col_options_helptext' => '类型为单选、多选、下拉时必填,一行一个,格式:选项值|选项描述文本',
'col_options_help' => '类型为单选、多选、下拉时必填,一行一个,格式:选项值|选项描述文本',
'col_action' => '操作',
'col_is_single_row' => '展示时单独一行',
'js_sure_to_delete_this' => '你确信要删除此项目吗?',
@@ -26,6 +26,5 @@ $lang_fields = [
'field_type_checkbox' => '横向多选',
'field_type_select' => '下拉单选',
'field_type_image' => '图片',
'field_type_file' => '文件',
];
+1 -1
View File
@@ -703,7 +703,7 @@ $lang_settings = array
'row_login_secret_lifetime' => '登录密钥有效期',
'text_login_secret_lifetime_deadline' => '当前密钥有效期至',
'row_enable_technical_info' => '启用技术信息',
'text_enable_technical_info' => "默认'否'。文件技术信息来自软件 <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> Text 视图的结果",
'text_enable_technical_info' => "默认'否'。技术信息来自软件 <b><a href=\"https://mediaarea.net/en/MediaInfo\" target='_blank'>MediaInfo</a></b> Text 视图的结果",
);
?>