diff --git a/resources/lang/zh_CN/draw-activity.php b/resources/lang/zh_CN/draw-activity.php new file mode 100644 index 00000000..9bb27478 --- /dev/null +++ b/resources/lang/zh_CN/draw-activity.php @@ -0,0 +1,21 @@ + [ + 'DrawActivity' => '抽奖活动', + 'draw-activities' => '抽奖活动', + ], + 'fields' => [ + 'desc' => '描述', + 'start_at' => '开始时间', + 'end_at' => '结束时间', + 'published_at' => '发布时间', + 'bg_image' => '背景图片', + 'bg_color' => '背景颜色', + 'publish_method' => '发布方式', + 'real_status' => '状态', + 'status' => '状态', + ], + 'options' => [ + ], +]; diff --git a/resources/lang/zh_CN/draw-prize.php b/resources/lang/zh_CN/draw-prize.php new file mode 100644 index 00000000..4eecec98 --- /dev/null +++ b/resources/lang/zh_CN/draw-prize.php @@ -0,0 +1,14 @@ + [ + 'DrawPrize' => '奖品库', + 'draw-prizes' => '奖品库', + ], + 'fields' => [ + 'icon' => '图标', + 'amount' => '数量/面值', + ], + 'options' => [ + ], +];