mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 03:17:29 +08:00
feat: 新增歌詞翻譯模組和 OpenCC 翻譯引擎
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -257,6 +257,12 @@ export default {
|
||||
lyricLines: '歌詞行数',
|
||||
mobileUnavailable: 'この設定はモバイルでのみ利用可能です'
|
||||
},
|
||||
// 歌詞翻訳エンジン
|
||||
translationEngine: '歌詞翻訳エンジン',
|
||||
translationEngineOptions: {
|
||||
none: 'オフ',
|
||||
opencc: 'OpenCC 繁体字化'
|
||||
},
|
||||
themeColor: {
|
||||
title: '歌詞テーマカラー',
|
||||
presetColors: 'プリセットカラー',
|
||||
|
||||
@@ -258,6 +258,12 @@ export default {
|
||||
lyricLines: '歌词行数',
|
||||
mobileUnavailable: '此设置仅在移动端可用'
|
||||
},
|
||||
// 歌词翻译引擎相关
|
||||
translationEngine: '歌詞翻譯引擎',
|
||||
translationEngineOptions: {
|
||||
none: '关闭',
|
||||
opencc: 'OpenCC 繁化'
|
||||
},
|
||||
themeColor: {
|
||||
title: '歌词主题色',
|
||||
presetColors: '预设颜色',
|
||||
|
||||
@@ -255,6 +255,12 @@ export default {
|
||||
},
|
||||
placeholder: '#1db954'
|
||||
},
|
||||
// 歌詞翻譯引擎相關
|
||||
translationEngine: '歌詞翻譯引擎',
|
||||
translationEngineOptions: {
|
||||
none: '關閉',
|
||||
opencc: 'OpenCC 繁化'
|
||||
},
|
||||
cookie: {
|
||||
title: 'Cookie設定',
|
||||
description: '請輸入網易雲音樂的Cookie:',
|
||||
|
||||
Reference in New Issue
Block a user