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

View File

@@ -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%>',
);
?>