init section

This commit is contained in:
xiaomlove
2022-09-06 20:45:29 +08:00
parent fb329f72cc
commit f68b88f754
16 changed files with 496 additions and 5 deletions
+1
View File
@@ -24,6 +24,7 @@ return [
'torrent_deny_reason' => '拒绝原因',
'roles' => '角色',
'permissions' => '权限',
'section' => '分区',
],
'resources' => [
'agent_allow' => [
+18
View File
@@ -229,4 +229,22 @@ return [
\App\Models\UserMeta::META_KEY_PERSONALIZED_USERNAME => '彩虹 ID',
],
],
'search_box' => [
'label' => '分区',
'name' => '别名',
'section_name' => '名称',
'is_default' => '是否默认',
'showsubcat' => '次分类',
'taxonomies' => '分类法',
'taxonomy_display_text' => '显示文案',
'torrent_field' => '种子表字段',
'catsperrow' => '每行项目数',
'catsperrow_help' => "设置在搜索箱中每行显示的项目数,如'8'。",
'catpadding' => "项目间距",
'catpadding_help' => "单位为像素。搜索箱中项目的水平间隔距离,如'3'。",
'custom_fields' => '启用自字义字段',
'custom_fields_display_name' => '自定义字段展示名称',
'custom_fields_display' => '自定义字段展示',
'custom_fields_display_help' => '使用特殊的标签代表字段的名称和值,如某字段其 Name 为 artist,则它的名称为:<%artist.label%>,它的值为:<%artist.value%>',
],
];