mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
improve announce update torrent visible
This commit is contained in:
@@ -15,6 +15,8 @@ return [
|
||||
'claims' => 'User claims',
|
||||
'torrent_list' => 'Torrents',
|
||||
'torrent_state' => 'Free leach',
|
||||
'roles_list' => 'Roles',
|
||||
'ability_list' => 'Permissions',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -83,6 +83,9 @@ return [
|
||||
'duration' => 'Duration',
|
||||
'duration_help' => 'Unit: days. If left blank, the user has permanent possession',
|
||||
],
|
||||
'user_medal' => [
|
||||
'label' => 'User medal',
|
||||
],
|
||||
'exam' => [
|
||||
'label' => 'Exam',
|
||||
'is_done' => 'Is done',
|
||||
@@ -106,6 +109,7 @@ return [
|
||||
'index_result' => 'Result',
|
||||
],
|
||||
'exam_user' => [
|
||||
'label' => 'Exam user',
|
||||
'is_done' => 'Is done',
|
||||
],
|
||||
'torrent' => [
|
||||
@@ -123,7 +127,7 @@ return [
|
||||
'visible' => 'Visible',
|
||||
],
|
||||
'hit_and_run' => [
|
||||
|
||||
'label' => 'User H&R',
|
||||
],
|
||||
'tag' => [
|
||||
'label' => 'Tag',
|
||||
@@ -135,6 +139,7 @@ return [
|
||||
'border_radius' => 'Border radius',
|
||||
],
|
||||
'agent_allow' => [
|
||||
'label' => 'Agent allow',
|
||||
'family' => 'Family',
|
||||
'start_name' => 'Start name',
|
||||
'peer_id_start' => 'Peer ID start',
|
||||
@@ -149,16 +154,22 @@ return [
|
||||
'allowhttps' => 'Allow https',
|
||||
],
|
||||
'agent_deny' => [
|
||||
'label' => 'Agent deny',
|
||||
'peer_id' => 'Peer ID',
|
||||
'agent' => 'Agent',
|
||||
],
|
||||
'claim' => [
|
||||
'label' => 'User claim',
|
||||
'last_settle_at' => 'Last settle at',
|
||||
'seed_time_this_month' => 'St. this month',
|
||||
'uploaded_this_month' => 'Up. this month',
|
||||
'is_reached_this_month' => 'Reached',
|
||||
],
|
||||
'torrent_state' => [
|
||||
'label' => 'Global promotion',
|
||||
'global_sp_state' => 'Global promotion state',
|
||||
],
|
||||
'role' => [
|
||||
'class' => 'Relate user class',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -15,6 +15,8 @@ return [
|
||||
'claims' => '用户认领',
|
||||
'torrent_list' => '种子',
|
||||
'torrent_state' => '全站优惠',
|
||||
'roles_list' => '角色',
|
||||
'ability_list' => '权限',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -83,6 +83,9 @@ return [
|
||||
'duration' => '有效时长',
|
||||
'duration_help' => '单位:天。如果留空,用户永久拥有',
|
||||
],
|
||||
'user_medal' => [
|
||||
'label' => '用户勋章',
|
||||
],
|
||||
'exam' => [
|
||||
'label' => '考核',
|
||||
'is_discovered' => '自动发现',
|
||||
@@ -105,6 +108,7 @@ return [
|
||||
'index_result' => '结果',
|
||||
],
|
||||
'exam_user' => [
|
||||
'label' => '用户考核',
|
||||
'is_done' => '是否完成',
|
||||
],
|
||||
'torrent' => [
|
||||
@@ -122,7 +126,7 @@ return [
|
||||
'visible' => '活种',
|
||||
],
|
||||
'hit_and_run' => [
|
||||
|
||||
'label' => '用户 H&R',
|
||||
],
|
||||
'tag' => [
|
||||
'label' => '标签',
|
||||
@@ -134,6 +138,7 @@ return [
|
||||
'border_radius' => '边框圆角',
|
||||
],
|
||||
'agent_allow' => [
|
||||
'label' => '允许客户端',
|
||||
'family' => '系列',
|
||||
'start_name' => '起始名称',
|
||||
'peer_id_start' => 'Peer ID 超始',
|
||||
@@ -148,16 +153,26 @@ return [
|
||||
'allowhttps' => '允许 https',
|
||||
],
|
||||
'agent_deny' => [
|
||||
'label' => '拒绝客戶端',
|
||||
'peer_id' => 'Peer ID',
|
||||
'agent' => 'Agent',
|
||||
],
|
||||
'claim' => [
|
||||
'label' => '用户认领',
|
||||
'last_settle_at' => '上次结算时间',
|
||||
'seed_time_this_month' => '本月做种时间',
|
||||
'uploaded_this_month' => '本月上传量',
|
||||
'is_reached_this_month' => '本月是否达标',
|
||||
],
|
||||
'torrent_state' => [
|
||||
'label' => '全站优惠',
|
||||
'global_sp_state' => '全站优惠',
|
||||
],
|
||||
'role' => [
|
||||
'class' => '关联用户等级',
|
||||
],
|
||||
'ability' => [
|
||||
'name' => '标识',
|
||||
'title' => '名称',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -15,6 +15,8 @@ return [
|
||||
'claims' => '用戶認領',
|
||||
'torrent_list' => '種子',
|
||||
'torrent_state' => '全站優惠',
|
||||
'roles_list' => '角色',
|
||||
'ability_list' => '權限',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -83,6 +83,9 @@ return [
|
||||
'duration' => '有效時長',
|
||||
'duration_help' => '單位:天。如果留空,用戶永久擁有',
|
||||
],
|
||||
'user_medal' => [
|
||||
'label' => '用戶勛章',
|
||||
],
|
||||
'exam' => [
|
||||
'label' => '考核',
|
||||
'is_done' => '是否完成',
|
||||
@@ -106,6 +109,7 @@ return [
|
||||
'index_result' => '結果',
|
||||
],
|
||||
'exam_user' => [
|
||||
'label' => '用戶考核',
|
||||
'is_done' => '是否完成',
|
||||
],
|
||||
'torrent' => [
|
||||
@@ -123,7 +127,7 @@ return [
|
||||
'visible' => '活種',
|
||||
],
|
||||
'hit_and_run' => [
|
||||
|
||||
'label' => '用戶 H&R',
|
||||
],
|
||||
'tag' => [
|
||||
'label' => '標簽',
|
||||
@@ -135,6 +139,7 @@ return [
|
||||
'border_radius' => '邊框圓角',
|
||||
],
|
||||
'agent_allow' => [
|
||||
'label' => '允許客戶端',
|
||||
'family' => '系列',
|
||||
'start_name' => '起始名稱',
|
||||
'peer_id_start' => 'Peer ID 超始',
|
||||
@@ -149,16 +154,22 @@ return [
|
||||
'allowhttps' => '允許 https',
|
||||
],
|
||||
'agent_deny' => [
|
||||
'label' => '拒絕客戶端',
|
||||
'peer_id' => 'Peer ID',
|
||||
'agent' => 'Agent',
|
||||
],
|
||||
'claim' => [
|
||||
'label' => '用戶認領',
|
||||
'last_settle_at' => '上次結算時間',
|
||||
'seed_time_this_month' => '本月做種時間',
|
||||
'uploaded_this_month' => '本月上傳量',
|
||||
'is_reached_this_month' => '本月是否達標',
|
||||
],
|
||||
'torrent_state' => [
|
||||
'label' => '全站優惠',
|
||||
'global_sp_state' => '全站優惠',
|
||||
],
|
||||
'role' => [
|
||||
'class' => '關聯用户等級',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user