add custom field to staffpanel

This commit is contained in:
xiaomlove
2021-03-18 20:32:35 +08:00
parent 428ebd85b8
commit fab59c1f5b
15 changed files with 115 additions and 54 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
$lang_fields = [
'field_management' => '字段管理',
'field_management' => '自定义字段管理',
'text_manage' => '管理',
'text_add' => '添加',
'text_field' => '字段',
+3 -1
View File
@@ -68,5 +68,7 @@ $lang_staffpanel = [
'Add Bonus Points' => '增加魔力',
'Add Bonus Points to one or All Users.' => '为某个或全部用户增加魔力',
'Clear cache' => '清除缓存',
'Clear cache of memcached' => '清除缓存的数据'
'Clear cache of memcached' => '清除缓存的数据',
'Custom Field Manage' => '自定义字段管理',
'Manage custom fields' => '管理自定义的字段',
];
+2 -2
View File
@@ -10,9 +10,9 @@ $lang_upload = array
'text_tracker_url' => "Tracker服务器的URL是",
'row_torrent_file' => "种子文件",
'row_torrent_name' => "标题",
'text_torrent_name_note' => "(若不填将使用种子文件名。<b>要求规范填写</b>,如<i>银翼杀手 Blade Runner 1982 Final Cut 720p HDDVD DTS x264-ESiR</i>)\n",
'text_torrent_name_note' => "(若不填将使用种子文件名。<b>要求规范填写</b>,如<i>Blade Runner 1982 Final Cut 720p HDDVD DTS x264-ESiR</i>)\n",
'row_small_description' => "副标题",
'text_small_description_note' => "(将在种子页面种子标题下显示。如<i>720p @ 4615 kbps - DTS 5.1 @ 1536 kbps</i>)",
'text_small_description_note' => "(将在种子页面种子标题下显示。如<i>银翼杀手 720p @ 4615 kbps - DTS 5.1 @ 1536 kbps</i>)",
'row_nfo_file' => "NFO文件",
'text_only_viewed_by' => "(不允许",
'text_or_above' => "以下用户查看。请上传<b>.nfo</b>文件)\n",
+3 -1
View File
@@ -68,5 +68,7 @@ $lang_staffpanel = [
'Add Bonus Points' => '增加魔力',
'Add Bonus Points to one or All Users.' => '為某個或全部用戶增加魔力',
'Clear cache' => '清除緩存',
'Clear cache of memcached' => '清除緩存的數據'
'Clear cache of memcached' => '清除緩存的數據',
'Custom Field Manage' => '自定義字段管理',
'Manage custom fields' => '管理自定義的字段',
];
+2 -2
View File
@@ -10,9 +10,9 @@ $lang_upload = array
'text_tracker_url' => "Tracker伺服器的URL是",
'row_torrent_file' => "種子文件",
'row_torrent_name' => "標題",
'text_torrent_name_note' => "(若不填將使用種子檔案名。<b>要求規範填寫</b>,如<i>銀翼殺手 Blade Runner 1982 Final Cut 720p HDDVD DTS x264-ESiR</i>)\n",
'text_torrent_name_note' => "(若不填將使用種子檔案名。<b>要求規範填寫</b>,如<i>Blade Runner 1982 Final Cut 720p HDDVD DTS x264-ESiR</i>)\n",
'row_small_description' => "副標題",
'text_small_description_note' => "(將在種子頁面種子標題下顯示。如<i>720p @ 4615 kbps - DTS 5.1 @ 1536 kbps</i>)",
'text_small_description_note' => "(將在種子頁面種子標題下顯示。如<i>銀翼殺手 720p @ 4615 kbps - DTS 5.1 @ 1536 kbps</i>)",
'row_nfo_file' => "NFO文件",
'text_only_viewed_by' => "(不允許",
'text_or_above' => "以下用戶查看。請上傳<b>.nfo</b>文件)\n",