mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
i18n: translate untranslated text
This commit is contained in:
@@ -156,6 +156,7 @@ topbar:
|
||||
moments: 动态
|
||||
favorites: 收藏
|
||||
history: 历史
|
||||
watch_later: 稍后再看
|
||||
creative_center: 创作中心
|
||||
upload: 投稿
|
||||
logo_dropdown:
|
||||
|
||||
@@ -45,6 +45,7 @@ settings:
|
||||
group_search_bar: 搜尋欄
|
||||
group_recommendation_mode: 推薦模式
|
||||
group_search_page_mode: 搜尋頁模式
|
||||
group_home_tabs: 首頁索引標籤
|
||||
|
||||
# Settings buttons
|
||||
btn:
|
||||
@@ -126,6 +127,8 @@ settings:
|
||||
settings_shared_with_the_search_page: 與搜尋頁共用的設定
|
||||
settings_shared_with_the_search_page_desc: 這些設定都與搜尋頁共用
|
||||
search_page_mode_wallpaper_fixed: 將搜尋頁模式的背景固定
|
||||
home_tabs_adjustment: 索引標籤調整
|
||||
home_tabs_adjustment_desc: 第一個啓用的索引標籤調整頁面將是起始頁面
|
||||
|
||||
# Compatibility
|
||||
# Common
|
||||
@@ -156,6 +159,7 @@ topbar:
|
||||
moments: 動向
|
||||
favorites: 收藏
|
||||
history: 記錄
|
||||
watch_later: 稍後觀看
|
||||
creative_center: 創作中心
|
||||
upload: 上傳
|
||||
logo_dropdown:
|
||||
|
||||
@@ -157,6 +157,7 @@ topbar:
|
||||
moments: Moments
|
||||
favorites: Favorites
|
||||
history: History
|
||||
watch_later: Watch Later
|
||||
creative_center: Creative Center
|
||||
upload: Upload
|
||||
logo_dropdown:
|
||||
|
||||
@@ -45,6 +45,7 @@ settings:
|
||||
group_search_bar: 搜尋欄
|
||||
group_recommendation_mode: 推介模式
|
||||
group_search_page_mode: 搵嘢頁模式
|
||||
group_home_tabs: 主頁索引標籤
|
||||
|
||||
# Settings buttons
|
||||
btn:
|
||||
@@ -126,6 +127,8 @@ settings:
|
||||
settings_shared_with_the_search_page: 同搵嘢頁共用嘅設定
|
||||
settings_shared_with_the_search_page_desc: 呢啲設定都同搵嘢頁共用
|
||||
search_page_mode_wallpaper_fixed: 定住搵嘢頁模式嘅背景
|
||||
home_tabs_adjustment: 索引標籤調整
|
||||
home_tabs_adjustment_desc: 第一個啓用嘅索引標籤頁面會係開始頁面
|
||||
|
||||
# Compatibility
|
||||
# Common
|
||||
@@ -156,6 +159,7 @@ topbar:
|
||||
moments: 動向
|
||||
favorites: 我嘅至愛
|
||||
history: 記錄
|
||||
watch_later: 陣間至睇
|
||||
creative_center: 創作中心
|
||||
upload: Po 嘢
|
||||
logo_dropdown:
|
||||
|
||||
@@ -548,7 +548,7 @@ defineExpose({
|
||||
<a
|
||||
href="https://www.bilibili.com/watchlater/#/list"
|
||||
:target="isHomePage() ? '_blank' : '_self'"
|
||||
:title="$t('topbar.watchlater')"
|
||||
:title="$t('topbar.watch_later')"
|
||||
>
|
||||
<mingcute:carplay-line />
|
||||
</a>
|
||||
|
||||
@@ -62,7 +62,7 @@ function getAllWatchLaterList() {
|
||||
>
|
||||
<div flex="~">
|
||||
<div>
|
||||
稍后再看
|
||||
{{ $t('topbar.watch_later') }}
|
||||
</div>
|
||||
</div>
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user