Files
nexusphp/resources/lang/en/nexus.php
T

9 lines
207 B
PHP
Raw Normal View History

2021-05-04 14:21:18 +08:00
<?php
return [
'invalid_argument' => 'Invalid argument',
2022-09-25 16:33:52 +08:00
'require_argument' => ':argument cannot be empty',
'select_one_please' => 'Please select one',
2022-10-06 18:31:16 +08:00
'user_not_exists' => '(orphaned)',
2021-05-04 14:21:18 +08:00
];