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

15 lines
465 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>",
2023-04-12 01:59:12 +08:00
'fields' => [
'date' => 'Date',
'points' => 'Got bonus',
'is_retroactive' => 'Is retroactive',
],
];