mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
15 lines
465 B
PHP
15 lines
465 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>",
|
||
'fields' => [
|
||
'date' => 'Date',
|
||
'points' => 'Got bonus',
|
||
'is_retroactive' => 'Is retroactive',
|
||
],
|
||
];
|