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',
],
];