Files
nexusphp/lang/chs/lang_attendance.php
Qi HU 908b4b19ea feat(attendance): enforce captcha validation before check-in
- require a successful captcha challenge before recording the day’s attendance
- preserve the original attendance summary layout after a successful check-in

Signed-off-by: Qi HU <github@spcsky.com>
2025-10-14 10:39:57 +08:00

18 lines
793 B
PHP

<?php
$lang_attendance = array
(
'title' => "签到",
'success' => "签到成功",
'attend_info' => "这是您的第 <b>%u</b> 次签到,已连续签到 <b>%u</b> 天,本次签到获得 <b>%u</b> 个魔力值。",
'initial' => "首次签到获得 %u 个魔力值。",
'steps' => "每次连续签到可额外获得 %u 个魔力值,直到 %u 封顶。",
'continuous' => "连续签到第 %u 天,额外获得 %u 魔力值。",
'sorry' => "抱歉",
'already_attended' => "您今天已经签到过了,请勿重复刷新。",
'retroactive_event_text' => '补',
'retroactive_confirm_tip' => '确定要补签: ',
'retroactive_description' => '点击白色背景的圆点进行补签。你目前拥有补签卡 <b>%d</b> 张。',
'attend_button' => '立即签到',
);