mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
add custom field to staffpanel
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
$lang_fields = [
|
||||
'field_management' => '字段管理',
|
||||
'field_management' => '自定义字段管理',
|
||||
'text_manage' => '管理',
|
||||
'text_add' => '添加',
|
||||
'text_field' => '字段',
|
||||
|
||||
@@ -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' => '管理自定义的字段',
|
||||
];
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user