日语翻译更新

This commit is contained in:
Coulomb 2019-04-09 21:38:06 +08:00
parent 7c50b44f17
commit d6198f5c9d
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -328,8 +328,8 @@ export const regex = new Map([
[/在线人数:([\d])/, `オンライン:$1`],
[/([\d]+)[ ]?分钟前/, `$1 分前`],
[/([\d]+)[ ]?小时前/, `$1 時間前`],
[/([\d\.万])+播放/, `$1再生`],
[/([\d\.万])+弹幕/, `$1弾幕`],
[/([\d\.万]+)播放/, `$1再生`],
[/([\d\.万]+)弹幕/, `$1弾幕`],
]);
export default {
export: { map, regex },