mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
17 lines
425 B
PHP
17 lines
425 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',
|
|
];
|