add back to top

This commit is contained in:
xiaomlove
2022-04-04 17:26:26 +08:00
parent 9af8e5e442
commit 325c234442
38 changed files with 686 additions and 498 deletions
+4 -1
View File
@@ -7,7 +7,10 @@ $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' => '補',
'retroactive_confirm_tip' => '確定要補簽: ',
'retroactive_description' => '點擊白色背景的圓點進行補簽。你目前擁有補簽卡 <b>%d</b> 張。',
);
+3
View File
@@ -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' => '成功購買了一張補簽卡。',
);
?>
+3 -1
View File
@@ -716,7 +716,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' => '第一次簽到獲得',
@@ -733,6 +733,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 . "'。",
);
?>
+2
View File
@@ -73,4 +73,6 @@ $lang_staffpanel = [
'Manage custom fields' => '管理自定義的字段',
'Search user' => '搜索用戶',
'Confirm user' => '確認用戶',
'Add Attendance card' => '增加補簽卡',
'Add Attendance card to certain classes' => '為特定等級用戶增加補簽卡',
];