mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
custom fields i18n finish
This commit is contained in:
@@ -76,6 +76,10 @@ $lang_catmanage = array
|
||||
'std_invalid_character_in_filename' => "此檔名包含不合法字元:",
|
||||
'std_must_define_one_selection' => "你必須至少指定一個選取!",
|
||||
'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%>',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -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' => '你確信要刪除此項目嗎?',
|
||||
@@ -25,7 +25,5 @@ $lang_fields = [
|
||||
'field_type_radio' => '橫向單選',
|
||||
'field_type_checkbox' => '橫向多選',
|
||||
'field_type_select' => '下拉單選',
|
||||
'field_type_image' => '圖片',
|
||||
'field_type_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 視圖的結果",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user