From f42d197a5fe10b1f85fc7484d9fee466aecbd2a5 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Mon, 15 Jul 2024 01:24:04 +0800 Subject: [PATCH] chore(settings): update language files for links and sponsor descriptions in about page --- src/_locales/cmn-CN.yml | 4 ++++ src/_locales/cmn-TW.yml | 4 ++++ src/_locales/en.yml | 4 ++++ src/_locales/jyut.yml | 4 ++++ src/components/Settings/components/About.vue | 15 +++++++++------ 5 files changed, 25 insertions(+), 6 deletions(-) diff --git a/src/_locales/cmn-CN.yml b/src/_locales/cmn-CN.yml index f2d7a681..fc855731 100644 --- a/src/_locales/cmn-CN.yml +++ b/src/_locales/cmn-CN.yml @@ -166,6 +166,10 @@ settings: topbar_visibility_desc: 用于兼容 Bilibili Evolved 自定义顶栏 # About + links: 链接 + sponsor: 赞助 + sponsor_desc: 喜欢这个项目并希望看到它蓬勃发展吗?请考虑赞助它!您的支持是这个项目发展的动力。 + afdian: 爱发电 import_settings: 导入设置 export_settings: 导出设置 export_settings_desc: 一些敏感的数据,例如 access key,可能需要重新获取 diff --git a/src/_locales/cmn-TW.yml b/src/_locales/cmn-TW.yml index 8ae029d6..64db4672 100644 --- a/src/_locales/cmn-TW.yml +++ b/src/_locales/cmn-TW.yml @@ -169,6 +169,10 @@ settings: follow_bilibili_evolved_color_desc: 每次變更 Bilibili Evolved 主題色後,記得重新選取此選項以更新配置 # About + links: 連結 + sponsor: 贊助 + sponsor_desc: 喜歡這份專案並希望看到它蓬勃發展嗎?請考慮贊助它!您的支持是此專案發展的動力。 + afdian: 爱发电 import_settings: 匯入設定 export_settings: 匯出設定 export_settings_desc: 一些敏感性資訊,例如 access key,可能需要重新取得 diff --git a/src/_locales/en.yml b/src/_locales/en.yml index 80f10fd3..22a6daaf 100644 --- a/src/_locales/en.yml +++ b/src/_locales/en.yml @@ -167,6 +167,10 @@ settings: topbar_visibility_desc: Compatible with Bilibili Evolved customize top bar # About + links: Links + sponsor: Sponsor + sponsor_desc: If you like this project and would like to see it glow, please consider sponsoring it. Your support is the driving force behind the project's development. + afdian: Afdian import_settings: Import Settings export_settings: Export Settings export_settings_desc: Some sensitive content, such as access key, will not be exported and may need to be reacquired again. diff --git a/src/_locales/jyut.yml b/src/_locales/jyut.yml index 9935cad6..0107588b 100644 --- a/src/_locales/jyut.yml +++ b/src/_locales/jyut.yml @@ -169,6 +169,10 @@ settings: topbar_visibility_desc: 用於兼容 Bilibili Evolved 客製化頂欄 # About + links: 拎 + sponsor: 贊助 + sponsor_desc: 鍾意呢份專案又想佢愈做愈好?可以考慮贊助吓!你嘅支持就係呢份專案發展嘅動力。 + afdian: 愛發電 import_settings: 匯入設定 export_settings: 匯出設定 export_settings_desc: 一啲敏感性資訊,例如 access key,可能要你重新攞過 diff --git a/src/components/Settings/components/About.vue b/src/components/Settings/components/About.vue index fbcf02ca..42f42688 100644 --- a/src/components/Settings/components/About.vue +++ b/src/components/Settings/components/About.vue @@ -118,7 +118,7 @@ async function checkGitHubRelease() { >

- Links + {{ $t('settings.links') }}

-
Sponsor +
{{ $t('settings.sponsor') }}

- Afdian / 爱发电: + {{ $t('settings.sponsor_desc') }} +

+

+ 1. {{ $t('settings.afdian') }}:

- Buy me a coffee: + 2. Buy me a coffee: div {