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

12 lines
263 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)',
2022-11-10 03:58:48 +08:00
'time_units' => [
'week' => 'weeks',
],
2021-05-04 14:21:18 +08:00
];