diff --git a/src/_locales/cmn-CN.yml b/src/_locales/cmn-CN.yml index 88c7864a..5c26a213 100644 --- a/src/_locales/cmn-CN.yml +++ b/src/_locales/cmn-CN.yml @@ -21,9 +21,13 @@ settings: mandarin_cn: 官话 mandarin_tw: 官話 jyut: 廣東話 + recommendation_mode: 推荐模式 + recommendation_mode_desc: > + 如果您想使用 app 端的推荐算法,请先授权 BewlyBewly 使用 access key。 authorize_app: 授权 BewlyBewly 使用 access key authorize_app_desc: | 授权使用后能在首页推送 bilibili App 端算法的推荐视频,授权 key 有效期约为一个月,过后记得重新授权获取 access key。 + authorize_app_more_info_access_key: 关于 access key topbar_visible: 顶栏可见性 topbar_visible_desc: 用于兼容 Bilibili Evolved 自定义顶栏 btn: diff --git a/src/_locales/cmn-TW.yml b/src/_locales/cmn-TW.yml index 14cae62d..659edd45 100644 --- a/src/_locales/cmn-TW.yml +++ b/src/_locales/cmn-TW.yml @@ -21,9 +21,13 @@ settings: mandarin_cn: 官话 mandarin_tw: 官話 jyut: 廣東話 + recommendation_mode: 推薦模式 + recommendation_mode_desc: > + 如果您想要使用手機端的推薦演算法,請先授權 BewlyBewly 使用存取 access key。 authorize_app: 授權 BewlyBewly 使用 access key authorize_app_desc: | - 授權使用後能在首頁推送 bilibili 手機端推介演算法的影片,授權金鑰的有效期約爲一個月,過了有效期後,請記得重新取得授權以取得存取金鑰 (access key)。 + 授權使用後能在首頁推送 bilibili 手機端推介演算法的影片,授權 key 的有效期約爲一個月,過了有效期後,請記得重新取得授權以取得存取 access key。 + authorize_app_more_info_access_key: 關於 access key topbar_visible: 頂欄可視性 topbar_visible_desc: 用於相容 Bilibili Evolved 的客製化頂欄 btn: diff --git a/src/_locales/en.yml b/src/_locales/en.yml index 73a14cdc..a5a59f25 100644 --- a/src/_locales/en.yml +++ b/src/_locales/en.yml @@ -21,10 +21,14 @@ settings: mandarin_cn: Mandarin - Simplified Chinese mandarin_tw: Mandarin - Traditional Chinese jyut: Cantonese + recommendation_mode: Recommendation mode + recommendation_mode_desc: > + If you want to use the recommendation algorithm on the app, please ensure that you authorize the BewlyBewly to use the access key first. authorize_app: Authorize the BewlyBewly to use the access key authorize_app_desc: > After authentication, you will receive the video recommendations based on the bilibili app recommendation algorithm. The access key is valid for about one month. After that, remember to re-authorize the BewlyBewly to use the access key. + authorize_app_more_info_access_key: More information about the access key topbar_visible: Topbar visible topbar_visible_desc: Compatible with Bilibili Evolved customize topbar btn: diff --git a/src/_locales/jyut.yml b/src/_locales/jyut.yml index 97245c73..9bf92a7a 100644 --- a/src/_locales/jyut.yml +++ b/src/_locales/jyut.yml @@ -21,10 +21,14 @@ settings: mandarin_cn: 官话 mandarin_tw: 官話 jyut: 廣東話 + recommendation_mode: 推介模式 + recommendation_mode_desc: > + 若然你想用手機版嘅推介演算法,就要俾 BewlyBewly 批准使用存取 access key。 authorize_app: 授權 BewlyBewly 使用 access key authorize_app_desc: | - 授咗權嘅話,你就會收到基於 bilibili 行動端程式推介演算法所推介嘅內容,兼且授權金鑰只有約一個月有效期,到期後記得要重新授權嚟取得存取金鑰 (access key)。 - topbar_visible: 頂欄可睇性 + 授咗權嘅話,你就會收到基於 bilibili 手機版推介演算法所推介嘅內容,兼且授權 key 只有約一個月有效期,到期後記得要重新授權嚟取得存取 access key。 + authorize_app_more_info_access_key: 關於 access key + topbar_visible: 頂欄可視性 topbar_visible_desc: 用於兼容 Bilibili Evolved 客製化頂欄 btn: authorize: 授權 diff --git a/src/components/Settings.vue b/src/components/Settings.vue index 60e67f8c..037e6750 100644 --- a/src/components/Settings.vue +++ b/src/components/Settings.vue @@ -132,11 +132,10 @@ function changeThemeColor(color: string) {