mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
日本語翻訳の更新
This commit is contained in:
parent
afd6a92d61
commit
a83dc0ea31
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
@ -583,9 +583,11 @@ export const regex = new Map([
|
|||||||
[/^弹性空白([\d])/, `弾力空白$1`],
|
[/^弹性空白([\d])/, `弾力空白$1`],
|
||||||
[/^金仓鼠([ ]?[:]?)$/, `ゴールデンハムスター$1`],
|
[/^金仓鼠([ ]?[:]?)$/, `ゴールデンハムスター$1`],
|
||||||
[/^贝壳([ ]?[:]?)$/, `貝殻$1`],
|
[/^贝壳([ ]?[:]?)$/, `貝殻$1`],
|
||||||
[/^点赞数([\d]+)$/, `いいね $1`],
|
[/^点赞数([\d]+)$/, `「いいね」の人数 $1`],
|
||||||
[/^投硬币枚数([\d]+)$/, `コインを投げる $1`],
|
[/^投硬币枚数([\d]+)$/, `「コインを投げる」の人数 $1`],
|
||||||
[/^收藏人数([\d]+)$/, `お気に入り $1`],
|
[/^收藏人数([\d]+)$/, `「お気に入り」の人数 $1`],
|
||||||
|
[/^热门直播([:]?)$/, `人気生放送$1`],
|
||||||
|
[/^热门活动([:]?)$/, `人気活動$1`],
|
||||||
]);
|
]);
|
||||||
export default {
|
export default {
|
||||||
export: { map, regex },
|
export: { map, regex },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user