mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add back to top
This commit is contained in:
@@ -7,7 +7,10 @@ $lang_attendance = array
|
||||
'attend_info' => "You have already attended <b>%u</b> days. C <b>%u</b> day,this time you will get <b>%u</b> bonus.",
|
||||
'initial' => "First attendance get %u bonus.",
|
||||
'steps' => "Every continuous attendance get %u bonus,unless reach maximum %u",
|
||||
'continuous' => "Attend %u day continuous,every time will get %u bouns additional(no aggregate).",
|
||||
'continuous' => "Attend %u day continuous, will get %u bouns additional.",
|
||||
'sorry' => "Sorry",
|
||||
'already_attended' => "You have already attend, no refresh please.",
|
||||
'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>.',
|
||||
);
|
||||
|
||||
@@ -127,6 +127,9 @@ where<ul><li><b>A</b> is an intermediate variable</li><li><b>Ti</b> is the <b>i<
|
||||
'text_cancel_hr_label' => 'Type in H&R ID:',
|
||||
'text_success_cancel_hr' => "Success cancel one H&R.",
|
||||
'text_success_buy_medal' => 'Success buy the medal.',
|
||||
'text_attendance_card' => 'Buy attendance card',
|
||||
'text_attendance_card_note' => 'One day to make up the attendance consume one, attend of the target date of the bonus rewards in accordance with the normal calculation, that is, the target date forward to calculate the number of continuous days to obtain rewards.',
|
||||
'text_success_buy_attendance_card' => 'Success buy 1 attendance card.',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -716,7 +716,7 @@ $lang_settings = array
|
||||
'row_torrent_hr' => 'H&R',
|
||||
'text_torrent_hr_note' => '.Set torrent join the H&R inspect',
|
||||
'row_cancel_hr' => 'Cancel H&R',
|
||||
'text_cancel_hr_note' => "bonus points to cancel one H&R。Default '10000'。",
|
||||
'text_cancel_hr_note' => "bonus points to cancel one H&R. Default '".\App\Models\BonusLogs::DEFAULT_BONUS_CANCEL_ONE_HIT_AND_RUN."'.",
|
||||
'text_attendance_get_bonus' => 'Attendance get bonus',
|
||||
'text_attendance_initial_reward' => 'Initial reward',
|
||||
'text_attendance_initial_reward_input_label' => 'First time you will get',
|
||||
@@ -733,8 +733,8 @@ $lang_settings = array
|
||||
'text_attendance_continuous_item_action_remove' => 'Remove',
|
||||
'text_attendance_continuous_item_action_add' => 'Add',
|
||||
'text_attendance_continuous_add_rules' => 'Please add rules from lowest to highest',
|
||||
|
||||
|
||||
'row_attendance_card' => 'Buy attendance card',
|
||||
'text_attendance_card_note' => "bonus points to buy a attendance card. Default'" . \App\Models\BonusLogs::DEFAULT_BONUS_BUY_ATTENDANCE_CARD . "'.",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user