mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +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',
|
||||
|
||||
@@ -377,6 +377,10 @@ return [
|
||||
'status_upcoming' => '未开始',
|
||||
'time_overlaps' => '时间与已有活动重叠,请调整时间段。',
|
||||
'time_overlaps_with' => '与活动 ID :id (时间::begin ~ :end)重叠,请调整时间段。',
|
||||
'notice_days' => '提前预告',
|
||||
'notice_day' => '提前 :days 天',
|
||||
'notice_none' => '不预告',
|
||||
'notice_unlimited' => '不限时预告',
|
||||
],
|
||||
'role' => [
|
||||
'class' => '关联用户等级',
|
||||
|
||||
@@ -334,6 +334,10 @@ return [
|
||||
'status_upcoming' => '未開始',
|
||||
'time_overlaps' => '時間與已有活動重疊,請調整時間段。',
|
||||
'time_overlaps_with' => '與活動 ID :id (時間::begin ~ :end)重疊,請調整時間段。',
|
||||
'notice_days' => '提前預告',
|
||||
'notice_day' => '提前 :days 天',
|
||||
'notice_none' => '不預告',
|
||||
'notice_unlimited' => '不限時預告',
|
||||
],
|
||||
'role' => [
|
||||
'class' => '關聯用户等級',
|
||||
|
||||
Reference in New Issue
Block a user