reset authkey + rss download link use downhash

This commit is contained in:
xiaomlove
2021-06-04 02:18:34 +08:00
parent e25fddcbe0
commit cf4479ebea
11 changed files with 39 additions and 25 deletions
+1 -1
View File
@@ -429,7 +429,7 @@ $lang_settings = array
'text_external_forum_url_note' => "填写类似这样的地址:http://www.cc98.org",
'row_torrents_category_mode' => "种子区分类模式",
'text_torrents_category_mode_note' => "改变种子区的分类模式。",
'row_special_category_mode' => "区分类模式",
'row_special_category_mode' => "区分类模式",
'text_special_category_mode_note' => "改变特殊区的分类模式。",
'row_default_site_language' => "默认站点语言",
'text_default_site_language_note' => "改变登录页面的默认语言。",
+6 -3
View File
@@ -77,9 +77,12 @@ $lang_usercp = array
'std_passkey_reset' => " (密钥已成功更新!)",
'std_password_changed' => " (你的密码已成功修改!)",
'std_privacy_level_updated' => " (你的隐私级别已成功更新!)",
'row_reset_passkey' => "重置密钥",
'checkbox_reset_my_passkey' => "我想重置密钥",
'text_reset_passkey_note' => "<b>注意:</b>当密钥被重置后,你必须重新下载相关的种子文件才能继续下载或做种",
'row_reset_passkey' => "重置 passkey",
'checkbox_reset_my_passkey' => "我想重置 passkey",
'text_reset_passkey_note' => "<b>注意:</b>当 passkey 被重置后,种子下载链接(如 rss 列表中的种子链接)必须重新获取",
'row_reset_authkey' => "重置 authkey",
'checkbox_reset_my_authkey' => "我想重置 authkey。",
'text_reset_authkey_note' => "<b>注意:</b>当 authkey 被重置后,你必须重新下载相关的种子文件才能继续下载或做种。",
'row_email_address' => "邮箱地址",
'text_email_address_note' => "<b>注意:</b>改变邮箱地址后,你将在新地址收到验证邮件。你必须重新验证。",
'row_change_password' => "修改密码",
+1 -1
View File
@@ -430,7 +430,7 @@ $lang_settings = array
'text_external_forum_url_note' => "填寫類似這樣的位址:http://www.cc98.org",
'row_torrents_category_mode' => "種子區分類型態",
'text_torrents_category_mode_note' => "改變種子區的分類型態。",
'row_special_category_mode' => "區分類型態",
'row_special_category_mode' => "區分類型態",
'text_special_category_mode_note' => "改變特殊區的分類型態。",
'row_default_site_language' => "預設網站語言",
'text_default_site_language_note' => "改變登入頁面的預設語言。",
+6 -5
View File
@@ -77,11 +77,12 @@ $lang_usercp = array
'std_passkey_reset' => " (密鑰已成功更新!)",
'std_password_changed' => " (你的密碼已成功修改!)",
'std_privacy_level_updated' => " (你的隱私級別已成功更新!)",
'row_reset_passkey' => "重置密匙",
'checkbox_reset_my_passkey' => "我想重置密鑰",
'text_reset_passkey_note' => "<b>意:</b>當密匙被重置後,你必須重新下載相關的種子檔才能繼續下載或做種",
'row_email_address' => "郵箱地址",
'text_email_address_note' => "<b>注意:</b>改變郵箱位址後,你將在新位址收到驗證郵件。你必須重新驗證",
'row_reset_passkey' => "重置 passkey",
'checkbox_reset_my_passkey' => "我想重置 passkey",
'text_reset_passkey_note' => "<b>意:</b>當 passkey 被重置後,種子下載鏈接(如 rss 列表中的種子鏈接)必須重新獲取",
'row_reset_authkey' => "重置 authkey",
'checkbox_reset_my_authkey' => "我想重置 authkey",
'text_reset_authkey_note' => "<b>註意:</b>當 authkey 被重置後,你必須重新下載相關的種子文件才能繼續下載或做種。",
'row_change_password' => "修改密碼",
'row_type_password_again' => "確認新密碼",
'row_privacy_level' => "隱私等級",
+5 -2
View File
@@ -79,8 +79,11 @@ $lang_usercp = array
'std_privacy_level_updated' => " (Your privacy level has been updated!)",
'row_reset_passkey' => "Reset&nbsp;passkey",
'checkbox_reset_my_passkey' => "I want to reset my passkey.",
'text_reset_passkey_note' => "<b>Note:</b> In order to reset your current passkey, any active torrents must be downloaded again to continue leeching/seeding.",
'row_email_address' => "Email&nbsp;address",
'text_reset_passkey_note' => "<b>Note:</b> In order to reset your current passkey, any torrent download link(such as rss list) must be retrieved again to download torrent file.",
'row_reset_authkey' => "Reset&nbsp;authkey",
'checkbox_reset_my_authkey' => "I want to reset my authkey.",
'text_reset_authkey_note' => "<b>Note:</b> In order to reset your current authkey, any active torrents must be downloaded again to continue leeching/seeding.",
'row_email_address' => "Email&nbsp;address",
'text_email_address_note' => "<b>Note:</b> In order to change your email address, you will receive another confirmation email to your new address.",
'row_change_password' => "Change&nbsp;password",
'row_type_password_again' => "Type&nbsp;password again",