mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
日语翻译更新
This commit is contained in:
parent
7c50b44f17
commit
d6198f5c9d
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
@ -328,8 +328,8 @@ export const regex = new Map([
|
|||||||
[/在线人数:([\d])/, `オンライン:$1`],
|
[/在线人数:([\d])/, `オンライン:$1`],
|
||||||
[/([\d]+)[ ]?分钟前/, `$1 分前`],
|
[/([\d]+)[ ]?分钟前/, `$1 分前`],
|
||||||
[/([\d]+)[ ]?小时前/, `$1 時間前`],
|
[/([\d]+)[ ]?小时前/, `$1 時間前`],
|
||||||
[/([\d\.万])+播放/, `$1再生`],
|
[/([\d\.万]+)播放/, `$1再生`],
|
||||||
[/([\d\.万])+弹幕/, `$1弾幕`],
|
[/([\d\.万]+)弹幕/, `$1弾幕`],
|
||||||
]);
|
]);
|
||||||
export default {
|
export default {
|
||||||
export: { map, regex },
|
export: { map, regex },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user