mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
finish searchbox build + upload/edit form quality render
This commit is contained in:
@@ -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' => '名称',
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
|
||||
return [
|
||||
'invalid_argument' => '参数错误',
|
||||
'select_one_please' => '请选择',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user