mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
9 lines
265 B
PHP
9 lines
265 B
PHP
<?php
|
||
|
||
return [
|
||
'have_not_attendance_yet' => "Haven't attendance yet",
|
||
'target_date_can_no_be_retroactive' => 'Date::date can not be retroactive',
|
||
'already_attendance' => 'Already attendance',
|
||
'card_not_enough' => 'Attendance card not enough',
|
||
];
|