mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore(settings): update language files for links and sponsor descriptions in about page
This commit is contained in:
@@ -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,可能需要重新获取
|
||||
|
||||
@@ -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,可能需要重新取得
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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,可能要你重新攞過
|
||||
|
||||
@@ -118,7 +118,7 @@ async function checkGitHubRelease() {
|
||||
>
|
||||
<section w-full>
|
||||
<h3 class="title">
|
||||
Links
|
||||
{{ $t('settings.links') }}
|
||||
</h3>
|
||||
<div grid="~ xl:cols-5 lg:cols-4 md:cols-3 cols-2 gap-2">
|
||||
<a
|
||||
@@ -160,19 +160,22 @@ async function checkGitHubRelease() {
|
||||
un-text="#f87171 dark:#fca5a5"
|
||||
@click="dialogVisible.sponsor = true"
|
||||
>
|
||||
<div i-tabler:heart /> Sponsor
|
||||
<div i-tabler:heart /> {{ $t('settings.sponsor') }}
|
||||
</button>
|
||||
<Dialog
|
||||
v-if="dialogVisible.sponsor"
|
||||
width="50%"
|
||||
max-width="600px"
|
||||
title="Sponsor"
|
||||
:title="$t('settings.sponsor')"
|
||||
content-height="50vh"
|
||||
append-to-bewly-body
|
||||
@close="dialogVisible.sponsor = false"
|
||||
>
|
||||
<p mb-4>
|
||||
Afdian / 爱发电:
|
||||
{{ $t('settings.sponsor_desc') }}
|
||||
</p>
|
||||
<p mb-4>
|
||||
1. {{ $t('settings.afdian') }}:
|
||||
<a
|
||||
href="https://afdian.net/@hakadao" target="_blank"
|
||||
color="$bew-theme-color"
|
||||
@@ -184,7 +187,7 @@ async function checkGitHubRelease() {
|
||||
>
|
||||
|
||||
<p mb-4 mt-6>
|
||||
Buy me a coffee:
|
||||
2. Buy me a coffee:
|
||||
<a
|
||||
href="https://buymeacoffee.com/hakadao" target="_blank"
|
||||
color="$bew-theme-color"
|
||||
@@ -302,7 +305,7 @@ async function checkGitHubRelease() {
|
||||
}
|
||||
|
||||
.link-card {
|
||||
--uno: "w-full h-46px px-4 py-2 flex items-center rounded-$bew-radius";
|
||||
--uno: "w-full h-48px px-4 py-2 flex items-center rounded-$bew-radius";
|
||||
--uno: "duration-300";
|
||||
|
||||
> div {
|
||||
|
||||
Reference in New Issue
Block a user