日本語翻訳の更新

This commit is contained in:
Coulomb_G 2020-02-23 19:35:15 +08:00
parent eef7d153a1
commit 008dd521b2
7 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name Bilibili Evolved (Offline) // @name Bilibili Evolved (Offline)
// @version 586.84 // @version 587.16
// @description Bilibili Evolved 的离线版, 所有功能都已内置于脚本中. // @description Bilibili Evolved 的离线版, 所有功能都已内置于脚本中.
// @author Grant Howard, Coulomb-G // @author Grant Howard, Coulomb-G
// @copyright 2020, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G) // @copyright 2020, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name Bilibili Evolved (Preview Offline) // @name Bilibili Evolved (Preview Offline)
// @version 586.84 // @version 587.16
// @description Bilibili Evolved 的预览离线版, 可以抢先体验新功能, 并且所有功能都已内置于脚本中. // @description Bilibili Evolved 的预览离线版, 可以抢先体验新功能, 并且所有功能都已内置于脚本中.
// @author Grant Howard, Coulomb-G // @author Grant Howard, Coulomb-G
// @copyright 2020, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G) // @copyright 2020, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -161,6 +161,7 @@ export const toolTips = new Map<keyof BilibiliEvolvedSettings, string>([
: :
- <span>n</span>: n番目の動画を意味します.`], - <span>n</span>: n番目の動画を意味します.`],
[`removeGameMatchModule`, /*html*/`電子スポーツプレート区を削除.`], [`removeGameMatchModule`, /*html*/`電子スポーツプレート区を削除.`],
[`recordLiveDanmaku`, /*html*/`追加機能に生放送弾幕レコーダーを追加し、生放送弾幕を記録して「XML」をエクスポートできます.`],
]); ]);
export default { export default {
export: { toolTips }, export: { toolTips },

View File

@ -424,6 +424,8 @@ export const map = new Map([
[`专栏文字选择`, `コラムのテキストを選択できる`], [`专栏文字选择`, `コラムのテキストを選択できる`],
[`稍后再看期限提醒`, `「後で見る」のリマインダー`], [`稍后再看期限提醒`, `「後で見る」のリマインダー`],
[`自动选择当前直播间勋章`, `勲章を自動的に選択`], [`自动选择当前直播间勋章`, `勲章を自動的に選択`],
[`网址参数清理`, `追跡パラメーターをリンクから削除`],
[`直播弹幕记录器`, `生放送弾幕レコーダー`],
[`顶栏触摸优化`, `頂欄にタッチ最適化を行う`], [`顶栏触摸优化`, `頂欄にタッチ最適化を行う`],
[`素质三连触摸支持`, `素質三連タッチサポート`], [`素质三连触摸支持`, `素質三連タッチサポート`],
[`播放器触摸支持`, `プレーヤータッチサポート`], [`播放器触摸支持`, `プレーヤータッチサポート`],
@ -763,7 +765,6 @@ export const map = new Map([
[`播放器设置`, `プレーヤー設定`], [`播放器设置`, `プレーヤー設定`],
[`线路选择`, `回線を選ぶ`], [`线路选择`, `回線を選ぶ`],
[`对本稿件的投币枚数已用完`, `この作品にコインの数は使い果たされました`], [`对本稿件的投币枚数已用完`, `この作品にコインの数は使い果たされました`],
[`网址参数清理`, `追跡パラメーターをリンクから削除`],
[`收起直播间侧栏`, `生放送のサイドカードを非表示`], [`收起直播间侧栏`, `生放送のサイドカードを非表示`],
[`导出设置`, `エクスポート設定`], [`导出设置`, `エクスポート設定`],
[`导入设置`, `インポート設定`], [`导入设置`, `インポート設定`],