mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
10 lines
310 B
PHP
10 lines
310 B
PHP
<?php
|
|
|
|
return [
|
|
'have_not_attendance_yet' => '还没有签过到',
|
|
'target_date_can_no_be_retroactive' => '日期::date 无法补签',
|
|
'already_attendance' => '已经签到',
|
|
'card_not_enough' => '补签卡不足',
|
|
'ranking' => '今日签到排名:<b>:ranking</b> / <b>:counts</b>',
|
|
];
|