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

10 lines
335 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',
2022-04-17 21:54:25 +08:00
'ranking' => "Today's Ranking: <b>:ranking</b> / <b>:counts</b>",
];