mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
日语翻译更新
This commit is contained in:
parent
37c41a1604
commit
829b523768
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
@ -351,7 +351,6 @@ export const map = new Map([
|
||||
[`播放数`, `再生数`],
|
||||
[`综合`, `総合`],
|
||||
[`用户`, `ユーザー`],
|
||||
[`投稿管理`, `管理`],
|
||||
[`个人信息`, `個人情報`],
|
||||
[`开播设置`, `放送設定`],
|
||||
[`直播分类:`, `配信分類:`],
|
||||
@ -450,6 +449,7 @@ export const regex = new Map([
|
||||
[/^@([ ]?)我的$/, `私に$1@`],
|
||||
[/^TA([ ]?)的相簿$/, `彼の$1アルバム`],
|
||||
[/^([\d]+)硬币$/, `$1コイン`],
|
||||
[/^阅读([:]?[:]?[ ]?)$/, `閲覧$1`],
|
||||
]);
|
||||
export default {
|
||||
export: { map, regex },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user