From b6c7d84f5707275b8b72b76439b32e390b529393 Mon Sep 17 00:00:00 2001 From: Jing Li Date: Thu, 2 Jun 2022 09:57:10 +0800 Subject: [PATCH] WIP --- resources/lang/zh_CN/draw-activity.php | 21 +++++++++++++++++++++ resources/lang/zh_CN/draw-prize.php | 14 ++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 resources/lang/zh_CN/draw-activity.php create mode 100644 resources/lang/zh_CN/draw-prize.php 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' => [ + ], +];