cc_lang.en.php 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. /**
  3. * cc_lang.en.php
  4. * Created by: Owen
  5. * Created on: 2019/12/13 17:35
  6. *
  7. */
  8. return [
  9. 'push' =>[
  10. 'title' =>[
  11. 'gift' => 'You got a gift!',
  12. 'spins' => 'Full of spins',
  13. 'money' => 'Coins gift for you',
  14. 'steal' => 'Attention! Someone raided you!',
  15. 'attack' => 'Watch out! Someone attacked you!',
  16. 'feedback' => 'Your feedback has been replied!',
  17. 'recall' => 'We miss you',
  18. 'activityRank' => 'Give you some coins',
  19. 'update' => 'NEW UPDATE',
  20. 'turnTable'=> 'Free coins',
  21. 'mingGame' => 'Free games',
  22. 'rank' => 'The tournament is on!',
  23. 'collectStealAttack' => 'Spin to win',
  24. 'doubleSpin' => 'Quick recovery spins',
  25. 'vipDailyReward' => 'Free spins',
  26. 'vipDay' => 'A lot of prizes',
  27. 'freeBar' => 'Free spins',
  28. 'shareCard' => 'CRAZY SPIN',
  29. ],
  30. 'content'=>[
  31. 'gift' => '{0} just sent you a gift, check it right away!',
  32. 'spins' => 'Spins are full now, build your own world and attack your friends now!',
  33. 'money' => 'We just sent you {0} COINS, wish you happy every day',
  34. 'steal' => '{0} just raided {1} coins from you! Revenge now!',
  35. 'attack' => '{0} just attacked your world! Revenge now!',
  36. 'feedback' => 'Your feedback has been replied!',
  37. 'recall' => 'We\'ve prepared {0} coins and {1} spins for you!',
  38. 'activityRank' => 'You have rewards to receive!',
  39. 'update' => 'Update Game to unlock awesome new features!',
  40. 'turnTable'=> 'Big Wheel can turn free!',
  41. 'mingGame' => 'Gold miners can play for free',
  42. 'rank' => 'The champion rewards 1,000 spins, come on!',
  43. 'collectStealAttack' => 'Come and spin wildly',
  44. 'doubleSpin' => 'Double the speed of spins recovery',
  45. 'vipDailyReward' => 'Dear VIP, your daily benefits are ready!',
  46. 'vipDay' => 'The fan page posted a redemption code, receive the redemption code, and come to the game to redeem a huge prize',
  47. 'freeBar' => 'Your free spins are ready. Come and collect!',
  48. 'shareCard' => '{0} have sent you a card, go get it!',
  49. ],
  50. ],
  51. 'VISITOR_NICK'=>'Guest'
  52. ]
  53. ?>