mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
feat: enhance torrent state scheduling and display
Signed-off-by: Qi HU <github@spcsky.com>
This commit is contained in:
@@ -327,6 +327,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