mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
custom fields i18n finish
This commit is contained in:
@@ -75,7 +75,11 @@ $lang_catmanage = array
|
||||
'std_missing_form_data' => "Missing form data.",
|
||||
'std_invalid_character_in_filename' => "Invalid character in filename ",
|
||||
'std_must_define_one_selection' => "You must define at least one selection!",
|
||||
'std_invalid_mode_id' => "Invalid mode id."
|
||||
'std_invalid_mode_id' => "Invalid mode id.",
|
||||
'row_enable_custom_field' => 'Enable custom field',
|
||||
'row_custom_field_display_name' => 'Custom field display name',
|
||||
'row_custom_field_display' => 'Custom field display',
|
||||
'row_custom_field_display_help' => "Use 'specific label' to represent custom field's label and value,such as one custom field's name is 'artist',<br/>then it's label:<%artist.label%>,it's value:<%artist.value%>",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
+14
-15
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
$lang_fields = [
|
||||
'field_management' => 'Custom field managent',
|
||||
'field_management' => 'Custom field management',
|
||||
'text_manage' => 'Manage',
|
||||
'text_add' => 'Add',
|
||||
'text_field' => 'Field',
|
||||
@@ -9,23 +9,22 @@ $lang_fields = [
|
||||
'text_edit' => 'Edit',
|
||||
'col_id' => 'ID',
|
||||
'col_name' => 'Name',
|
||||
'col_name_helptext' => 'Only allow digit, alphabet, underline',
|
||||
'col_name_help' => 'Only allow digit, alphabet, underline',
|
||||
'col_label' => 'Display label',
|
||||
'col_type' => 'Type',
|
||||
'col_required' => 'Required',
|
||||
'col_help' => 'Helptext',
|
||||
'col_help' => 'Help text',
|
||||
'col_options' => 'Options',
|
||||
'col_options_helptext' => '类型为单选、多选、下拉时必填,一行一个,格式:选项值|选项描述文本',
|
||||
'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' => '下拉单选',
|
||||
'field_type_image' => '图片',
|
||||
'field_type_file' => '文件',
|
||||
'col_options_help' => 'Required when type is radio, checkbox, select. One line, one option, format: value|display text',
|
||||
'col_action' => 'Action',
|
||||
'col_is_single_row' => 'Display on a single row',
|
||||
'js_sure_to_delete_this' => 'Sure to delete?',
|
||||
'submit_submit' => 'Submit',
|
||||
'field_type_text' => 'Short text',
|
||||
'field_type_textarea' => 'Long text',
|
||||
'field_type_radio' => 'Horizontal single select',
|
||||
'field_type_checkbox' => 'Horizontal multiple select',
|
||||
'field_type_select' => 'Vertical single select',
|
||||
'field_type_image' => 'Image',
|
||||
|
||||
];
|
||||
@@ -316,7 +316,7 @@ $lang_functions = array
|
||||
'text_tag_mother_language_subtitle' => 'Mother language subtitle',
|
||||
'text_required' => 'Required',
|
||||
'text_invalid' => 'Invalid',
|
||||
'text_technical_info' => 'Technical Information',
|
||||
'text_technical_info' => 'Technical Info',
|
||||
'text_technical_info_help_text' => 'Technical Information comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,open file, click the view menu > text > right click in the box > select all > copy > past into this box.'
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user