Files
nexusphp/resources/lang/en/nexus.php
xiaomlove 2c41009111 fix trans
2022-10-06 18:31:16 +08:00

9 lines
207 B
PHP

<?php
return [
'invalid_argument' => 'Invalid argument',
'require_argument' => ':argument cannot be empty',
'select_one_please' => 'Please select one',
'user_not_exists' => '(orphaned)',
];