Files
nexusphp/resources/lang/en/nexus.php
2023-02-10 15:13:56 +08:00

19 lines
475 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',
],
'select_all' => 'Select all',
'unselect_all' => 'Unselect all',
'increment' => 'increment',
'decrement' => 'decrement',
'action' => 'Action',
'no_limit' => 'No limit',
'sum' => 'Sum',
];