feat: enhance torrent state scheduling and display

Signed-off-by: Qi HU <github@spcsky.com>
This commit is contained in:
Qi HU
2025-12-07 12:57:08 +08:00
parent f098ef72b5
commit 2346afa291
13 changed files with 436 additions and 47 deletions

View File

@@ -328,6 +328,13 @@ return [
'torrent_state' => [
'label' => 'Global promotion',
'global_sp_state' => 'Global promotion state',
'deadline_after_begin' => 'End time must be later than start time.',
'status' => 'Status',
'status_expired' => 'Expired',
'status_ongoing' => 'In progress',
'status_upcoming' => 'Upcoming',
'time_overlaps' => 'Time overlaps with another promotion. Please adjust the window.',
'time_overlaps_with' => 'Overlaps with promotion ID :id (time: :begin ~ :end).',
],
'role' => [
'class' => 'Relate user class',