mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
feat: enhance torrent state scheduling and display
Signed-off-by: Qi HU <github@spcsky.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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' => '关联用户等级',
|
||||
|
||||
@@ -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