Files
nexusphp/resources/lang/en/attendance.php
T

9 lines
265 B
PHP
Raw Normal View History

<?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',
];