mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
11 lines
311 B
PHP
11 lines
311 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>',
|
|
];
|
|
|