add global promotion deadline + fix grane medal

This commit is contained in:
xiaomlove
2022-07-09 18:06:09 +08:00
parent 50759b1cf3
commit afa8cdce99
40 changed files with 1936 additions and 20 deletions

View File

@@ -14,6 +14,7 @@ return [
'users_medals' => 'User medals',
'claims' => 'User claims',
'torrent_list' => 'Torrents',
'torrent_state' => 'Free leach',
],
'resources' => [
'agent_allow' => [

View File

@@ -25,6 +25,7 @@ return [
'duration' => 'Duration',
'description' => 'Description',
'price' => 'Price',
'deadline' => 'Deadline',
'setting' => [
'nav_text' => 'Setting',
'backup' => [
@@ -157,4 +158,7 @@ return [
'uploaded_this_month' => 'Up. this month',
'is_reached_this_month' => 'Reached',
],
'torrent_state' => [
'global_sp_state' => 'Global promotion state',
],
];

View File

@@ -14,6 +14,7 @@ return [
'users_medals' => '用户勋章',
'claims' => '用户认领',
'torrent_list' => '种子',
'torrent_state' => '全站优惠',
],
'resources' => [
'agent_allow' => [

View File

@@ -25,6 +25,7 @@ return [
'duration' => '时长',
'description' => '描述',
'price' => '价格',
'deadline' => '截止时间',
'setting' => [
'nav_text' => '设置',
'backup' => [
@@ -156,4 +157,7 @@ return [
'uploaded_this_month' => '本月上传量',
'is_reached_this_month' => '本月是否达标',
],
'torrent_state' => [
'global_sp_state' => '全站优惠',
],
];

View File

@@ -14,6 +14,7 @@ return [
'users_medals' => '用戶勛章',
'claims' => '用戶認領',
'torrent_list' => '種子',
'torrent_state' => '全站優惠',
],
'resources' => [
'agent_allow' => [

View File

@@ -25,6 +25,7 @@ return [
'duration' => '時長',
'description' => '描述',
'price' => '價格',
'deadline' => '截止時間',
'setting' => [
'nav_text' => '設置',
'backup' => [
@@ -157,4 +158,7 @@ return [
'uploaded_this_month' => '本月上傳量',
'is_reached_this_month' => '本月是否達標',
],
'torrent_state' => [
'global_sp_state' => '全站優惠',
],
];