mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge changes
This commit is contained in:
commit
29f1f14da1
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
File diff suppressed because one or more lines are too long
@ -69,7 +69,7 @@
|
||||
"home-video.vue.min.js": "D1A4CFB69C8224247D1C085D0AC61011B18F349F551A835C1449E12B9693C963",
|
||||
"i18n.de-DE.min.js": "5BDAC5F0493F447A98B4D308817B21AB2787BEF9E3929EA37F0D2ACD3D879337",
|
||||
"i18n.en-US.min.js": "C9D7D5E586FC4E08B6B6D78806076EC10D2C2362BEA8A7E4AA02A63BE74AC065",
|
||||
"i18n.ja-JP.min.js": "02A0C1FDDBACFABE3D4E62342BD637C93421489F5BD3A1E251539F0AA3279456",
|
||||
"i18n.ja-JP.min.js": "9D924D58A6CD265EB95DA29B7E64885CD74089EC14A07C36CF3EAF42C8BEE33B",
|
||||
"i18n.min.css": "6B6A1C2F3E222CF1B686BF94F939B494471C979CC6A5F53CFBAC2F4E32048DD4",
|
||||
"i18n.min.js": "7FCB933FD43C05A152B672D4BD721F3ECEBA6AD29648379947DAAFC403907B38",
|
||||
"i18n.zh-TW.min.js": "803F67270809E3258E2B302ADE542B12EF222C83EDC67FB8C68301C5F4E3A1CC",
|
||||
|
||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
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
@ -687,7 +687,7 @@ export const map = new Map([
|
||||
[`违反直播言论规范, 请立即调整`, `ライブスピーチ規範の違反、すぐに調整`],
|
||||
[`系统通知`, `システム通知`],
|
||||
[`当前直播间被直播管理员切断直播。`, `今、配信ルームはスーパー管理者によって中断されています.`],
|
||||
[`悲痛欲绝 >△<`, `悲しすぎる >△<`],
|
||||
[`系统升级维护中`, `システム更新中`],
|
||||
[`*`, [
|
||||
{
|
||||
selector: `.gui-settings-widgets-box .widgets-container .empty-tip`,
|
||||
@ -744,6 +744,7 @@ export const regex = new Map([
|
||||
[/^流畅 ([\d]+)P$/, `$1P`],
|
||||
[/^兑换成功\n剩余银瓜子:([\d]+)$/, `引き換え成功\n残り銀ヒマワリの種:$1`],
|
||||
[/^预计大小: ([0-9\.A-Z]+)$/, `推定サイズ: $1`],
|
||||
[/^悲痛欲绝/, `悲しすぎる`],
|
||||
]);
|
||||
export default {
|
||||
export: { map, regex },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user