mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
74 lines
2.0 KiB
JavaScript
74 lines
2.0 KiB
JavaScript
export const map = new Map([
|
|
[`主站`, `Home`],
|
|
[`画友`, `Painting`],
|
|
[`音频`, `Music`],
|
|
[`游戏中心`, `Game`],
|
|
[`直播`, `Live`],
|
|
[`会员购`, `Shop`],
|
|
[`漫画`, `Comic`],
|
|
[`下载APP`, `APP`],
|
|
[`大会员`, `VIP`],
|
|
[`年度大会员`, `Annual VIP`],
|
|
[`消息`, `Message`],
|
|
[`动态`, `Activity`],
|
|
[`稍后再看`, `Watchlater`],
|
|
[`已加稍后再看`, `Added`],
|
|
[`移除`, `Remove`],
|
|
[`收藏`, `Favorite`],
|
|
[`历史`, `History`],
|
|
[`投稿`, `Upload`],
|
|
[`关注`, [
|
|
`Follow`,
|
|
{
|
|
selector: `.user-panel .text, .n .n-data .n-data-k`,
|
|
text: `Following`,
|
|
},
|
|
]],
|
|
[`关注数`, `Following`],
|
|
[`粉丝`, `Followers`],
|
|
[`粉丝数`, `Followers`],
|
|
[`已关注`, `Following`],
|
|
[`回复我的`, `Reply`],
|
|
[`@我的`, `@Mentioned`],
|
|
[`收到的赞`, `Likes`],
|
|
[`系统通知`, `System`],
|
|
[`我的消息`, `Whisper`],
|
|
[`主页`, `Home`],
|
|
[`频道`, `Channel`],
|
|
[`订阅`, `Subscriptions`],
|
|
[`设置`, `Settings`],
|
|
[`搜索`, `Search`],
|
|
[`搜索视频`, `Search videos`],
|
|
[`搜索设置项`, `Search settings`],
|
|
[`查看全部`, `View more`],
|
|
[`查看更多`, `View more`],
|
|
[`视频`, `Video`],
|
|
[`专栏`, `Blog`],
|
|
[`转发`, `Forward`],
|
|
[`评论`, `Reviews`],
|
|
[`赞`, `Like`],
|
|
[`视角:`, `View: `],
|
|
[`我自己`, `Myself`],
|
|
[`新访客`, `New visitors`],
|
|
[`我的粉丝`, `Followers`],
|
|
[`暂时没有新动态了哦!`, `Nothing new at this moment...`],
|
|
[`历史动态`, `History`],
|
|
[`投稿了`, `posted`],
|
|
[`更新了`, `updated`],
|
|
[`番剧`, `Bangumi`],
|
|
[`样式`, `Style`],
|
|
[`工具`, `Tools`],
|
|
[`触摸`, `Touch`],
|
|
[`其他`, `Other`],
|
|
[`正在直播`, `Live broadcasting`],
|
|
[`投稿视频`, `Posted video`],
|
|
[`展开全文`, `Expand`],
|
|
/* Your translation here */
|
|
[`*`, [
|
|
/* CSS translation here */
|
|
|
|
]],
|
|
]);
|
|
export default {
|
|
export: { map },
|
|
}; |