mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-08-11 11:45:49 +08:00
feat: 新增歌詞翻譯模組和 OpenCC 翻譯引擎
This commit is contained in:
@@ -257,6 +257,12 @@ export default {
|
||||
lyricLines: '歌詞行数',
|
||||
mobileUnavailable: 'この設定はモバイルでのみ利用可能です'
|
||||
},
|
||||
// 歌詞翻訳エンジン
|
||||
translationEngine: '歌詞翻訳エンジン',
|
||||
translationEngineOptions: {
|
||||
none: 'オフ',
|
||||
opencc: 'OpenCC 繁体字化'
|
||||
},
|
||||
themeColor: {
|
||||
title: '歌詞テーマカラー',
|
||||
presetColors: 'プリセットカラー',
|
||||
|
||||
Reference in New Issue
Block a user