feat: 新增歌詞翻譯模組和 OpenCC 翻譯引擎

This commit is contained in:
Leko
2025-09-14 17:16:53 +08:00
parent abbbf7e771
commit 56922caa40
12 changed files with 196 additions and 2 deletions
+6
View File
@@ -257,6 +257,12 @@ export default {
lyricLines: '歌詞行数',
mobileUnavailable: 'この設定はモバイルでのみ利用可能です'
},
// 歌詞翻訳エンジン
translationEngine: '歌詞翻訳エンジン',
translationEngineOptions: {
none: 'オフ',
opencc: 'OpenCC 繁体字化'
},
themeColor: {
title: '歌詞テーマカラー',
presetColors: 'プリセットカラー',