mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
feat: enhance torrent state scheduling and display
Signed-off-by: Qi HU <github@spcsky.com>
This commit is contained in:
@@ -370,6 +370,13 @@ return [
|
||||
'torrent_state' => [
|
||||
'label' => '全站优惠',
|
||||
'global_sp_state' => '全站优惠',
|
||||
'deadline_after_begin' => '结束时间必须晚于开始时间。',
|
||||
'status' => '状态',
|
||||
'status_expired' => '已过期',
|
||||
'status_ongoing' => '进行中',
|
||||
'status_upcoming' => '未开始',
|
||||
'time_overlaps' => '时间与已有活动重叠,请调整时间段。',
|
||||
'time_overlaps_with' => '与活动 ID :id (时间::begin ~ :end)重叠,请调整时间段。',
|
||||
],
|
||||
'role' => [
|
||||
'class' => '关联用户等级',
|
||||
|
||||
Reference in New Issue
Block a user