mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
10 lines
335 B
PHP
10 lines
335 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',
|
||
'ranking' => "Today's Ranking: <b>:ranking</b> / <b>:counts</b>",
|
||
];
|