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

8 lines
168 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',
2021-05-04 14:21:18 +08:00
];