mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add global promotion deadline + fix grane medal
This commit is contained in:
@@ -14,6 +14,7 @@ return [
|
||||
'users_medals' => 'User medals',
|
||||
'claims' => 'User claims',
|
||||
'torrent_list' => 'Torrents',
|
||||
'torrent_state' => 'Free leach',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -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',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user