日本語翻訳の更新

This commit is contained in:
Coulomb_G 2019-05-27 17:20:00 +08:00
parent afd6a92d61
commit a83dc0ea31
4 changed files with 10 additions and 8 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

@ -583,9 +583,11 @@ export const regex = new Map([
[/^弹性空白([\d])/, `弾力空白$1`],
[/^金仓鼠([ ]?[:]?)$/, `ゴールデンハムスター$1`],
[/^贝壳([ ]?[:]?)$/, `貝殻$1`],
[/^点赞数([\d]+)$/, `いいね $1`],
[/^投硬币枚数([\d]+)$/, `コインを投げる $1`],
[/^收藏人数([\d]+)$/, `お気に入り $1`],
[/^点赞数([\d]+)$/, `「いいね」の人数 $1`],
[/^投硬币枚数([\d]+)$/, `「コインを投げる」の人数 $1`],
[/^收藏人数([\d]+)$/, `「お気に入り」の人数 $1`],
[/^热门直播([:]?)$/, `人気生放送$1`],
[/^热门活动([:]?)$/, `人気活動$1`],
]);
export default {
export: { map, regex },