2
0

config_descriptions.php 835 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * English strings for admin game config descriptions (ConfigController).
  4. */
  5. return [
  6. 'room' => [
  7. 'primary' => 'Primary field',
  8. 'mid' => 'Intermediate field',
  9. 'high' => 'Advanced field',
  10. 'trial' => 'Trial field',
  11. 'super' => 'Super field',
  12. ],
  13. 'jackpot_pool' => ':room jackpot pool :pool',
  14. 'jackpot_pool_single' => ':room jackpot pool',
  15. 'jackpot_base' => ':room jackpot trigger line :pool',
  16. 'jackpot_base_single' => ':room jackpot trigger line',
  17. 'jackpot_rate' => ':room jackpot tax ratio :pool',
  18. 'jackpot_rate_single' => ':room jackpot tax ratio',
  19. 'free_win_max' => ':room max win below recharge control line',
  20. 'recharge_control' => ':room recharge control line',
  21. 'recharge_max_percent' => ':room recharge cap ratio above control line',
  22. ];