mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +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',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -14,6 +14,7 @@ return [
|
||||
'users_medals' => '用户勋章',
|
||||
'claims' => '用户认领',
|
||||
'torrent_list' => '种子',
|
||||
'torrent_state' => '全站优惠',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -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' => '全站优惠',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -14,6 +14,7 @@ return [
|
||||
'users_medals' => '用戶勛章',
|
||||
'claims' => '用戶認領',
|
||||
'torrent_list' => '種子',
|
||||
'torrent_state' => '全站優惠',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -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' => '全站優惠',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user