admin_gift.php 4.2 KB

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