attendance ranking

This commit is contained in:
xiaomlove
2022-04-17 21:54:25 +08:00
parent 1c9708f19b
commit e98c589cce
32 changed files with 38 additions and 35 deletions
+1
View File
@@ -5,4 +5,5 @@ return [
'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>",
];
+1
View File
@@ -5,4 +5,5 @@ return [
'target_date_can_no_be_retroactive' => '日期::date 无法补签',
'already_attendance' => '已经签到',
'card_not_enough' => '补签卡不足',
'ranking' => '今日签到排名:<b>:ranking</b> / <b>:counts</b>',
];
+1
View File
@@ -5,5 +5,6 @@ return [
'target_date_can_no_be_retroactive' => '日期::date 無法補簽',
'already_attendance' => '已經簽到',
'card_not_enough' => '補簽卡不足',
'ranking' => '今日簽到排名:<b>:ranking</b> / <b>:counts</b>',
];