mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: fix typo
This commit is contained in:
@@ -249,7 +249,7 @@ topbar:
|
||||
following: 关注
|
||||
followers: 粉丝
|
||||
posts: 动态
|
||||
accout_settings: 个人中心
|
||||
account_settings: 个人中心
|
||||
uploads_manager: 投稿管理
|
||||
b_coins_wallet: B币钱包
|
||||
orders: 订单中心
|
||||
|
||||
@@ -252,7 +252,7 @@ topbar:
|
||||
following: 追蹤中
|
||||
followers: 粉絲
|
||||
posts: 動態
|
||||
accout_settings: 帳戶資訊
|
||||
account_settings: 帳戶資訊
|
||||
uploads_manager: 內容管理
|
||||
b_coins_wallet: B幣錢包
|
||||
orders: 訂單資訊
|
||||
|
||||
@@ -250,7 +250,7 @@ topbar:
|
||||
following: FOLLOWING
|
||||
followers: FOLLOWERS
|
||||
posts: POSTS
|
||||
accout_settings: Account settings
|
||||
account_settings: Account settings
|
||||
uploads_manager: Uploads manager
|
||||
b_coins_wallet: B-coins wallet
|
||||
orders: Orders
|
||||
|
||||
@@ -252,7 +252,7 @@ topbar:
|
||||
following: 追緊
|
||||
followers: 擁躉
|
||||
posts: 動向
|
||||
accout_settings: 帳戶資料
|
||||
account_settings: 帳戶資料
|
||||
uploads_manager: 內容管理
|
||||
b_coins_wallet: B銀荷包
|
||||
orders: 訂單資訊
|
||||
|
||||
@@ -29,7 +29,7 @@ const otherLinks = computed((): { name: string, url: string, icon: string }[] =>
|
||||
icon: 'i-solar:video-library-bold-duotone',
|
||||
},
|
||||
{
|
||||
name: t('topbar.user_dropdown.accout_settings'),
|
||||
name: t('topbar.user_dropdown.account_settings'),
|
||||
url: 'https://account.bilibili.com/account/home',
|
||||
icon: 'i-solar:user-circle-bold-duotone',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user