mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
feat: add notice lead time for global promotions
This commit is contained in:
@@ -335,6 +335,10 @@ return [
|
||||
'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).',
|
||||
'notice_days' => 'Pre-announcement',
|
||||
'notice_day' => ':days day before',
|
||||
'notice_none' => 'No pre-announcement',
|
||||
'notice_unlimited' => 'Always announce',
|
||||
],
|
||||
'role' => [
|
||||
'class' => 'Relate user class',
|
||||
|
||||
Reference in New Issue
Block a user