Просмотр файла Game/resources/lang/en/games.php

Размер файла: 261B
<?php

return [
    'module' => 'Games / Entertainment',

    'blackjack' => 'Blackjack',
    'dices'     => 'Dices',
    'thimbles'  => 'Thimbles',
    'bandit'    => 'One armed bandit',
    'guess'     => 'Guess number',
    'safe'      => 'Hacking safe',
];