12345678910111213141516171819202122232425262728293031323334 |
- <?php
- return [
- 'create time' => '创建时间',
- 'gift list' => '礼包列表',
- 'gift name' => '礼包名',
- 'add gift' => '添加礼包',
- 'edit gift' => '编辑礼包',
- 'please input gift name' => '请输入礼包名...',
- 'exchange start time' => '兑换开始时间',
- 'exchange end time' => '兑换结束时间',
- 'hot' => '热门',
- 'not hot' => '普通',
- 'cancel hot' => '取消热门',
- 'game name' => '游戏名',
- 'all game' => '全部游戏',
- 'remain' => '剩余数',
- 'total' => '总数',
- 'gift code' => '礼包码',
- 'add gift code' => '添加礼包码',
- 'Note: each a gift bag code, please make sure that gift bag code input is correct' => '注意:每行一个礼包码,请保证礼包码输入正确',
- 'gift content' => '礼包内容',
- 'please enter the gift bag items that are included in the content' => '请输入该礼包所包含的物品内容',
- 'method of use' => '使用方法',
- 'please enter the gift bag usage' => '请输入该礼包使用方法',
- 'conversion period' => '兑换期限',
- 'please select the time limit for the gift bag, gift bag to ensure that the deadline for the period of validity' => '请选择该礼包的兑换时间期限,确保此期限内礼包兑换在有效期内',
- 'is or not hot gift' => '是否热门礼包',
- 'popular high priority displayed on the website home page' => '人气高优先显示在官网首页',
- 'click number' => '人气',
- 'use dead time' => '使用截止日期',
- 'game not exist' => '游戏不存在',
- 'please select a game' => '请选择游戏',
- ];
|