improve searchbox extra

This commit is contained in:
xiaomlove
2022-11-05 01:08:04 +08:00
parent 7b65d84752
commit 8dd2880e76
16 changed files with 96 additions and 71 deletions

View File

@@ -150,7 +150,14 @@ return [
'approval_status' => 'Approval status',
'pos_state' => 'Pos state',
'sp_state' => 'Promotion',
'visible' => 'Visible',
'visible' => 'Active',
'source' => 'Source',
'codec' => 'Codec',
'audiocodec' => 'Audio codec',
'medium' => 'Medium',
'team' => 'Team',
'processing' => 'Processing',
'standard' => 'Standard',
'picktype' => 'Recommend',
'promotion_time_type' => 'Promotion type time',
'hr' => 'H&R',
@@ -254,6 +261,7 @@ return [
then it's label<%artist.label%>it's value<%artist.value%>",
'category' => 'Category',
'torrent_field_duplicate' => 'Torrent table field::field cannot be reused!',
'other' => 'Other',
'taxonomy' => [
'name' => 'Name',
'sort_index' => 'Sort',

View File

@@ -114,6 +114,7 @@ return [
],
'exam' => [
'label' => '考核',
'is_done' => '是否完成',
'is_discovered' => '自动发现',
'register_time_range' => [
'begin' => '注册时间开始',
@@ -262,6 +263,7 @@ return [
'custom_fields_display_help' => '使用特殊的标签代表字段的名称和值,如某字段其 Name 为 artist则它的名称为<%artist.label%>,它的值为:<%artist.value%>',
'category' => '分类',
'torrent_field_duplicate' => '种子表字段::field 不能重复使用!',
'other' => '其他',
'taxonomy' => [
'name' => '名称',
'sort_index' => '排序',

View File

@@ -143,14 +143,21 @@ return [
'owner' => '發布者',
'size' => '大小',
'ttl' => '存活時間',
'seeders' => '做',
'leechers' => '下',
'seeders' => '做',
'leechers' => '下',
'times_completed' => '完成次數',
'category' => '類型',
'approval_status' => '審核狀態',
'pos_state' => '置頂',
'sp_state' => '優惠',
'visible' => '活種',
'source' => '來源',
'codec' => '編碼',
'audiocodec' => '音頻編碼',
'medium' => '媒介',
'team' => '製作組',
'processing' => '處理',
'standard' => '分辨率',
'picktype' => '推薦',
'promotion_time_type' => '優惠時間類型',
'hr' => 'H&R',
@@ -252,6 +259,7 @@ return [
'custom_fields_display_help' => '使用特殊的標簽代表字段的名稱和值,如某字段其 Name 為 artist則它的名稱為<%artist.label%>,它的值為:<%artist.value%>',
'category' => '分類',
'torrent_field_duplicate' => '種子表字段::field 不能重復使用!',
'other' => '其他',
'taxonomy' => [
'name' => '名稱',
'sort_index' => '排序',