mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add back to top
This commit is contained in:
@@ -7,7 +7,7 @@ $lang_attendance = array
|
||||
'attend_info' => "这是您的第 <b>%u</b> 次签到,已连续签到 <b>%u</b> 天,本次签到获得 <b>%u</b> 个魔力值。",
|
||||
'initial' => "首次签到获得 %u 个魔力值。",
|
||||
'steps' => "每次连续签到可额外获得 %u 个魔力值,直到 %u 封顶。",
|
||||
'continuous' => "连续签到 %u 天后,每次签到额外获得 %u 魔力值(不累计)。",
|
||||
'continuous' => "连续签到第 %u 天,额外获得 %u 魔力值。",
|
||||
'sorry' => "抱歉",
|
||||
'already_attended' => "您今天已经签到过了,请勿重复刷新。",
|
||||
'retroactive_event_text' => '补',
|
||||
|
||||
@@ -127,6 +127,9 @@ $lang_mybonus = array
|
||||
'text_cancel_hr_label' => '输入要消除的 H&R ID:',
|
||||
'text_success_cancel_hr' => "成功消除了一个 H&R。",
|
||||
'text_success_buy_medal' => '成功购买该勋章。',
|
||||
'text_attendance_card' => '购买补签卡',
|
||||
'text_attendance_card_note' => '补签一天消耗一张,补签目标日期所得魔力奖励按照正常计算,即目标日期往前推计算连续天数获得奖励。',
|
||||
'text_success_buy_attendance_card' => '成功购买了一张补签卡。',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -717,7 +717,7 @@ $lang_settings = array
|
||||
'row_torrent_hr' => '设定种子 H&R',
|
||||
'text_torrent_hr_note' => '。将种子设置为参与 H&R 考察',
|
||||
'row_cancel_hr' => '消除 H&R',
|
||||
'text_cancel_hr_note' => "个魔力值,如果他需要消除一个 H&R。默认'10000'。",
|
||||
'text_cancel_hr_note' => "个魔力值,如果他需要消除一个 H&R。默认'".\App\Models\BonusLogs::DEFAULT_BONUS_CANCEL_ONE_HIT_AND_RUN."'。",
|
||||
'text_attendance_get_bonus' => '签到获得魔力值',
|
||||
'text_attendance_initial_reward' => '初始奖励',
|
||||
'text_attendance_initial_reward_input_label' => '第一次签到获得',
|
||||
@@ -734,6 +734,8 @@ $lang_settings = array
|
||||
'text_attendance_continuous_item_action_remove' => '删除',
|
||||
'text_attendance_continuous_item_action_add' => '增加',
|
||||
'text_attendance_continuous_add_rules' => '请请从小到大添加规则',
|
||||
'row_attendance_card' => '购买补签卡',
|
||||
'text_attendance_card_note' => "个魔力值,如果他需要购买一张补签卡。默认'" . \App\Models\BonusLogs::DEFAULT_BONUS_BUY_ATTENDANCE_CARD . "'。",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -74,4 +74,6 @@ $lang_staffpanel = [
|
||||
'Search user' => '搜索用户',
|
||||
'Confirm user' => '确认用户',
|
||||
'Confirm user to complete registration' => '确认用户以完成注册',
|
||||
'Add Attendance card' => '增加补签卡',
|
||||
'Add Attendance card to certain classes' => '为特定等级用户增加补签卡',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user