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

This commit is contained in:
Leko
2025-09-14 16:06:31 +08:00
parent abbbf7e771
commit 56922caa40
12 changed files with 196 additions and 2 deletions
+6
View File
@@ -258,6 +258,12 @@ export default {
lyricLines: 'Lyric Lines',
mobileUnavailable: 'This setting is only available on mobile devices'
},
// Lyric translation engine
translationEngine: 'Lyric Translation Engine',
translationEngineOptions: {
none: 'Off',
opencc: 'OpenCC Traditionalize'
},
themeColor: {
title: 'Lyric Theme Color',
presetColors: 'Preset Colors',