mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
日本語翻訳の更新
This commit is contained in:
parent
87615aa51d
commit
0032c572b9
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/i18n.ja-JP.min.js
vendored
2
min/i18n.ja-JP.min.js
vendored
File diff suppressed because one or more lines are too long
@ -541,6 +541,11 @@ export const map = new Map([
|
||||
[`收到的赞`, `いいね!`],
|
||||
[`首页管理`, `ホーム`],
|
||||
[`内容管理`, `コンテンツ`],
|
||||
[`视频管理`, `動画管理`],
|
||||
[`专栏管理`, `コラム管理`],
|
||||
[`音频管理`, `音楽管理`],
|
||||
[`相簿管理`, `アルバム管理`],
|
||||
[`数据`, `データ`],
|
||||
[`数据中心`, `データ管理`],
|
||||
[`粉丝管理`, `ファン管理`],
|
||||
[`互动管理`, `インタラクティブ`],
|
||||
@ -599,6 +604,10 @@ export const regex = new Map([
|
||||
[/^收藏人数([\d]+)$/, `「お気に入り」の人数 $1`],
|
||||
[/^热门直播([:]?)$/, `人気生放送$1`],
|
||||
[/^热门活动([:]?)$/, `人気活動$1`],
|
||||
[/^全部稿件 (([\d]+)?)$/, `すべての作品 ($1)`],
|
||||
[/^进行中 (([\d]+)?)$/, `進行中 ($1)`],
|
||||
[/^已通过 (([\d]+)?)$/, `成功 ($1)`],
|
||||
[/^未通过 (([\d]+)?)$/, `失敗 ($1)`],
|
||||
]);
|
||||
export default {
|
||||
export: { map, regex },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user