finish searchbox build + upload/edit form quality render

This commit is contained in:
xiaomlove
2022-09-14 19:05:29 +08:00
parent a7717b2ce8
commit c9c16bc5bd
22 changed files with 313 additions and 79 deletions

View File

@@ -147,6 +147,13 @@ return [
'pos_state' => '置顶',
'sp_state' => '优惠',
'visible' => '活种',
'source' => '来源',
'codec' => '编码',
'audiocodec' => '音频编码',
'medium' => '媒介',
'team' => '制作组',
'processing' => '处理',
'standard' => '分辨率',
],
'hit_and_run' => [
'label' => '用户 H&R',
@@ -231,8 +238,9 @@ return [
],
'search_box' => [
'label' => '分区',
'name' => '名',
'section_name' => '名称',
'name' => '名',
'section_name' => '分区名称',
'section_name_help' => '若设置,显示在菜单上',
'is_default' => '是否默认',
'showsubcat' => '次分类',
'taxonomies' => '分类法',
@@ -246,7 +254,7 @@ return [
'custom_fields_display_name' => '自定义字段展示名称',
'custom_fields_display' => '自定义字段展示',
'custom_fields_display_help' => '使用特殊的标签代表字段的名称和值,如某字段其 Name 为 artist则它的名称为<%artist.label%>,它的值为:<%artist.value%>',
'category' => '分类',
'category' => '分类',
'torrent_field_duplicate' => '种子表字段::field 不能重复使用!',
'taxonomy' => [
'name' => '名称',

View File

@@ -2,4 +2,5 @@
return [
'invalid_argument' => '参数错误',
'select_one_please' => '请选择',
];