2021-02-22 17:55:53 +08:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
|
|
$lang_attendance = array
|
|
|
|
|
|
(
|
|
|
|
|
|
'title' => "Attendance",
|
|
|
|
|
|
'success' => "Success",
|
2022-04-15 17:16:24 +08:00
|
|
|
|
'attend_info' => "You have already attended <b>%u</b> days, Continuous <b>%u</b> days, this time you will get <b>%u</b> bonus.",
|
2021-02-22 17:55:53 +08:00
|
|
|
|
'initial' => "First attendance get %u bonus.",
|
2022-03-21 20:56:01 +08:00
|
|
|
|
'steps' => "Every continuous attendance get %u bonus,unless reach maximum %u",
|
2022-04-04 17:26:26 +08:00
|
|
|
|
'continuous' => "Attend %u day continuous, will get %u bouns additional.",
|
2021-02-22 17:55:53 +08:00
|
|
|
|
'sorry' => "Sorry",
|
|
|
|
|
|
'already_attended' => "You have already attend, no refresh please.",
|
2022-04-04 17:26:26 +08:00
|
|
|
|
'retroactive_event_text' => 'Re',
|
|
|
|
|
|
'retroactive_confirm_tip' => 'Confirm to attend: ',
|
|
|
|
|
|
'retroactive_description' => 'Click on the dot on the white background to do attend. You currently have a attendance card <b>%d</b>.',
|
2025-10-13 15:57:41 +08:00
|
|
|
|
'attend_button' => 'Check in now',
|
2021-02-22 17:55:53 +08:00
|
|
|
|
);
|