remove leech warn

This commit is contained in:
xiaomlove
2022-05-13 15:56:09 +08:00
parent 6eeac797a4
commit 155d4ddcb6
10 changed files with 77 additions and 23 deletions
+1
View File
@@ -151,5 +151,6 @@ $lang_userdetails = array
'row_donoruntil' => '捐赠状态截止时间',
'text_donoruntil_note' => "时间格式为'年年年年-月月-日日 时时:分分:秒秒'。留空永久有效。",
'change_field_value_migrated' => '修改请到管理后台操作',
'sure_to_remove_leech_warn' => '确定要清除此吸血警告吗?',
);
?>
+6 -1
View File
@@ -243,7 +243,12 @@ $lang_usercp = array
'text_show_advertisement_note' => "我想看到廣告",
'row_promotion_link' => "宣傳鏈結",
'text_update_promotion_link' => "更新宣傳鏈結",
'text_read_more' => "了解更多"
'text_read_more' => "了解更多",
'row_two_step_secret' => '兩步驗證',
'text_two_step_secret_bind_by_qrdoe_note' => '你可以使用 Google Authenticator 或 Authy 掃描左側二維碼<br/><br/>如果左側二維碼沒有加載成功,可以嘗試打開此鏈接進行加載:',
'text_two_step_secret_bind_manually_note' => '或者在 APP 中手動輸入以下 Key',
'text_two_step_secret_bind_complete_note' => '輸入 code 完成兩步驗證',
'text_two_step_secret_unbind_note' => '輸入 code 取消兩步驗證',
);
?>
+1
View File
@@ -151,5 +151,6 @@ $lang_userdetails = array
'row_donoruntil' => '捐贈狀態截止時間',
'text_donoruntil_note' => "時間格式為'年年年年-月月-日日 時時:分分:秒秒'。留空永久有效。",
'change_field_value_migrated' => '修改請到管理後臺操作',
'sure_to_remove_leech_warn' => '確定要清除此吸血警告嗎?',
);
?>
+4 -2
View File
@@ -247,8 +247,10 @@ $lang_usercp = array
'text_update_promotion_link' => "Update Promotion Link",
'text_read_more' => "Read More",
'row_two_step_secret' => 'Two step authentication',
'text_two_step_secret_bind_note' => '',
'text_two_step_secret_remove_note' => '',
'text_two_step_secret_bind_by_qrdoe_note' => 'You can use Google Authenticator or Authy to scan the QR code on the left<br/><br/>If the QR code on the left does not load successfully, you can try to open this link to load: ',
'text_two_step_secret_bind_manually_note' => 'Or manually enter the following key in the APP: ',
'text_two_step_secret_bind_complete_note' => 'Enter code to complete the two-step authentication',
'text_two_step_secret_unbind_note' => 'Enter code to cancel two-step authentication',
);
?>
+1
View File
@@ -151,5 +151,6 @@ $lang_userdetails = array
'row_donoruntil' => 'Donated until',
'text_donoruntil_note' => "Time format is YYYY-MM-DD hh:mm:ss. Leave blank permanently.",
'change_field_value_migrated' => 'Modification please go to the background management system.',
'sure_to_remove_leech_warn' => 'Are you sure to remove this leech warn ?',
);
?>