Files
nexusphp/resources/lang/en/nexus.php
2022-11-10 03:58:48 +08:00

12 lines
263 B
PHP

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