Files
nexusphp/resources/lang/zh_CN/attendance.php

15 lines
443 B
PHP
Raw Normal View History

<?php
return [
'have_not_attendance_yet' => '还没有签过到',
'target_date_can_no_be_retroactive' => '日期::date 无法补签',
'already_attendance' => '已经签到',
'card_not_enough' => '补签卡不足',
2022-04-17 21:54:25 +08:00
'ranking' => '今日签到排名:<b>:ranking</b> / <b>:counts</b>',
2023-04-12 01:59:12 +08:00
'fields' => [
'date' => '日期',
'points' => '获得魔力',
'is_retroactive' => '是否补签',
],
];